﻿@charset "utf-8";
/* CSS Document */
*{transition:all .5s;}

.bannerBox{width:100%; height:550px; }
#flashs{ position:relative; height:550px; overflow:hidden;}
#flashs .bgitem{  z-index:1;position:absolute; top:0; }
#flashs .btn{ position:absolute; z-index:7; bottom:30px; left:50%; margin-left:-64px; padding:0px 6px;}
#flashs .btn span{ color:#fff;  background:#202932; cursor: pointer;display: inline-block;margin:0 2px;width:25px;height:25px;font-size:14px;line-height:25px;text-align:center;}
#flashs .btn span.cur{ background:#0057b0;}
.contTop{padding-top:10px; padding-bottom:20px; background:url(../Images/conttop.png) repeat-x center bottom;}

		/*--searchBox*/
.search{padding:6px 0px; height:30px; line-height:30px; overflow:hidden; background:url(../Images/search.png) repeat-x center; border:1px solid #cbcbcb;}
.search .searchBox{margin-right:6px; width:280px;}
.search .soText{float:left; width:230px; height:20px; line-height:20px; padding:5px 10px; color:#333; border:none; background:url(../Images/searchtxt.png) no-repeat center; outline:none;}
.search .soBtn{float:right; width:30px; height:30px; border:none; background:url(../Images/searchbtn.png) no-repeat left center;}
.search .keyWord{margin-left:10px; width:500px; height:30px; overflow:hidden; color:#3f3f3f;}
.search .keyWord em{}
.search .keyWord a{padding:0 6px; display:inline-block; color:#3f3f3f;}

/*案例*/
.alBox{margin-top:20px;}
.alBox h4{position:relative; margin-bottom:10px; height:36px; font-size:15px;}
.alBox h4 .titA{color:#00458d;}
.alBox h4 span{display:block; font-size:12px; color:#999; font-weight:normal;}
.alBox h4 .titMore{position:absolute; right:0px; top:10px; font-size:13px; color:#3c3c3c; font-weight:normal;}
.alBox .alCont{position:relative;}
.alBox .alCont ul{margin:0 auto; width:978px; overflow:hidden;}
.alBox .alCont li{margin-right:6px; float:left; width:240px; text-align:center;}
.alBox .alCont li.noMr{margin-right:0px;}
.alBox .alCont li img{padding:9px; border:1px solid #cbcbcb; background-color:#fff;}
.alBox .alCont li h5{margin-top:6px; font-weight:normal;}
.alBox .alCont li h5 a{color:#333;}
.alBox .alCont .btnLeft , .alBox .alCont .btnRight{position:absolute; top:50%; margin-top:-60px; width:20px; height:119px;}
.alBox .alCont .btnLeft{left:-50px; background:url(../Images/albtnleft.png) no-repeat center;}
.alBox .alCont .btnRight{right:-50px; background:url(../Images/albtnright.png) no-repeat center;}

