/*****公共样式*******/ *{padding:0;margin:0;font-family:"微软雅黑"; border-image:none;} html,body{margin: 0;min-width:1300px;} li,ul,dl,dt,dd,ol,ul{list-style:none; text-decoration:none;} a{text-decoration:none; color:none; cursor: pointer;} img{ border:0; text-decoration:none;} h1, h2, h3, h4, h5, h6{ font-weight: normal;} u,b{ font-weight:normal; text-decoration:none;} /*导航开始*/ .nav-container{height:50px;background-color:#fff;} .top-nav {max-width:1400px;height:50px;margin:auto} .top-nav > ul{max-width:1400px;height:50px;margin:auto;display:flex;justify-content:space-around;line-height:50px;} .top-nav > ul> li{display:block;width:100%;height:100%;text-align:center;font-size:18px;background:url(../img/line.gif) right center no-repeat;position:relative} .top-nav > ul> li:last-child{background:none} .top-nav > ul> li a{color:#000} .top-nav > ul> li a:hover{font-weight:bold} .top-nav > ul> li.on{-background-color:#00af5b} .top-nav >ul >li>ul{position:absolute;min-width:128px;top:50px;z-index:99;background-color:rgba(255,255,255,0.8);left:50%;margin-left:-64px;display:none} .top-nav >ul >li>ul li {line-height:38px;text-align:center;height:38px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;padding:0 10px} .top-nav >ul >li:hover >ul{display:block} .top-nav >ul >li>ul li:hover{background:#fff;} .top-nav >ul >li>ul li:hover a{color:#000} .top-nav >ul >li>ul li a{text-align:center;font-size:14px;color:#000} .top-nav >ul >li:hover{} .top-nav >ul >li a{color:#000;font-size:17px;}.top-nav i{display: block;width:133px;height:50px;background: #00af5b;position: absolute;left:0px;top:0px;} .banner{max-height:434px;width:100%;height:400px;} .banner img{width:100%;height:100%;border: 0;vertical-align: top;} .news-container{background-color:#fff} .news-container span.swiper-pagination-bullet-active{background-color:#008d49!important;border-radius:5px;width:16px} .news-container .swiper-pagination-bullet{opacity:0.8;background-color:#fff;width:10px;height:10px} .swiper-container .swiper-button-next{width:25px;height:50px;background:url("../img/bannerArrow.png") no-repeat -85px 18px,rgba(0,0,0,0.6);border:none;right:0} .swiper-container .swiper-button-prev{width:25px;height:50px;background:url("../img/bannerArrow.png") no-repeat 7px 18px,rgba(0,0,0,0.6);border:none;left:0} .swiper-container .swiper-button-next:hover{background:url("../img/bannerArrow.png") no-repeat -85px 18px,rgba(244,113,54,0.6);} .swiper-container .swiper-button-prev:hover{background:url("../img/bannerArrow.png") no-repeat 7px 18px,rgba(244,113,54,0.6)} .footer{width:100%;height:150px;margin-top:20px;background-color:#023C54;border-top:6px solid #2b4487;} .footer .footer-wrap{width:1300px;height:100px;margin:auto;color:#eee;background-size:90px 80px ;} .footer .footer-wrap .copyright{padding-top:25px;padding-left:30px;width:100%;text-align:center;} .footer .footer-wrap p{line-height:1.8;font-size:13px;text-align:left;}