@charset "utf-8";
/* CSS Document*/
div,dl,dt,dd,ul,li,h1,h2,h3,form,legend,input,button,textarea,select,p,th,td{margin: 0;padding: 0;}
.header-infotit{height: 80px;background-color: #006EAD;}
.info_logo{line-height: 75px;width: 23%;}
.info_nav{width: 70%;}
.nav{background: #006dac;}
.warp{margin-bottom: -5px;}
#nav>li{width: 14.285%;*width: 14.28%;float: left;text-align: center;position: relative;}
#nav>li>a{display: block;height: 80px;line-height: 80px;font-size: 20px;color: #fff;font-weight: bold;position: relative;text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.3);}
#nav>.on>a{background: url(2020ty_nav_bg.png) no-repeat center bottom;}
.w1200{width:1200px; margin:0 auto;}


/*自适配样式*/@media screen and (max-width: 1200px){
.w1200{width:100%; margin:0 auto;}
.header-infotit{height: auto;}
.info_logo{width: 100%;text-align: center;}
.info_nav{width: 100%;}
#nav>li{width: 25%;}
#nav>li>a{font-size: 1.2rem;height: 3rem;line-height: 3rem;}


}