@charset "gb2312";
/*头部导航*/
.header {
  position: relative;
}

.header .top {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #ddd;
}

.top_nav {
  height: 46px;
  line-height: 46px;
}

.top_nav>li {
  position: relative;
  display: inline;
  float: left;
  width: auto;
  height: 46px;
}

.top_nav cite {
  font-style: normal;
  display: block;
}

.top_nav cite a {
  display: block;
  width: auto;
  float: left;
  height: 46px;
  padding-left: 25px;
  color: #666;
  transition: background 0.3s;
  transform: translateZ(0);
}

.top_nav cite a.huatu {
  padding-left: 0;
  background: none;
}

.top_nav cite a:hover p {
  color: #e45063;
}

.top_nav cite:hover i {
  background-position: -27px -1px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.top_nav cite i {
  float: right;
  width: 8px;
  height: 5px;
  margin: 21px 8px 0 9px;
  background: url(../images/sprite.png) no-repeat;
  background-position: -38px -1px;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  opacity: 0.8;
}

.header .tel {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}

.header .tel a {
  color: #e92930;
}

.header .tel i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 10px 10px 0 0;
  background: url(../images/sprite.png) no-repeat;
  background-position: -23px -158px;
}

.header .login a:hover {
  color: #e92930;
}

.header .login a {
  color: #808080;
}

.header .login div {
  margin: 0 9px;
  color: #d1d1d1;
}

.wx {
  position: relative;
  padding-left: 35px;
  background: url(../images/fx_wxicon.jpg) no-repeat left center;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 18px;
}

.wx:hover .wx_box {
  display: block;
}

.wx:hover {
  color: #44cd66;
}

.wx_wrap {
  width: 192px;
  height: 100px;
  padding: 30px 0 0 20px;
  margin-bottom: 13px;
}

