body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #404040;
  background: #fff;
}
/*产品分类*/

.col-md-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  float: left;
}

.col-md-16 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 16.66%;
  float: left;
}
/*通用*/







.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.blank1 {
  height: 1px;
  overflow: hidden;
}
.blank3 {
  height: 3px;
  overflow: hidden;
}
.blank5 {
  height: 5px;
  overflow: hidden;
}
.blank10 {
  height: 10px;
  overflow: hidden;
}
.blank12 {
  height: 12px;
  overflow: hidden;
}
.blank15 {
  height: 15px;
  overflow: hidden;
}
.blank20 {
  height: 20px;
  overflow: hidden;
}
.blank25 {
  height: 25px;
  overflow: hidden;
}
.blank30 {
  height: 30px;
  overflow: hidden;
}
.blank40 {
  height: 40px;
  overflow: hidden;
}
.blank50 {
  height: 50px;
  overflow: hidden;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #FF6600;
  text-decoration: none;
}
a:active {
  outline: none
}
.img {
  vertical-align: auto;
}
div, ul, li, dl, dt, dd, p, form {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.img {
  padding: 3px;
  border: 0px solid #CCC;
  -moz-box-shadow: 0px 0px 6px #C4C4C4;
  -webkit-box-shadow: 0px 0px 6px #C4C4C4;
  box-shadow: 0px 0px 6px #C4C4C4;
}
.img1 {
  padding: 0px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 3px #aaa;
  -webkit-box-shadow: 0px 0px 3px #aaa;
  box-shadow: 0px 0px 3px #aaa;
}
.img2 {
  padding: 0px;
  border-radius: 5px;
}
.yuan-border {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 5px 10px 10px;
  border-radius: 5px;
}
.yingcang {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.xian {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
/*文字颜色*/







.text-hong {
  color: #F00;
}
.text-lu {
  color: #009B4D;
}
.text-xia {
  color: #E82B91;
}
.text-bai {
  color: #FFF;
}
.text-cheng {
  color: #FF9900;
}
/*替换*/







blockquote {
  border-left: 5px solid #009B4D;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
.btn-xs, .btn-group-xs > .btn {
  border-radius: 1px;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 8px;
}
.btn-md, .btn-group-xs > .btn {
  border-radius: 1px;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 15px;
}
.btn-pro {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 0;
  color: #333;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  height: 40px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}
/*文字大小*/







.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
/*间距*/







.p10 {
  padding: 10px;
}
.pt3 {
  padding-top: 3px;
}
.pt5 {
  padding-top: 5px;
}
.pt8 {
  padding-top: 8px;
}
.pb5 {
  padding-bottom: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pl3 {
  padding-left: 3px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.plr50 {
  padding: 0 50px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml5 {
  margin:40% 40%;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.w130 {
  width: 180px;
  height: 130px;
}
/*行距*/







.line20 {
  line-height: 20px;
}
.line25 {
  line-height: 25px;
}
.line30 {
  line-height: 30px;
}
.line35 {
  line-height: 35px;
}
.line40 {
  line-height: 40px;
}
.line50 {
  line-height: 50px;
}
/*背景*/







.bg-bai {
  background: #FFF;
}
.bg-blue {
  background: #0975BE;
}
.bg-hui {
  background: #F0F0F0;
}
.bg-lv {
  background: #DFDFDF;
}
.bg-hei {
  background: #000;
}
s  .btn-radius {
  border-radius: 0;
}
.container {
  width: 1300px !important;
}
.menu-products {
  height: 50px;
  width: 100%;
  margin: 0 auto;
  line-height: 50px;
  background: #2087ed;
  position: fixed;
  top: 0;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 10000
}
.top-nav {
  height: 50px;
  font-size: 16px;
}
.top-nav li {
  height: 50px;
  line-height: 50px;
  padding: 0;
  color: #000;
}
.top-nav li a {
  padding: 0;
  color: #fff;
  text-align: center;
  transition: no;
}
.top-nav li a:hover {
  background: #1773ce;
  color: #fff;
}
.top-nav li .current {
  display: block;
  font-weight: 600;
  color: #fff;
  background: #1773ce;
}
/* 二级 */







#nav_all li ul {
  display: none;
  position: absolute;
  z-index: 99;
  padding: 0;
  top: 50px;
  left: 0px;
  background: none;
  width: 100%;
  overflow: hidden;
  border-bottom: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#nav_all ul li {
  padding: 0;
  overflow: hidden;
  float: none;
  height: 40px;
  background: #FFF;
  line-height: 40px;
  border-bottom: 1px solid #F2F2F2;
}
#nav_all ul li a {
  margin: 0px;
  height: 40px;
  display: block;
  line-height: 40px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  padding: 0 10px;
}
#nav_all ul li a:hover {
  background: #1773ce;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
/* nav_menu */







.nav_menu {
  height: 92px;
  position: relative;
  z-index: 999;
}
.nav-i {
  height: 67px;
  margin: 0 auto;
}
.nav-i li a {
  height: 91px;
  text-align: center;
  line-height: 60px;
  border-top: 0px solid #fff;
  font-size: 18px;
  font-weight: 600;
}
.nav-i li a:hover {
  color: #fff;
}
.nav-i li a:hover, .nav-i li .now {
  color: #F00;
  background: #2087ed;
  height: 92px;
  color: #fff;
  border-top: 0px solid #136bc3;
}
.nav_menu .box {
  position: absolute;
  right: 0px;
  top: 92px;
  width: 1270px;
  background: #FFF;
  overflow: hidden;
  height: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.nav_menu .cont {
  position: relative;
  padding: 0;
  border-top: 0px solid #2087ed;
}
/* sublist */







.sublist li {
  margin-top: 30px;
  border-right: 1px solid #DDDDDD;
}
.sublist li:last-child {
  border-right: none;
}
.text {
  text-align: justify;
  line-height: 25px;
}
/*首页热销产品*/







.rxcp-box {
  height: 280px;
  background: #FFF;
  opacity: 0.8;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
.rxcp-box li {
  height: 260px;
  text-align: center;
}
.rxcp-box li .proc_img {
  background: #E2E2E2;
  border-radius: 8px;
}
.rxcp-box li a p {
  margin-top: 20px;
  border-radius: 15px;
  padding: 0 20px;
  display: inline-block;
  background: #eee;
}
.rxcp-box li a:hover .proc_img {
  background: #2087ed;
}
.rxcp-box li a:hover p {
  background: #2087ed;
  color: #fff;
}
.rxcp-box-nav {
  margin-top: 10px;
}
.btn-rxcp {
  color: #fff;
  background-color: #FB7E06;
  border-color: #E47104;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  letter-spacing: 2px;
}
.btn-rxcp:hover {
  color: #fff;
  background-color: #E47104;
  border-color: #CB6504;
  opacity: 1;
}
.btn-cp {
  color: #131E5C;
  background-color: #fff;
  border-color: #F2F2F2;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  letter-spacing: 2px;
  opacity: 0.8;
}
.btn-cp:hover {
  color: #fff;
  background-color: #E47104;
  border-color: #CB6504;
  opacity: 1;
}
/*首页HOT PRODUCTS*/







.hotproducts {
}
.hotproducts-title {
  background: #000;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  margin: 60px auto 50px;
  font-size: 18px;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.rect-27 {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 67%;
}
.rect-57 {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 68%;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.imgZoom:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bom-text {
  padding: 20px 1%;
  background-color: #777777;
  overflow: hidden;
  z-index: 2;
  display: block;
  color: #fff;
}
.bom-text:hover {
  background-color: #2087ed;
  ;
}
.bom-text:hover h2 {
  color: #FFFF00;
  ;
}
._name {
  margin: 0;
  text-align: center;
  font-size: 14px;
}
._price {
  padding: 10px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #F60;
}
.bom-text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2087ed;
  left: 0;
  bottom: -100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  z-index: -1;
}
.scroll_c {
  float: left;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  margin-top: 20px;
}
._full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.transitionf {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.top-Floor {
  background: rgba(0, 0, 0, 0) url("../images/black.4.png")/*tpa=http://www.qingzhangche1.com/statics/images/black.4.png*/ repeat scroll 0 0;
  height: 100%;
  left: 0;
  top: -100%;
  width: 100%;
  z-index: 3;
}
.top-Floor .white-cross {
  background: rgba(0, 0, 0, 0) url("../images/whit_cross.png")/*tpa=http://www.qingzhangche1.com/statics/images/whit_cross.png*/ no-repeat scroll 0 0;
  display: block;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  top: 50%;
  width: 60px;
}
/*HOT 特效*/







.imglist {
}
.imglist {
  display: inline;
}
.imglist img {
  cursor: pointer;
  transition: all 0.5s;
  height: 159px;
  background: url(../images/loading.gif)/*tpa=http://www.qingzhangche1.com/statics/bs/images/loading.gif*/ center center no-repeat;
}
.imglist a:hover img {
  transform: scale(1.04);
  transition: all 0.7s ease 0s;
  -webkit-transform: scale(1.04);
  -webkit-transform: all 0.7s ease 0s;
}
.txt {
  background: #FFF;
  padding: 8px;
  border: 1px solid #F5F5F5;
}
.txt p {
  padding: 5px 0 10px 5px;
  text-align: center;
  color: #F60;
}
.txt h3 {
  font-weight: 700;
  font-size: 16px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 0;
  text-align: center;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txt a:hover h3 {
  color: #FB7E06;
}
.txt a:hover p {
  color: #333333;
}
.txt:hover {
  box-shadow: 0 0 8px #9D9D9D;
  transition: box-shadow 0.2s ease-in-out 0s;
}
.weibo {
  border: 1px solid #ccc;
}
.post-item {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
}
.product-img {
  position: relative;
  border-radius: 3px;
  margin-top: 5px;
  border: 1px solid #9AE8E5;
  height: 370px;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0 0 5px #F5F5F5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}  

.product-img p {
  padding: 5px 0 10px 5px;
  text-align: center;
  color: #F60;
}
.product-img h3 {
  font-weight: 700;
  font-size: 14px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 0;
  text-align: center;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*首页关于我们*/







.index-about {
  background: url("../images/index-aboutt.jpg")/*tpa=http://www.qingzhangche1.com/statics/images/index-about.jpg*/ repeat-x;
  height: 624px;
}
.index-about-title {
  background: #FB8007;
  text-align: center;
  width: 280px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  margin: 50px auto 50px;
  font-size: 24px;
}
.btn-about {
  color: #131E5C;
  background-color: #fff;
  border-color: #F2F2F2;
  width: 100%;
 /* height: 79px;
  
  line-height: 30px;
  padding: 0;*/
  margin-bottom: 5px;
  font-size: 14px;
  opacity: 0.6;
  width: 100%;
  overflow: hidden;
}
.btn-about:hover {
  color: #2087ed;
  background-color: #c5c5c5;
  border-color: #c5c5c5;
  opacity: 1;
}
.index-about-right {
  padding: 4px 10px;
}
.date {
  float: right;
  color: #999;
  font-size: 13px;
}
.date a {
  float: right;
  color: #999;
  font-size: 13px;
}
.products-box {
  padding: 0 15px;
}
.p-c {
  font-size: 24px;
  font-weight: 600;
  color: #A52A2A;
}
.p-c p {
  padding-top: 10px;
  line-height: 30px;
}
/*产品*/







.products {
  background-color: #ffffff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 30px;
  letter-spacing: 0;
  text-align: justify;
  line-height: 25px;
  font-size: 15px;
}
.products h2 {
  margin: 0;
  font-size: 22px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1px;
}
.products-title {
  font-size: 14px;
  padding-left: 70px;
  font-weight: 600;
  height: 62px;
  line-height: 50px;
  background: url(../images/products-green.png)/*tpa=http://www.qingzhangche1.com/statics/images/products-green.png*/ no-repeat;
  color: #fff;
  margin-bottom: 10px;
}
.products-title a {
  color: #FFF;
}
.products-cptd .block {
  border-bottom: 1px dashed #ddd;
  height: auto;
  overflow: hidden;
  padding: 0 0 30px;
}
.products-cptd .block p {
  line-height: 25px;
  padding-top: 15px;
}
.products-cptd h4 {
  font-size: 16px;
}
.products-cptd h4 .icon_nb {
  background: rgba(0, 0, 0, 0) url(../images/icon_nb3.jpg)/*tpa=http://www.qingzhangche1.com/statics/images/icon_nb3.jpg*/ no-repeat scroll center center;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 76px;
  margin-right: 25px;
  position: relative;
  text-align: center;
  width: 46px;
}
/*首页服务承诺*/















.index-fw-title {
  background: #2087ed;
  text-align: center;
  width: 280px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  margin: 50px auto 50px;
  font-size: 24px;
}
.mimg {
  padding: 0 10px 0 0;
  position: relative;
  margin-top: -3px;
}
/*标题*/







.subnav {
  background: transparent url("../images/divider.png")/*tpa=http://www.qingzhangche1.com/statics/images/divider.png*/ repeat-x scroll left bottom !important;
  height: 40px;
  line-height: 30px;
}
.subnav p {
  color: #3c3b3c;
  float: left;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: -3px;
  padding-bottom: 7px;
  height: 35px;
}
.subnav p a {
  color: #3c3b3c;
}
.product-img:hover {
  z-index: 9;
  margin-top: -5px;
  box-shadow: 0 0 10px #24A5CF;
}
/*产品列表导航*/







.cp-title {
  background: #237CD0;
  text-align: center;
  width: 250px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  margin: 60px auto 10px;
  font-size: 24px;
}
.cp-title a {
  color: #FFF;
}
.cp-title-sub {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cp-title-sub li {
  border: 1px solid #dedede;
  text-align: center;
  margin: 10px 7px;
  padding: 0 25px;
  height: 35px;
  line-height: 33px;
  display: inline-block;
}
.cp-title-sub li:hover {
  background: #237CD0;
  color: #FFF;
  border: 1px solid #1F6FBA;
}
.cp-title-sub li:hover a {
  color: #FFF;
  transition: all 0.4s ease 0s;
}
/*产品内容页*/






img{ max-width:100%; height:auto;}
.cp_title {
  font-size: 26px;
  font-weight: 500;
  color: #555555;
  line-height: 50px;
  border-bottom: 1px solid #dedede;
  padding-left: 30px;
}
.cp_ss {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dedede;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #FFAD33;
}
.cp_ss a {
  color: #FFAD33;
}
.cp_con {
  margin: 10px 0 0 50px;
  width: 358px;
}
.cp_con li {
  line-height: 30px;
  font-size: 16px;
}
.cp_hz {
  margin: 10px 0 0 50px;
  width: 368px;
}
.btn-cpinfo {
  color: #fff;
  background-color: #FFAD33;
  border-color: #F2F2F2;
  width: 358px;
  height: 60px;
  margin-bottom: 15px;
  line-height: 60px;
  padding: 0;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-left: 53px;
}
/*产品详细列表*/







.content {
  font-size:14px;
  text-align: justify;
  
}
.content p {
  font-size: 14px;
  line-height: 23px;
  word-wrap: break-word;
  padding: 8px 0
}
.content img {
  max-width: 800px;
}
.related {
  border-top: dashed 1px #ccc;
  margin-top: 15px
}
.related h5 {
  padding-bottom: 4px
}
.related {
  padding: 10px 0 0
}
.related ul {
}
.related li {
  background: url(../images/fk.gif)/*tpa=http://www.qingzhangche1.com/statics/images/fk.gif*/ no-repeat 5px 10px;
  line-height: 24px;
  padding-left: 20px;
}
.bg-huang {
  background-color: #FFAD33;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.ban {
  width: 570px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.ban2 {
  width: 570px;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.ban2 ul {
  position: absolute;
  left: 0;
  top: 0;
}
.ban2 ul li {
  width: 570px;
  height: 380px;
}
.prev {
  float: left;
  cursor: pointer;
}
.num {
  height: 90px;
  overflow: hidden;
  width: 500px;
  position: relative;
  float: left;
}
.min_pic {
  padding-top: 10px;
  width: 570px;
}
.num ul {
  position: absolute;
  left: 0;
  top: 0;
}
.num ul li {
  width: 117px;
  height: 78px;
  margin-right: 10px;
  padding: 1px;
}
.num ul li.on {
  border: 1px solid red;
  padding: 0;
}
.prev_btn1 {
  width: 16px;
  text-align: center;
  height: 18px;
  margin-top: 27px;
  margin-right: 20px;
  cursor: pointer;
  float: left;
}
.next_btn1 {
  width: 16px;
  text-align: center;
  height: 18px;
  margin-top: 27px;
  cursor: pointer;
  float: right;
}
.prev1 {
  position: absolute;
  top: 180px;
  left: 20px;
  width: 28px;
  height: 51px;
  z-index: 9;
  cursor: pointer;
}
.next1 {
  position: absolute;
  top: 180px;
  right: 20px;
  width: 28px;
  height: 51px;
  z-index: 9;
  cursor: pointer;
}
/*产品内容右侧相关车型*/







.relation_box {
  padding: 5px 0px;
  overflow: auto
}
.relation_box li p {
  width: 100%;
  line-height: 18px;
  text-align: center;
  padding-top: 5px;
  text-indent: 0em;
  font-size: 13px;
}
.scroll_c:hover .top-Floor {
  top: 0;
}
.scroll_c:hover .bom-text:before {
  bottom: 0;
}
.scroll_c:hover .bom-text, .scroll_c:hover .bom-text ._price {
  color: #fff;
}
/*产品列表动画效果*/







.overflow-hidden {
  overflow: hidden;
}
.thumbnail-kenburn img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
  -webkit-transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}
.crumbs {
  width: 100%;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
  border-bottom: 1px solid #D8DADA;
  background: url(../images/symbol-6.png)/*tpa=http://www.qingzhangche1.com/statics/images/symbol-6.png*/ no-repeat 5px 18px;
  padding-bottom: 1px;
  padding-left: 30px;
}
/*新闻列表页*/







.h120 {
  height: 210px;
  position: relative;
  border-bottom: 1px dashed #CCC;
  margin-top: 30px;
}
.red-i {
  position: absolute;
  bottom: 40px;
  height: 20px;
  left: 282px;
  right: 0;
  color: #F00;
}
.red-buton {
  position: absolute;
  bottom: 41px;
  height: 20px;
  left: 1080px;
  right: 0;
  color: #F00;
}
/* 内容 */







#Article {
  overflow: hidden
}
#Article, .photo-channel .relevance {
  border: 0px solid #E3E3E3;
  zoom: 1;
  padding: 0;
}
#Article h1 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
  padding: 16px 0 0px;
  border-bottom: 1px solid #e5e5e5
}
#Article h1 span {
  font-size: 12px;
  font-weight: normal;
  line-height: 50px;
  color: #999
}
#Article .content {
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  text-align: justify;
}
#Article .content p {
  font-size: 14px;
  line-height: 26px;
  padding-top: 20px;
}
#Article .content img {
  max-width: 660px;
  text-align: center;
  margin: 0 auto;
}
#Article .related {
  border-top: dashed 1px #ccc;
  margin-top: 15px
}
#Article .related h5 {
  padding-bottom: 4px;
  font-weight: 700;
}
#Article .related {
  padding: 10px 0 0
}
#Article .related ul {
}
#Article .related li {
  background: url(../images/fk.gif)/*tpa=http://www.qingzhangche1.com/statics/images/fk.gif*/ no-repeat 5px 13px;
  line-height: 28px;
  padding-left: 20px;
}
#Article .related li a {
  color: #808080;
}
/*单页公司介绍*/







.page_gsjs {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0 auto 30px auto;
  padding: 10px 0;
}
.page_gsjs .head {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #D8DADA;
  background: url(../images/symbol-6.png)/*tpa=http://www.qingzhangche1.com/statics/images/symbol-6.png*/ no-repeat 5px 18px;
  padding-bottom: 1px;
}
.page_gsjs .head ul.left {
  clear: #41484d;
  font-size: 16px;
  font-weight: 700;
  margin-left: 40px;
  width: 200px;
  float: left;
}
.page_gsjs .head ul.right {
  float: right;
  height: 22px;
  line-height: 22px;
  margin-top: 15px; 
}
.page_gsjs .head ul.right a {
  color: #41484d;
  height: 22px;
  line-height: 22px;
  padding: 0px 10px;
  float: left;
  display: block;
}
.page_gsjs .head ul.right span {
  display: block;
  height: 22px;
  line-height: 22px;
  float: left;
  width: 20px;
  text-align: center;
  color: #AFB7BD;
}
.page_gsjs .head ul.right a:hover {
  color: #fff;
  background: #009B4D;
  text-decoration: none;
}
.page_gsjs .section {
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 15px;
}
.page_gsjs .section #section-1 img {
  padding: 0;
}
.page_gsjs .section h1 {
  color: #41484d;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 15px;
  background: url(../images/show_dot.png)/*tpa=http://www.qingzhangche1.com/statics/images/show_dot.png*/ no-repeat left 1px;
  padding-left: 40px;
  margin-left: -37px;
  margin-top: 0;
}
.page_gsjs .section p {
  color: #666;
  line-height: 22px;
  text-align: left;
  padding-bottom: 15px;
  text-align: justify;
}
.page_gsjs .section #section-1 {
  padding-left: 30px;
  height: auto;
  border-left: 1px solid #C5C7C8;
  padding-bottom: 30px;
}
.page_gsjs .section #section-2 {
  padding-left: 30px;
  height: auto;
  border-left: 1px solid #C5C7C8;
  padding-bottom: 30px;
}
.page_gsjs .section #section-3 {
  padding-left: 30px;
  height: auto;
  border-left: 1px solid #C5C7C8;
  padding-bottom: 30px;
}
.page_gsjs .section #section-4 {
  padding-left: 30px;
  height: auto;
  border-left: 1px solid #C5C7C8;
  padding-bottom: 30px;
}
/*产品内容页模板*/



