/*公共样式*/
*{margin:0;padding:0;list-style:none;text-decoration:none}
html{font-size:100px}
body{font-family:"微软雅黑";overflow-x:hidden;font-size:16px;background:#f7f7f7}
@font-face{font-family:myfont;src:url(../img/georgia.ttf)}
.w90{width:90%;margin:0 auto;max-width:1400px}
.fl{float:left}
.fr{float:right}
input{outline:0;border:none}
.clearfix:after{content:"";display:block;clear:both}
img{border:none;display:block}
a{display:block}


/*头部*/
header{width:100%;position:relative}
header .w90{display:flex;align-items:center}
.header-top{width:100%;position:fixed;border-top:.05rem solid #0d5ea3;background:#ecf7ff;transition:.3s;z-index:5;top:0;left:0}
.header-top .w90{position:relative}
header .logo{margin:.3rem 0}
.logo img { display: block;  height: 80px;}
.header-right{margin-left:auto}
.header-link{height:.3rem;line-height:.3rem}
.header-link ul{text-align:right;height:.3rem}
.header-link ul li{display:inline-block}
.header-link ul li a{color:rgba(67,67,67,.8);font-size:.14rem;position:relative;padding-right:.1rem;padding-left:.08rem}
.header-link ul li a::after{content:"";display:inline-block;width:1px;height:.15rem;background:rgba(67,67,67,.8);position:absolute;right:0;top:.075rem}
.search{width:.3rem;height:.3rem;margin-left:.02rem;background: url(../img/search.svg) no-repeat center center;background-size:.16rem .16rem;cursor:pointer;}
.search.closed{background: url(../img/close.svg) no-repeat center center;background-size:.16rem .16rem;}


/*PC导航*/
.nav{padding:.05rem 0}
.navlist{display:flex;align-items:center}
.navlist>li{float:left;position:relative}
.navlist li h3{font-size:.16rem}
.navlist li h3 a{color:#434343;padding:.04rem .24rem;font-weight:400}
.navlist .sub{display:none;width:150px;position:absolute;top:.29rem;left:0;z-index:2;padding-top:.04rem}
.sub li{height:.4rem;text-align:center;line-height:.4rem;background:#fff}
.sub li a{font-size:.14rem;color:#434343}
.navlist>li.on>h3>a,.navlist>li:hover>h3>a{color:#fff;background:#0d5ea3}
.sub li:hover{background:#0d5ea3}
.sub li:hover a{color:#fff}


/*搜索框弹出层*/
.search_m{cursor: pointer;position:absolute;top:50%;right:44px;margin-top:-12px;display:none;background: url(../img/search-blue.svg) no-repeat center center;background-size:auto 24px;width:26px;height: 24px;transition:.5s;}
.search_m.closed{background: url(../img/close-blue.svg) no-repeat center center;background-size:auto 24px;width:26px;height: 24px;transition:.3s;}
.search_wrap{position:fixed;left:0;top:0;width:100%;height:100%;color:#666;z-index:4;display:none}
.search_wrap .search_box{position:fixed;width:80%;max-width:660px;z-index:999;z-index:3;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.search_wrap .i_txt{width:100%}
.search_wrap .bck{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:3;}
.search_wrap .i_txt{position: absolute;height:42px;font-size:15px;border:none;background:#fff;width: 97%;padding-left:3%;}
.search_wrap .submit{position:absolute;top:0;right:0;width:80px;height:42px;cursor:pointer;background:#0d5ea3;color:#ffffff;font-size:18px;}


/*手机端导航*/
.nav-menu{position:absolute;top:50%;right:0px;margin-top:-12px;width:28px;height:24px;cursor:pointer;display:none;z-index:4;}
.nav-menu div{position:absolute;right:0;display:block;height:2px;background:#0d5ea3;transform-origin:50% 50%;}
.nav-menu div:nth-child(1){top:0;width:100%;transition:.8s;transform:rotate(0);}
.nav-menu div:nth-child(2){top:calc(50% - 1px);width:24px;transition:.6s;}
.nav-menu div:nth-child(3){top:calc(100% - 2px);width:100%;transition:.6s;transform:rotate(0);}
.hd1-aon1 div:nth-child(1){top:50%;transition:.6s;transform:rotate(405deg);}
.hd1-aon1 div:nth-child(2){width:0;transition:.6s;}
.hd1-aon1 div:nth-child(3){top:50%;transition:.6s;transform:rotate(-405deg);}
.navm-box{position:fixed;top:0px;right:0;left:0;z-index:3;display:none;box-sizing:border-box;margin:auto;overflow-y: auto;width:100%;height:100%;background:#fff;padding-top:120px;padding-bottom:50px;}
.header_link{margin:15px 0}
.header_link ul{text-align:center;width:90%;margin:0 auto}
.header_link ul li{display:inline-block;line-height:30px;width:45%;border:1px solid #0d5ea3;float:right}
.header_link ul li:first-child{float:left}
.header_link ul li a{color:#0d5ea3}
.header_link ul li:hover{background:#0d5ea3}
.header_link ul li:hover a{color:#fff}
.header_link ul li:last-child a::after{content:none}
.nav-wrap{padding:0 5%;text-align:left;}
.nav-wrap li{position:relative;width:100%;border-bottom:1px solid #dedede;font-size:.2rem;line-height:50px;}
.nav-wrap li img{position:absolute;top:15px;right:0;margin:auto;width:20px;height:20px;}
.nav-wrap li a{display:block;color:#222;}
.nav-wrap dl{display:none;}
.nav-wrap dt{text-indent:.2rem;font-size:.18rem;}


/*底部*/
.footer{width:100%;padding-top:.2rem;background:#0d5ea3}
.footer .w90{display:flex;align-items:center}
.footer-left p{text-align:left;line-height:.3rem;color:#fff;font-size:.16rem}
.footer-right{margin-left:auto}
.footer-right ul{height:.5rem}
.footer-right ul li{display:inline-block;width:.5rem;height:.5rem;background:#fff;border-radius:.25rem;position:relative}
.footer-right ul li:first-child{margin-right:.2rem}
.footer-right ul li a img{height:.27rem;display:block;margin:.115rem auto 0}
.footer-right ul li .ewm{opacity:0;width:.8rem;height:.8rem;position:absolute;left:-.15rem;top:-.9rem}
.footer-right ul li .ewm img{width:100%;height:100%}
.footer-right ul li:hover .ewm{opacity:1}
.copyright{width:100%;background:#054c89;line-height:.3rem;color:#fff;font-size:.14rem;text-align:center;margin-top:.2rem}


/*swiper公共样式*/
.swiper-container{width:100%;height:100%}
.swiper-slide{text-align:center;font-size:.18rem;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}


/*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}