﻿@charset "utf-8";
@keyframes ud { 0%, 100% {
transform:translateY(0);
}
50% {
transform:translateY(-5px);
}
}
/*menu-box*/
#MenuList_f1_public-bg { display: none !important; }
.menu-box { height: 120px; width: 100%; }
.menu-box .M { height: 100%; width: calc(82.5% - 28px); background: #fff; }
.language em { margin: 0 2vw; }
.language { line-height: 1; margin-top: 5vw; text-align: center; }
.language span, .language em, .language a { font-size: 4.4vw; }
.language i img { max-width: 100%; max-height: 100%; }
.language i { margin-right: 3vw; width: 6vw; height: 6vw; }
/*--menu-box end-----------------*/

/*主导航菜单 2018.02.26*/
.MenuList_f1, .MenuList_f1>ul { line-height: 120px; width: 100%; }
.MenuList_f1>ul { font-size: 0; display: block; }
.MenuList_f1>ul>li { position: static; /* height: 100%; */ width: 10%; text-align: center; font-size: 14px; display: inline-block; vertical-align: top; }
.MenuList_f1>ul>li a { display: block; text-transform: capitalize; }
.MenuList_f1>ul>li a span { text-transform: capitalize; display: inline-block; vertical-align: middle; line-height: 1.5; }
.MenuList_f1>ul>li>:first-child { font-weight: normal; display: block; position: relative; z-index: 0; font-size: 16px; color: #333; }
.MenuList_f1>ul>li>:first-child.on { color: #fff; }
.MenuList_f1>ul>li>:nth-child(2) { transform-origin: top; opacity: 0; transform: scale(1, 0); overflow: hidden; line-height: 80px; background: #FFF; background: rgba(255,255,255,0.96); left: 0; z-index: 2; position: absolute; width: 100%; }
.MenuList_f1>ul>li ul li { max-width: none; float: none; margin-left: 80px; width: auto; padding: 0px; display: inline-block; vertical-align: top; }
.MenuList_f1>ul>li ul li a { text-transform: capitalize; width: 100%; overflow: hidden; display: block; color: #555; text-align: center; text-decoration: none; font-size: 14px; font-weight: normal; }
.MenuList_f1>ul>li>:first-child:after { transition: 0.3s ease 0s; content: ''; z-index: -1; bottom: 0; left: 0; background: #2b488a; height: 0; width: 100%; position: absolute; }
.MenuList_f1>ul>li>:first-child.on:after { height: 100%; left: 0; }
/*汉堡菜单PC*/
.menu-i.on .menu-icon span:after { transform: rotateZ(-45deg); }
.menu-i.on .menu-icon span:before { transform: rotateZ(45deg); }
.menu-i.on .menu-icon span { background: transparent; }
.menu-i.on .menu-icon span:before, .menu-i.on .menu-icon span:after { bottom: 0; top: 0; }
.menu-icon span, .menu-icon span:before, .menu-icon span:after { transition: 0.3s ease 0s; display: inline-block; height: 3px; background: #fff; content: ''; width: 40px; }
.menu-icon span:before, .menu-icon span:after { position: absolute; left: 0; }
.menu-icon span:before { top: -12px; }
.menu-icon span:after { bottom: -12px; }
.menu-icon span { position: relative; margin: 0 auto; }
.menu-i { display: none; transition: 0.5s ease 0.5s; opacity: 1; top: 0; right: 0; overflow: hidden; width: 100px; line-height: 100px; margin-left: 0; text-align: center; position: absolute; z-index: 1; }
.menu-icon { cursor: pointer; background: #2b488a; }
.menu-i1 { transition: 0.3s ease 0.8s; opacity: 1; right: 0; }
/*menu-slide 用slide注意效果遮挡*/
.menu-slide { z-index: -1; position: absolute; background: #2b488a; height: 3px; bottom: 0; transition: 0.5s cubic-bezier(0.21, 0.8, 0.31, 1.21) 0s; }
.MenuList_f1.slide-menu { position: relative; z-index: 1; }
/*导航定位使用的类*/
.menu-fix { opacity: 1; position: fixed; left: 0; top: 0; z-index: 1; transition: 0.3s ease 0s; }
.menu-fix.menu-fix-down { opacity: 0; top: -120px; }
/*---导航end------------------------------------------------------------------------------------------------------------------------*/
/*logo*/
.menu-w { font-size: 0; width: 100%; margin: 0 auto; height: 100%; padding-left: 3%; }
.logo { width: 11%; height: 100%; }
.logo img { width: 100%; }
/*--logo end------------------------------------------*/

/*f_type:true*/
.MenuList_f1.swiper>ul>li { position: static; }
/*f_type:true*/
.MenuList_f1.swiper>ul { display: flex; display: -ms-flexbox;/*IE10*/ }
/*menu-top*/
.menu-top { position: absolute; z-index: 2; width: 100%; top: 3.5%; left: 0; }
.menu-top>div { width: calc(100% - 80px); padding: 0 3%; }
.menu-top .L { width: 5.5%; }
.menu-top a, .menu-top em, .menu-top span { font-size: 16px; }
.menu-top a.on, .language a.on { color: #2b488a; }
.menu-top em { margin: 0 10px; }
.menu-top i { width: 20px; height: 20px; margin-right: 10px; }
.menu-top i img { max-width: 100%; max-height: 100%; }
.menu-top .R { font-size: 0; position: absolute; right: 0; z-index: 0; top: 50%; transform: translateY(-50%); color: #fff; right: 3%; }

.menu-top1 { position: absolute; z-index: 2; width: 100%; top: 3.5%; left: 0; }
.menu-top1>div { width: calc(100% - 80px); padding: 0 3%; }
.menu-top1 .L { width: 5.5%; }
.menu-top1 a, .menu-top1 em, .menu-top1 span { font-size: 16px; }
.menu-top1 a.on, .language a.on { color: #2b488a; }
.menu-top1 em { margin: 0 10px; }
.menu-top1 i { width: 20px; height: 20px; margin-right: 10px; }
.menu-top1 i img { max-width: 100%; max-height: 100%; }
.menu-top1 .R { font-size: 0; position: absolute; right: 0; z-index: 0; top: 50%; transform: translateY(-50%); color: #fff; right: 3%; }
/*menu-click*/
.menu-click { overflow: hidden; display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: url(../images/menu-bg.jpg) no-repeat center; background-size: cover; z-index: 3; color: #fff; }
.menu-click .R { transition: 0.3s ease 0s; width: 50%; height: 100%; margin-left: auto; background: rgba(43,72,138,0.9); transform: translateX(100%); }
.menu-click.on .R { transition: 0.3s ease 0.3s; transform: translateX(0); }
.MenuList_f2 li { display: inline-block; vertical-align: top; text-align: center; width: 50%; position: relative; z-index: 0; margin-top: 3vw; }
.MenuList_f2 li:nth-child(1), .MenuList_f2 li:nth-child(2) { margin-top: 0; }
.MenuList_f2 li h3 { display: inline-block; vertical-align: top; }
.MenuList_f2 li a { text-transform: capitalize; width: 5.5vw; font-size: 1.3vw; font-weight: normal; display: block; text-align: left; position: relative; z-index: 0; }
.menu-click .RB, .menu-click .RT { width: 75%; margin: 0 auto; }
.menu-click .RT img { width: 60.5%; }
.MenuList_f2 li a:before { transition: 0.3s ease 0s; content: ''; position: absolute; z-index: 0; width: 3.2vw; height: 1px; background: #fff; left: 50%; top: 50%; transform: translateX(-50%); margin-left: -5.6vw; opacity: 0; }
.MenuList_f2 ul li.on a:before { opacity: 1; }
.menu-click .RB { position: absolute; top: 50%; z-index: 0; left: 50%; transform: translate(-50%, -50%); }
.menu-click .RT { padding-top: 2vw; }
.menu-click .close { position: absolute; top: 2vw; z-index: 0; right: 5%; }
.menu-click .close>div { width: 2vw; height: 2vw; cursor: pointer; outline: none; }
.menu-click .close>div:before, .menu-click .close>div:after { content: ''; width: 2vw; height: 2px; background: #fff; display: block; position: absolute; left: 0; top: 50%; transition: 0.3s ease 0s; }
.menu-click .close>div:before { transform: rotateZ(45deg); }
.menu-click .close>div:after { transform: rotateZ(-45deg); }
/*menu-R-box*/
.menu-R-box { position: fixed; width: 80px; height: 100%; background: #fff; right: 0; z-index: 2; text-align: center; box-shadow: 0 0 15px 0 rgba(0,0,0,0.1); }
.menu-R-box .menu-i { display: block; position: relative; width: 100%; height: auto; line-height: normal; padding: 50% 0; box-shadow: 0 0 15px 0 rgba(0,0,0,0.1); }
.menu-R-box .menu-icon { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; background: none; height: 100%; }
.menu-R-box .menu-icon span, .menu-R-box .menu-icon span:before, .menu-R-box .menu-icon span:after { background: #2b488a; width: 100%; height: 2px; }
.menu-R-box .menu-icon span { position: absolute; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 45%; }
.menu-R-box .menu-icon span:before { top: 0.6vw; }
.menu-R-box .menu-icon span:after { bottom: 0.6vw; }
.menu-R-box>div { width: 100%; height: 100%; }
.menu-R-box .B { height: 50%; border-top: 1px solid #efeff4; position: absolute; left: 0; bottom: 0; z-index: 0; width: 100%; }
.menu-R-box .B i { width: 24px; height: 24px; display: block; margin: 0 auto; }
.menu-R-box .M i { width: 20px; height: 26px; display: block; margin: 0 auto; }
.menu-R-box .B i img, .menu-R-box .M i img { max-height: 100%; max-width: 100%; margin: 0 auto; }
.menu-R-box .B p, .menu-R-box .M p { font-size: 16px; color: #444; transition: 0.3s ease 0s; }
.menu-R-box .B p { margin-top: 10px; }
.menu-R-box .M p { margin-top: 15px; }
.menu-R-box .M { height: calc(50% - 80px); }
/*footer*/
.footer { text-align: center; background: #fff; }
.MenuList_f3 { padding: 1vw 0; }
.beian { font-size: 14px; border-top: 1px solid #efeff4; color: #888; width: 84%; padding: 0.8vw 0; margin: 0 auto; }
.beian img { display: inline-block; }
.MenuList_f3 li { margin-left: 4%; display: inline-block; vertical-align: top; }
.MenuList_f3 li a { text-transform: capitalize; display: block; font-size: 16px; color: #666; font-weight: normal; border-bottom: 1px solid transparent; padding-bottom: 3px; transition: 0.3s ease 0s; }
/*page-banner*/
.banner-text { position: absolute; font-size: 2.5vw; color: #fff; text-align: center; top: 0; left: 0; text-transform: uppercase; height: 18.2vw; line-height: 18.2vw; }
.page-banner { height: 18.2vw; position: fixed; top: 0; left: 0; width: 100%; z-index: -1; }
.page-banner img { min-height: 100%; }
/*nav*/
.ResTitle_a2 { text-transform: uppercase; width: 100%; background: #2b488a; padding: 4vw 0; color: #fff; font-size: 4.4vw; position: relative; z-index: 0; }
.ResTitle_a2 * { display: block; width: 90%; margin: 0 auto; position: relative; z-index: 1; }
.ResTitle_a2:after { content: ''; position: absolute; border-style: solid; border-color: #fff transparent transparent; border-width: 1.2vw 1.2vw 0 1.2vw; right: 5%; top: 50%; margin-top: -0.6vw; transform: rotateZ(-90deg); transition: 0.3s ease 0s; }
.ResTitle_a2.on:after { transform: rotateZ(0deg); }
.NavList_a1 li { width: 14%; display: inline-block; vertical-align: top; border-left: 1px solid #efeff4; }
.NavList_a1 a { text-transform: capitalize; display: block; text-align: center; font-size: 16px; color: #2b488a; height: 3.2vw; line-height: 3.2vw; background: #fff; position: relative; z-index: 0; transition: 0.3s ease 0s; padding: 0 3%; }
.NavList_a1 a:after { content: ''; position: absolute; z-index: 0; width: 0; height: 0; border-style: solid; border-color: #2b488a transparent transparent; border-width: 8px 10px 0; left: 50%; bottom: -8px; transform: translateX(-50%); display: none; }
.NavList_a1 li a.on { background: #2b488a; color: #fff; }
.NavList_a1 ul { background: #fff; }
/*poslist*/
.PosList_a1 { text-transform: capitalize; font-size: 14px; text-align: right; color: #888; }
.PosList_a1 b { color: #2b488a; }
.PosList_a1 b:after, .PosList_a1:after { content: ''; display: inline-block; vertical-align: middle; width: 10px; height: 10px; border-radius: 50%; }
.PosList_a1 b:after { background: #2b488a; margin-left: 15px; }
.PosList_a1:after { background: #d92727; margin-left: 5px; }
/*ResTitle_a3*/
.ResTitle_a3 { text-transform: uppercase; }
.ResTitle_a3>* { display: block; }
.ResTitle_a3 em { color: #2b488a; line-height: 1; }
.ResTitle_a3 em, .ResTitle_a3 b { font-family: impact; font-size: 2.6vw; }
.ResTitle_a3 b { color: #d92727; }
.ResTitle_a3 span:before { content: ''; width: 2px; height: 84%; background: #26324a; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.ResTitle_a3 span { font-size: 1.6vw; color: #26324a; padding-left: 12px; position: relative; z-index: 0; margin-top: 1%; }
/*rid34*/
.rid34 .T h3 { font-weight: normal; color: #26324a; font-size: 1.6vw; margin-left: 1%; }
.rid34 .B p { font-size: 16px; color: #666; line-height: 2.25; }
.rid34 .B img { margin-top: 2%; }
.rid34 .B { margin-top: 2%; padding-top: 2%; border-top: 1px solid #e6e6e6; }
/*photo*/
.photo [class*="PhotoList"] li { padding: 2% 0 1.2%; background: #fff;}
.photo [class*="PhotoList"] li span { border: none; width: 86%; font-size: 1vw; margin: 4% auto 0; padding: 0 3%; }
.photo [class*="PhotoList"] li a:before { content: ''; display: inline-block; vertical-align: middle; width: 0; height: 100%; }
.photo [class*="PhotoList"] li a { background: #f6f6f6; width: 86%; margin: 0 auto; height: 15.6vw; }
.photo [class*="PhotoList"] img { height: auto; width: auto; max-height: 87%; max-width: 81%; margin-left: 0; transform: none; }
/*news*/
.news-img, .news-box .T .news-content { height: 26vw; }
.news-img { width: 46%; font-size: 14px; }
.news-box .T .news-content { width: 49%; margin-left: 5%; }
.news-content li.swiper-pagination-bullet:first-child { padding-top: 0; height: 24%; margin-top: 0; border-top: none; }
.news-content li.swiper-pagination-bullet { display: block; border-top: 1px solid #e6e6e6; padding-top: 4%; height: 32%; text-align: left; overflow: hidden; margin-top: 4%; width: 100%; border-radius: 0; background: none; opacity: 1; }
.news-box .T .news-content .news-text { width: 78.5%; }
.news-content h3 { color: #26324a; font-size: 1vw; font-weight: normal; transition: 0.3s ease 0s; }
.news-content p { max-height: 7.2vw; -webkit-line-clamp: 4; font-size: 0.8vw; color: #666; line-height: 2; margin-top: 2%; }
.news-box .T .news-content p { }
.news-content time { padding: 10px 0; color: #26324a; font-family: "微软雅黑", Microsoft YaHei; line-height: 1; transition: 0.3s ease 0s; text-align: center; }
.news-content time>div { display: inline-block; vertical-align: top; text-align: center; }
.news-box .T .news-content time { width: 21.5%; border-left: 3px solid transparent; }
.news-content time b { font-size: 2.6vw; display: block; }
.news-content time em { display: block; font-size: 0.8vw; }
.news-content a { display: block; width: 100%; height: 100%; position: relative; z-index: 0; }
.news-img a { display: block; width: 100%; height: 100%; overflow: hidden; }
.news-img img { width: 100%; min-height: 100%; margin: 0 auto; }
.news-img .swiper-container, .news-content .swiper-pagination { width: 100%; height: 100%; position: static; }
.news-content li.swiper-pagination-bullet[class*="active"] time { border-color: #d92727; color: #d92727; }
.news-content li.swiper-pagination-bullet[class*="active"] h3 { color: #2b488a; }
.news-content .news-v { font-family: "微软雅黑", Microsoft YaHei; font-size: 16px; text-transform: uppercase; color: #26324a; transition: 0.3s ease 0s; margin-top: 2%; }
.news-content .news-v i { transition: 0.3s ease 0s; display: inline-block; }
.news-box .B { margin-top: 5%; }
.news-box .B li { width: 100%;  }
.news-box .B .pic{ width: 19%; float:left;margin-right:2%;height: 10vw;}
.news-box .B .news-text { width: 73%; }
.news-box .B time { width: 6%; text-align: right; float:right;margin-top: 3%;}
.news-box .B .news-content { border-top: 1px solid #e6e6e6; padding-top: 1%; }
.news-box .B .news-content a { padding: 5% 0; border-bottom: 1px solid #e6e6e6; min-height: 390px;}
@media screen and (max-width: 1400px){
.news-box .B .news-content a { padding: 5% 0; border-bottom: 1px solid #e6e6e6; min-height: 240px;}
}
/*product*/
.ClassList_a1 { background: #e6e6e6; }
.NavigationList_a1_2ndGrade { text-align: center; font-size: 0; }
.NavigationList_a1_2ndGrade a { width: auto; display: inline-block; vertical-align: top; font-size: 16px; color: #666; height: 60px; line-height: 60px; margin-left: 4.5%; border-bottom: 3px solid transparent; transition: 0.3s ease 0s; }
.NavigationList_a1_2ndGrade a.on { border-color: #2b488a; color: #2b488a; }
.ClassList_a1 { margin-bottom: 3%; }
.product [class*="PhotoList"] li { width: 22%; background: none; margin-bottom: 5%; transition: none; }
.product [class*="PhotoList"] li, .product [class*="PhotoList"] li:nth-child(3n+1) { margin-left: 4%; }
.product [class*="PhotoList"] li a { height: 26vw; background: #fff; border: 2px solid transparent; position: relative; z-index: 0; transition: 0.3s ease 0s; }
.product [class*="PhotoList"] li a:after { content: ''; position: absolute; width: 100%; height: 0; transition: 0.3s ease 0s; background: #2b488a; left: 0; bottom: 0; z-index: 1; opacity: 0; }
.product [class*="PhotoList"] li span { padding: 0 10px; margin-top: 4%; font-size: 18px; color: #26324a; }
/*contact*/
.contact-box { box-shadow: 0 0 1.6vw 0 rgba(0,0,0,0.15); }
.contact-box dl { margin-top: 8%; }
.contact-box .L dd:after { content: ''; width: 40px; height: 2px; background: #fff; margin-top: 5%; display: block; }
.contact-box .L, .contact .R { height: 31.25vw; }
.contact-box .R .map_a1 { height: 100%; border: none; }
.contact-box .L { width: 34%; padding: 0 5%; background: url(../images/dw1.png) repeat top left #2b488a; color: #fff; }
.contact-box .L dt { margin-top: 3%; }
.contact-box .L dd { font-size: 1.6vw; margin-bottom: 5%; }
.contact-box .L dt span { font-size: 16px; width: calc(100% - 26px); line-height: 1.5; }
.contact-box .L i { width: 16px; height: 22px; margin-right: 10px; }
.contact-box .L i img { max-height: 100%; max-width: 100%; }
.contact-box .R { width: 66%; }
/*合作伙伴*/
.PhotoList_h1 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.PhotoList_h1 p { text-align: center; font-size: 16px; color: #666; transition: 0.3s ease 0s; display: inline-block; vertical-align: middle; width: 100%; line-height: 1.5; }
.PhotoList_h1 li { font-size: 0; padding: 1.5% 1%; margin-bottom: 2%; }
.PhotoList_h1 li:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; }
/*rid36*/
.rid36 li { margin-left: 3.2%; display: inline-block; vertical-align: top; width: 22.6%; }
.rid36 li img { width: 100%; }
/*public*/
.w-87 { width: 87%; margin: 0 auto; }
.content-page { margin-top: 1.5%; }
.page-title { margin-bottom: 2.5%; }
.rid34 img, .contact-box .L>div { width: 100%; }
.content-box { padding: 1.5% 0 4.5%; background: #f6f6f6; }
.NavList_a1 li:first-child { border: none; }
.Content { padding-top: 18.2vw; }
.page-w { width: calc(100% - 80px); }
.contact-box .L dt:nth-of-type(1), .contact-box dl:first-child { margin-top: 0; }
.MenuList_f3 li:first-child, .news-box .B li:nth-child(2n+1), .NavigationList_a1_2ndGrade a:first-child, .product [class*="PhotoList"] li:nth-child(4n+1), .rid36 li:first-child { margin-left: 0; }
.MenuList_f2 ul, .MenuList_f3 ul, .NavList_a1 ul, .rid34 .T, .news-box .T, .news-box .B, .contact-box, .PhotoList_h1, .rid36 ul { font-size: 0; }
.MenuList_f2 .child, .MenuList_f3 .child, .ResTitle_a1 br, .ResTitle_a1 em, .ResTitle_a2 br, .ResTitle_a2 em, .ResTitle_a3 br, .rid34 .ResTitle_a3 span, .NavigationList_a1_1stGrade, .NavigationList_a1_2ndGrade, .PhotoList_h1 img { display: none; }



#pbpage_34 .T{font-size: 0;}
#pbpage_34 .ResTitle_a3 strong {color: #d92727;}
#pbpage_34 .T h3 {font-weight: normal;color: #26324a;font-size: 1.6vw;margin-left: 1%;}
#pbpage_34 .B {margin-top: 2%;padding-top: 2%;border-top: 1px solid #e6e6e6;}
#pbpage_34 .B p {font-size: 16px;color: #666;line-height: 2.25;}
#pbpage_34 .B img {margin-top: 2%;}
#pbpage_34 img {width: 100%;}

#pbpage_46 dl:first-child {margin-top: 0;}
#pbpage_46 dd {font-size: 1.6vw;margin-bottom: 5%;}
#pbpage_46 dd:after {content: '';width: 40px;height: 2px;background: rgb(0, 0, 0);margin-top: 5%;display: block;}
#pbpage_46 dt:nth-of-type(1){margin-top: 0;}
#pbpage_46 i {width: 16px;height: 22px;margin-right: 10px;}
#pbpage_46 .v-align-m1{font-size: 0;}
#pbpage_46 i {font-style: normal;}
#pbpage_46 i img {max-height: 100%;max-width: 100%;}
#pbpage_46 dt span {font-size: 16px;width: calc(100% - 26px);line-height: 1.5;}
#pbpage_46 dt {margin-top: 3%;}
#pbpage_46 dl {margin-top: 8%;}



#pege { clear: both; text-align: center; margin-top: 50px; font-size: 18px; }
#pege li a{ transition: 0.3s ease 0s; font-size: 14px; vertical-align: top; display: inline-block; padding: 0 10px; height: 38px; line-height: 38px; border: #e3e3e3 solid 1px; color: #666; background: #fff; min-width: 18px; text-align: center; margin-left: 10px; }
#pege .page-num{transition: 0.3s ease 0s; font-size: 14px; vertical-align: top; display: inline-block; padding: 0 15px; height: 38px; line-height: 38px; border: #e3e3e3 solid 1px; color: #666; background: #fff; min-width: 18px; text-align: center; margin-left: 10px;}
#pege .page-num-current{color:#fff;
background:#01489a;}
.pageinfo { float: right; line-height: 28px; display: none; }
.conT { font-size: 24px; color: #009c73; }
#load_more_button { display: none; cursor: pointer; height: 40px; line-height: 40px; width: 120px; color: #fff; background: #01489a; transition: 0.3s ease 0s; border-radius: 4px; font-size: 16px; text-align: center; margin: 5% auto 0; }
.page span:first-child, .page a:first-child { margin-left: 0; }
/*==分页==*/
#pege
{
    overflow:hidden;
    width:55%;
    margin:0 auto;
    }
#pege li
{
   display:inline;
    text-align:center;
    padding-left:0px;
    }
#pege li a
{
    text-align:center;

    }
#pege li a:hover
{    color:#fff;
background:#01489a;

    }










