﻿/*nav*/
.navbar{
  background-color: #fff;
  height:90px;
  box-shadow: 3px 3px 3px 0 #eee;
  line-height: 90px;
  position: relative;
  background: url(../images/header_bg.jpg) repeat-x scroll 0% 0% transparent/* background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
 background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
 background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
 background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
 background-repeat: repeat-x;
 border: 1px solid #d4d4d4;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
 *zoom: 1;
 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);*/;
}

.nav li{
  float:left;
  line-height: 20px;
}
.nav a{
  color: #333;
  padding: 36px 5px 10px;
  margin-right: 15px;
  display: inline-block;
}
.brand img{
  margin-top: 25px;
}

.nav a:hover{
  color: #cc0000;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  text-decoration: none;
  border-bottom: 2px solid #cc0000;
  background: none;
}
/*nav end*/
/*一张大图*/
.bg{
  width: 100%;
  height: 470px;
  background: url(../images/case_banner.jpg) no-repeat center;
  text-align: center;
}
.bg p {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  padding-top: 100px;
}
.bg span {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  padding: 35px 0 30px 0;
  display: block;
}
/*一张大图end*/
/*分类*/
.case_meau {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  min-width: 1024px;
  margin: 10px auto auto auto;
}
.case_meau span.a_o {
  height: 63px;
  line-height: 63px;
  background: #f3f3f3;
  display: block;
  float: left;
  margin-right: .6%;
  color: #fff;
  width: 16.165%;
}
.case_meau a {
  height: 63px;
  line-height: 63px;
  background: #f3f3f3;
  display: block;
  float: left;
  margin-right: .6%;
  color: #fff;
  font-size: 17px;
  text-align: center;
  width: 16.165%;
  opacity: 0.3;
}
.case_meau a.a_w {
  background: #379ff1;
}
.case_meau a.a_t {
  background: #22c3a7;

}
.case_meau a.a_s {
  background: #fea525;
}
.case_meau a.a_f {
  background: #98db19;
}
.case_meau a.on {
  opacity: 1;
}
.case_meau a:hover{
  opacity: 1;
}
.case_meau span.a_l {
  height: 63px;
  line-height: 63px;
  background: #f3f3f3;
  display: block;
  float: left;
  color: #fff;
  width: 16.165%;
}
.clear {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px;
  content: '.';
}
/*分类end*/
/*搜索*/
.tit {
  text-align: center;
  color: #000000;
  font-size: 25px;
  line-height: 28px;
  padding: 35px 0 32px 0;
}
.tit span {
  display: block;
  color: #767676;
  font-size: 15px;
}
.tem_main_sea {
  margin-bottom: 30px;
}
.tem_main_sea_m {
  height: 50px;
  border: 1px solid #bdbdbd;
  width: 505px;
  margin: 0 auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.tem_main_sea_m_l {
  margin: 0 0 0 15px;
}
.tem_main_sea_m_l input {
  line-height: 50px;
  font-size: 14px;
  border: 0;
  width: 230px;
  color: #666;
  font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
}
.tem_main_sea_m_r a {
  width: 60px;
  height: 50px;
  background: url(../images/tem_4.png) no-repeat center #198ede;
  display: block;
  -moz-border-radius: 0 9px 9px 0;
  -webkit-border-radius: 0 9px 9px 0;
  border-radius: 0 9px 9px 0;
}
.tem_main_sea_m_m {
  margin-top: 12px;
}
.tem_main_sea_m_m a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background: #ebebeb;
  color: #08b7ff;
  padding: 0 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 3px;
  margin-right: 10px;
}
.tem_main_sea_m_m a:hover{
  color: #666;
  background: #ddd;
}
.tem_main_meau {
  width: 1100px;
  height: auto;
  background: #f4f4f4;
  position: absolute;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 50%;
  margin-left: -550px;
  top: 80px;
  z-index: 100;
  padding: 28px 0;
  display: none;
}
.tem_main_meau p {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 16px;
  padding-bottom: 20px;
}
.tem_main_meau ul {
  margin-left: 130px;
}
.tem_main_meau li {
  float: left;
width: auto;
    margin-right: 20px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.tem_main_meau li a {
  color: #000;
  font-size: 14px;
}
.tem_main_meau i {
  width: 21px;
  height: 18px;
  display: block;
  position: absolute;
  top: -18px;
  left: 316px;
  background: url(../images/tem_5.png) no-repeat;
}
/*搜索end*/
/*搜索结果*/
.case_main_m{
  margin-top: 60px;
}
.site-casetemp {
  background-color: #fff;
  overflow: hidden;
}
.site-casetemp ul li {
  float: left;
  width: 309px;
  background: url(../images/tem_7.png) no-repeat 0 top;
  position: relative;
  float: left;
  margin: 0 90px 60px 0;
}

.site-casetemp .fr {
  position: absolute;
  z-index: 2;
  right: -63px;
  border: #dddddd 1px solid;
  background-color: #fff;
  width: 60px;
  height: 185px;
  text-align: center;
  box-shadow: 0px 0px 7px #eeeeee;
}
.site-casetemp .fr .xix {
  margin-top: 84px;
  position: absolute;
  z-index: 2;
  height: 1px;
  width: 60px;
  background-color: #e7e7e7;
}
.at01 {
  margin-top: 1px;
  text-align: center;
  color: #666;
  font-size: 13px;
  background: url(../images/case_25.gif) no-repeat top center;
  padding-top: 24px;
  cursor: pointer;
  margin-top: 14px;
  display: block;
  line-height: 18px;
  text-decoration: none;
}
.at02 {
  background: url(../images/case_26.gif) no-repeat top center;
  padding-top: 34px;
  margin-top: 24px;
}
.site-casetemp .pww_main_m_o {
  width: 310px;
  height: 235px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 10;
}
.site-casetemp .pww_main_m_o .bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
.site-casetemp .pww_main_m_o img {
  width: 140px;
  height: 140px;
  position: relative;
  z-index: 1;
  margin-top: 27px;
}

.site-casetemp .pww_main_m_o i {
  width: 10px;
  height: 19px;
  background: url(../images/case_28.png) no-repeat;
  position: absolute;
  top: 38px;
  right: -10px;
}
.site-casetemp .ax1 i {
  top: 120px;
}
.site-casetemp .pww_main_m_o p {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 13px;
  line-height: 50px;
}
.site-casetemp img.bs {
  border: #e4e4e4 1px solid;
}
.site-casetemp ul li img {
  width: 309px;
  height: 233px;
}
.site-casetemp .case_main_m_pc_bg {
  width: 310px;
  height: 235px;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.site-casetemp .case_main_m_pc_m {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  width: 309px;
}
.site-casetemp .case_main_m_pc_m p {
  font-size: 17px;
  line-height: 22px;
}
.site-casetemp .case_main_m_pc_m span {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.site-casetemp .case_main_m_pc_m a {
  display: inline-block;
  width: 149px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #198ede;
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 40px;
  margin: 25px auto auto auto;
}
.site-casetemp .tex {
  margin-top: 20px;
}
.case_main_m .tex p {
  color: #313131;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  width: 100%;
  overflow: hidden;
}
.site-casetemp .tex p span {
  color: #adadad;
  font-size: 16px;
  margin-right: 10px;
}
/*分页*/
.tem_main_m_fy {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
#Pagination span.currentpage {
  color: #198ede;
  display: inline-block;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin: 0 8px;
  text-align: center;
  width: 126px;
}
.tem_main_m_fy a {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #bdbdbd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #adadad;
  font-size: 14px;
  margin: 0 8px;
}
/*分页end*/
/*搜索结果end*/
/*底部*/
footer{
  background-color: #000;
  text-align: center;
  padding: 20px 0;
  margin-top: 60px;
}
.span12{
  color: #fff;
}
/*底部end*/
