/*头部*/
.heads{background:#003e9b;}
.head{width:1300px;margin:0 auto;height:110px;position: relative;}
.logo{float:left;width:330px;height:70px;margin-top:20px;}
.logo_c{position: absolute;top:0px;width:300px;left:50%;margin-left:-150px;height:100%;text-align: center;line-height: 106px;background:url(../img/logo_bg.png);background-size:100% 100%;}
.trans{transition: all .5s;}
.logo_c>img{width:100px;height:100px;}
.head_r{float:right;height:70px;width:270px;background:url(../img/xiaoxun.png);background-size:100% 100%;margin-top:20px;}
.english{float:right;width:40px;height:40px;background: #dbbf02;border-radius: 50%;line-height: 40px;text-align: center;color:#fff;font-size:20px;display: block;margin-top:10px;}
.english:hover{color:#fff; animation: scaleAnim2 1.6s infinite; -moz-animation: scaleAnim2 1.6s infinite; -webkit-animation: scaleAnim2 1.6s infinite;}
@keyframes scaleAnim2{0%{transform:scale(.7);opacity:0.5}
50%{transform:scale(.9);opacity:0.7}
100%{transform:scale(1);opacity:1}}
@-webkit-keyframes scaleAnim2{0%{transform:scale(.7);opacity:0.5}
50%{transform:scale(.9);opacity:0.7}
100%{transform:scale(1);opacity:1}}
.navs{height:60px;background:rgba(0,0,0,0.5);position:absolute;top:0px;left:0px;width:100%;z-index: 10;}
.nav{width:1300px;margin:0 auto;}
.nav_list{float:left;width:1250px;}
.isnav{color:#ffde00 !important;}
.nav_list>li{float:left;width:9%;position: relative;}
.nav_list>li>a{height:60px;line-height: 60px;font-size:18px;color:#fff;display: block;text-align: center;}
.nav_down{position: absolute; top: 60px; left: 0px; width: 100%; background: #003e9b; z-index: 5; padding: 0px 14px 0px; display: none;}
.nav_down>a{color: #fff; font-size: 14px; display: block; padding: 10px 0px; border-bottom: 1px solid #0b4cad;}
.nav_down>a:hover{color:#dbbf02;}
/*page*/ .page{overflow: hidden; display: inline-block; margin:24px auto;} .page>li{float: left; margin-left: 6px;} .page>li>a{display: block; padding: 2px 8px; color: #333; font-size:14px; background-color: #f4f4f5; border-radius: 2px;} .isp{background-color: #0068cb !important; color: #fff !important;}
.l_nav_down>a{padding:22px 10px 22px 50px;font-size:14px;color:#333;border-bottom:1px solid #e2e2e2;display: block;}
.l_nav_a{float:left;width:170px;}
.l_nav_sj{float:right;width:20px;height:12px;display: block;background: url(../img/xl_bg.png);
background-size:100% 100%;
margin-top:8px;}
.is_l_nav_down{color:#0068cb !important;font-weight: 600;}
.foot{padding:26px 0px;background: #1f57a7;text-align: center;}
.foot img{max-height:80px;}
.foot p{font-size:14px;color:#fff;margin-top:10px;}
.foot span{margin:0 20px;}