﻿@charset "utf-8";
* { margin:0px; padding:0px; font-family:"微软雅黑"; outline:none; }
ul { list-style:none; }
body { overflow-x:hidden; color:#666; behavior:url(../images2019/ie-css3.htc); font-size:14px; }
a { text-decoration:none; overflow:hidden; outline: 0; color:#666; }
a:hover { text-decoration:none; }
.fivepic ul li a:hover, .fivenav2 a:hover, .sevenintu p a:hover, #seveninnavp a:hover, #nine1nav3 a:hover, #nine2nav2 a:hover, .nine2ul ul li a:hover, .ten11 ul li a:hover, .threetuijian ul li a:hover, .fourul1 li a:hover, #guanyu-fourin-left-nav-p-a a:hover, .xiangqing-onein ul li a:hover, .xiangqing-three ul li a:hover, .xiangqing-tentu ul li a:hover, .xiangqing-elevenli ul li a:hover, .xiangqing-two-rightin a:hover, #kehu-button a:hover, #jieshao-button a:hover, .eleven3 a:hover, .jieshao-onein ul li a:hover { color:#ff471f; }
*img { border:0px; }
.kehu-ten4in ul li a:hover { background:#292b98; }
a img { border:none; }
h1 { font-size:24px; }
.body { background:#f8f8f8; }
/* CSS Document */

.displaynone { display:none; }
/*404页面*/
.good404 { position:absolute; width:622px; height:346px; left:50%; top:50%; margin-left:-311px; margin-top:-173px; background:url(../images2019/404.jpg) no-repeat; }
.good404 ul { margin-top:159px; margin-left:260px; }
.good404 ul li { color:#fb9f35; line-height:32px; font-size:14px; }
.good404 ul li span { color:#0a91c1; }
.good404 ul li a { color:#0a91c1; text-decoration:underline; padding-right:10px; }
.good404 ul li a:hover { color:#fb9f35; }
.zh_content { width:1000px; margin:0 auto; }
.cehua_content { display:block; width:1000px; float:left; }
.cehua_content span { display:block; width:100%; height:61px; font-size:30px; margin-top:50px; text-align:center; float:left; }
.cehua_content span em { padding-bottom:20px; border-bottom:2px solid #ccc; font-style:normal; }
.map_content { width:1000px; float:left; margin-top:20px; }
.map_content ul li { float:left; text-align:center; line-height:35px; margin:15px; color:#fff; font-weight:bold; font-size:14px; vertical-align:middle; display:table-cell; }
/* 主页的CSS */

.index_focus { position: relative; width: 100%; height: 415px; margin: 0 auto; overflow: hidden; }
.index_focus .bd li { display: none; }
.index_focus_post { z-index: 10; }
.index_focus .pic { height:auto; display:block; position:absolute; top:0px; left:50%; margin-left:-960px; }
.index_focus .pic:hover { text-decoration: none; }
.index_focus .slide_nav { position:absolute; left:0; bottom:0; width:100%;/*background:#666;	filter:alpha(opacity=80); opacity:0.8;  */  }
.index_focus .slide_nav ul { position:relative; left:43%; }
.index_focus .slide_nav a { cursor:pointer; float:left; font-size:32px; font-family:"Microsoft YaHei"; color:#f7f7f7; padding:2px 10px 5px 10px; text-decoration:none; }
.index_focus .slide_nav li:hover, .index_focus .slide_nav .on { text-decoration: none; color:#ff6633; filter: alpha(opacity=80); opacity: 0.8; text-decoration:none; }
.index_focus_pre, .index_focus_next { display: none; position: absolute; top: 50%; margin-top: -36px; width: 72px; height: 72px; text-indent: 100%; white-space: nowrap; overflow: hidden; z-index: 10; background: url(../images2019/ico_sliding.png) no-repeat; }
.index_focus_pre { left: 30px; background-position: 0 0; }
.index_focus_pre:hover { background-position: 0 -144px; }
.index_focus_next { right: 30px; background-position: 0 -72px; }
.index_focus_next:hover { background-position: 0 -216px; }
.one { width:100%; height:156px; background:#f2fbfe; }
.header { width:1000px; height:100px; margin:0px auto; background:#f2fbfe; }
.onelogo { width:322px; height:78px; margin:11px 0px; float:left; }
.onetel { width:220px; height:99px; float:right; margin-right:15px; }
.onenav { height:56px; background:url(../images2019/one-bag.png) no-repeat center 0px; }
.onenavin { width:1000px; height:56px; margin:auto; position:relative; }
.onenav ul { position:relative; z-index:2; }
.onenav ul li { position:relative; float:left; }
.onenav ul li .ernav { display:none; position:absolute; border:1px solid #22abdd; border-radius:0px 20px 10px 10px; border-top:3px solid #22abdd; top:56px; width:750px; left:0px; background:#fff; padding:15px; }
.current { background-color:#ff471f; }
.currclass { background-color:#ff471f; }
.onenavin ul li a:hover { opacity:1; -webkit-animation:orangeIn 0.3s ease; animation:orangeIn 0.3s ease; background-color:#ff471f; text-decoration:none; }
 @-webkit-keyframes orangeIn {  0% {
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0
}
100% {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 opacity:1
}
}
@-moz-keyframes orangeIn {  0% {
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0
}
100% {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 opacity:1
}
}
@-ms-keyframes orangeIn {  0% {
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0
}
100% {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 opacity:1
}
}
@keyframes orangeIn {  0% {
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0
}
100% {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 opacity:1
}
}
 @-webkit-keyframes orangeOut {  0% {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 opacity:1
}
100% {
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0
}
}
@-moz-keyframes orangeOut {  0% {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 opacity:1
}
100% {
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0
}
}
@-ms-keyframes orangeOut {  0% {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 opacity:1
}
100% {
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0
}
}
@keyframes orangeOut {  0% {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 opacity:1
}
100% {
 -webkit-transform:scale(0.8);
 -ms-transform:scale(0.8);
 transform:scale(0.8);
 opacity:0
}
}
.onenav ul li .ernav22 { width:180px; }
.onenav ul li:hover .ernav { display: block; }
.ernav dl { float:left; margin-right:25px; }
.ernav22 dl { float:left; margin-right:0px; }
.ernav dt { background:#f9f9f9; font-size:16px; color:#000; margin-bottom:5px; padding:4px 10px; border-radius:4px; }
.ernav dd { padding:4px 22px; font-size:14px; background: url(../images2019/nine-gezi.png) no-repeat 10px center; cursor:pointer; }
.ernav dd:hover { color:#F30; }
.onenav ul li a { display:block; width:111px; position:relative; z-index:99; height:56px; line-height:56px; text-align:center; float:left; color:#FFF; font-size:16px; }
.onenav .nav-menu { height:56px; }
.onenav .nav-menu a { display:block; float:left; height:56px; padding:0 40px; line-height:50px; color:#666; font-size:16px; text-decoration:none; }
.onenav .nav-current { position: absolute; left:0px; height:56px; overflow:hidden; background:#22abdd; }
.two { height:453px; background:url(../images2019/index-banner.jpg) no-repeat; background-position:center 0px; }
#twoyuan1 { width:20px; height:20px; border-radius:10px; background:#ffffff; position:absolute; left:48%; top:575px; }
#twoyuan2 { width:20px; height:20px; border-radius:10px; background:#ffffff; filter: alpha(opacity=70); opacity: 0.7; position:absolute; left:51%; top:575px; }
#twoyuan3 { width:20px; height:20px; border-radius:10px; background:#ffffff; filter: alpha(opacity=70); opacity: 0.7; position:absolute; left:54%; top:575px; }
#twoyuan4 { width:20px; height:20px; border-radius:10px; background:#ffffff; filter: alpha(opacity=70); opacity: 0.7; position:absolute; left:57%; top:575px; }
.three { height:62px; background:#ff471f; }
.threein { width:1000px; height:34px; margin:auto; padding-top:15px; }
.search { width:242px; float:left; height:32px; }
.wenben { border:1px solid #ff471f; border-right:none; float:left; height:30px; width:195px; font-size:16px; color:#999; padding-left:5px; }
.anniu { height:30px; width:38px; border:1px solid #292b98; float:left; cursor:pointer; background:url(../images2019/icon-search-white.png) #292b98 no-repeat 9px 6px; margin-top:1px; }
.anniu:hover { background:url(../images2019/icon-search-white.png) #292b98 no-repeat 9px 6px; }
.threetuijian { width:720px; height:32px; float:right; }
.threetuijian ul li { display:inline; }
.threetuijian ul li a { display:block; height:32px; float:left; line-height:32px; color:#fff; font-size:16px; margin-right:15px; cursor:pointer; }
.threetuijian ul li a:hover{ color:#fff;}
.four { background:#fafafa; overflow:hidden; }
.fourin { width:1000px; margin:auto; }
.fournav { width:633px; height:25px; padding-top:10px; }
.fourpic { width:1000px; margin-top:30px; }
.fourpic1 { width:304px; float:left; }
.fourpic2 { width:304px; float:left; }
.fourpic3 { width:304px; float:left; }
.fourul { width:333px; float:left; overflow:hidden; margin-top:30px; }
.fourbiao { width:304px; float:left; margin-top:15px; }
.fourbiao h2 { margin-bottom:10px; font-size:20px; }
.fourbiao h2 a { color:#292b98; }
.fourbiao ul li a { display:block; width:234px; height:21px; line-height:21px; font-size:14px; color:#444444; }
.xiaoheikuai { display:block; width:3px; height:3px; background:#888888; margin:10px 8px 0px 0px; float:left; }
.fourul1 { width:224px; height:85px; float:left; }
.fourulin1 { width:70px; height:63px; float:right; background:#292b98; }
.fourulin1 ul li a { display:block; width:40px; height:47px; font-size:16px; color:#FFF; text-align:center; padding:8px 15px; }
.fourulin1 a:hover { color:#FFF; background:#ff471f; }
.five { width:1000px; height:1270px; margin:auto; }
.fivenav { width:1000px; height:35px; padding:30px 0px 18px 0px; float:left; }
.fivenav1 { width:361px; height:28px; float:left; }
.fivenav2 { display:block; width:80px; height:19px; float:right; margin:9px 0px 0px 0px; text-align:right; }
.fivenav2 a { font-size:14px; font-weight:bold; color:#a4b6c4; }
.fivepic { width:1000px; float:left; }
.fivepic1 { width:230px; float:left; margin-right:20px; text-align:center; }
.fivepic4 { width:228px; height:200px; float:right; text-align:center; }
.fivepic5 { width:228px; height:190px; float:left; margin-right:26px; text-align:center; }
.fivepic8 { width:228px; height:190px; float:right; text-align:center; }
.fivepic ul li a { display:block; width:230px; font-size:14px; text-align:center; color:#333333; }
.fivepic ul li a img { border:1px solid #ccc; display:block; overflow:hidden; width:228px; height:228px; }
.fivepic ul li a img:hover { border:1px solid #ff471f; display:block; overflow:hidden; width:228px; height:228px; }
.fivepic ul li a p { float:left; text-align:center; background:url(../images2019/re.png) no-repeat left center; padding-left:20px; width:210px; height:60px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:56px; }
.fivepic .fivepic2 a p { background:url(../images2019/jian.png) no-repeat left center; }
.six { width:100%; height:650px; background:#FFF; }
.sixin { width:1000px; height:650px; margin:auto; }
.sixin span { font-weight:bold; }
.sixnav { width:1000px; height:94px; padding:50px 0px 20px 0px; }
.sixkuang { width:500px; height:243px; float:left; }
.sixkuangin1 { width:60px; height:243px; float:left; }
.sixkuangin2 { width:420px; height:243px; float:left; }
.sixkuangin2zi { width:430px; height:65px; }
.sixkuangin2 ul li { display:block; width:465px; height:30px; line-height:30px; color:#808080; font-size:14px; float:left; }
.sixkuangin2 ul li span { color:#016cbf; }
#seveninnavpin { margin-left:10px; }
.seven { width:100%; min-height:346px; max-height:100%; display:inline-block; background:url(../images2019/seven-bag.png) no-repeat #f8f8f8; background-position:center 0px; padding-bottom:10px; }
.sevenin { width:1000px; margin:auto; max-height:100%; background:#f8f8f8; }
.seveninnav { width:1000px; height:35px; padding-top:30px; float:left; }
.seveninnav img { float:left; }
#seveninnavp { display:block; width:640px; height:35px; font-size:16px; float:right; }
#seveninnavp a, .more11 { display:block; float:left; height:35px; line-height:35px; font-size:18px; color: #069; }
#seveninnavp a.more { float:right; }
#seveninnavp a.more, a.more11 { font-size:16px; float:right; }
#seveninnavp a { color:#9db1c0; }
a.more11 { height:55px; line-height:55px; font-weight:normal; }
a.more22 { height:35px; color:#9db1c0; line-height:35px; float:right; padding-right:30px; }
#seveninnavp a.more:hover, a.more11:hover { color:#ff471f; }
.sevenintu { width:1000px; float:left; }
.xiangqing-tentu_gai .seventu { width:228px; float:left; margin:15px 17px 0px 0px; text-align:center; }
.seventu { width:228px; float:left; margin:15px 22px 0px 0px; }
.xiangqing-tentu_gai ul li p { width:228px; float:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block; }
#seventu4 { margin:10px 0px 0px 0px; }
.sevenintup { margin-top:20px; }
.sevenintu p a { color:#080d0d; display:block; width:228px; height:24px; font-size:14px; text-align:center; filter: alpha(opacity=80); opacity: 0.8; }
.eight { width:100%; height:251px; background:url(../images2019/eight-bag.png) no-repeat; background-position:center 0px; }
.eightin { width:1000px; height:205px; margin:auto; padding-top:25px; }
.eighttu { width:270px; height:166px; margin:20px; float:left; border:#c6f0ff solid 3px; }
.eightbiaoqian { width:682px; height:40px; float:left; margin-top:13px; color:#FFF; }
.eightzi { width:626px; float:left; }
.eightzi p { color:#FFF; font-size:14px; line-height:24px; text-align:left; }
.nine { width:1000px; height:430px; margin:15px auto 0px; }
.nine1 { width:615px; height:414px; float:left; background:#FFF; }
.nine1nav { width:615px; height:35px; padding:15px 0px; background:#f8f8f8; }
#nine1nav3 { display:block; height:35px; float:right; }
#nine1nav3 a { color:#9db1c0; height:35px; line-height:35px; font-size:16px; }
.nine1tu { width:615px; height:350px; float:left; color:#fafafa; }
.nine1tu ul li { width:267px; height:144px; float:left; margin:20px 0px 0px 30px; }
#nine1tu2 { margin:20px 0px 0px 15px; }
.nine2 { width:365px; height:414px; float:right; background:#FFF; }
.nine2nav { width:365px; height:50px; background:url(../images2019/nine-new.png) no-repeat 0px center #f8f8f8; padding-bottom:15px; }
#nine2nav2 { display:block; height:17px; float:right; margin:16px 0px 0px 0px; }
#nine2nav2 a { color:#b1c0cc; }
.nine2ul { width:365px; height:333px; }
.nine2ul ul li { display:inline-block; }
.nine2ul ul li a { display:block; width:310px; height:40px; margin-left:20px; line-height:38px; font-size:14px; background:url(../images2019/nine-gezi.png) no-repeat left center; float:left; padding-left:20px; color:#5d5d5d; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
#nine2li { margin:17px 0px 0px 0px; }
.ten { width:100%; float:left; padding-top:20px; background:#fff; }
.ten1 { width:1000px; height:180px; margin:auto; padding:20px 0px; background:#FFF; position:relative; z-index:2; }
.ten11 { width:331px; height:180px; float:left; border-right:#f3f3f3 solid 1px; }
#ten113 { border:none; float:right; }
#ten11tu { width:14px; height:23px; float:left; background:url(../images2019/ten-dengpao.png) no-repeat 0px center; margin:20px; }
.tennav { width:293px; height:36px; color:#1e81bf; margin-left:20px; }
.tennav a { font-size:16px; color:#9db1c0; }
.tennav a:hover { color:#ff471f; }
.ten11 ul li a { display:block; width:303px; height:33px; background:url(../images2019/ten-gezi.png) no-repeat 0px center; padding-left:10px; line-height:33px; margin-left:20px; font-size:14px; color:#333333; }
.ten4 { width:100%; height:117px; float:left; background:#1e81bf; position:absolute; top:3466px; left:0px; }
.ten4in { width:1000px; height:117px; margin:auto; }
.ten4in ul li a { width:67px; height:60px; line-height:60px; float:left; padding:57px 29px 0px 29px; text-align:center; font-size:16px; font-weight:bold; color:#FFF; }
#ten4ina8 { display:block; width:70px; padding:57px 28px 0px 27px; }
.ten4in ul li a:hover { background:#ff471f; text-decoration:none; }
.eleven { width:100%; padding-bottom:30px; float:left; background:#292b98; }
.elevenin { width:1000px; margin:auto; }
.eleventu1 { width:353px; height:88px; margin:60px 0px 40px 0px; float:left; }
.eleventu2 { width:170px; height:170px; float:left; margin:50px 0px 10px 0px; }
.elevenp { width:454px; height:105px; margin:50px 0px 33px 0px; float:right; }
.elevenp p { height:26px; color:#FFF; font-size:14px; text-align:left; line-height:26px; }
.elevenp a { color:#fff; }
.eleven3 { width:1000px; height:40px; float:left; }
.eleven3 ul li { display:inline; }
.eleven3 ul li a { display:block; height:40px; line-height:40px; text-align:center; float:left; color:#FFF; margin:0px 13px; font-size:14px; }
/*客户见证的CSS*/
.kehu-two { width:100%; overflow:hidden; }
.kehu-two img { position:relative; top:0px; left:50%; margin-left:-960px; }
#kehu-search { width:262px; }
#kehu-wenben { width:215px; }
#kehu-four { background:#FFF; }
.kehu-fourin-left { width:21.5%; float:left; }
.kehu-fourin-left .onetel { width:215px; }
.kehu-fourin-left-nav { width:1000px; height:20px; padding:15px 0; color:#999999; }
.kehu-fourin-left-nav p { font-size:14px; }
.kehu-fourin-left2 { width:215px; background:url(../images2019/four-bag.png) no-repeat; }
.kehu-fourin-left2 ul li a { display:block; width:200px; height:53px; color:#000; line-height:54px;}
.kehu-fourin-left2 ul li a:hover{  display:block; width:200px; height:53px; }

#kehu-fourin-left2a1 { display:block; font-size:20px; width:160px; padding-left:45px; height:53px; line-height:54px; color:#FFF; }
.kehu-fourin-left3 { width:215px; float:left; background:url(../images2019/kehu-tell-bsag.png) no-repeat; margin-top:20px; }
.kehu-fourin-left3 img { width:166px; height:15px; padding:10px 17px 0px 17px; background:#f0f0f0; }
.kehu-fourin-left3 p { width:183px; font-size:14px; background:#f0f0f0; padding:15px 0px 0px 10px; padding-right:7px; }
#kehu-fourin-left3p2 { width:141px; padding:0px 0px 0px 59px; }
#kehu-fourin-left3p5 { width:180px; padding:15px 10px 20px 10px; }
.kehu-fourin-left-p5 { width:200px; color:#f0f0f0; }
#kehu-fourin-left3a2 { display:block; font-size:20px; width:160px; padding-left:45px; height:53px; line-height:54px; color:#FFF; }
#kehu-fourin-left2a { background:#f0f0f0; border-bottom:1px solid #FFF; width:170px; padding-left:30px; font-size:18px; background:url(../images2019/four-lefta2.png) no-repeat 15px center #f0f0f0; }
#kehu-fourin-left2a:hover {color:#fff; background:url(../images2019/four-lefta2b.png) no-repeat 15px center #292b98;}
/*内页左侧产品分类子栏目背景色*/
.runmimi { background:#f0f0f0; border-bottom:1px solid #FFF; width:170px; padding-left:30px; font-size:18px; background:url(../images2019/four-lefta2.png) no-repeat 15px center #f0f0f0; }

#guanyu-fourin-left2 ul li a.currclass{ display:block; width:170px; height:53px; background:url(../images2019/four-lefta2b.png) no-repeat 15px center #292b98; color:#fff;}

.kehu-fourin-right { width:763px; margin:50px 0px 0px 0px; border:1px solid #eeeeee; float:right; }
.kehu-fourin-rightnav { width:723px; height:55px; margin:0px 20px; border-bottom:1px solid #eeeeee; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.kehu-fourin-rightnav p { line-height:55px; color:#0295bc; font-size:18px; padding-left:20px; }
.kehu-fourin-rightnavin { width:723px; height:125px; margin:30px 20px 0px; }
.kehu-fourin-rightnavin img { width:194px; height:125px; float:left; }
#kehu-fourin-rightnavinp1 { height:30px; color:#0295bc; padding-left:210px; }
#kehu-fourin-rightnavinp1 a { color:#0295bc; }
#kehu-fourin-rightnavinp2 { height:30px; color:#5d5d5d; padding-left:210px; font-size:15px; }
#kehu-fourin-rightnavinp3 { width:514px; color:#666666; padding-left:210px; font-size:13px; }
.kehu-fourin-rightbottom { width:723px; height:35px; margin:20px 20px 0px; padding:20px 0px; border-top:1px solid #eeeeee; }
.kehu-button { float:left; }
#kehu-button { padding:6px 15px; background:#FFF; border:1px solid #eeeeee; }
#kehu-button a { color:#333333; }
.kehu-fourin-rightbottom ul li { display:block; height:35px; padding-left:20px; margin-top:15px; letter-spacing:2px; color:#333333; line-height:35px; float:left; }
.kehu-ten1 { width:1000px; height:168px; margin:0px auto 30px; padding:20px 0px; background:#FFF; position:relative; z-index:2; border:1px solid #eeeeee; }
.kehu-ten11 { width:332px; height:168px; float:left; border-right:#f3f3f3 solid 1px; }
.kehu-ten4 { width:100%; float:left; background:#ff471f; margin-top:15px; }
.kehu-ten4in { width:1000px; height:60px; margin:auto; }
.kehu-ten4in ul li { display:inline; }
.kehu-ten4in ul li a { height:60px; line-height:60px; float:left; width:111px; text-align:center; font-size:16px; color:#FFF; }
.kehu-ten4in ul li a.currclass{color:#FFF; background:#292b98; }
#kehu-ten4ina8 { display:block; width:70px; padding:0px 28px 0px 27px; }
.kehu-eleven { width:100%; height:290px; background:#00a0cb; }
.kehu-eleven ul li a { display:block; height:40px; line-height:40px; text-align:center; float:left; color:#FFF; margin:0px 13px; font-size:14px; }
/*关于固特邦的CSS */
.guanyu-four { background:#fff; }
#guanyu-four { background:#fff; }
#guanyu-fourin { background:#fff; }
.guanyu-fourin-right { width:763px; margin:50px 0px 10px 0px; border:1px solid #eeeeee; padding-bottom:20px; float:right; }

.guanyu-fourin-rightnav { width:723px; margin:0px 20px; border-bottom:1px solid #eeeeee; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.guanyu-fourin-rightnav h3 { line-height:55px; padding-left:20px; color:#292b98; font-size:18px; }
#guanyu-fourin-left-nav-p-a a { color:#999999; }
#guanyu-fourin-left2 { float:left; }
.kehu-fourin-left3-tu { width:200px; height:35px; padding-top:10px; background:#f0f0f0; }
.kehu-fourin-left3-tu p { width:180px; height:25px; font-size:22px; color:#292b98; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.guanyu-fourin-right1 { width:723px; margin:20px 20px 0px 20px; }
.guanyu-fourin-right1 img { float:right; }
.guanyu-fourin-right1in { width:440px; float:left; }
.guanyu-fourin-right1tu { width:272px; float:right; }
.guanyu-fourin-right2 { width:723px; margin:0px 20px 20px 20px; }
.guanyu-fourin-right3 { width:723px; margin:20px 20px 0px 20px; }
.guanyu-fourin-right3 h3, .guanyu-fourin-right4 h3, .guanyu-fourin-right5 h3 { font-size:18px; color:#333333; }
.guanyu-fourin-right4 { width:723px; margin:20px 20px 0px 20px; }
.guanyu-fourin-right5 { width:723px; margin:20px 20px 0px 20px; }
.guanyu-fourin-right5 p { text-indent:0em; }
.guanyu-fourin-right6 { width:723px; margin:20px 20px 0px 20px; }
.guanyu-fourin-right6 p { text-indent:0em; color:#2E2E2E; font-weight:bold; }
.guanyu-fourin-right7 { width:723px; margin:0px 20px 0px 20px; }
.guanyu-fourin-right7in { width:460px; float:left; }
.guanyu-fourin-right7in p { text-indent:0em; }
.guanyu-fourin-right7tu { width:260px; float:right; }
.jineng-detail-con-nav a { color:black; }
/*产品详情的CSS*/
#xiangqing-four { background:#FFF; }
.xiangqing-one { width:1000px; height:192px; }
.xiangqing-onein { width:998px; height:40px; overflow:hidden; border:1px solid #292b98; margin-bottom:6px; }
.xiangqing-onein ul li { float:left; }
.xiangqing-onein ul li a:hover { border-bottom:3px solid #292b98; }
.xiangqing-onein ul li a.currclass{ border-bottom:3px solid #292b98; background:#fff; color:#ff471f; }
.xiangqing-onein ul li a { display:block; height:37px; line-height:37px; text-align:center; margin:0px 30px; float:left; color:#333333; cursor:pointer; }
#xiangqing-oneina1 { height:40px; line-height:40px; color:#292b98; border-bottom:none; padding:0px 15px; border-right:1px solid #292b98; font-weight:bold; letter-spacing:1px; float:left; font-size:30px; }
#xiangqing-oneina a:hover { background:none; }
#xiangqing-oneina a { font-size:18px; }
.xiangqing-onein .lingyuHover { color:#ff471f; border-bottom:3px solid #292b98; }
.xiangqing-two { width:1000px; margin:30px 0px; display:inline-block; }
.xiangqing-two-left { width:407px; float:left; }
.active ul { margin:0px; height:auto; overflow:hidden; }
.rongyu { margin:10px 0px; }
.active p { margin-bottom:20px; text-indent:2em; }
.active li { list-style:none; float:left; padding:1px; margin:3px; height:40px; border:1px solid #cccccc; }
.active li.huodongdangqian { height:231px; width:400px; border:none; }
.active li.huodongdangqian img { height:231px; width:400px; cursor:url('../images2019/big.cur'), default; }
.active li.dangqian { border:1px solid #039; }
.active li img { width:71px; height:40px; padding:0px; cursor:pointer; }
.xiangqing-two-right { width:560px; height:285px; float:right; position:relative; }
.xiangqing-two-right h1 { margin:10px 0px; }
.xiangqing-two-right p { color:#444444; line-height:30px; }
.xiangqing-two-rightcon { position:absolute; bottom:0px; }
.xiangqing-two-rightin, .xiangqing-two-rightin a { width:140px; height:40px; float:left; background:#5592c8; color:#ffffff; line-height:40px; text-align:center; font-size:18px; }
.xiangqing-two-rightin a:hover { color: #FFF; background: #ea7007; }
.xiangqing-two-rightintu { width:181px; height:29px; float:left; margin:10px 0px 0px 30px; }
.xiangqing-three { width:1000px; padding-bottom:20px; display:inline-block; margin-bottom:30px; border:1px solid #eeeeee; }
.xiangqing-three-nav { width:960px; height:55px; margin:0px 20px; border-bottom:1px solid #eeeeee; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.xiangqing-three-nav p { line-height:55px; color:#0295bc; float:left; font-size:18px; padding-left:20px; font-weight:600; }
.xiangqing-three ul li a { display:block; background:url(../images2019/xiangqing-pdf.png) no-repeat 0px center; width:450px; height:30px; line-height:30px; float:left; padding-left:30px; margin:20px 0px 0px 20px; }
.xiangqing-four { width:1000px; padding-bottom:20px; display:inline-block; margin-bottom:30px; border:1px solid #eeeeee; }
.xiangqing-fourp { padding-left:20px; margin-top:15px; font-size:14px; }
.xiangqing-six { width:1000px; padding-bottom:20px; display:inline-block; margin-bottom:30px; border:1px solid #eeeeee; }
.xiangqing-six-left { width:580px; margin-left:20px; float:left; }
.xiangqing-six-nav { width:960px; height:55px; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.xiangqing-six-left p { color:#333333; line-height:30px; }
.xiangqing-six-nav p { width:560px; line-height:55px; font-size:18px; padding-left:20px; float:left; }
.xiangqing-six-right { width:360px; height:270px; margin-top:20px; float:right; }
.xiangqing-nine { width:1000px; padding-bottom:10px; display:inline-block; margin-bottom:20px; border:1px solid #eeeeee; }
.xiangqing-ninetu { width:1000px; }
.xiangqing-ninetu ul li { width:188px; margin-left:10px; display:block; float:left; margin-top:10px; }
.xiangqing-ten { width:998px; display:inline-block; padding-bottom:20px; margin-bottom:30px; border:1px solid #eeeeee; }
.xiangqing-tentu { width:980px; margin-left:20px; float:left; }
.xiangqing-tenintu { width:228px; padding-bottom:15px; float:left; margin:10px 16px 0px 0px; }
#seventu4 { margin:10px 0px 0px 0px; }
.xiangqing-tentup { margin-top:20px; }
.xiangqing-tentu p a { color:#080d0d; display:block; width:228px; height:24px; font-size:14px; text-align:center; filter: alpha(opacity=80); opacity: 0.8; }
.xiangqing-eleven { width:1000px; display:inline-block; border-radius:5px; margin-bottom:30px; background:#f5f5f5; }
.xiangqing-elevenp { width:960px; height:60px; margin:auto; border-bottom:1px solid #cccccc; }
.xiangqing-elevenp p { height:60px; line-height:60px; text-align:center; font-size:18px; }
.xiangqing-elevenli { width:960px; height:145px; margin:auto; margin-top:10px; }
.xiangqing-elevenli ul li a { display:block; height:40px; line-height:40px; color:#000000; float:left; background:url(../images2019/xiangqing-eleven-bag.png) no-repeat 0px center; padding-left:10px; margin:0px 17px; }
.xiangqing-elevenli span { background:none !important; }
.xiangqing-twelve { height:56px; background:#1e81bf; }
.xiangqing-twelvein { width:1000px; height:56px; margin:auto; background:#1e81bf; }
.xiangqing-twelve ul li a { display:block; width:125px; height:56px; line-height:56px; text-align:center; float:left; color:#FFF; font-size:18px; }
.xiangqing-twelvein a:hover { background:#22abdd; }
#baguetteBox-overlay { display:none; opacity:0; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; z-index:1000000; background-color:#222; background-color:rgba(0, 0, 0, .8); -webkit-transition:opacity .5s ease;
transition:opacity .5s ease
}
#baguetteBox-overlay.visible { opacity:1 }
#baguetteBox-overlay .full-image { display:inline-block; position:relative; width:100%; height:100%; text-align:center }
#baguetteBox-overlay .full-image figure { display:inline; margin:0; height:100% }
#baguetteBox-overlay .full-image img { display:inline-block; width:auto; height:auto; max-height:100%; max-width:100%; vertical-align:middle; -webkit-box-shadow:0 0 8px rgba(0, 0, 0, .6); -moz-box-shadow:0 0 8px rgba(0, 0, 0, .6); box-shadow:0 0 8px rgba(0, 0, 0, .6) }
#baguetteBox-overlay .full-image figcaption { display:block; position:absolute; bottom:0; width:100%; text-align:center; line-height:1.8; color:#ccc; background-color:#000; background-color:rgba(0, 0, 0, .6); font-family:sans-serif }
#baguetteBox-overlay .full-image:before { content:""; display:inline-block; height:50%; width:1px; margin-right:-1px }
#baguetteBox-slider { position:absolute; left:0; top:0; height:100%; width:100%; white-space:nowrap; -webkit-transition:left .4s ease, -webkit-transform .4s ease;
transition:left .4s ease, -moz-transform .4s ease;
transition:left .4s ease, transform .4s ease
}
#baguetteBox-slider.bounce-from-right { -webkit-animation:bounceFromRight .4s ease-out;
animation:bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left { -webkit-animation:bounceFromLeft .4s ease-out;
animation:bounceFromLeft .4s ease-out
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top:50%; top:calc(50% - 30px); width:44px; height:60px }
.baguetteBox-button { position:absolute; cursor:pointer; outline:0; padding:0; margin:0; border:0; -moz-border-radius:15%; border-radius:15%; background-color:#323232; background-color:rgba(50, 50, 50, .5); color:#ddd; font:1.6em sans-serif; -webkit-transition:background-color .4s ease;
transition:background-color .4s ease
}
.baguetteBox-button:hover { background-color:rgba(50, 50, 50, .9) }
.baguetteBox-button#next-button { right:2% }
.baguetteBox-button#previous-button { left:2% }
.baguetteBox-button#close-button { top:20px; right:2%; right:calc(2% + 6px); width:30px; height:30px }
.baguetteBox-button svg { position:absolute; left:0; top:0 }
.spinner { width:40px; height:40px; display:inline-block; position:absolute; top:50%; left:50%; margin-top:-20px; margin-left:-20px }
.double-bounce1, .double-bounce2 { width:100%; height:100%; -moz-border-radius:50%; border-radius:50%; background-color:#fff; opacity:.6; position:absolute; top:0; left:0; -webkit-animation:bounce 2s infinite ease-in-out; animation:bounce 2s infinite ease-in-out }
.double-bounce2 { -webkit-animation-delay:-1s; animation-delay:-1s }
@-webkit-keyframes bounceFromRight { 0% {
margin-left:0
}
50% {
margin-left:-30px
}
100% {
margin-left:0
}
}
@keyframes bounceFromRight { 0% {
margin-left:0
}
50% {
margin-left:-30px
}
100% {
margin-left:0
}
}
@-webkit-keyframes bounceFromLeft { 0% {
margin-left:0
}
50% {
margin-left:30px
}
100% {
margin-left:0
}
}
@keyframes bounceFromLeft { 0% {
margin-left:0
}
50% {
margin-left:30px
}
100% {
margin-left:0
}
}
@-webkit-keyframes bounce { 0%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounce { 0%, 100% {
-webkit-transform:scale(0);
-moz-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1)
}
}
/*产品介绍的CSS*/
.four { background:#fafafa; }
.fourin { width:1000px; margin:auto; }
#jieshao-four { background:#FFF; }
.jieshao-one { width:1000px; height:60px; }
.jieshao-onein { width:1000px; height:56px; margin:auto; background:#1e81bf; border-radius:7px; margin-top:10px; }
.jieshao-onein ul li a { display:block; height:56px; padding:0px 6px; line-height:56px; text-align:center; float:left; color:#FFF; font-size:14px; }
.jieshao-one a:hover { background:#22abdd; }
.xiangqing-onein11 { float:right; width:260px; border:1px solid #eee; margin-top:20px; }
.xiangqing-onein110 { width:763px; border:none; margin-top:0; }
.xiangqing-onein111 { width:1000px; border:none; margin-top:0; }
.xiangqing-onein11 span { width:230px; margin:15px 15px 0 15px; text-align:center; line-height:30px; float:left; font-size:18px; padding-bottom:12px; border-bottom:1px solid #eee; font-weight:bold; color:#292b98; }
.xiangqing-onein11 ul li { float:left; padding:15px; display:inline-block; width:230px; }
.xiangqing-onein110 ul li { padding:12px; text-align:center; }
.xiangqing-onein110 .seventu { margin:10px 0 0 0; }
.xiangqing-onein110 ul li a p { text-align:left; }
.xiangqing-onein111 ul li { padding:10px; }
.xiangqing-onein11 ul li a p { float:left; width:215px; text-align:center; line-height:30px; height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
#GtbProducts { float:left; width:720px; }
.jieshao-two { width:720px; float:left; padding:15px 0px; border-bottom:1px dashed #dddddd; }
.jieshao-two h1 { color:#333; }
.jieshao-two-left { width:230px; float:left; }
.jieshao-two-right { width:470px; float:right; }
.jieshao-two-right h1 { margin-bottom:10px; }
.jieshao-two-right p { color:#444444; line-height:30px; font-size:14px; }
.jieshao-two-rightin { width:140px; height:40px; float:left; background:#5592c8; color:#ffffff; margin-top:20px; line-height:40px; text-align:center; font-size:18px; }
.jieshao-two-rightintu { width:181px; height:29px; float:left; margin:31px 0px 0px 30px; }
.jieshao-fourin-rightbottom { width:723px; height:35px; padding:20px 0px; }
.jieshao-button { float:left; }
#jieshao-button { padding:6px 15px; background:#FFF; border:1px solid #eeeeee; }
#jieshao-button a { color:#333333; }
.jieshao-fourin-rightbottom ul li { display:block; height:35px; padding-left:20px; letter-spacing:2px; color:#333333; line-height:35px; float:left; }
/*按地区筛选的CSS*/
.diqu-fourin-rightnavin { width:673px; height:427px; margin:30px 0px 0px 50px; }
.diqu-fourin-rightnavin img { width:577px; height:427px; float:left; }
#diqu-four { background:#FFF; }
.diqu-fourin-left { width:21.5%; float:left; }
.diqu-fourin-right { width:763px; margin-top:50px; padding-bottom:10px; border:1px solid #eeeeee; float:right; }
.diqu-fourin-righttwo { width:723px; height:50px; margin:0px 20px; border-bottom:1px solid #eeeeee; }
.diqu-fourin-righttwo ul li { display:inline; }
.diqu-fourin-righttwo ul li a { display:block; padding:5px 10px; border-radius:5px; color:#FFF; background:#979797; float:left; margin:10px 10px 10px 0px; cursor:pointer; }
.diqu-fourin-righttwo ul li a:hover { background:#5592c8; }
.diqu-fourin-rightthree { width:723px; margin:30px 20px 0px; }
.diqu-fourin-rightthree h3 { color:#5592c8; padding-left:20px; }
.diqu-fourin-rightthreeli { width:500px; height:50px; float:left; }
#diqu-fourin-rightthreeli { width:250px; float:left; }
.diqu-fourin-rightfour { width:499px; height:375px; margin:30px 20px; }
.diqu-fourin-rightfive { width:723px; height:265px; margin-left:20px; }
.diqu-fourin-rightfive p { text-indent:2em; line-height:30px; color:#333333; }
.gmp dl dd a { cursor: pointer; }
/*工程案例的CSS*/
#gongcheng-four { background:#FFF; }
.gongcheng-fourin-left { width:21.5%; float:left; }
.gongcheng-fourin-right { width:763px; padding-bottom:20px; margin:50px 0px 0px 0px; border:1px solid #eeeeee; float:right; }
.gongcheng-fourin-rightone { width:100%; height:250px; }
.gongcheng-fourin-rightoneintu { width:763px; float:left; }
.gongcheng-fourin-rightonetu { width:220px; float:left; overflow:hidden; margin:15px 0px 0px 25px; }
.gongcheng-fourin-rightoneintup { margin-top:15px; }
.gongcheng-fourin-rightoneintu p a { color:#080d0d; display:block; width:220px; height:24px; font-size:14px; text-align:center; filter: alpha(opacity=80); opacity: 0.8; }
.gongcheng-fourin-rightbottom { width:723px; float:left; height:35px; text-align:center; margin:20px 0px 0px 20px; padding:20px 0px; border-top:1px solid #eeeeee; }
.gongcheng-fourin-rightbottom ul li { display:block; height:35px; padding-left:20px; letter-spacing:2px; color:#333333; line-height:35px; float:left; }
/*技术中心简介的CSS*/
#jishu-four { background:#ffffff; }
#jishu-fourin { background:#ffffff; }
.jishu-fourin-right { width:763px; margin:50px 0px 0px 0px; padding-bottom:10px; border:1px solid #eeeeee; float:right; }
.jishu-fourin-right1 { width:723px; margin:20px 20px 0px 20px; }

.jishu-fourin-right11 { width:723px; height:113px; margin-bottom:10px; }
.jishu-fourin-right12 { width:723px; height:50px; }
.jishu-fourin-right h2 { color:#333333; font-size:18px; }
.jishu-fourin-right h4 { color:#333333; font-size:14px; margin:10px 0px; }
.jishu-fourin-right2 { width:723px; height:230px; margin:20px 20px 0px 20px; border-bottom:1px solid #eeeeee; }
.jishu-fourin-right2tu { width:160px; height:207px; float:left; }
.jishu-fourin-right2p { width:540px; height:230px; float:right; }
#jishu-fourin-right2p45 { margin-top:20px; }
.jishu-fourin-right5 { width:723px; padding-bottom:20px; margin:20px 20px 0px 20px; }
.jishu-fourin-right5 p { text-indent:2em; }
.jishu-fourin-right5 p span { color:#000000; font-weight:bold; }
.jishu-fourin-right51 { width:723px; height:330px; margin:20px 20px 0px 0px; }
.jishu-fourin-right52 { width:723px; margin:20px 20px 10px 0px; }
#jishu-fourin-right6 { text-indent:0em; color:#2E2E2E; font-weight:bold; }
.jishu-fourin-right7 { width:723px; display:inline-block; margin:0px 20px 0px 0px; }
.jishu-fourin-right7in { width:460px; float:left; }
.jishu-fourin-right7in p { text-indent:0em; }
.jishu-fourin-right7tu { width:260px; float:right; }
/*技术中心文章的CSS*/
#wenzhang-four { background:#ffffff; }
#wenzhang-fourin { background:#ffffff; width:1000px; margin:0 auto; }
.wenzhang-fourin-left { width:21.5%; height:840px; float:left; }
.wenzhang-fourin-left3 { width:215px; height:350px; background:url(../images2019/kehu-tell-bsag.png) no-repeat; }
.wenzhang-fourin-right { width:763px; margin:50px 0px 0px 0px; border:1px solid #eeeeee; float:right; }
.wenzhang-fourin-righttwo { width:723px; height:55px; margin:0px 20px; border-bottom:1px solid #eeeeee; }
.wenzhang-fourin-righttwo ul li a { display:block; height:33px; padding:0px 10px; text-align:center; line-height:33px; border-radius:5px; color:#FFF; background:#979797; float:left; margin:11px 23px 11px 0px; }
.wenzhang-fourin-righttwo ul li a:hover { background:#5592c8; }
.wenzhang-fourin-rightthree { width:723px; margin:0px 20px; }
.wenzhang-fourin-rightthree ul li a { display:block; width:723px; height:46px; line-height:46px; border-bottom:1px dashed #eeeeee; color:#333333; font-size:16px;}
.wenzhang-fourin-rightthree ul li a p { float:right; }
.wenzhang-fourin-rightbottom { width:723px; height:35px; margin:0px 20px 0px; padding:20px 0px; }
.wenzhang-fourin-rightbottom ul li { display:block; height:35px; padding-left:20px; letter-spacing:2px; color:#333333; line-height:35px; float:left; }
/*加固工程的CSS*/
#jiagugongcheng-four { background:#FFF; }
.jiagugongcheng-fourinp p { line-height:23px; font-size:14px; color:#666666; }
.jiagugongcheng-one { width:1000px; height:220px; border-radius:5px; margin-bottom:30px; background:url(../images2019/jiejue111.png) no-repeat #f5f5f5; }
.jiagugongcheng-one h3 { color:#FFF; line-height:66px; padding-left:30px; }
.jiagugongcheng-three { width:1000px; display:inline-block; padding-bottom:20px; margin-bottom:20px; border:1px solid #eeeeee; }
.jiagugongcheng-three ul li { display:inline; }
.jiagugongcheng-three-nav { width:960px; height:55px; margin:0px 20px; border-bottom:1px solid #eeeeee; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.jiagugongcheng-three-nav p { line-height:55px; color:#0295bc; font-size:18px; padding-left:20px; font-weight:600; }
.jiagugongcheng-three ul li a { display:block; background:url(../images2019/jiagugongcheng-tu1.png) no-repeat 0px center; width:450px; height:30px; line-height:30px; float:left; padding-left:20px; margin:20px 0px 0px 20px; color:#333333; cursor:default; }
.jiagugongcheng-four { width:1000px; height:630px; margin-bottom:20px; border:1px solid #eeeeee; }
.jiagugongcheng-fourin { width:960px; height:494px; margin:30px 20px; }
.jiagugongcheng-fourintu { width:32px; height:494px; margin:0px 10px; float:left; }
.jiagugongcheng-fourin h2 { line-height:30px; color:#0295bc; font-size:16px; }
.jiagugongcheng-fourinp1 { width:900px; height:80px; float:right; }
.jiagugongcheng-fourinp2 { width:900px; height:80px; float:right; }
.jiagugongcheng-fourinp3 { width:900px; height:104px; float:right; }
.jiagugongcheng-fourinp4 { width:900px; height:120px; float:right; }
.jiagugongcheng-fourinp5 { width:900px; height:80px; float:right; }
.jiagugongcheng-fourinp6 { width:900px; height:80px; float:right; }
.jiagugongcheng-fourinp7 { width:900px; height:80px; float:right; }
.jiagugongcheng-fourin h2 { line-height:30px; color:#0295bc; font-size:16px; }
.jiagugongcheng-fourinp11 { width:900px; height:57px; float:right; }
.jiagugongcheng-fourinp21 { width:900px; height:56px; float:right; }
.jiagugongcheng-fourinp31 { width:900px; height:56px; float:right; }
.jiagugongcheng-fourinp41 { width:900px; height:56px; float:right; }
.jiagugongcheng-fourinp51 { width:900px; height:56px; float:right; }
.jiagugongcheng-fourinp61 { width:900px; height:56px; float:right; }
.jiagugongcheng-fourinp71 { width:900px; height:56px; float:right; }
.jiagugongcheng-five { width:1000px; padding-bottom:20px; display:inline-block; border:1px solid #eeeeee; }
.jiagugongcheng-six { width:1000px; display:inline-block; margin-bottom:20px; padding-top:20px; }
.jiagugongcheng-six-left { width:630px; padding-bottom:10px; border:1px solid #eeeeee; float:left; }
.jiagugongcheng-six-left-nav { width:590px; height:55px; margin:0px 20px; border-bottom:1px solid #eeeeee; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.jiagugongcheng-six-left-nav p { line-height:55px; color:#0295bc; float:left; font-size:18px; padding-left:20px; font-weight:600; }
.jiagugongcheng-six-left-nav p span { color:#666666; font-weight:500; font-size:14px; float:right; }
.jiagugongcheng-six-leftin { width:590px; height:135px; margin:20px 0px 0px 20px; }
.jiagugongcheng-six-leftintu { width:191px; height:125px; float:left; }
.jiagugongcheng-six-leftinp { width:390px; height:125px; float:right; }
#jiagugongcheng-six-leftinp1 { color:#0295bc; font-size:14px; margin:5px 0px; }
#jiagugongcheng-six-leftinp2 { color:#333333; font-size:14px; margin:5px 0px; }
#jiagugongcheng-six-leftinp3 { color:#666666; font-size:14px; line-height:22px; }
#jiagugongcheng-six-leftinp1 a { color:#0295bc; font-size:18px; margin:5px 0px; }
.jiagugongcheng-six-right { width:345px; padding-bottom:10px; border:1px solid #eeeeee; float:right; }
.jiagugongcheng-six-right-nav { width:305px; height:55px; margin:0px 20px; border-bottom:1px solid #eeeeee; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.jiagugongcheng-six-right-nav p { line-height:55px; color:#0295bc; float:left; font-size:18px; padding-left:20px; font-weight:600; }
.jiagugongcheng-six-right-nav p span { color:#666666; font-weight:500; font-size:14px; float:right; }
.jiagugongcheng-six-rightli { margin-left:20px; margin-top:10px; }
.jiagugongcheng-six-rightli ul li a { display:block; width:305px; height:35px; line-height:35px; color:#333333; }
.jiagugongcheng-six-rightli ul li a:hover { color:#ff471f; }
.jiagugongcheng-seven { width:1000px; display:inline-block; margin-bottom:20px; }
.jiagugongcheng-seven-left { width:630px; height:290px; border:1px solid #eeeeee; float:left; }
.jiagugongcheng-seven-left-nav { width:590px; height:55px; margin:0px 20px; border-bottom:1px solid #eeeeee; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.jiagugongcheng-seven-left-nav p { line-height:55px; float:left; color:#0295bc; font-size:18px; padding-left:20px; font-weight:600; }
.jiagugongcheng-seven-left-nav p span { color:#666666; font-weight:500; font-size:14px; float:right; }
.jiagugongcheng-seven-leftin { width:590px; height:195px; margin:20px 0px 0px 20px; }
.jiagugongcheng-seven-leftintu { width:241px; height:193px; float:left; }
.jiagugongcheng-seven-leftinp { width:340px; height:125px; float:right; }
#jiagugongcheng-seven-leftinp1 { color:#666666; font-size:15px; line-height:24px; }
.jiagugongcheng-seven-right { width:345px; height:290px; border:1px solid #eeeeee; float:right; }
.jiagugongcheng-seven-right-nav { width:305px; height:55px; margin:0px 20px; border-bottom:1px solid #eeeeee; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.jiagugongcheng-seven-right-nav p { line-height:55px; color:#0295bc; font-size:18px; padding-left:20px; font-weight:600; }
.jiagugongcheng-seven-right-nav p span { color:#666666; font-weight:500; font-size:14px; float:right; }
.jiagugongcheng-seven-rightli { width:305px; height:190px; margin-top:10px; }
.jiagugongcheng-seven-rightli ul li samp { display:block; width:305px; height:35px; line-height:35px; color:#333333; }
.jiagugongcheng-seven-rightli ul li samp span { float:right; padding-right:60px; }
#jiagugongcheng-seven-rightspn { padding-right:117px; }
.jiagugongcheng-seven-rightli ul li a:hover { color:#ff471f; }
/*解决方案列表的CSS*/
#jiejue-liebiao-four11 { background:#FFF; }
#jiejue-liebiao-fourin { }
.jiejue-liebiao-left-nav { width:1000px; height:20px; padding:15px 0; color:#999999; }
.jiejue-liebiao-left-nav p { font-size:14px; }
.jiejue-liebiao-one { width:1000px; height:200px; border-bottom:1px dashed #dddddd; }
.jiejue-liebiao-onetu { width:304px; height:160px; float:left; margin-top:10px; }
.jiejue-liebiao-onep { width:670px; height:160px; float:right; margin-top:10px; }
.jiejue-liebiao-onep p { font-size:22px; margin-bottom:10px; }
.jiejue-liebiao-onep .more { font-size:14px; float:right; line-height:32px; }
.jiejue-liebiao-onep ul li a { display:block; width:310px; height:30px; color:#444444; font-size:14px; float:left; }
.jiejue-liebiao-onep ul li a:hover { color:#ff471f; }
.jiejue-liebiao-onepin a { display:block; width:140px; height:35px; margin-right:300px; float:left; background:#5592c8; color:#ffffff; line-height:35px; text-align:center; margin-top:5px; }
.jiejue-liebiao-onepin a:hover { color: #FFF; background: #ea7007; }
.jiejue-liebiao-one2 { width:1000px; height:200px; margin:10px 0px; border-bottom:1px dashed #dddddd; }
.jiejue-liebiaobottom { width:723px; height:35px; padding:20px 0px; }
.jiejue-liebiaobottom ul li { display:block; height:35px; padding-left:20px; letter-spacing:2px; color:#333333; line-height:35px; float:left; }
/*销售服务的CSS*/
#jiejue-liebiao-four { background:#FFF; }
.xiaoshoufuwu-nav { width:1000px; height:20px; padding:15px 0; color:#999999; }
.xiaoshoufuwu-nav p { font-size:14px; }
.xiaoshoufuwu-three { width:1000px; margin-bottom:20px; border:1px solid #eeeeee; }
.xiaoshoufuwu-three-nav { width:960px; height:55px; margin:0px 20px; border-bottom:1px solid #eeeeee; background:url(../images2019/four-rightnav.png) no-repeat 0px center; }
.xiaoshoufuwu-three-nav p { line-height:55px; color:#5592c8; font-size:18px; padding-left:20px; font-weight:600; }
.xiaoshoufuwu-three ul li { display:block; width:800px; height:35px; line-height:35px; float:left; margin-left:30px; color:#333333; font-size:14px; }
.xiaoshoufuwu-three3 { width:1000px; height:170px; margin-bottom:20px; border:1px solid #eeeeee; }
.xiaoshoufuwu-three3 ul li { display:block; width:800px; height:35px; line-height:35px; float:left; margin-left:30px; color:#333333; font-size:14px; }
.xiaoshoufuwu-three4 { width:1000px; display:inline-block; margin-bottom:20px; border:1px solid #eeeeee; }
.xiaoshoufuwu-three4 ul li a { display:block; width:800px; height:35px; line-height:35px; float:left; margin-left:30px; color:#333333; font-size:14px; }
.xiaoshoufuwu-three4 ul li a:hover { color:#ff471f; }
.xiaoshoufuwu-three4in { width:960px; margin:20px; text-align:center; }
#customers { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; border-collapse:collapse; }
#customers td, #customers th { font-size:1em; border:1px solid #cccccc; padding:3px 7px 2px 7px; height:31px; text-align:center; }
#customers th { font-size:1em; background-color:#3399cc; color:#fff; }
#customers tr.alt td { color:#000000; background-color:#EAF2D3; }
/*公司风采的CSS*/
.fengcai-four { background:#ffffff; overflow:hidden; }
.fengcai-fourin { width:1000px; margin:auto; background:#ffffff; overflow:hidden; }
.fengcai-fourin-right { width:763px; margin:50px 0px 0px 0px; border:1px solid #eeeeee; float:right; overflow:hidden; }
.fengcai-fourin-right p { line-height:23px; text-indent:2em; font-size:15px; color:#666666; }
#sc720 { width:720px; overflow:hidden; margin:10px 21px; behavior:url(../js/ie-css3.htc); }
.box { width:720px; position:relative; padding-bottom:20px; overflow:hidden; }
.box .items--small { margin:0px; padding:0px; float:left; list-style-type:none; }
.box .item { width:230px; float:left; cursor:pointer; text-align:center; padding-right:10px; }
.box li p { font-size:14px; color:#000; text-indent:0; line-height:40px; }
#gallery-container:full-screen {
 max-width: 100% !important;
 width: 100%;
 height: 100% !important;
 background-color: #111
}
 #gallery-container:-webkit-full-screen {
 max-width: 100% !important;
 width: 100%;
 height: 100% !important;
 background-color: #111
}
 #gallery-container:-moz-full-screen {
 max-width: 100% !important;
 width: 100%;
 height: 100% !important;
 background-color: #111
}
.controls { text-align: center; font-size: 1em; opacity: 0; pointer-events: none;  -webkit-transition: opacity .3s ease;
 transition: opacity .3s ease;
position: absolute; bottom:10px; z-index:999; left: 0; right: 0 }
.control, .grid, .fs-toggle { width: .66em; height: .66em; text-align: center; line-height: .5em; cursor: pointer; display: inline-block; margin-right: 10px }
.showControls { opacity: 1; pointer-events: auto;  -webkit-transition: opacity .6s 1s ease;
 transition: opacity .6s 1s ease
}
.hideControls { opacity: 0; pointer-events: none }
.icon-grid, .icon-arrow-left, .icon-arrow-right, .icon-fullscreen-exit, .icon-fullscreen { display:inline-block; width: 20px; height: 20px; background-image: url(../images2019/controls-light2.png); background-repeat: no-repeat }
.icon-grid { background-position: 0 0 }
.icon-arrow-left { background-position: -40px 0 }
.icon-arrow-right { background-position: -80px 0 }
.icon-fullscreen-exit { background-position: -120px 0 }
.icon-fullscreen { background-position: -160px 0 }
.fs-toggle { display: none; }
.items--big { position: absolute; top: 0; left:0; right:0; width: 100%; height: 100%; pointer-events: none }
.item--big { position: absolute; width: 100%; height:auto; left: 0; right: 0; text-align:center; top: 1em; opacity: 0; z-index:99; -webkit-transform: scale(.8); transform: scale(.8) }
.item--big img { min-height:400px; max-height:720px; }
.item--big .img-caption { position:absolute; width:100%; bottom:0; left:0; right:0; color:#fff; padding:10px 0; font-size:14px; text-align:center; }
.fadeInScaleUp {
 -webkit-animation: fadeInScaleUp .5s ease-out .6s forwards;
 animation: fadeInScaleUp .5s ease-out .6s forwards; z-index: 3; }
.fadeOut {
 -webkit-animation: fadeOut .4s ease-out forwards;
 animation: fadeOut .4s ease-out forwards; z-index: 1 }
 @keyframes fadeOut {  from {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1)
}
to { opacity: 0; -webkit-transform: scale(1); transform: scale(1) }
}
 @-webkit-keyframes fadeOut {  from {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1)
}
to { opacity: 0; -webkit-transform: scale(1); transform: scale(1) }
}
 @keyframes fadeInScaleUp {  from {
 opacity: 0;
 -webkit-transform: scale(.8);
 transform: scale(.8)
}
to { opacity: 1; -webkit-transform: scale(1); transform: scale(1) }
}
 @-webkit-keyframes fadeInScaleUp {  from {
 opacity: 0;
 -webkit-transform: scale(.8);
 transform: scale(.8)
}
to { opacity: 1; -webkit-transform: scale(1); transform: scale(1) }
}
.scaleDownFadeOut {
 -webkit-animation: scaleDownFadeOut .4s ease-in forwards;
 animation: scaleDownFadeOut .4s ease-in forwards; pointer-events: none }
 @keyframes scaleDownFadeOut {  0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1)
}
 99% {
 opacity: 0;
 -webkit-transform: scale(.5);
 transform: scale(.5)
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1)
}
}
 @-webkit-keyframes scaleDownFadeOut {  0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1)
}
 99% {
 opacity: 0;
 -webkit-transform: scale(.5);
 transform: scale(.5)
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1)
}
}
.scaleUpFadeIn { opacity: 0; -webkit-transform: scale(1); transform: scale(1);  -webkit-animation: scaleUpFadeIn ease-in-out .4s forwards;
 animation: scaleUpFadeIn ease-in-out .4s forwards;
 -webkit-animation-duration: .4s;
 animation-duration: .4s
}
 @keyframes scaleUpFadeIn {  0% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1)
}
 1% {
 opacity: 0;
 -webkit-transform: scale(.5);
 transform: scale(.5)
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1)
}
}
 @-webkit-keyframes scaleUpFadeIn {  0% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1)
}
 1% {
 opacity: 0;
 -webkit-transform: scale(.5);
 transform: scale(.5)
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1)
}
}
.showLastSecond { opacity: 0; -webkit-transform: scale(1); transform: scale(1);  -webkit-animation: showLastSecond ease-in-out .4s forwards;
 animation: showLastSecond ease-in-out .4s forwards;
 -webkit-animation-duration: .4s;
 animation-duration: .4s
}
 @keyframes showLastSecond {  0% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1)
}
 1% {
 opacity: 0;
 -webkit-transform: scale(.5);
 transform: scale(.5)
}
 99% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1)
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1)
}
}
 @-webkit-keyframes showLastSecond {  0% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1)
}
 1% {
 opacity: 0;
 -webkit-transform: scale(.5);
 transform: scale(.5)
}
 99% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1)
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1)
}
}
 @media screen and (max-width: 30em) {
 .item--big {
 width: 90%;
 right: 5%;
 left: 5%
}
}
#bg { width:100%; height:100%; position:fixed; left:0px; top:0px; background:#000; filter:alpha(opacity:50);
opacity:0.5; display:none; z-index:3; }
#bottom { width:215px; height:50px; position:fixed; left:50%; bottom:0px; margin:0 0 85px 0px; border:1px solid #232323; background:#444; padding:1px; z-index:3; display:none; }
#bottom ul { width:100%; height:100%; margin:0px; padding:0px; list-style-type:none; background:#000; }
#bottom li { background:url(../images2019/ico.jpg) no-repeat; float:left; display:inline; margin:8px 0 0 18px; cursor:pointer; }
#bottom li.prev { width:30px; height:33px; background-position:0 0; }
#bottom li.next { width:30px; height:33px; background-position:-35px 0; }
#bottom li.img { width:30px; height:33px; background-position:-106px 0; }
#bottom li.close { width:31px; height:33px; background-position:-70px 0; }
#frame { background:#fff; position:fixed; z-index:3; display:none; filter:alpha(opacity:0);
opacity:0; text-align:center; }
#frame img { width:400px !important; height:320px !important; }
/*荣誉资质的CSS*/
.rongyuzizhi-four { background:#ffffff; overflow:hidden; }
.rongyuzizhifourin { width:1000px; margin:auto; overflow:hidden; }
.rongyuzizhi1 { width:725px; margin:0px 20px; padding:10px 0px; overflow:hidden; }
.rongyuzizhi1nav { width:725px; height:21px; margin:20px 0px 0px; }
.rongyuzizhi1nav h3 { color:#0295bc; font-size:16px; padding-left:30px; }
.rongyuzizhi1in { width:725px; overflow:hidden; }
.rongyuzizhi1in ul li { width:232px; float:left; }
.rongyuzizhi1in ul li p { text-align:center; font-size:14px; }
.rongyuzizhi1in ul li img { margin:20px 10px 0px; padding:5px; border:1px solid #999; }
.rongyuzizhi-fourin-right { width:763px; overflow:hidden; margin:50px 0px 0px 0px; border:1px solid #eeeeee; float:right; }
#rongyuzizhiul li { width:232px; height:207px; float:left; border:none; margin:0px; padding:0px; }
#rongyuzizhiul li p { font-size:14px; height:25px; text-indent:0em; text-align:center; }
#rongyuzizhiul li img { margin:20px 10px 0px; padding:5px; border:1px solid #999; overflow:hidden; }
#rongyuzizhiul #frame { background:#fff; position:fixed; z-index:3; display:none; filter:alpha(opacity:0);
opacity:0; text-align:center; }
#rongyuzizhiul #frame img { width:400px !important; height:320px !important; }
/*联系我们的CSS*/
.lianxi-four { background:#ffffff; overflow:hidden; }
.lianxifourin { width:1000px; margin:auto; overflow:hidden; }
.lianxi-fourin-right { width:763px; margin:50px 0px 0px 0px; border:1px solid #eeeeee; float:right; overflow:hidden; }
.lianxi-fourin-right p { line-height:23px; text-indent:2em; font-size:15px; color:#666666; }
.lianxi-map { width:723px; margin:auto; }
.lianxi-map h3 { text-align:center; margin:10px 0px; }
.lianxi-map img { margin:0px 0px 20px 0px; }
.lianxi-fourin-left { height:730px; }
.lianxi-fourin-left3 { height:320px; }
.fangan { background:url(../images2019/jiejue111.png) no-repeat; }
.fangan_biaoti { height:68px; line-height:68px; padding-left:40px; font-size:24px; color:#fff; }
.fangan_neirong { padding:15px 0; width:998px; border:1px solid #ddd; font-size:14px; margin-top:15px; }
.fangan_gai { height:42px; }
.fangan_neirong p { padding:0px 15px; }
.fangan_neirong span { width:173px; margin-left:10px; padding:10px 0 10px 42px; float:left; color:#fff; font-size:16px; background: url(../images2019/gcxxxx.png) no-repeat 10px center #f38900; }
.fangan_neirong .tubiao { background: url(../images2019/gcxxxx1.png) no-repeat 10px center #f38900; }
.fangan_neirong .tubiao1 { background: url(../images2019/gcxxxx2.png) no-repeat 10px center #f38900; }
.fangan_neirong .tubiao2 { background: url(../images2019/gcxxxx3.png) no-repeat 10px center #f38900; }
.fangan_neirong ul { float:left; margin-left:20px; width:750px; }
.fangan_neirong ul li { float:left; width:185px; line-height:20px; }
.fangan_neirong ul li a { color:#333; }
.fangan_neirong ul li a:hover { color:#ff471f; }
.jineng-detail-nav { border-bottom: 1px solid #e6e6e6; height: 56px; margin-top:20px; }
.jineng-detail-nav a { height:55px; background: none; border-right: 1px solid #ddd; border-left: 1px solid #ddd; display: block; padding:0 20px; font-size:16px; float: left; text-align: center; line-height: 53px; border-top: 2px solid #ddd; }
.jineng-detail-nav a:hover { border-right: 1px solid #ff9c00; border-left: 1px solid #ff9c00; height: 53px; border-top: 4px solid #ff9c00; background: #fff; }
.jineng-detail-nav a.current { border-right: 1px solid #007fed; border-left: 1px solid #007fed; height: 53px; border-top: 4px solid #007fed; background: #fff; }
.fangancon { border:1px solid #e6e6e6; border-top:none; padding:20px; margin-bottom:30px; font-size:14px; line-height:24px; }
.fangancon h3 { font-size:16px; margin:10px 0px; }
.fangancon p { margin:10px 0px; }
.xiangqing-tentu11 { float:none; margin:10px 0px; }
.xiangqing-tentu1111 { overflow:hidden; width:1000px; }
.xiangqing-tentu1111 li { width:960px; height:44px; }
.xiangqing-tentu1111 li span { color:#fff; float:left; height:46px; width:70px; text-align:center; line-height:46px; background:#62a6ef; padding:0px 15px; }
.xiangqing-tentu1111 li span.summary { color:#333; background:#eee; width:828px; text-align:left; }
#fanganList { height:300px; }
.fanganList { height:300px; }
/*新加招聘css*/
.fixed:after, .clearfix:after, .cf:after { content: "."; display: block; clear: both; height: 0; overflow: hidden }
.fixed, .clearfix, .cf { zoom: 1 }
.clear { display: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }
.guanyu-fourin-right_two { width:763px; margin:50px 0px 0px 0px; border:1px solid #eeeeee; float:right; }
.zpye { padding:22px 20px 50px 20px; }
.zpye_tit { height:14px; padding-bottom:20px; }
.zpye_tit span { display:block; float:left; width:19%; text-align:center; font-size:14px; color:#7f7f7f; line-height:14px; }
.zpye_wz a { display:block; height:42px; line-height:42px; border-bottom:1px solid #eeeeee; font-size:14px; color:#7f7f7f; }
.zpye_wz a span { display:block; float:left; width:19%; text-align:center }
.zpye_wz a:hover { background:#f0f0f0; color:#0295bc; }
.zpye h4 { font-size:18px; color:#000000; font-weight:normal }
.zpye ul.xiw { padding:40px 0 0 0; border-bottom:1px solid #eeeeee; margin-bottom:45px; }
.zpye ul.xiw li { float:left; width:49%; text-align:left; font-size:14px; color:#808080; line-height:18px; padding-bottom:24px; }
.zpye ul.xiw li i { font-size:22px; color:#e8a039; font-style: normal; }
.zpye p { color:#808080; font-size:14px; line-height:30px; }

.dabaimimi{ width:100%; height:610px; background:#fff; padding-top:10px;}
.shipin{ width:1027px; height:610px; background:url(../images2019/shipin.jpg) no-repeat; margin:15px auto; margin-bottom:0;}
.mimi{ width:666px; height:380px; float:right; margin-top:32px; margin-right:27px;}

/*文章内容页编辑器正文*/
#MyContent{font-size:16px; line-height:2;}
#MyContent p{ margin:0px; margin-top:8px;}
#MyContent img{width: expression(this.width > 718 ? 718: true); max-width:718px;}
#MyContent a{font-size:16px;}
#MyContent strong{ color:#dc2523;}

/* 文章内容页内容关键字链接样式 */
a.innerlink:link,a.innerlink:visited {color: #716E6E; text-decoration:none; font-size:16px; font-weight:bold;}
a.innerlink:hover{color:#000;}

input{ border:1px solid #ccc; height:30px; line-height:30px;}
textarea{ border:1px solid #ccc;}
.tijiao{ width:120px; height:40px; background:#292b98; font-size:14px; color:#fff;border:none; float:left;}
.chongxie{ width:120px; height:40px; background:#ff471f; font-size:14px; color:#fff;border:none;float:left; margin-left:25px;}

/*---恺策文章列表分页--*/
.page2016{clear:both;padding-top:15px;color:#ccc;text-align:center;font-size:14px;line-height:32px; margin-bottom:25px;}
.page2016 b,.page2016 strong{font-weight:normal}
.page2016 i{margin:0 8px}
.page2016 b{position:relative;left:-15px}
.page2016 a,.page2016 span,.page2016 strong{margin:0 2px;padding:6px 12px;border-radius:3px;background:#292b98; color:#fff;}
.page2016 a{color:#fff;}
.page2016 strong{background:#fe7000;color:#fff}
.page2016 a:hover{background:#ff471f;color:#fff; text-decoration:none;}
.page2016 a.cur{background:#ff471f;color:#fff; text-decoration:none;}

/*搜索框代码*/
.kaicesou { float:left; background-repeat: no-repeat; width:248px; }
.textbox { float:left; width:150px; padding-left:30px; height:32px; line-height:32px; color:#999; border:none;  outline:none;   background:#fff url(../images2019/sousuo.jpg) left center no-repeat; }
.souniubi{color:#FFFFFF; float:left; background:#292b98; height:32px; line-height:32px; font-size:14px; width:60px; border:none; cursor:pointer; font-family:"微软雅黑"}
.inputButton { width:30px; height:27px; float:left; }

/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 20px 0;}
#fenye a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px; display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#fenye a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}

.imgmimi{ padding:2px; border:1px solid #ccc;}