.wx_box {
  display: none;
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 217px;
  height: 150px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.wx_box img {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
}

.wx_box a {
  display: block;
  float: left;
  width: 74px;
  height: 28px;
  margin-left: 15px;
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
}

.wx_box span {
  display: block;
  float: left;
  width: 92px;
  height: 28px;
  margin: 0 0 10px 15px;
  color: #000;
  font-size: 14px;
  line-height: 23px;
}

.qq {
  padding-left: 28px;
  margin-left: 20px;
  margin-right: 18px;
  background: url(../images/fx_qqicon.jpg) no-repeat left center;
}

.qq:hover {
  color: #38b2ff;
}

/* ------主导航下拉 */

.top_nav .navconbg {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 9;
  background: #fff;
  filter: alpha(opacity=95);
  opacity: 0.95;
  box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -ms-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -moz-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -o-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.top_nav .navcon {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 10;
  overflow: hidden;
}

.top_nav .navconbg01, .top_nav .navcon01 {
  width: 725px;
  height: 400px;
}

.top_nav .navconbg02, .top_nav .navcon02 {
  width: 554px;
  height: 333px;
}

.top_nav .navconbg03, .top_nav .navcon03 {
  width: 114px;
  height: 252px;
}

.top_nav .navconbg04, .top_nav .navcon04 {
  width: 114px;
  height: 130px;
}

.top_nav .navconbg05, .top_nav .navcon05 {
  width: 114px;
  height: 294px;
}

.top_nav .navconbg06, .top_nav .navcon06 {
  width: 217px;
  height: 187px;
}

.top_nav b {
  display: block;
}

.top_nav .navcon01 b {
  padding-top: 10px;
  padding-left: 25px;
  line-height: 46px;
  color: #000;
}

.top_nav .navcon01 b a, .top_nav .navcon02 b a {
  color: #000;
}

.top_nav .navcon01 b a:hover, .top_nav .navcon02 b a:hover {
  color: #e92930;
}

.top_nav .navcon01 p {
  padding-left: 25px;
}

.top_nav .navcon01 p a, .top_nav .navcon02 p a {
  display: block;
  float: left;
  height: 28px;
  margin-bottom: 5px;
  color: #888;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon01 p a {
  width: 74px;
}

.top_nav .navcon01 p a:hover, .top_nav .navcon02 p a:hover {
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.top_nav .navcon01 p span {
  display: block;
  float: left;
  width: 46px;
  height: 28px;
  margin-bottom: 5px;
  color: #cbcbcb;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon01 em {
  display: block;
  width: 100%;
  height: 1px;
  margin: 35px 0 0 0;
  border-top: 1px solid #eaeaea;
  font-size: 0px;
}

.top_nav .navcon02 .kc {
  float: left;
  width: 184px;
  height: 110px;
}

.top_nav .navcon02 .br {
  border-right: 1px solid #eaeaea;
}

.top_nav .navcon02 .bb {
  border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon02 b {
  padding-top: 20px;
  line-height: 46px;
  color: #000;
  text-align: center;
}

.top_nav .navcon02 p {
  padding-left: 25px;
}

.top_nav .navcon02 p a {
  width: 67px;
}

.top_nav .navcon03 a, .top_nav .navcon04 a, .top_nav .navcon05 a {
  display: block;
  width: 100%;
  height: 42px;
  color: #000;
  font-size: 14px;
  line-height: 42px;
  text-align: left;
  text-indent: 25px;
}

.top_nav .navcon03 a:hover, .top_nav .navcon04 a:hover, .top_nav .navcon05 a:hover {
  background: #e92930;
  color: #fff;
  text-decoration: none;
}

.top_nav .navcon .ewmbox {
  width: 192px;
  height: 100px;
  padding: 30px 0 0 25px;
  margin-bottom: 13px;
  border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon .ewmbox img {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
}

.top_nav .navcon .ewmbox span {
  display: block;
  float: left;
  width: 74px;
  height: 28px;
  margin: 5px 0 10px 15px;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon .ewmbox a {
  display: block;
  float: left;
  width: 74px;
  height: 28px;
  margin-left: 15px;
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon .ewmbox a:hover {
  text-decoration: none;
}

.top_nav .navcon06 p {
  height: 28px;
  padding-left: 10px;
  overflow: hidden;
  line-height: 28px;
}

.top_nav .navcon06 p a {
  display: inline-block;
  height: 28px;
  padding: 0 7px;
  color: #000;
  font-size: 14px;
  line-height: 28px;
}

.top_nav .navconbg07, .top_nav .navcon07 {
  width: 217px;
  height: 125px;
}

.top_nav .navcon07 .ewmbox {
  border-bottom: none;
  margin-bottom: 0;
}

.top_nav .navcon07 .ewmbox span {
  width: auto;
}

/*头部结束*/
/*顶部logo 搜索框*/
.topbar{
  height:46px;
  padding: 40px 0 20px;
}
.logo{
  float:left;
  width:350px;
  height:46px;
}
.logo .logo_ht{
  display:inline-block;
  width:195px;
  height:46px;
  background:url(../images/logo-ht.png) no-repeat;
  text-indent:-200rem;
  overflow:hidden;
  vertical-align: middle;
}
.logo .logo_sl{
  display:inline-block;
  height:46px;
  padding-left:10px;
  border-left:1px solid #ddd;
  margin-left:10px;
  font-size: 28px;
  line-height: 46px;
  color: #e92930;
  vertical-align: middle;
}
.links{
  position: absolute;
  left: 31.5%;
  top:40px;
  width:40.5%;
  height: 46px;
  padding-left: 94px;
  font-size:18px;
  line-height:46px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}
.links span{
  position: absolute;
  left: 0;
  top:0;
  width: 94px;
  height: 46px;
  background: url(../images/hot.png) no-repeat 0 center;
  text-indent: -999em;
  overflow: hidden;
}
.links a{
  color:#e92930;
}
.search{
  float:right;
  width:25%;
  height:40px;
  border:1px solid #dad9d9;
  border-radius:4px;
  margin-top:3px;
  position: relative;
}
.search_txt{
  width: 100%;
  height:40px;
  padding:0 72px 0 10px;
  border-radius:4px 0 0 4px;
  font-size:14px;
  line-height:40px;
  box-sizing: border-box;
}
.search_btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height:40px;
  border-radius:0 4px 4px 0;
  background:#e92930 url(../images/icon-search.png) no-repeat center center;
  text-indent:-200em;
  cursor:pointer;
}
/* 地方导航 */
.cityNavWrap{
  width: 100%;
  height: 104px;
  margin-bottom: 27px;
  background-color: #f8f8f8;
}
.cityNav{
  padding: 16px 0;
  font-size: 18px;
  line-height: 36px;
}
.cityNav li{
  float: left;
}
.cityNav li.w01{
  width: 36%;
}
.cityNav li.w02{
  width: 25%;
  margin:0 2.5%;
}
.cityNav li.w03{
  width: 34%;
}
.cityNav li i,.cityNav li a{
  float: left;
  width: 12.5%;
}
.cityNav li i{
  font-size: 20px;
  color: #0b0b0b;
}
.cityNav li.w02 i,.cityNav li.w02 a{
  width: 16.66%;
}
.cityNav li.w03 i,.cityNav li.w03 a{
  width: 14.28%;
}
/* 首屏左 */
.main-left{
  float: left;
  width: 28.5%;
  background: url(../images/line.png) repeat-y 17px 0;
}
.left-item h3{
  font-size: 20px;
  line-height: 48px;
  color: #e92930;
  background-color: #fff;
}
.left-item h3 i{
  display: inline-block;
  width: 36px;
  height: 50px;
  margin-right: 12px;
  background-image: url(../images/icon-icon01.png);
  background-repeat: no-repeat;
  background-position: -7px 0;
  vertical-align: middle;
}
.left-item01 p {
  height: 60px;
  margin-left: 48px;
  font-size: 14px;
  line-height: 24px;
}
.left-item02 h3 i{
  background-position: -7px -50px;
}
.left-item03 h3 i{
  background-position: -7px -100px;
}
.left-item04 h3 i{
  background-position: -7px -150px;
}
.left-item ul{
  width: 100%;
  padding:12px 0 10px 48px;
  box-sizing: border-box;
}
.left-item02 ul{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.left-item02 li{
  width: 78px;
  height: 110px;
}
.left-item02 li a,.left-item03 li a,.left-item04 li a{
  display: block;
  width: 100%;
  height: 100%;
}
.left-item02 li div{
  width: 78px;
  height: 78px;
  border: 1px solid #f5483e;
  border-radius: 4px;
  box-sizing: border-box;
}
.left-item02 .li02 div,.left-item02 .li08 div{border-color:#07d087;}
.left-item02 .li03 div,.left-item02 .li04 div,.left-item02 .li09 div{border-color:#38b2ff;}
.left-item02 .li05 div,.left-item02 .li07 div{border-color:#ff9e14;}

.left-item02 .li01:hover div,.left-item02 .li06:hover div{
  background: #f23242;
  background: linear-gradient(90deg, #f23242, #fe6060);
}
.left-item02 .li02:hover div,.left-item02 .li08:hover div{
  background: #07d087;
  background: linear-gradient(90deg, #07d087, #26e8a2);
}
.left-item02 .li03:hover div,.left-item02 .li04:hover div,.left-item02 .li09:hover div{
  background: #38b2ff;
  background: linear-gradient(90deg, #38b2ff, #65c0fa);
}
.left-item02 .li05:hover div,.left-item02 .li07:hover div{
  background: #ff9e14;
  background: linear-gradient(90deg, #ff9e14, #feb752);
}

.left-item02 li i{
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 4px;
  background-image: url(../images/icon-icon02.png);
  background-repeat: no-repeat;
  background-position:-12px -12px;
}
.left-item02 .li02 i{background-position:-12px -112px;}
.left-item02 .li03 i{background-position:-12px -212px;}
.left-item02 .li04 i{background-position:-12px -312px;}
.left-item02 .li05 i{background-position:-12px -412px;}
.left-item02 .li06 i{background-position:-12px -512px;}
.left-item02 .li07 i{background-position:-12px -612px;}
.left-item02 .li08 i{background-position:-12px -712px;}
.left-item02 .li09 i{background-position:-12px -812px;}

.left-item02 .li01:hover i{background-position:-112px -12px;}
.left-item02 .li02:hover i{background-position:-112px -112px;}
.left-item02 .li03:hover i{background-position:-112px -212px;}
.left-item02 .li04:hover i{background-position:-112px -312px;}
.left-item02 .li05:hover i{background-position:-112px -412px;}
.left-item02 .li06:hover i{background-position:-112px -512px;}
.left-item02 .li07:hover i{background-position:-112px -612px;}
.left-item02 .li08:hover i{background-position:-112px -712px;}
.left-item02 .li09:hover i{background-position:-112px -812px;}

.left-item02 li p{
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.left-item02 li:hover p{
  color: #e92930;
}

.left-item03 li{
  float: left;
  width: 32%;
  height: 32px;
  margin-bottom: 11px;
  border-radius: 32px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.left-item03 li:nth-child(3n+2){
  margin: 0 2% 11px;
}
.left-item03 li:hover{
  background: #fd7405;
  background: linear-gradient(90deg, #fd7405, #ffa319);
  border-color: #ffa319;
}
.left-item03 li:hover a{
  color: #fff;
}
.left-item04 ul{
  padding-bottom: 4px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.left-item04 li{
  width: 16%;
  max-width: 54px;
  height: 54px;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
}
.left-item04 li:hover,.left-item04 li.cur{
  background: #f23242;
  background: linear-gradient(90deg, #f23242, #fe6060);
}
.left-item04 li:hover a,.left-item04 li.cur a{
  text-indent: -999em;
  overflow: hidden;
  background-image: url(../images/zheng.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.left-item04 .li02:hover a,.left-item04 .li02.cur a{background-image: url(../images/she.png);}
.left-item04 .li03:hover a,.left-item04 .li03.cur a{background-image: url(../images/jing.png);}
.left-item04 .li04:hover a,.left-item04 .li04.cur a{background-image: url(../images/wen.png);}
.left-item04 .li05:hover a,.left-item04 .li05.cur a{background-image: url(../images/jiao.png);}
.left-item04 .li06:hover a,.left-item04 .li06.cur a{background-image: url(../images/hua.png);}

/* 首屏中 */
.main-center{
  float: left;
  width: 40.5%;
  margin: 0 3%;
}
/* 大图 */
/*****图片大小648*312 适应最小屏幕1200时，图片宽486 所以主要内容控制在486内*******/
.bigImg {
  width:100%;
  height:312px;
  position:relative;
  z-index:2;
}
.bigImg a{ display:block; width:100%; height:100%;}

/* 课程图 */
/*****图片大小316*190 适应最小屏幕1200时，图片宽237 所以主要内容控制在237内*******/
.swiper-wrapper{
  width: 100%;
  padding: 30px 0;
  height: 190px;
}
.swiper-wrapper .swiper-slide{
  width: 48.766%;
  height: 190px;
}
.swiper-wrapper .swiper-slide:nth-child(1){
  float:left;
}
.swiper-wrapper .swiper-slide:nth-child(2){
  float:right;
}
.swiper-wrapper .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-position:center center;
  background-repeat:no-repeat;
}

/* 资讯 */
.zxlist li{
  padding: 20px 0 30px;
  border-bottom: 1px dashed #ddd;
}
.zxlist li h3{
  height: 54px;
  font-size: 20px;
  line-height: 54px;
  overflow: hidden;
}
.zxlist li h3 a{color: #e92930;}
.zxlist li p{
  height: 78px;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 首屏右 */
.main-right{
  float: left;
  width: 25%;
  height: 928px;
  padding: 15px 24px 0;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.main-right h2{
  font-size: 20px;
  line-height: 54px;
}
.main-right h2 strong{
  font-size: 30px;
  color: #e92930;
  font-weight: bold;
}
.topicList li{
  height: 86px;
  padding-top: 18px;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: 0 25px;
}
.topicList li p{
  height: 52px;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.topicList li time{
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  color: #6e6e6e;
}
.topicList li:last-child{
  border-bottom: none;
}
/* 专项备考 */
.title{
  height: 76px;
  border-bottom: 2px solid #333;
  margin-top: 36px;
  font-size: 34px;
  line-height: 76px;
  font-weight: normal;
}
.title span{
  display: inline-block;
  height: 76px;
  padding: 0 5px;
  position: relative;
}
.title span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #e92930;
}
.tabmenu{
  height: 50px;
  border-bottom: 1px solid #dedede;
  margin: 28px 10px 5px;
  font-size: 20px;
  line-height: 50px;
}
.tabmenu span{
  display: inline-block;
  height: 50px;
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}
.tabmenu span.on:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #e92930;
}
.contList{
  margin: 0 10px;
}
.contList li{
  height: 128px;
  border-bottom: 1px dashed #e2e2e2;
  padding: 0 10px;
}
.contList li h4{
  height: 46px;
  padding-top: 18px;
  font-size: 16px;
  line-height: 46px;
  font-weight: normal;
}
.contList h4 time,.contList h4 span,.contList p a{
  color: #999;
  font-size: 14px;
}
.contList li h4 time{ margin-left: 30px;}
.contList h4 span{
  width: 300px;
}
.contList p,.contList p a{
  height:48px;
  line-height:24px;
  overflow:hidden;
}
.contList li:hover{ background-color: #f8f8f8;}

/* 分类备考 */
.flbk-item{
  float: left;
  width: 31.67%;
}
.flbk-item:nth-child(3n+2){
  margin: 0 2.49%;
}
.title02{
  height: 52px;
  border-bottom: 1px solid #e2e2e2;
  margin: 22px 0 28px 10px;
  font-size: 20px;
  line-height: 52px;
  font-weight: normal;
}
.title02 span{
  display: inline-block;
  height: 52px;
  margin-right: 40px;
  position: relative;
}
.title02 span a{
  display: block;
}
.title02 span.on:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #e92930;
}
.flbk-item li{
  padding-left: 35px;
  padding-right: 54px;
  font-size: 16px;
  line-height: 36px;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  position: relative;
}
.flbk-item li p{
  width: 100%;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.flbk-item li time{
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  color: #999;
}
.flbk-item .tit{
  height: 24px;
  border-left: 6px solid #e92930;
  padding-left: 15px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 24px;
}
/* 各地申论 */
.gdsl{
  padding-bottom: 50px;
}
.title03{
  margin-top: 10px;
}
.title03 span{
  margin-right: 5%;
}
.title03 span:last-child{
  margin-right: 0;
}
.firstli{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.firstli span{
  margin-right: 0;
}
.red{
  color:#f00 !important;
}

.footer .footleft i{background: url(../images/icon1.png) no-repeat;}
/* 底部 */
.footer { width:100%; padding:35px 0 55px; background:#f5f5f5; margin-top:55px;}
.footer .title { height:40px; margin-bottom:20px; font-size:20px; font-weight:bold; line-height:40px;}
.footer .title a:hover {text-decoration:none;}
.footer .footleft { display:inline; float:left; width:182px; padding:5px 35px 5px 0; margin-right:70px; border-right:1px solid #dcdcdc; }
.footer .col03 { width:238px; }
.footer .col04 { padding-right:0; margin-right:0; border:none;}
.footer .footleft dt { width:147px; }
.footer .col03 dt { width:203px; }
.footer .footleft dt i { display:block; width:50px; height:50px; margin:0 auto; }
.footer .footleft dt i.icon01 { background-position:0 -170px; }
.footer .footleft dt i.icon02 { background-position:-50px -170px; }
.footer .footleft dt i.icon03 { background-position:-100px -170px; }
.footer .footleft dt i.icon04 { background-position:-150px -170px; }
.footer .footleft dt span { display:block; width:100%; margin:5px 0 15px; font-weight:bold; text-align:center;}
.footer .footleft dt a:hover {text-decoration:none;}
.footer .footleft dd { color:#888; font-size:14px; line-height:30px; }
.footer .footleft dd a { display:block; float:left; margin-right:35px; color:#888; transition:color 0.3s; }
.footer .footleft dd a:hover { color:#e92930; }
.footer .footright { display:inline; float:right; width:315px; padding-top:10px; }
.footer .footright strong { height:46px; font-size:16px; line-height:26px;display:block;}
.footer .footright i { display:block; float:left; width:46px; height:46px; margin-right:15px;
	background:#d7d7d7 url(../images/icon1.png) no-repeat; border-radius:3px; }
.footer .footright i.icon05 { background-position:0 -120px; }
.footer .footright i.icon06 { background-position:-50px -120px; }
.footer .footright strong:hover i.icon05 { background:#e92930 url(../images/icon1.png) no-repeat 0 -120px; }
.footer .footright strong:hover i.icon06 { background:#e92930 url(../images/icon1.png) no-repeat -50px -120px;  }
.footer .footright .row01 a { display:block; height:30px; font-size:30px; line-height:30px; }
.footer .footright .row01 a:hover { text-decoration:none; }
.footer .footright .row01 span { display:block; height:16px; color:#888; font-size:14px; line-height:16px; }
.footer .footright .row02 { margin:25px 0 15px; }
.footer .footright .row02 span { display:block; float:left; height:46px; font-size:20px; line-height:46px; }
.footer .footright .row02 a { display:block; float:left; width:76px; height:28px; margin:8px 0 0 20px;
	border:1px solid #d7d7d7; border-radius:3px;
	font-size:14px; line-height:28px; text-align:center; }
.footer .footright .row02 a:hover { border-color:#e92930; color:#e92930; text-decoration:none; }
.footer .footright p { color:#888; line-height:20px; }
.footer .footNav { padding:30px 0; margin-top:30px; border-top:1px solid #dcdcdc; }
.footer .footNav p { font-size: 14px; line-height:26px; text-align:center; }
/* 底部end */

/* 适配 --------------------------------------------------------------------------------- */

/* >1900  --------------------------------------------------------------------------------- */
@media screen and ( min-width: 1900px) {
}
/* <1704 1704*94%≈1600  --------------------------------------------------------------------------------- */
@media screen and ( max-width: 1704px) {
.footer .footleft { width:162px; padding-right:25px; margin-right:50px; }
.footer .col03 { width:218px; }
.footer .col04 { padding-right:0; margin-right:0; }
.footer .footleft dt { width:137px; }
.footer .col03 dt { width:193px; }
.footer .footleft dd a { margin-right:25px; }
.bottomBar .pic01 { left:25px; width:400px; }
.bottomBar .pic02 { left:195px; width:120px; }

}/* <1704 end */
/* <1490 1490*94%≈1400  --------------------------------------------------------------------------------- */
@media screen and  (max-width: 1490px){
.footer { padding-bottom:35px; }
.footer .footleft { width:152px; padding-right:15px; margin-right:35px; }
.footer .col03 { width:208px; }
.footer .col04 { padding-right:0; margin-right:0; }
.footer .footleft dt { width:132px; }
.footer .col03 dt { width:188px; }
.footer .footleft dd a { margin-right:20px; }
.footer .footright { width:300px; }
/* 底部悬浮 */
.bottomBarbg ,
.bottomBar ,
.bottomBarcon { height:60px; }
.bottomBar .pic01 { width:360px; }
.bottomBar .pic02 { left:180px; width:100px; }
.bottomBar .closebtn { right:50px; top:12px; }
.bottomBar .searcKc { padding-top:10px; width:840px; }
.bottomBar .searcKc .select { margin-right:6px; }
.bottomBar .searcKc .searcKcbtn { width:90px; }
}/* <1490 end */

/* <1280 1280*94%≈1200  --------------------------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
.Width { width:94%; }
.footer .footleft { width:142px; padding-right:10px; margin-right:25px; }
.footer .col03 { width:198px; }
.footer .col04 { padding-right:0; margin-right:0; }
.footer .footleft dt { width:122px; }
.footer .col03 dt { width:183px; }
.footer .footleft dd a { margin-right:15px; }
.footer .footright { width:240px; }
.footer .footright strong { font-size:16px; }
.footer .footright i { margin-right:10px; }
.footer .footright .row01 a { font-size:24px; }
.footer .footright .row01 span { font-size:12px; }
.footer .footright .row02 span { font-size:18px; }
.footer .footright .row02 a { margin-left:10px; font-size:12px; }
.footer .footright p { font-size:14px; }

/* 底部悬浮 */
.bottomBar .pic01 { left:-35px; width:300px; }
.bottomBar .pic02 { left:90px; width:90px; }
.bottomBar .closebtn { right:50px; top:12px; }
}