@import url(animation.css);
@import url(buttons.css);
*{ margin:0; padding:0;transition:all 300ms ease;}
body {

	font-size:14px; line-height:24px;background: #fbfbfb ;
	font-family:Microsoft YaHei,LiHei Pro Medium;
}
*{transition:all .5s;}
html { overflow-x:hidden;  }

/*公用样式*/
a{text-decoration: none;color: #000;} 
a:focus{outline:none;}
a:hover{color:#f00;text-decoration:none;}
ul,li{ list-style:none; margin:0; padding:0}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.fr{ float:right;display:inline;}
.fl{ float:left; display:inline;}
img{ border:0}
.mtop{ margin-top:10px}
.mtop30{ margin-top:30px;}
.clear{ clear:both; display:block; }
.wrap{ margin:0 auto; padding:0; width:1200px;height:100%; overflow:hidden;}
.wrapc{width:1200px; margin:0 auto; height:100%; overflow:hidden;}
.container{ margin:0 auto; width:1200px; }
.maindiv{ background:#f3f3f3; width:100%;}

.wrapp{ margin:0 auto; padding:0; width:1200px;height:100%; }


/*首页样式*/
.htop{ height:40px; line-height:40px; background:#f8f8f8; border-bottom:1px #eeeeee solid;}
.header_top { width:100%; height:122px; background:#fbfbfb;}
.header_btm{ width:100%; height:58px; background:#006369;}
.bant{ height:130px; width:100%; background:#e22c08; padding:10px 0;}
.bant ul li{ float:left; margin-top:15px; width:170px; text-align:center;}
.bant ul li span{ display:block; text-align:center; color:#fff;}
.bant .p1{ color:#fff; font-size:24px; text-align:left; font-weight:bold;margin-top:5px}
.bant .p2{ color:#fff; font-size:16px; text-align:left;margin-top:5px}
.bant .p3{ color:#f2a293; font-size:2px; text-align:left; margin-top:5px}

.key{ height:40px; line-height:40px;}


.subox {
  border: 1px #eeeeee solid;
   height:100%; overflow:hidden;
  background: url(../images/subleft.gif) #ffffff repeat-y;
}
.sub-left {
  float: left;
  width: 220px;
  overflow: hidden;
  padding-bottom: 100px;
}
.sub-left .sub-ltit {
  padding: 30px 0;
  text-align: center;
}
.sub-left .sub-ltit em {
  display: inline-block;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-radius: 65px;
  -o-radius: 65px;
  border-radius: 65px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition-property: -webkit-box-shadow, color;
  transition-property: box-shadow, color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.01, 0.22, 0.65);
  transition-timing-function: cubic-bezier(0.95, 0.01, 0.22, 0.65);
}
/*.sub-left .sub-ltit em:hover {
  border-color: #a51726;
  box-shadow: inset 0 0 0 50px #a51726;
  -webkit-box-shadow: inset 0 0 0 50px #a51726;
}*/
.sub-left .sub-ltit i {
  display: inline-block;
  width: 45px;
  height: 40px;

   background: url(../images/public.png) center center no-repeat;
   margin-top:12px;
}
.sub-left .sub-ltit p {
  color: #999;
  line-height: 1.4;
  padding-top: 10px;
}
.sub-left .sub-ltit span {
  display: block;
  font-size: 20px;
  color: #333;
}
.sub-left .sub-ltit .ltit-about {
  background-color: #006369;
}
.sub-left .sub-ltit .ltit-about i {
 
}
.sub-left .sub-ltit .ltit-oline {
  background-color: #ffc600;
}
.sub-left .sub-ltit .ltit-oline i {
  background-position: -235px -195px;
}
.sub-left .sub-ltit .ltit-help {
  background-color: #ec7c0e;
}
.sub-left .sub-ltit .ltit-help i {
  background-position: -270px -195px;
}
.sub-left .sub-menu {
  border-top: 1px #eeeeee solid;
  padding-right: 1px;
}
.sub-left .sub-menu li {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px #eeeeee solid;
  background-color: #f9f9f9;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sub-left .sub-menu li a {
  display: block;
  height: 50px;
  color: #333;
}
.sub-left .sub-menu li a.hover {
  background-color: #006369;
  color: #fff;
}
.sub-left .sub-menu li a.hover:hover {
  color: #f48100;
}
.sub-left .sub-menu li:hover {
  background-color: #f48100;
  color: #fff;
  text-indent: 20px;
}
.sub-left .sub-link {
  padding: 20px 15px;
  overflow: hidden;
}
.sub-left .sub-link a {
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  padding: 8px 0 8px 25px;
  background-color: #78111c;
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  border-radius: 30px;
}
.sub-left .sub-link a:hover {
  color: #ffc600;
}
.sub-left .sub-link a:hover .i-sub1 {
  background-position: -125px -25px;
}
.sub-left .sub-link a:hover .i-sub2 {
  background-position: -150px -25px;
}
.sub-left .sub-link a:hover .i-sub3 {
  background-position: -175px -25px;
}
.sub-left .sub-link i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/ico25x.png) no-repeat;
  float: left;
  -webkit-transition: background 0.3s linear 0s;
  -moz-transition: background 0.3s linear 0s;
  -ms-transition: background 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s;
  transition: background 0.3s linear 0s;
}
.sub-left .sub-link i.i-sub1 {
  background-position: -125px 0;
}
.sub-left .sub-link i.i-sub2 {
  background-position: -150px 0;
}
.sub-left .sub-link i.i-sub3 {
  background-position: -175px 0;
}
.sub-left .sub-link span {
  display: inline-block;
  height: 25px;
  padding-left: 8px;
  float: left;
}
.sub-left .sub-tel {
  cursor: pointer;
  padding: 10px 20px 0 20px;
  background-color: #eeeeee;
}
.sub-left .sub-tel p {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-top: 10px;
}
.sub-left .sub-tel span,
.sub-left .sub-tel i {
  display: inline-block;
  float: left;
  height: 16px;
}
.sub-left .sub-tel span {
  padding-right: 5px;
  color: #666;
  line-height: 15px;
}
.sub-left .sub-tel i {
  width: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-radius: 2px;
  -o-radius: 2px;
  border-radius: 2px;
  background: url(../images/public.png) #ffc600 -429px -139px no-repeat;
}
.sub-left .sub-tel b { clear:both;
  display: block;
  font-size: 21px;
  color: #c82b0a;
  height: 35px;
  line-height: 35px;
  padding: 5px 0;
}
.sub-left .sub-tel samp {
  display: block;
  font-style: normal;
  font-family: inherit;
  color: #999;
  padding-bottom: 20px;
}
.sub-left .sub-2wm {
  padding: 20px 15px;
  overflow: hidden;
}
.sub-left .sub-2wm ul {
  width: 110%;
}
.sub-left .sub-2wm li {
  width: 90px;
  height: 130px;
  float: left;
  display: inline;
  margin-right: 10px;
}
.sub-left .sub-2wm li em {
  display: block;
  width: 80px;
  height: 80px;
  padding: 4px;
  border: 1px #eeeeee solid;
}
.sub-left .sub-2wm li img {
  width: 100%;
}
.sub-left .sub-2wm li span {
  display: block;
  padding-top: 5px;
  line-height: 1.2;
  text-align: center;
  color: #333;
}


.sub-right {
  float: right;
  width: 920px;
  min-height: 600px;
  overflow: hidden;
  margin-right: 30px;
  padding-bottom: 80px;
}
.sub-title {
  line-height: 1.4;
  padding: 20px 0;
  font-size: 24px;
  color: #444;
}

.navigation {
  height: 1.4;
  padding: 15px 0;
  color: #666;
  font-size: 14px;
}
.navigation a {
  color: #666;
  padding: 0 8px;
}
.navigation a:hover {
  color: #78111c;
}



.nyWrap{padding-bottom:22px; background-color:#f3f3f3;}
.nyBannerBg{position:relative; z-index:0; margin-bottom:330px; height:0;}
.nyBanner{position:absolute; left:0; top:0; width:100%; height:550px;}
.nyBanner1{background:url(Img/nyBanner1.jpg) no-repeat center;}
.nyBanner2{background:url(Img/nyBanner2.jpg) no-repeat center;}
.nyBanner3{background:url(Img/nyBanner3.jpg) no-repeat center;}
.nyBanner dl{margin-top:166px;}
.nyBanner dt{font-size:24px; font-weight:bold; color:#e22c08;}
.nyBanner dt p{padding-top:6px; border-top:2px solid #e22c08; width:68px;}
.nyBanner dd p{margin-top:20px; margin-bottom:4px; font-size:20px; color:#fff;}
.nyBanner dd span{line-height:12px; color:#fff; opacity:0.5;}

.aboutBox{position:relative; z-index:2; padding-top:40px; padding-bottom:120px; background-color:#fff; border-bottom:2px solid #ddd;}
.aboutBox dl{margin:0 40px;}
.aboutBox dt{float:left;}
.aboutBox dd{margin-left:408px;}
.aboutBox dd p{ line-height:28px; font-size:16px;}
.gcsj{position:relative; padding:20px 0; margin-bottom:22px; background-color:#fff; border-bottom:2px solid #ddd;}
.gcsj ul{margin:0 auto; width:960px; overflow:hidden;}
.gcsj li{margin:0 10px; float:left; width:460px; text-align:center;}
.gcsj li img{display:block; width:460px; height:362px; }
.gcsj li h5{margin-top:14px; font-weight:normal;}
.gcsj .btnLeft , .gcsj .btnRight{position:absolute; top:170px; width:65px; height:65px;}
.gcsj .btnLeft{left:0; background:url(../images/gcBtnLeft.png) no-repeat center;}
.gcsj .btnRight{right:0; background:url(../images/gcBtnRight.png) no-repeat center;}
.ditu{ padding:10px; background:#fff; margin-top:15px; width:1200px;border-bottom:2px solid #ddd;}
.intitle{ border-left:3px #666666 solid; height:60px; width:500px; padding-left:15px;}
.int1{ font-size:24px; color:#e22c08; display:block;}
.int2{ font-size:40px; color:#cccccc; font-family: "Times New Roman", Times, serif; font-weight:normal; line-height:40px; }


/*科室导航*/
.clearfix:after{content:".";display:block;height:0;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}
.clearfix:after,.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}

.mr20{margin-right:20px}

.zq-icon{display:inline-block;background:url(../images/icon.png) no-repeat;}
.icon40x40{width:40px;height:40px}
.crad-area-icon1{background-position:0 0}
.crad-area-icon2{background-position:-40px 0}
.crad-area-icon3{background-position:-80px 0}
.crad-area-icon4{background-position:-120px 0}

.card-area{margin:82px auto 0;height:560px;width:1205px;position:relative;}
.card-area{margin:50px auto 0;height:560px;width:1205px;position:relative;}
.card-area .bg-e8e8e8{background:#e8e8e8}
.card-area .bg-e1e1e1{background:#e1e1e1}
.card-area .card-item{z-index:4;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;position:relative;float:left;width:25%;height:521px;background-color:transparent}
.card-area .card-item+.card-item{margin-left:-1px}
.card-area .card-item .card{transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;width:100%;height:100%;text-align:center;background:#fff}
.card-area .card-item .card .card-content{width:100%;line-height:2}
.card-area .card-item .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));line-height:2}
.card-area .card-item .card .card-content.content-second li{float:left;width:50%}
.card-area .card-item .card .card-content,.card-area .card-item .card .card-title{position:absolute;left:0;right:0;z-index:1}
.card-area .card-item .card .card-title{padding-top:1px;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;height:145px;line-height:26px;font-size:14px;top:0;background:#006369;border-left:1px solid #017178}
.card-area .card-item .card .card-title .content{position:absolute;bottom:-2px;width:100%}
.card-area .card-item .card .card-title h1{font-size:22px;font-weight:700;color:#d9efff;margin-bottom:0}
.card-area .card-item .card .card-title .short-info{color:#8dbbdc;font-size:14px;margin-top:0;margin-bottom:20px}
.card-area .card-item .card .card-title .zq-product-img{width:40px;height:40px;margin:10px auto;position:relative}
.card-area .card-item .card .card-title .zq-product-img img{position:absolute;left:0;width:100%}
.card-area .card-item .card .card-title .zq-product-img .un-hover{z-index:1;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-title .zq-product-img .with-hover{z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item .card .card-title .short-info,.card-area .card-item .card .card-title .zq-product-img img,.card-area .card-item .card .card-title h1{transition:all .15s cubic-bezier(.4,0,.2,1) 0s}
.card-area .card-item .card .card-content{height:376px;position:absolute;top:145px}
.card-area .card-item .card .card-content.content-first .content-first-list{width:100%;max-width:250px;font-size:16px;color:#373d41;margin-top:15px;margin-bottom:15px}
.card-area .card-item .card .card-content.content-first .content-first-list li{margin-bottom:10px}
.card-area .card-item .card .card-content.content-second{width:90%;left:25px;font-size:14px;color:#a9b0b4;text-align:left;padding-top:26px}
.card-area .card-item .card .card-content.content-second .main-head{color:#f48100;font-size:18px;line-height:28px;margin-bottom:10px}
.card-area .card-item .card .card-content.content-second p{margin:5px 0}
.card-area .card-item .card .card-content.content-second .main-tip{color:#232933}
.card-area .card-item .card .card-content.content-second .main-desc{color:#8c8c8c;font-size:12px;line-height:22px}
.card-area .card-item .card .card-content.content-second .main-btn{cursor:pointer;width:160px;height:38px;font-size:16px!important;color:#fff;margin-top:22px;margin-bottom:33px;border-radius:19px;background:#f48100;border:none;transition:color .3s ease-in-out,background .3s ease-in-out}
.card-area .card-item .card .card-content.content-second .main-btn:hover{color:#fff;background:#006369}
.card-area .card-item .card .card-content.content-second .main-white-btn{cursor:pointer;width:160px;height:36px;border:1px solid #f48100;font-size:16px!important;color:#f48100;margin-top:22px;margin-bottom:33px;border-radius:19px;background:#fff;transition:color .3s ease-in-out,background .3s ease-in-out}
.card-area .card-item .card .card-content.content-second .main-white-btn:hover{color:#fff;background:#f48100}
.card-area .card-item .card .card-content .other-info{width:105%;height:70px;overflow:hidden;line-height:22px;padding-top:20px;font-size:12px}
.card-area .card-item .card .card-content .other-info .other-info-list{width:27%;height:70px;background:#f2f2f2;margin-right:25px;padding:0 0 0 10px;position:relative}
.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow{position:absolute;right:10px;top:15px;background-position:-200px 0}
.card-area .card-item .card .card-content .other-info .other-info-list:hover{background:#f48100}.card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow{background-position:-200px -17px}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc,.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head{color:#fff}
.card-area .card-item .card .card-content .other-info .other-info-list .list-context{color:#00c1de}
.card-area .card-item .card .card-content .other-info .other-head{font-size:16px;font-weight:400;color:#000;margin:13px 0 0 0;}
.card-area .card-item .card .card-content .other-info .other-desc{margin-top:2px;font-size:12px;color:#999}
.card-area .card-item.active{z-index:6;box-shadow:0 0 30px rgba(0,0,0,.2);width:50%;height:535px}
.card-area .card-item.active .card .card-title{background-color:#f48100;height:159px;top:-15px;border:none}
.card-area .card-item.active .card .card-title .short-info{color:#9ed8f5}
.card-area .card-item.active .card .card-title h1{color:#fff}
.card-area .card-item.active .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item.active .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.main-info ul li{ text-align:center; margin-right:15px; line-height:38px;}
.main-info ul li a{ color:#fff;}

/*首页医院环境样式*/
.incon{ width:100%;background: url(../images/inbg.jpg) top center repeat-x; height:320px; margin-bottom:120px;}



.title{ font-size:30px; color:#006369; width:200px; margin:0 auto; line-height:80px; text-align:center;}
.titlea{font-size:33px; color:#333; width:200px; margin:40px auto 5px auto; text-align:center; color:#d81519; font-weight:bold;}
.titlea span{ display:block; margin-top:15px; font-size:24px; color:#31363f; font-weight:normal;}

.incon .tod{height: 312px;*position: relative;overflow: hidden;margin-top: 18px;}
.incon .tod ul{width: 110%; }
.incon .tod li{width: 218px; height: 290px;background: #eee;padding: 3px;float: left;margin-right: 25px;margin-bottom: 20px;position: relative;}
.iimgc{width: 212px;height: 163px;overflow:hidden;}
.incon .tod li img{width: 212px;height: 163px;overflow:hidden;-webkit-transition: all 1.1s;-moz-transition: all 1.1s;-o-transition: all 1.1s;-ms-transition: all 1.1s;transition: all 1.1s; }
.incon .tod li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform: scale(1.1);}

.incon .tod li h1{ padding:0  12px;font-size: 16px;margin-top: 15px;line-height: 2;}
.incon .tod li:hover h1{color: #cf0101;}

.incon .tod li:hover .cover{background-position:  -365px  -270px;}
.incon .tod li span{padding: 0 12px;display: block;margin-bottom: 26px;color: #8e8e8f; }
.incon .tod li .cover{ bottom: -16px;width: 34px;height: 34px;left: 95px;position: absolute;
background-position: -270px -270px;}
.s{ background:url(../images/tip.png) no-repeat;}


/*顶部右边样式*/
.htop p{ float:left; line-height:40px; font-size:14px; color:#888; padding-left:20px; background:url(../images/htop_phone.png) no-repeat left center;}
.htop p b{ font-size:18px; color:#da251e; font-family:Arial}
.htop ul{float:right; width:230px; margin-top:13px; height:14px;line-height:14px;}
.htop li { float:left; padding:0 10px; height:14px; line-height:14px; border-right:1px solid #e2e2e2; font-size:12px; color:#777; position:relative; cursor:pointer;}
.htop li a{ color:#777; position:relative; top:-2px;}
.htop li em{ color:#777; position:relative; top:-2px;}
.htop .last{ padding-right:0; border:none; padding-top:3px;}
.htop li a img{ margin-left:3px; position:relative; top:2px;}
.htop .ewm{ display:none; position:absolute; left:-30px; top:30px;}
.htop li:hover .ewm{ display:block}
/*首页资讯*/
/*.box:after,.box:before,.box-cc:after,.box-cc:before,.box-list:after,.box-list:before {  display: table; content: " "; }
.box:after,.box-cc:after,.box-list:after { clear: both; }*/
.box { width: 1200px; margin: 0 auto; overflow:hidden; height:100%; }
.home-news { width: 807px; float: left; padding-top: 20px; }
.home-news-tab { border: 1px solid #ddd; border-top: 0px }
.home-news-tab .tab-menu { overflow: hidden; }
.home-news-tab .tab-menu li { color: #fff; cursor: pointer; width: 33.333333%; float: left; height: 75px; border-top: 5px solid #006369; text-align: center; line-height: 68px; font-size: 20px; background: #006369; border-right: 1px solid #027d84; }
.home-news-tab .tab-menu li:last-child { border-right: 0; }
.home-news-tab .tab-menu i { font-size: 40px; display: inline-block; vertical-align: middle; margin-right: 20px; }
.home-news-tab .tab-menu li:hover,.home-news-tab .tab-menu li.thIs { background: #fff; border-color: #006369; color: #009593 }
.home-news-tab .cont-item { padding: 25px; }

.home-news-hot { overflow: hidden; }
.home-news-hot .hot-img { width: 315px; position: relative; display: block; float: left; overflow: hidden; padding:8px; border: 1px solid #ddd; }
.home-news-hot .hot-img span { display: block; position:absolute; top: 0; left: 0; }
.home-news-hot .hot-img img { display: block; max-width: 100% ; }
.indeximg{ height:179px; width:298px;}
.home-news-hot .hot-info { padding-left: 340px; }
.hot-info-title { font-size: 16px; color: #fff; background: #eeaf06; height: 40px; padding: 0 25px; line-height: 40px; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hot-info-title a { color: #fff; }
.hot-info-bottom { background: #fff0c9; padding: 15px 25px; height: 157px; overflow: hidden; color: #a57901 }
.hot-info-time { color: #a57901; }
.hot-info-time span { padding: 0 15px; }
.hot-info-text { padding-top: 10px; line-height: 22px; text-indent:2em; }
.hot-info-text .more-xq { color: #009593 }
.hot-no { padding-top:10px; }
.hot-no-list { display: block; overflow: hidden; margin-left: -13px; margin-right: -13px; }
.hot-no-list li { float: left; width: 50%; padding: 0 13px; }
.hot-no-list li a { display: block; border-bottom: 1px dashed #ddd; height: 40px; line-height: 40px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hot-no-list li span { display: inline-block; margin-right: 15px; }

.home-bmser { border: 1px solid #ddd; margin-top: 20px; height: 413px; background: #f5f5f5; width: 370px; float: right; }
.home-bmser h3 { font-size: 20px; color: #333; padding: 0 25px; }
.home-bmser h3 span { font-weight: initial; color: #00a09e; line-height: 70px; height: 70px; display: inline-block; margin-left: 15px; }
.home-bmser-tel { overflow: hidden; height:63px; margin:0 25px; border: 1px solid #00716f; width: 318px; background: url(../images/home-bmer-tel-img.png) left top no-repeat #fff; }
.home-bmser-tel i { display: block; float: left; height: 63px;width:63px; text-align: center; line-height: 63px; font-size: 40px; color: #fff; }
.home-bmser-tel span { display: block; line-height: 18px; padding-top: 11px; float: left; color: #fff; }
.home-bmser-tel p { font-family: Arial; width: 190px; float: right; padding-left: 5px; font-size: 24px; font-weight: bold; height: 63px; line-height: 63px; color: #00716f }
.home-bmser-menu { padding: 25px; }
.home-bmser-menu .list { border: 1px solid #ddd; overflow: hidden; border-right: 0; border-bottom: 0; }
.home-bmser-menu li { width: 33.0%; float: left; height: 112px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;  }
.home-bmser-menu li a { background: #fff; display: block; text-align: center; overflow: hidden; height: 111px; padding-top:15px }
.home-bmser-menu li a i { display: block; margin: 15px 0 10px 0; font-size: 44px; color: #009593 ;}
.home-bmser-menu li a:hover { color: #eeaf06 }
.home-bmser-menu li a:hover i { color: #eeaf06 }



.ititle{ height:54px; text-align:center; position:relative; overflow:hidden; margin-top:20px;}
.ititle .txt{ line-height:54px; font-size:32px; color:#373d41} 
.ititle .line{display: block;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 1;}
	.golink{display: inline-block;
    padding: 0 18px;
    height: 54px;
    line-height: 54px;
    text-decoration: none;
    background-color: #fbfbfb;
    position: relative;
    z-index: 2;
    overflow: hidden;}
	
	/*设备环境样式*/
.uls{ overflow:hidden;}

.uls li{position:relative; margin-right:15px; margin-bottom:15px; float:left; width:226px; height:320px; text-align:center; overflow:hidden; background-color:#fff; border:1px #ddd solid;}
.uls li.noMr{margin-right:0;}
.uls li a{position:absolute; left:0; top:0; z-index:8; display:block; width:224px; height:318px; opacity:0; background:url(../images/cpLink.png) no-repeat right top; filter:alpha(opacity=0); border:2px solid #e54120;}
.uls li img{margin-top:44px; margin-bottom:10px; max-width:176px; max-height:198px;_width:expression(this.width > 176 ? "176px" : this.width);}
/*.uls li div{height:198px; line-height:198px;}*/
.uls li h5{position:relative; z-index:9; height:26px; line-height:26px; font-weight:normal; font-size:16px; color:#333;}
.uls li span{position:relative; z-index:9; font-size:14px;}
.uls li:hover a{opacity:1; filter:alpha(opacity=80);}
	
	
	
	
	
	
	
	
	
	
	
	

		/*资讯中心列表页面的--dl*/
dl.news_dl {font-size:14px; color:#666; padding:0 5px; line-height:22px; border-bottom:1px solid #eee; margin-top:10px;}
dl.news_dl a{ color:#333; }
dl.news_dl dt { margin-bottom:3px; margin-top:5px; line-height:24px; height:24px;  overflow:hidden;}
dl.news_dl .dt_1 { /*height:20px; background:url(../images/ico10.gif) no-repeat 0 6px;  padding-left:10px;*/  font-size:18px; }
dl.news_dl .dt_1 a{ color:#333;}
dl.news_dl .dt_2 { font-size:16px; float:right; padding:0 10px 0 8px;  font-family:"宋体"; }

dl.news_dl dd { font-size:15px; height:45px; overflow:hidden; margin-bottom:10px;}
.mb10{ margin-bottom:10px;}
.newchang{ border-bottom:1px dashed #d7d7d7; height:25px; padding-left:30px;}














.flt{ width:50%; background:#ff9200; color:#fff; height:35px; line-height:35px;}
.frt{width:50%; background:#da251e;color:#fff;height:35px; line-height:35px;}

#top{ width:100%; height:103px; background: url(../images/topbg.jpg) center left repeat-x; border-top:3px #222126 solid;}
#topl{ float:left; margin-top:20px;}
.telr{ float:right;margin-top:30px; background: url(../images/rtel.png) center left no-repeat; padding-left:60px; height:61px;}
.rft1{ font-size:16px; margin-top:5px;}
.rft2{ font-size:22px; color:#d81519;}


.f30{ font-size:30px; color:#333;}
.f18{font-size:18px; color:#333;}

.abt{ width:100%; padding:25px 0; text-align:center;}
.inelist{ padding-bottom:20px;}
.inelist li{ float:left; background:#f5f5f5; width:510px; padding:10px 10px;margin:10px 10px;}
.inelist li a{ color:#525252; font-weight:bold; font-size:16px;}
.inelist li span{ display:block; color:#959595; font-size:14px; font-weight:normal;}
.inelist li:hover{ background:#e70012;-webkit-transition:all 0.1s ease; -moz-transition:all 0.1s ease; -ms-transition:all 0.1s ease; -o-transition:all 0.1s ease; transition:all 0.1s ease;}
.inelist li:hover a{ color:#fff;}
.inelist li:hover span { color:#f2f2f2}

.head{ width:100%; height:56px; background: #e70012 ; border-bottom:3px #222126 solid; }
.logo{ width:320px; margin-top:23px; float:left; padding-right:5px; border-right:1px #eee solid; margin-right:18px;}
.lfont{ float:left; line-height:32px;margin-top:23px; font-size:18px;}
.lfont2{font-size:20px; color:#d81519;}
.headr{ width:850px;}

.tfb{ height:58px; width:240px; float:left; line-height:26px;  margin:5px 10px 0px 0px; font-size:16px; color:#d81519; font-weight:bold; border-left:1px #ccc solid; padding-left:10px;}
.tfb font{color:#d81519;}




/*团购样式*/
.tforml{ float:left; width:640px; padding-top:5px;}
.tformr{float:right; width:430px; padding-top:35px;}
.tgcon{ width:570px; margin:0 auto;}
.tgtop{ margin-top:10px;}

.tforml h1{ line-height:40px; height:40px; border-bottom:1px #ccc solid; color:#ff8a00; font-size:16px;}
.lable{ font-size:15px; font-weight:bold; line-height:40px; height:40px; padding-top:15px;}
.tiput input{ width:240px; background: #fff url(../images/n.jpg) 5px center no-repeat;height:30px; line-height:30px; border:1px #ccc solid; padding-left:30px;}
.liput input{ width:240px; background: #fff url(../images/t.jpg) 5px center no-repeat;height:30px; line-height:30px; border:1px #ccc solid; padding-left:30px;}
.eiput input{ width:240px; background: #fff url(../images/e.jpg) 5px center no-repeat;height:30px; line-height:30px; border:1px #ccc solid; padding-left:30px;}
textarea{ width:560px; height:80px; line-height:30px; border:1px #ccc solid; padding-left:10px }
.ptype{ width:260px; height:30px; line-height:30px;border:1px #ccc solid;}
.pcc{width:150px; height:30px; line-height:30px;border:1px #ccc solid;}
.assiput input{ width:463px; height:30px; line-height:30px; border:1px #ccc solid; padding-left:10px }
.bouton{ border-top:1px #ccc solid; padding-top:20px; margin-top:35px;}
.bouton input{ width:130px; height:40px; line-height:40px;}

.tgrcon{ width:420px; float:right;}
.tgrcon h3{color:#ff8a00; font-size:25px; margin:1em 0 0; }

.tgpic{ margin:30px 0;}
.tgfont{color:#ff8a00; font-size:22px; line-height:40px;}
.tgcon{font-size:20px; line-height:30px; }

/*About Us - start*/
.aboutUs {padding-top:45px; font-size:12px; line-height:24px; color:#333;}
.about_con {overflow:hidden; text-align:center; color:#31363f; margin-top:13px;}
.about_con h2 {font-size:24px; line-height:36px; padding-bottom:5px;}
.about_list {overflow:hidden; width:1004px; margin-top:22px;}
.about_list li {float:left; width:250px; height:270px; border-right:1px dotted #c1c2c5; overflow:hidden; text-align:center;}
.about_list li i {display:block; width:150px; height:109px; padding-top:41px; margin:0 auto; overflow:hidden; text-align:center; background:url(../images/circle1.png) no-repeat;}
.about_list li i img {display:inline-block; height:67px;}
.about_list li h3 {font-size:18px; line-height:32px; padding-top:10px;}
.about_list li p {padding:0 25px;}
.about_list li:hover i {background:url(../images/circle2.png) no-repeat;}
/*About Us - end*/

/* banner */

.inbanner{ width:100%; height:500px; overflow:hidden; margin:0 auto; position:relative; z-index:0;}
#slides {display:block; width:100%; height:500px; position:relative;}
#slides li{display:block; width:100%; height:100%; position:absolute; background-repeat:no-repeat; background-position:center top;}
#slides li a{display:block; width:100%; height:100%; text-indent:-9999px}
#pagination {display:block; list-style:none; position:relative; z-index:9900; width:150px;margin:0 auto; margin-top:-30px; }
#pagination li{display:block; list-style:none; width:40px; height:4px; float:left; margin-right:10px;background:#FFF; }
#pagination li a{display:block; width:100%; height:100%; overflow:hidden; text-indent:-999px;}
#pagination li.current{background:#e70012}




/* menu */

.menu { height: 120px;overflow:hidden;}
.menu li { float:left; height: 120px;overflow:hidden; text-align:center; width:146px;font-family:Microsoft YaHei,LiHei Pro Medium; font-size:16px;line-height:58px; position:relative;}
.menu li a { display:block;  color:#fff}
.menu li a:hover {color: #fff;text-decoration:none;-webkit-transition:all 0.8s ease; -moz-transition:all 0.8s ease; -ms-transition:all 0.8s ease; -o-transition:all 0.8s ease; transition:all 0.8s ease;/*url(../images/nav_hover.png) no-repeat*/; display:block; }


.menu .cur{background:#f48100 }

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c82b0a;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.side-menu dd > a { display:block; padding:0 0 0 75px; height:50px; line-height:50px;  color:#262626;
  text-align:left; font-size:16px;background:url(../images/tip.png) 45px -182px no-repeat; }
.side-menu dd > a:hover {color: #de171c;font-weight: bold;background:url(../images/tip.png) 45px -228px no-repeat; }










/* menu end */

#main{background: url(../images/mainbg.jpg) center top repeat-x;  width:100%; height:100%; }
#nleft{ width:216px; overflow:hidden; float:left;}
#nleft h2{width:229px;height:75px; background:url(../images/h2.png) no-repeat; text-align:center; padding-top:25px; color:#FFF; font-weight:500; font-size:26px;font-family:"微软雅黑";}
#nleft h2 span{display:block; font-size:16px; font-family:"微软雅黑"; line-height:36px;}

#nleft h1{ clear:both;width:229px;height:75px; background:url(../images/h2.png) no-repeat; text-align:center; padding-top:25px; color:#FFF; font-weight:500; font-size:26px;font-family:"微软雅黑";}
#nleft h1 span{display:block; font-size:16px; font-family:"微软雅黑"; line-height:36px;}


#nleft .leftNav{width:227px;display:table;padding-bottom:24px; background:url(../images/lnavbg.jpg) bottom repeat-x #FFF; border-left:1px #f0f0f0 solid;border-right:1px #f0f0f0 solid;border-bottom:3px #e70012 solid; padding-top:12px; margin-bottom:24px; float:left;}
#nleft .leftNav ul li{width:217px;height:46px;float:left; padding-left:5px; margin-top:5px;}
#nleft .leftNav ul li a{display:block;height:46px; line-height:46px; padding-left:37px; background:url(../images/leftnavli_27.jpg) 10px bottom no-repeat; color:#404040;font-size:16px;}
#nleft .leftNav ul li a:hover{color:#fff; background:url(../images/leftnavli_21.jpg) center center no-repeat;  -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -ms-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease;}
#nleft #curNav{background:url(../images/leftnavli_21.jpg) center center no-repeat;color:#fff;line-height:46px; margin-left:0px;width:222px;}
#nleft #curNav a{color:#fff;line-height:46px; }
#nleft #curNav a:hover{color:#fff;}


.ilcon{width:207px;display:table;padding-bottom:24px; background:url(../images/lnavbg.jpg) bottom repeat-x #FFF; border-left:1px #f0f0f0 solid;border-right:1px #f0f0f0 solid;border-bottom:3px #e70012 solid; padding:12px 10px;; margin-bottom:24px;}




#nlefti{ width:229px; overflow:hidden; float:left; margin-top:35px;}
#nlefti h2{width:229px;height:75px; background:url(../images/h2.png) no-repeat; text-align:center; padding-top:25px; color:#FFF; font-weight:500; font-size:26px;font-family:"微软雅黑";}
#nlefti h2 span{display:block; font-size:16px; font-family:"微软雅黑"; line-height:36px;}

#nlefti h1{ clear:both;width:186px;height:62px; background:url(../images/h2.png) no-repeat; padding-left:43px; padding-top:33px; color:#FFF; font-weight:500; font-size:18px;font-family:"微软雅黑";}
#nlefti h1 span{display:block; font-size:10px; font-family:"Arial"}


#nlefti .leftNav{width:227px;display:table;padding-bottom:24px; background:url(../images/lnavbg.jpg) bottom repeat-x #FFF; border-left:1px #f0f0f0 solid;border-right:1px #f0f0f0 solid;border-bottom:3px #e70012 solid; padding-top:12px; margin-bottom:24px; float:left;}
#nlefti .leftNav ul li{width:217px;height:46px;float:left; padding-left:5px; margin-top:5px;}
#nlefti .leftNav ul li a{display:block;height:46px; line-height:46px; padding-left:37px; background:url(../images/leftnavli_27.jpg) 10px bottom no-repeat; color:#404040; font-size:16px;}
#nlefti .leftNav ul li a:hover{color:#fff; background:url(../images/leftnavli_21.jpg) center center no-repeat;  -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -ms-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease;}
#nlefti #curNav{background:url(../images/leftnavli_21.jpg) center center no-repeat;color:#fff;line-height:46px; padding-left:5px;width:222px;}
#nlefti #curNav a{color:#fff;line-height:46px; }
#nlefti #curNav a:hover{color:#fff;}












.nnleft{ width:470px; float:right;}
.gginfo{background:url(../images/p.png) left top no-repeat; width:470px; padding-left:10px; color:#8c8b8b; }
.nnleft h1{font-size:20px; font-weight:normal; line-height:40px;}
.gs_price {float:left;height:40px;line-height:40px;}
.b_price_zk {padding-left:10px;font-size:22px;color:#ff0000; font-family:Arial;}
.b_price_sc {color:#121212;text-decoration:line-through;}
 .wuliu {float:left;width:530px;}
 .wuliu dl {float:left;width:530px;}
 .wuliu dl dt {float:left;width:84px;height:30px;}
 .wuliu dl dd {float:left;width:400px;height:24px;ling-height:24px;color:#121212}
 .gs_tj {float:left;width:500px;height:30px;line-height:30px;}
 .gs_tj span {display:block;float:left;height:30px;line-height:30px;padding-right:14px;}
.gsgz {display:block;float:left;height:50px;line-height:50px;padding-right:10px;color:#121212}
.gx-sevice{ padding-bottom:10px;}
.ptitle{ height:40px; background:#f8f8f8; border:1px #eaeaea solid; margin-top:20px; border-bottom:1px #c81623 solid; }
.ptitle span{ background:#c81623; width:120px; display:block; height:40px; text-align:center; color:#fff;  line-height:40px; font-size:18px;}

 .gdcon-att {background-color:#FFFDEA;padding:20px 0; height:50px; margin-bottom:10px;}
 .gdcon-att ul {}
 .gdcon-att ul li {float:left;width:220px;padding-left:30px;line-height:24px;}

.btn1{  width:240px; float:left}
.btn2{  width:100px; float:left; margin-left:20px;}
.btn3{  width:100px; float:left}
.npcon img{  vertical-align:middle; display:inline; }
.pnimg { width:450px; float:left; text-align:center; }
.pnimg img{max-width:450px;_width:expression(this.width > 450 ? "450px" : this.width); max-height:267px;}



#nright {width:966px; float:right; display:table; margin-top:23px;}
#nright h2{height:26px; border-bottom:1px #dcdcdc solid;padding-left:21px; background:url(../images/righth2_13.png) left no-repeat; padding-top:12px; color:#7f7f7f; font-size:13px; font-weight:normal;}
#nright h2 .home{padding-left:19px; background:url(../images/home_16.jpg) 0 2px no-repeat;color:#7f7f7f; margin-left:8px;}
#nright h2 a{color:#7f7f7f;}
#nright h2 a:hover{color:#009488;}
#nright h2 span{display:inline-block;width:22px; text-align:center; background:url(../images/jin_20.jpg) center no-repeat; }
#nright h2 strong{color:#009488; font-weight:500;}

#nright .summarize{display:table;padding:0 4px; padding-top:20px; height:100%; overflow:hidden; width:99%;}
#nright .summarize p{line-height:26px; font-size:16px; color:#4c4c4c;  font-family:"微软雅黑";  }
#nright .summarize p img{display:inline; vertical-align:middle;}

.newlist li{ height:36px; border-bottom:1px #e8e8e8 solid;background:url(../images/ztlist.jpg) no-repeat left center; line-height:36px; padding-left:10px   }
.newlist li span{float:right; height:20px; width:80px;background:#b1b1b1;color:#fff;  text-align:center; line-height:20px; margin:8px 10px }
.newlist li span a{display:block; }




.newpic li{  height:100px; border-bottom:1px #e8e8e8 solid;   margin:12px 10px;   }
.newpic li:hover{ background:#f8f8f8;}
.newpic .casell img{ width:120px; height: 80px; float:left; margin:10px;}
.newpic .caselrt{ display:block; font-size:18px; line-height:36px;}
.caselrc{ clear:both; font-size:16px; color: #999; text-indent:2em;}

.inlist li{ height:36px; border-bottom:1px #e8e8e8 solid;background:url(../images/ztlist.jpg) no-repeat left center; line-height:36px; padding-left:10px   }
.inlist li span{float:right; height:20px; width:80px;background:#b1b1b1;color:#fff;  text-align:center; line-height:20px; margin:8px 10px }
.inlist li span a{display:block; }

.icontact{ padding:8px;background:url(../images/leftNav_13.jpg) bottom no-repeat #FFF; border-left:1px #f0f0f0 solid;border-right:1px #f0f0f0 solid;border-bottom:2px #057a26 solid;}
#imore{ float:right; }
#imore a{ color:#333; }

/*分页*/


.pagelink{ clear:both; height:42px;  text-align:center;  width:650px; margin:0 auto; margin-top:15px; padding-top:15px; margin-bottom:20px;}
.pagelink a {
border-right: #d5d5d5 1px solid; padding-right: 8px; border-top: #d5d5d5 1px solid; padding-left: 8px; padding-bottom: 3px; margin: 3px; border-left: #d5d5d5 1px solid; color: #999; padding-top: 3px; border-bottom: #d5d5d5 1px solid; text-decoration: none; background:#fff;

}
.pagelink a:hover {
border-right: #e70012 1px solid; border-top: #e70012 1px solid; border-left: #e70012 1px solid; color: #999; border-bottom: #e70012 1px solid;background:#e70012; color:#fff;
}
.pagelink a:active {
border-right: #015198 1px solid; border-top: #015198 1px solid; border-left: #015198 1px solid; color: #999; border-bottom: #015198 1px solid;background:#fff;
}
.pagelink span.current {
border-right: #e70012 1px solid; padding-right: 8px; border-top: #e70012 1px solid; padding-left: 8px; font-weight: bold; padding-bottom: 3px; margin: 3px; border-left: #057a26 1px solid; color: #fff; padding-top: 3px; border-bottom: #e70012 1px solid; background-color: #e70012
}
.pagelink span.nolink { border-right: #d5d5d5 1px solid; padding-right: 8px; border-top: #d5d5d5 1px solid; padding-left: 8px; padding-bottom: 2px; margin: 3px; border-left: #d5d5d5 1px solid; color: #999; padding-top: 2px; border-bottom: #d5d5d5 1px solid;background:#fff;height:40px; 
}



.caseList li{ width:245px; height:236px; float:left; background:#fff; margin:15px 6px 10px 6px; position:relative; overflow:hidden;}
.caseList li .caseThum{ width:245px; height:181px; position:relative; overflow:hidden;}
.caseList li .caseThum img{ position:absolute; left:0px; top:0px;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s; width:245px; height:173px}
.caseList li .caseName{ width:240px; padding-left:10px; height:50px; line-height:50px;  font-size:16px; color:#3e3e3e; border-bottom:1px solid #f2f2f2; overflow: hidden;}
.caseList li .caseBottom{ width:100%; height:110px; position:absolute; left:0px; bottom:-55px; -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s; background:#f2f2f2;}
.caseList li .caseInfo{ width:260px; height:55px; color:#d1d1d1;}
.caseList li .caseInfo .caseIcon{ width:100px; /*padding-left:25px;*/ height:15px; float:left; font-size:8px; line-height:15px; margin-top:20px; margin-left:10px;}
.caseList li .caseInfo .caseIcon.ll{ /*background:url(../images/icons.png) -20px 0px no-repeat;*/}
.caseList li .caseInfo .caseIcon.pl{ display: none;}
.caseList li .caseInfo .caseTime{ width:100px; height:15px; float:right; margin-top:20px; font-size:8px; line-height:15px; text-align:right; margin-right:10px;}
.caseList li:hover .caseBottom{ bottom:0px; background: #e70012; color: #FFFFFF;}
.caseList li:hover .caseBottom .caseName,.caseList li:hover .caseInfo{ color: #FFFFFF;}
.caseList li:hover .caseBottom .caseName{ border-bottom: 1px solid #fd8240;}
.caseList li:hover .caseThum img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}



.piclist { width:230px; height:205px; float:left; margin:8px 8px; overflow:hidden;}
.piclist .picti img{ width:230px; height:170px;  padding:2px ; border:1px #dfdfdf solid ;-webkit-transition: all 1.1s;-moz-transition: all 1.1s;-o-transition: all 1.1s;-ms-transition: all 1.1s;transition: all 1.1s;}
.piclist .picti{background: url(../images/line.jpg) bottom center repeat-x; }
.piclist .picfo {  text-align:center; height:40px; line-height:40px}

.piclist .picti:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform: scale(1.1);}


.ipiclist { width:230px; height:235px; float:left; margin:8px 8px; }
.ipiclist .picti img{ width:230px; height:170px;  padding:2px ; border:1px #dfdfdf solid ;-webkit-transition: all 1.1s;-moz-transition: all 1.1s;-o-transition: all 1.1s;-ms-transition: all 1.1s;transition: all 1.1s;}
.ipiclist .picfo {  text-align:center; }

.ipiclist .picti:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform: scale(1.1);}


/*内容显示形式*/
.nr_bt{ width:100%}

.nr_text h5,.nr_bt h5{ font-size:16px; color:#057a26; text-align:center; height:40px; line-height:40px;font-family:Microsoft YaHei,LiHei Pro Medium;}
.nr_text h6,.nr_bt h6{ height:30px; border-bottom:1px #f1f1f1 solid;border-top:1px #f1f1f1 solid; text-align:center; font-size:13px; line-height:30px;color:#000; font-weight:normal; margin-bottom:10px}
.nrtitle{ font-size:16px; color:#0b75bf; text-align:center; height:40px;font-family:Microsoft YaHei,LiHei Pro Medium;}





/*底部*/

#bad{ height:86px; width:100%; background:#f48100;  color:#fff;  font-size:28px; text-align:center; line-height:86px; font-weight:500;}

#foot{ background: #006369 ; text-align:center; padding:10px 0;}

.dfoot{height:36px; width:100%; background:#222126; }
.menud{ background:#000;}
.menud li{ float:left; width:115px; text-align:center;}
.menud li a{ color:#fff;}
#fright{ width:250px; float:right;  margin-top:35px; }
#fright b,#fright a{color:#fff;}

#fright ul li{ float:left; margin-right:20px;}
#fright ul li img{ width:100px; height:100px;}
#fright ul li span { color:#fff; display:block; text-align:center;}

#flogo{ float:left; width:260px; margin-top:20px;}
.friend { clear:both; text-align:left; margin-top:20px;color:#fff;}
.friend a{color:#fff;}
.friend b{ display:block; clear:both;}
#bocont{ float:left; width:560px; text-align:left; margin-top:20px; }



.fbottom{ clear:both; height:30px; text-align:center; margin-top:15px;border-top:1px #027f87 solid; padding-top:10px;color:#fff;}
.fbottom a{color:#fff; }


/*在线客服*/
.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}

/*about*/
.iabccc{  width:100%; height:100%; overflow:hidden; padding-top:30px;}
.about { overflow:hidden; width:1200px; margin:0 auto; margin-bottom:55px;}
.about h3{ text-align:center; font-size:30px; color:#e64018; margin-bottom:5px;}
.about h3 a{ color:#e64018;}
.about>span{ display:block; text-align:center; font-size:16px; color:#bebebe; font-family:Arial; margin-bottom:15px;}
.about>p{ text-align:center; font-size:16px; color:#666; margin-bottom:40px;}
.about dl{ overflow:hidden; width:100%; margin-bottom:30px;}
.about dt{ float:left; overflow:hidden; width:474px; height:286px; border:8px solid #f5f5f5;}
.about dd{ overflow:hidden; width:700px; float:right}
.about dd h4{ font-size:24px; color:#e64018;}
.about dd h5{ font-weight:normal; font-size:16px; color:#333; margin-bottom:40px;}
.about dd h5 a{ color:#333}
.about dd p{ font-size:15px; line-height:25px; color:#666;  overflow:hidden; }
.about dd .more{ border-radius:3px; text-decoration:none; display:block; width:125px; height:37px; background-color:#e64018; text-align:center; line-height:37px; color:#fff; font-size:16px;}
.about dd .more img{ margin-left:10px;}