.view-blank {
}
.view-table {
  width: 100%;
}
.view-table table {
  border: 1px solid #DDDDDD;
}
.view-table .cp-hang {
  color: #F60;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.view-table .view-table-first td:nth-child(odd) {
  font-weight: 600;
  padding-left: 5px;
  background: #FAFAFA;
}
.view-table .view-table-second td:nth-child(odd) {
  font-weight: 600;
  padding-left: 5px;
  background: #FAFAFA;
}
.view-table .view-table-three tr:nth-child(2) {
  font-weight: 600;
  padding-left: 5px;
  background: #FAFAFA;
}
.view-table .view-table-title-first td:first-child {
  color: #F60;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #F5F5F5;
}
.view-table .view-table-title-second td:first-child {
  color: #F60;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #F5F5F5;
}
.view-table .view-table-title-three td:first-child {
  color: #F60;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #F5F5F5;
}
.view-table table td {
  word-wrap: break-word;
  word-break: break-all;
}
.car-bo {
  background: #F5F5F5;
  padding-left: 15px;
  font-size: 12px;
  height: 48px;
  border: 1px solid #DDDDDD;
}
.car-bo h4 {
  float: left;
  margin: 0;
  padding: 0;
  height: 48px;
  line-height: 48px;
}
.car-bo li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
  color: #008800;
  background: url(../images/go.png)/*tpa=http://www.qingzhangche1.com/statics/images/go.png*/ no-repeat 0px center;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
}
.sad {
  font-size: 14px;
  color: red;
  background: #FBFAFA;
  padding: 15px;
}
.sad p {
  padding: 5px 0px;
  line-height: 30px
}
/*Pricing Head*/







