@charset "utf-8";
/*
'---------------------------------------
'#   设计制作：重庆持创科技有限公司
'#   QQ:543874515
'#   微信:13072363699
'---------------------------------------
*/

.carousel-inner{position:relative;overflow:hidden;width:100%}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {width:750px;}
}
@media (min-width: 992px) {
  .container {width:970px;}
}
@media (min-width: 1200px) {
  .container {width:1170px;}
}


/*城市栏目站*/
.citybg{background-color:#EEEFF4;}

.citytitle{display:block;width:80%;margin:2% auto;padding:0;color:#F60;font:500 32px/50px "Microsot Yahei";text-align:center;}
.citytitle a{color:#F60;font:500 32px/50px "Microsot Yahei";text-decoration:none;}
.citytitle a:hover{color:#666;}

.citycontent { display:block;width:80%;margin:2% auto;padding:5px 0 30px 0;background:#FFF;border:1 solid #EEE;height:auto;}
.citycontent ul{display:block;padding:25px 25px 0 25px;}
.citycontent ul li{display:inline-block;margin:3px 8px;font-size:14px;line-height:18px;}
.citycontent ul li:first-child{display:block;font-weight:bold;font-size:18px;width:100%;line-height:25px;}
.citycontent ul li:first-child a{color:#333;text-decoration:none;}
.citycontent ul li a{color:#666;text-decoration:none;}
.citycontent ul li a:hover{color:#F60;}

/*城市栏目主页*/
.city_cd{background:#EEEFF4;padding:0 0 50px 0}

.city_cd .left{width:20%;float:left;background:#FFF}
.city_cd .left h2{color:#666;font-size:16px;background:url(../images/tb.png) no-repeat left 24px;border-bottom:1px solid #EEEFF4;margin:0px 20px;padding:22px 0 15px 20px;font-weight:bold;text-align:left;}
.city_cd .left ul{margin:0;padding:15px 10px 20px 10px;}
.city_cd .left ul li{list-style:none;padding:5px 20px;color:#666;line-height:22px;}
.city_cd .left ul li a{color:#666;text-decoration:none}
.city_cd .left h2 a{color:#666;text-decoration:none}
.city_cd .left ul li a:hover, .city_cd .left h2 a:hover{color:#F60;text-decoration:none}

.city_cd .left h4{color:#666;font-size:14px;border-top:1px solid #EEEFF4;margin:0 20px;padding:15px 0 22px 0;font-weight:500;text-align:left;}

.city_cd .right{width:78%;float:right;padding:0}
.city_cd .right h2{border-bottom:1px solid #EEEFF4;padding:20px 20px 18px;font-size:18px;font-weight:bold;margin:0;background:#FBFBFB}
.city_cd .right .img{float:left;margin-top:13px;padding-right:20px;width:260px;}
.city_cd .right .imgr{float:right;padding-left:20px;}
.city_cd .right p{padding:20px 30px;line-height:28px;color:#666}

.city_cd .aboutuswm{margin:0 0 22px;padding:0 0 15px 0;background:#FFF;overflow:hidden !important}
.city_cd .aboutuswm .qyjs{margin:0;padding:10px 20px 0 30px;}
.city_cd .aboutuswm .qyjs p{margin:8px 0;padding:0;line-height:25px;color:#666;text-indent:2em;}
.city_cd .aboutuswm .qyjs p img{margin-top:8px;}
.city_cd .aboutuswm .kg{text-indent:2em;}

.city_cd .wzzz div{float:left;width:49.9%;border-bottom:1px #EEEFF4 solid;border-right:1px #EEEFF4 solid}
.city_cd .wzzz .divl{width:50%;border-right:0 #EEEFF4 solid}
.city_cd .wzzz i{display:block;background:url(../images/wzzz.png) no-repeat left 10px;width:150px;height:150px;*display:table;float:left}
.city_cd .wzzz .i1{background:url(../images/wzzz.png) no-repeat left -145px;}
.city_cd .wzzz .i2{background:url(../images/wzzz.png) no-repeat left -300px;}
.city_cd .wzzz .i3{background:url(../images/wzzz.png) no-repeat -165px 10px;}
.city_cd .wzzz .i4{background:url(../images/wzzz.png) no-repeat -165px -145px;}
.city_cd .wzzz .i5{background:url(../images/wzzz.png) no-repeat -165px -300px;}

.city_cd .wzzz h3{margin-top:18px;font-size:16px;padding:10px 0 0 0;font-weight:bold;}
.city_cd .wzzz p{margin-top:10px;padding:0 25px;color:#999999;line-height:20px}

.city_cd .faq div{width:30%;float:left;padding-left:3.3333%;padding-bottom:30px}
.city_cd .faq h3{font-size:16px;margin:20px 0 10px 0;}
.city_cd .faq ul{padding:0;margin:0}
.city_cd .faq ul li{list-style:none;line-height:26px;color:#999999}

/*手机超小屏幕下的单独样式 xs < 768px */
@media (min-width: 300px) and (max-width: 767px){
  .city_cd .left{width:100%;float:none;background:#FFFFFF;overflow:hidden;margin-bottom:20px}
  .city_cd .left ul li{width:50%;float:left}

  .city_cd .right{width:100%;float:none;}
  .city_cd .right .img,.city_cd .right .imgr{float:none;padding:0px 0px 10px;margin:0px auto;}
  
  .city_cd .wzzz div,.city_cd .wzzz .divl{float:none;width:100%;border-bottom:1px #EEEFF4 solid;border-right:0px #EEEFF4 solid;overflow:hidden}
  .city_cd .wzzz i{margin-bottom:30px}
  
  .city_cd .faq div{width:100%;float:left}
}

/*平板小屏幕样式 768px <= sm < 992px */
@media (min-width: 768px) and (max-width: 991px){
  .city_cd .left{width:100%;float:none;background:#FFFFFF;overflow:hidden;margin-bottom:20px}
  .city_cd .left ul li{width:25%;float:left}
  
  .city_cd .right{width:100%;float:none;}
}

/*大于992px以上固定宽度为970px md >= 992px */
@media (min-width: 992px) and (max-width: 1199px){}