.pricing {
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px #eee;
}
.pricing:hover {
  box-shadow: 0 0 15px #b5b5b5;
}
.pricing:hover h4 {
  color: #55c931;
}
.pricing-head {
  text-align: center;
}
.pricing-head h3,  .pricing-head h4 {
  margin: 0;
  line-height: normal;
  font-weight: bold !important;
}
.pricing-head h3 span,  .pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}
.pricing-head h3 {
  color: #fafafa;
  padding: 12px 0;
  font-size: 35px;
  font-family: Arial;
  background: #5CB85C;
  border-radius: 3px 3px 0 0;
  text-shadow: 0 1px 0 #32a20f;
  border-bottom: solid 1px #41b91c;
}
.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 70px;
  font-family: Arial;
  background: #fbfef2;
  text-shadow: 0 1px 0 #fff;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}
.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}
/*Pricing Content*/







.pricing-content {
  margin-top: 10px;
}
.pricing-content li {
  color: #888;
  font-size: 13px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-content li i {
  top: 2px;
  color: #72c02c;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}
/*Pricing Footer*/







.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
  border-radius: 0 0 3px 3px;
}
.pricing-footer a,  .pricing-footer button {
  color: #fff;
  border: none;
  margin-top: 5px;
  font-size: 16px;
  padding: 6px 15px;
  text-align: center;
  border-radius: 2px;
  background: #55c931;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #38b312;
  border-bottom: solid 2px #41b91c;
}
.pricing-footer a:hover,  .pricing-footer button:hover {
  cursor: pointer;
  background: #40ba1a;
  text-decoration: none;
  box-shadow: 0 0 3px #999;
}
/*Priceing Active*/







.price-active,  .pricing:hover {
  z-index: 9;
  margin-top: -15px;
  box-shadow: 0 0 15px #b5b5b5;
}
.price-active h4 {
  color: #55c931;
}
.no-space-pricing .pricing:hover {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,  .no-space-pricing .pricing:hover .pricing-head h4 {
  color: #55c931;
  padding: 15px 0;
  font-size: 80px;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.hover-effect {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*联系方式*/







.index-lx {
}
.index-lx>.title {
  font-size: 20px;
  color: #CD2720;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
}
/*提交*/







.index-ly {
}
.index-ly>.title {
  font-size: 20px;
  color: #CD2720;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
}
.message_form {
  margin-top: 15px;
}
.message_name {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #EAEAEA;
  color: #8F8F8F;
  float: left;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  padding-left: 5px;
  width: 100%;
}
.message_content {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #EAEAEA;
  color: #8F8F8F;
  height: 120px;
  font-size: 14px;
  line-height: 32px;
  overflow: hidden;
  padding: 1%;
  width: 98%;
}
.message_sub_do {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  width: 100%;
  border: none;
}
.message_sub_re {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  width: 100%;
  border: none;
}
.message_about {
  color: #8F8F8F;
  font-size: 14px;
  line-height: 25px;
}
/*联系*/







.lxfs {
  background: #fff;
  font-size: 16px;
  border: 1px solid #dedede;
  padding: 10px;
}
.lxwm {
  width: 100%;
}
.lx {
  border-bottom: 1px dashed #EEEDE9;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
}
.lxr {
  font-size: 18px;
  font-weight: 700;
  color: #F00;
}
/*制造实力*/







.zzsl {
  margin-bottom: 10px;
  padding: 15px 15px 15px;
  background: #FAFAFA;
}
.zzsl:hover {
  background: #5CB85C none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 0 8px #ddd;
  color: #FFF;
  transition: box-shadow 0.2s ease-in-out 0s;
}
.zzsl:hover span {
  color: #fff;
}
.zzsl span {
  color: #5CB85C;
  font-size: 42px;
  padding: 0;
  text-align: center;
  width: 322px;
  margin: 0 auto;
  transition: all 0.4s ease-in-out 0s;
}
.zzsl h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
.zzsl p {
  font-size: 13px;
  line-height: 20px;
  color: #6F6F6F;
  text-align: justify;
}
.zzsl:hover p {
  color: #FFF;
}
/*购车流程*/







.lc-box {
  font-size: 14px;
  line-height: 26px;
  padding: 15px 0 10px;
  text-align: justify;
  word-wrap: break-word;
}
.lc-box p {
  padding-top: 10px;
}
/*产品内容页模板*/















/*产品内容页模板*/







.cp-table {
  width: 100%;
}
.cp-table table {
  border: 0 solid #000;
}
.cp-table .cp-hang {
  color: #F60;
  font-size: 16px;
  font-weight: 600;
}
.cp-table table td {
  word-wrap: break-word;
  word-break: break-all;
}
.cp-table table td:nth-child(odd) {
  font-weight: 600;
  padding-left: 5px;
  width: 15%;
}
/*tag标签*/







.tag-nav {
  margin-top: 20px;
}
.tag-nav li {
  border-right: none;
  margin-top: 10px;
  height: auto;
}
.tag-nav li a {
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  height: 50px;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
}
.tag-nav li a:hover {
  border: 1px solid #FF8C19;
  background: #FF9933;
  color: #fff;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
/* 默认幻灯片 */







.FocusPic {
  zoom: 1;
  position: relative;
  overflow: hidden
}
.FocusPic .content {
  overflow: hidden
}
.FocusPic .changeDiv a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.FocusPic .title-bg, .FocusPic .title {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 434px;
  height: 30px;
  line-height: 30px;
  overflow: hidden
}
.FocusPic .title-bg {
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.FocusPic .title a {
  display: block;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
}
.FocusPic .change {
  bottom: 4px;
  height: 20px;
  right: 3px;
*right:5px;
  _right: 4px;
  position: absolute;
  text-align: right;
  z-index: 9999;
}
.FocusPic .change i {
  background: #666;
  color: #FFF;
  cursor: pointer;
  font-family: Arial;
  font-size: 12px;
  line-height: 15px;
  margin-right: 2px;
  padding: 2px 6px;
  font-style: normal;
  height: 15px;
  zoom: 1;
*display:inline;
}
.FocusPic .change i.cur {
  background: #FF7700;
}
/* 分页 */







#pages {
  padding: 14px 0 10px 15px;
  text-align: center;
}
#pages a {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  background: #F1F1F1;
  border: 1px solid #E4E4E4;
  text-align: center;
  color: #999;
  padding: 0 10px
}
#pages a.a1 {
  background: url(../images/pages.png)/*tpa=http://www.qingzhangche1.com/statics/bs/images/admin_img/pages.png*/ no-repeat 0 5px;
  width: 56px;
  padding: 0;
  background: #F1F1F1;
}
#pages a:hover {
  background: #1D6BBA;
  color: #fff;
  text-decoration: none
}
#pages span {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  background: #1D6BBA;
  border: 1px solid #1A5EA4;
  color: #fff;
  text-align: center;
  padding: 0 10px
}
.page .noPage {
  display: inline-block;
  width: 56px;
  height: 22px;
  line-height: 20px;
  background: url(../images/titlebg.png)/*tpa=http://www.qingzhangche1.com/statics/bs/img/icu/titleBg.png*/ repeat-x 0 -55px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}
/*底部*/















/*底部*/







.foot {
  background: #0a5eb1;
  line-height: 25px;
  height: 300px;
  padding-bottom: 0;
  color: #BBBABA;
  border-top: 10px solid #ADADAD;
}
.foot h4 {
  padding-bottom: 5px;
  color: #FFFEFF;
}
.foot ul li {
  float: left;
  width: 49%;
}
.foot ul li a {
  color: #FFFEFF;
}
.f1 {
  width: 400px;
  float: left;
  height: 150px;
  border-right: 1px solid #A2A09D;
  color: #FFFEFF;
}
.f2 {
  width: 350px;
  float: left;
  padding-left: 30px;
  height: 150px;
  border-right: 1px solid #A2A09D;
  color: #FFFEFF;
}
.f3 {
  width: 230px;
  float: left;
  padding-left: 30px;
  height: 150px;
  border-right: 1px solid #A2A09D;
  color: #FFFEFF;
}
.f4 {
  width: 130px;
  float: right;
  color: #FFFEFF;
}
.fbottom {
  background: #2087ed;
  color: #fff;
  height: 60px;
  line-height: 60px;
  position: fixed;
  margin-top: 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  z-index: 10000
}
.fbottom a {
  color: #fff;
}
.fbottom a:hover {
  color: #FFFF00;
}
.link {
  height: 90px;
}
.link a {
  color: #BBBABA;
}
/*在线客服*/







.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 400px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease;
}
.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background: #2087ed url(../images/fixcont.png)/*tpa=http://www.qingzhangche1.com/statics/images/fixCont.png*/ no-repeat 0 0;
}
.yb_bar .yb_phone {
  background: #2087ed url(../images/fixcont.png)/*tpa=http://www.qingzhangche1.com/statics/images/fixCont.png*/ no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background: #2087ed url(../images/fixcont.png)/*tpa=http://www.qingzhangche1.com/statics/images/fixCont.png*/ no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
  /*height:200px;*/
  background: #2087ed url(../images/fixcont.png)/*tpa=http://www.qingzhangche1.com/statics/images/fixCont.png*/ no-repeat 0 -169px;
}
.hd_qr {
  padding: 0 29px 25px 29px;
}
.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.ggl{width:1200px; height:50px; margin:0 auto; overflow:hidden; font-size:14px; color:#4a4a4a; line-height:48px;}
.ggl span{color:#101010; font-weight:bold;}
.qimo8{ overflow:hidden; width:1145px;}
.qimo8 .qimo {/*width:99999999px;*/width:8000%; height:30px;}
.qimo8 .qimo div{ float:left;}
.qimo8 .qimo ul{float:left; height:48px; overflow:hidden; zoom:1; }
.qimo8 .qimo ul li{float:left; line-height:48px; list-style:none;}
.qimo8 li a{margin-right:10px;color:#000;line-height:48px;}
.ssw{width:100%; background:#017abf;}
.ssw .ssl{width:1200px; height:50px; margin:0 auto; overflow:hidden;}
.ssw .ssl .slt{float:left; line-height:50px; font-size:14px; font-weight:bold; color:#fff;}
.ssw .ssl .slt a{color:#fff; font-weight:100; margin:0 6px;}
.ssw .ssl .sbd{float:right; height:25px; margin:12px 0;}
.ssw .ssl .sbd .ssk{width:184px; height:25px; line-height:25px; border:none; float:left; padding-left:12px; font-size:12px; color:#7b7b7b;}
.ssw .ssl .sbd .ssan{background:url(../images/ssan.jpg) no-repeat; width:48px; height:25px; border:none; cursor:pointer; float:left;}
.bw{width:100%; background:#017abf;}
.bw .btom{width:1200px; height:384px; margin:0 auto; overflow:hidden; color:#fff; padding:32px 0 0 0;}
.btop{position:fixed; right:2%; bottom:50px; width:89px; height:74px; overflow:hidden;}
.bw .btom .bsh{overflow:hidden; height:304px;}
.bw .btom .bsh .bxfl{float:left; width:638px;}
.bw .btom .bsh .bxfl dl{float:left; width:152px; text-align:center;}
.bw .btom .bsh .bxfl dl dd{height:42px; font-size:16px;}
.bw .btom .bsh .bxfl dl dt{height:30px; line-height:30px; font-size:14px;}
.bw .btom .bsh .bxfl dl dt a{color:#fff;}
.bw .btom .bsh .wx{width:176px; height:299px; overflow:hidden; float:left;}
.bw .btom .bsh .zlx{line-height:30px; font-size:14px; overflow:hidden; width:316px; padding-right:36px;}
.bw .btom .bsh .zlx span{height:42px; font-size:16px; display:block;}
.bw .btom .copy{height:80px; overflow:hidden; line-height:80px; margin: 0 20%;}
.bw .btom .copy a{ color:#fff;}
.bw .btom .copy a:hover{ color:#f00;}
.hzhb{height:86px; overflow:hidden; border:1px solid #b5b5b5; width:1525px; margin:70px auto 0 auto;}
.hzhb span{height:86px; width:86px; overflow:hidden; float:left; display:block;}
.hzhb .hzl{height:70px; overflow:hidden;}
.hzhb .hzl li{float:left;}
.hzhb .hzl li a{height:70px; display:block; margin:8px 22px;}
.yqlj{height:50px; overflow:hidden; width:1527px; margin:0 auto 24px auto; line-height:50px; font-size:16px;}
.yqlj span{font-weight:bold; color:#d20000;}
.yqlj a{color:#000; margin: 0 5px;}
.yqlj a:hover{ color:#f00 !important;}
.qbcp{width:1270px; margin:0 auto; overflow:hidden;}
.qbcp .qbbt{height:54px; line-height:54px; overflow:hidden; font-size:16px; color:#7a7a7a;}
.qbcp .qbbt span{color:#da0000; font-weight:bold; padding-right:12px; font-size:18px;}
.qbcp .qbx{height:96px; overflow:hidden;}
.qbcp .qbx span{height:96px; width:96px; float:left; overflow:hidden;}
.qbcp .qbx .qbl{width:1099px; float:right; overflow:hidden;}
.qbcp .qbx .qbl li{float:left; width:118px; height:94px; overflow:hidden; border:1px solid #b5b5b5; margin-left:37px;}


.picScroll{ position:relative;  height:285px; padding: 10px 0 10px 42px;  background:#fff; margin-bottom:10px; overflow:hidden;   }
.picScroll ul{ overflow:hidden; zoom:1; }
.picScroll ul li{ float:left; margin: 0 6px;  width:380px; overflow:hidden; display:inline; }
.picScroll ul li span a { font-size:16px; text-align:center; display:block;}
.picScroll ul li img{ width:380px; height:245px; }
.picScroll .prev,
.picScroll .next{ position:absolute;  left:10px; top: 120px; display:block; width:18px; height:28px; overflow:hidden; background:url(../images/icons.png) -40px 0 no-repeat; cursor:pointer;  }
.picScroll .next{ left:auto; right:10px; background-position:-120px 0; }
.picScroll .prevStop{ background-position:0 0; }
.picScroll .nextStop{ background-position:-80px 0; }

.con{width:1200px; margin:0 auto; overflow:hidden;}
.con .conl{width:240px; overflow:hidden; float:left; padding-bottom:50px;}
.con .conl .cpbt{width:240px; height:90px; overflow:hidden;}
.con .conl .zcdl{width:238px; border:1px solid #4774c9; overflow:hidden;}
.con .conl .zcdl li{height:48px; border-bottom:1px solid #e4e4e4;}
.con .conl .zcdl li a{height:48px; line-height:48px; display:block; padding:0 16px 0 22px; color:#000; font-size:14px; background:url(../images/jh.jpg) no-repeat right 19px;}
.con .conl .zcdl li a:hover{ color:#F00;}
.con .conl .tjcp{width:240px; background:#1147ab; padding:0 5px; overflow:hidden; margin-top:22px;}
.con .conl .tjcp span{height:58px; line-height:58px; text-align:center; color:#fff; font-size:26px; display:block; overflow:hidden;}
.con .conl .tjl li{height:208px; margin:2px 0 9px 0; overflow:hidden;}
.con .conl .tjl li .shp img{height:172px; width:230px; overflow:hidden;}
.con .conl .tjl li span{height:36px; line-height:38px; text-align:center; font-size:15px; overflow:hidden;}
.con .conl .tjl li span a{color:#fff;}
.con .conl .lxwm{width:238px; border:1px solid #e0e0e0; overflow:hidden; margin-top:12px;}
.con .conl .lxwm .up{background:url(../images/lxdh.jpg) no-repeat; width:197px; height:32px; overflow:hidden; overflow:hidden; margin:36px 21px 0 20px; line-height:32px; padding-top:80px; font-size:28px; color:#007bc1;}
.con .conl .lxwm .xia{background:url(../images/lxbj.jpg) no-repeat; width:198px; height:247px; overflow:hidden; overflow:hidden; line-height:24px; padding:20px; font-size:13px; color:#515151;}
.con .conl .zwx{width:238px; border:1px solid #e0e0e0; overflow:hidden; margin-top:16px; padding:12px 0 28px 0; text-align:center;}
.con .conr{width:938px; overflow:hidden; float:right;}
.con .conr .kjdh{height:40px; line-height:40px; margin-top:18px; overflow:hidden; font-size:15px; border-bottom:1px solid #919191; color:#515151; text-align:right; padding-right:4px;}
.con .conr .kjdh a{color:#515151;}
.con .conr .cpsh{height:548px; margin:10px 0 12px 0; overflow:hidden;}
.con .conr .cpsh .cpz{width:620px; overflow:hidden; float:left;}
.con .conr .cpsh .cpz span img{width:620px; height:466px; overflow:hidden;}
.con .conr .cpsh .cpz .xiaop{height:70px; overflow:hidden; margin-top:12px;}
.con .conr .cpsh .cpz .xiaop .zjt{height:70px; width:15px; overflow:hidden; float:left;}
.con .conr .cpsh .cpz .xiaop .xpl{width:590px; overflow:hidden; float:left;}
.con .conr .cpsh .cpz .xiaop .xpl li{width:112px; overflow:hidden; float:left; margin:0 3px;}
.con .conr .cpsh .cpz .xiaop .xpl li a{width:112px; height:70px; overflow:hidden; display:block;}
.con .conr .cpsh .cpz .xiaop .yjt{height:70px; width:15px; overflow:hidden; float:right;}
.con .conr .cpsh .cpjs{width:290px; height:478px; overflow:hidden; float:right; padding:35px 0; line-height:30px; font-size:15px; color:#3e3e3e;}
.con .conr .cpsh .cpjs span{height:36px; display:block; font-size:18px; color:#1147a9; overflow:hidden;}
.con .conr .nybt{height:42px; line-height:42px; color:#fff; text-align:center; font-size:18px; overflow:hidden; background:#017abf;}
.con .conr .dy{line-height:28px; color:#000; font-size:14px; overflow:hidden; padding:12px 18px 22px 18px;}
.con .conr .dy img{ max-width:100%;}
.container .bd{color:#000; font-size:14px; overflow:hidden;}
.container .bd .kk{color:#acacac; font-size:14px; overflow:hidden; margin:16px 0 0 22px; width:48%; height:28px; line-height:28px; border:1px solid #e5e5e5; padding:0 6px;}
.container .bd .kk1{color:#acacac; font-size:14px; overflow:hidden; margin:16px 0 0 4px; width:48%; height:28px; line-height:28px; border:1px solid #e5e5e5; padding:0 6px;}
.container .bd .kks{color:#acacac; font-size:14px; overflow:hidden; margin:16px 0 0 22px; width:97%; height:88px; line-height:22px; border:1px solid #e5e5e5; padding:6px;}
.container .bd .tjan{height:42px; line-height:42px; color:#fff; text-align:center; font-size:18px; overflow:hidden; background:#017abf; border:none; cursor:pointer; width:99%; margin-top:18px;}
.container .sxp{color:#000; font-size:15px; overflow:hidden; height:38px; line-height:38px;}
.container .sxp .syp a{color:#000;}
.fl{float:left;}
.fr{float:right;}
.container .xgcp{overflow:hidden; height:218px; margin-top:56px;}
.container .xgcp .xgbt{overflow:hidden; height:42px;}
.container .xgcp .xgbt span{overflow:hidden; height:42px; line-height:42px; width:128px; display:block; text-align:center; line-height:42px; font-size:18px; color:#fff; background:#017abf;}
.container .xgcp .xgx{overflow:hidden; height:174px; width:936px; border:1px solid #ccc;}
.container .xgcp .xgx .zjt{overflow:hidden; height:49px; width:10px; float:left; margin:62px 5px 0 5px;}
.container .xgcp .xgx .xgl{overflow:hidden; float:left; width:896px;}
.container .xgcp .xgx .xgl li{float:left; width:202px; height:150px; overflow:hidden; margin:12px 11px;}
.container .xgcp .xgx .xgl li span{position:absolute; width:195px;  display:block;  text-align:center; bottom:0;   font-size:12px; margin:0p 0px 10px 0px;}
.container .xgcp .xgx .yjt{overflow:hidden; height:49px; width:10px; float:right; margin:62px 5px 0 5px;}

/* 本例子css */
	.game163{ position: relative; border: 1px solid #dcdddd; padding: 4px; overflow: hidden; width: 600px; }
	.game163 .bigImg{ height: 425px; position: relative;}
	.game163 .bigImg li img{ vertical-align:middle; width:600px; height:425px;   }
	.game163 .bigImg  h4{ font-size: 14px; font-weight: bold; line-height: 33px; height: 33px; padding-right: 30px; overflow: hidden; text-align: left; }

	.game163 .smallScroll{ height: 47px; margin-bottom: 0px;}
	.game163 .sPrev,.game163 .sNext{ float: left; display: block; width: 14px; height: 47px; text-indent: -9999px; background: url(../images/sprites1008.png) no-repeat 0 -3046px; margin-top:5px; }
	.game163 .sNext{ background-position: 0 -2698px;}
	.game163 .sPrev:hover{ background-position: 0 -3133px;}
	.game163 .sNext:hover{ background-position: 0 -2785px;}

	.game163 .smallImg{ float:left;  margin: 0 6px; display:inline; width: 540px; overflow: hidden;}
	.game163 .smallImg ul{ height:84px;  width: 9999px; overflow: hidden; }
	.game163 .smallImg li{ float: left; padding: 0 4px 0 0; width:102px; cursor:pointer;  display: inline;  }
	.game163 .smallImg img{ border: 1px solid #dcdddd; width:80px; height:60px;  }
	.game163 .smallImg .on img{ border-color: #1e50a2;}

	.game163 .pageState{ position: absolute; top: 235px; right: 5px; font-family: "Times New Roman", serif; letter-spacing: 1px;}
	.game163 .pageState span{ color: #f00; font-size: 16px;}
	
	.newcp{width:1527px; margin:0 auto; overflow:hidden;}
.newcp .ncbt{height:58px; line-height:58px; overflow:hidden;}
.newcp .ncbt span{float:left; background:url(../images/ico.jpg) no-repeat left 10px; display:block; font-size:20px; color:#d20000; padding-left:50px;}
.newcp .ncbt a{float:right; font-size:15px;}
.newcp .ncl{height:267px; overflow:hidden; border:0px solid #b5b5b5; width:1527px; padding:12px 2px 0 1px; margin:auto;}
.newcp .ncl li{height:253px; overflow:hidden; width:278px; margin:0 12px; float:left; border:#ccc solid 1px;}
.newcp .ncl li .shp img{height:217px; overflow:hidden; width:278px;  float:left;}
.newcp .ncl li span{height:36px; overflow:hidden; line-height:36px; display:block; text-align:center; font-size:16px; width:278px;}
.newcp .ncl li span a{color:#000;font-size:14px;}
.newcp .ncl li span a:hover{ color:#f00 !important;font-size:14px;}


	/* 本例子css */
	.focusBox { position: relative; width:600px; height:420px; overflow: hidden; }
	.focusBox .pic img { width:600px; height:420px; display: block; }
	.focusBox .hd { overflow:hidden; zoom:1; position:absolute; bottom:5px; right:10px; z-index:3}
	.focusBox .hd li{float:left; line-height:15px; text-align:center; font-size:12px; width:25px; height:10px; cursor:pointer; overflow:hidden; background:#919191; margin-left:4px; filter:alpha(opacity=80); opacity:.8; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease }
	.focusBox .hd .on{ background:#2087ed; filter:alpha(opacity=100);opacity:1;   }

	.focusBox .prev,
	.focusBox .next { width:45px; height:99px; position:absolute; top:161px; z-index:3; filter:alpha(opacity=20); -moz-opacity:.2; opacity:.2; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease}
	.focusBox .prev { background-image:url(../images/index.png); background-position:-112px 0; left:0 }
	.focusBox .next { background-image:url(../images/index.png); background-position:-158px 0; right:0 }
	.focusBox .prev:hover,
	.focusBox .next:hover { filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6 }
	
		/* 本例子css */
	.focusBoxry { position: relative; width:255px; height:255px; overflow: hidden; }
	.focusBoxry .pic{ position:relative; z-index:0; }
	.focusBoxry .pic img { width:255px; height:255px; display: block; }
	.focusBoxry .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
	.focusBoxry .hd li{margin: 0 5px; background: url(../images/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  _background: url(../images/dot8.png) no-repeat 0 -16px;
	}
	.focusBoxry .hd .on{ background-position:0 0; }

	.focusBoxry .prev,
	.focusBoxry .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
	.focusBoxry .prev { left: 0; }
	.focusBoxry .next { background-position: 0 -90px; right: 0; }
	.focusBoxry .prev:hover,
	.focusBoxry .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }
