@charset "utf-8";



/* 在线客服样式 */

.gr_kefu {
  position: fixed;
  width: 50px;
  right: 0;
  bottom: 50%;
  z-index: 100;
}

.gr_kefu ul li {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 50px;
}

.gr_kefu ul li .sidebox {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  color: #fff;
  background: #e85127;
  overflow: hidden;
  opacity: .8;
}

.gr_kefu ul li.kf2 .sidebox {
  /* background:#7fbb57; */
  overflow: visible;
}

.gr_kefu ul li .sidebox:hover {
  opacity: 1;
}

.gr_kefu ul li .sidetop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #2d2d2d;
  transition: all 0.3s;
  opacity: .8;
}

.gr_kefu ul li .sidetop:hover {
  opacity: 1;
}

.gr_kefu ul li img {
  float: left;
}

.gr_kefu ul li .sidebox3 {
  font-size: 16px;
  transition: 0.5s all
}

.gr_kefu ul li .kImg {
  padding: 13px;
}

.gr_kefu .kf_wx {
  position: absolute;
  top: 0;
  left: -140px;
  width: 140px;
  display: ;
  background: #fff;
  border: 1px solid #dadada;
  padding: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  display: none;
}

.gr_kefu .kf_wx img {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  float: none;
}

.gr_kefu .qq {
  height: 0;
  position: relative;
  z-index: 2;
}

.gr_kefu .qq .sidebox {
  border: 1px solid #78be21;
  height: auto;
  border-radius: 5px 0 0 5px;
  width: 140px;
  background: #fff;
  opacity: 1;
  bottom: -50px;
  top: auto;
  text-align: center;
  padding-bottom: 5px;
  right: -150px;
}

.gr_kefu .qq h5 {
  height: 35px;
  line-height: 35px;
  background: #78be21;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}

.gr_kefu .qq h5 i {
  float: right;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}

.gr_kefu .qq h5 i:hover {
  transform: rotate(90deg);
}

.gr_kefu .qq a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  border: 1px solid #78be21;
  margin: 5px 15px
}

.gr_kefu ul li:hover .sidebox3 {
  width: 190px;
}




/*分页样式*/



.pagination {

    padding: 25px 0 15px;

    text-align: center;

    overflow: hidden;
    justify-content: center;
    align-items: center;


}



.pagination a {

    font-size: 16px;

    line-height: 35px;

    display: inline-block;

    height: 35px;

    padding: 0 14px;

    text-align: center;

   

}



.pagination .previous_page {

    background: url(../images/icon-pagination.jpg)no-repeat center;
    height: 35px;
    padding: 0 12px;
    color: #fff;
    transform: rotateZ(-180deg);
    opacity: .5;
    margin-right: 6px;

}



.pagination .next_page {

    background: url(../images/icon-pagination.jpg)no-repeat center;
    height: 35px;
    padding: 0 12px;
    color: #fff;
    opacity: .5;
    margin-left: 6px;

}



.pagination a.a1 {

    line-height: 35px;

    height: 35px;

    margin-top: 0;

    padding: 0 14px;

    border-radius: 100px;

    background: #dedede;

}



.pagination a:hover {

    text-decoration: none;

    color: #fff;

    background: #999999;

}
.pagination .previous_page:hover{
    opacity: 1;
    background: url(../images/icon-pagination.jpg)no-repeat center;
}
.pagination .next_page:hover{
    opacity: 1;
    background: url(../images/icon-pagination.jpg)no-repeat center;
}



.pagination span {

    line-height: 35px;

    display: inline-block;

    height: 35px;

    padding: 0 14px;

    text-align: center;

    color: #fff;

    margin-left: 2px;


    background: #999999;

}



.pagination .a1_page,

.pagination .first_page,

.pagination .Last_page {

    display: none;

}





/* 内页留言样式 */



.yzh-table-feedback tr {

    height: 40px;

}



.yzh-table-feedback .input-label {

    font-size: 14px;

    line-height: 20px;

    width: 80px;

    height: 20px;

    padding: 5px;

    vertical-align: top;

}



.yzh-table-feedback .input-text {

    line-height: 28px;

    width: 400px;

    height: 28px;

    margin-bottom: 15px;

    font-size: 14px;

    border: 1px solid #ccc;

    background: #fff;

    padding: 0 5px;

}



.yzh-table-feedback .input-textarea {

    width: 470px;

    height: 210px;

    margin-bottom: 10px;

    padding: 5px;

    border: 1px solid #ccc;

    background: #fff;

    padding-left: 5px;

}



.yzh-table-feedback .input-verifycode {

    line-height: 28px;

    width: 100px;

    height: 28px;

    margin-bottom: 15px;

    padding: 0 5px;

    border: 1px solid #ccc;

    background: #fff;

    float: left;

}



.yzh-table-feedback .input-text:focus,

.input-textarea:focus {

    border-color: #666;

    outline: 0;

}



.yzh-table-feedback .yzh-btn {

    font-size: 18px;

    line-height: 35px;

    display: block;

    float: left;

    width: 110px;

    height: 35px;

    margin-right: 15px;

    cursor: pointer;

    text-align: center;

    color: #fff;

    border: 0;

    background: #0095d8;

}



.yzh-table-feedback .yzh-btn:hover {

    background: #333;

    transition: all 0.3s;

}



.pageContentBox .contactnr {

    width: 600px;

    margin: 0 auto;

}





/*---网站地图---*/



.yzh-map-main {

    overflow: hidden;

    margin: 10px 0;

    padding-bottom: 35px;

    font-family: "宋体";

}



.yzh-map-main .sitemap_con {

    width: 1200px;

    margin: 0 auto;

    color: #666;

}



.yzh-map-main .sitemap_con .map_top {

    border-bottom: 2px solid #555;

    margin-bottom: 35px;

}



.yzh-map-main .sitemap_con .map_top img {

    float: left;

}



.yzh-map-main .site_r_link {

    width: 20%;

    margin-top: 35px;

    /*上边界根据需要进行调整*/

    padding: 5px 10px;

    background: #f8f8f8;

    text-align: center;

    background: #555;

    color: #fff;

}



.yzh-map-main .site_r_link a {

    color: #fff;

}



.yzh-map-main .mapcontent {

    width: 100%;

}



.yzh-map-main .site_r_link a:hover {

    text-decoration: underline;

}





/*站点地图，显示方式样式，上边界根据需要进行调整*/



.sitemap-frame {

    margin-top: 50px;

}



.sitemap-frame .site-box {

    border-bottom: 2px #666 solid;

    width: 100%

}



.sitemap-frame .site-box .left {

    padding: 10px 20px;

    color: #fff;

    background: #8c8c8c;

}



.sitemap-frame .site-box .left a {

    color: #fff;

    display: inline-block;

}



.sitemap-frame .site-box .right {

    color: #888;

    font-size: 13px;

    line-height: 35px;

    padding-left: 20px;

}



.sitemap-frame .site-box .right a {

    display: inline-block;

    color: #888;

    font-size: 13px;

}



.sitemap-frame .site-box .right a:hover {

    color: #cdad81

}



.sitemap-frame .list {

    width: 100%;

    float: left;

    margin: 40px 0;

    display: table;

}



.sitemap-frame .list li {

    display: table-cell;

    text-align: center;

}



.sitemap-frame .list hr {

    width: 3px;

    height: 100%;

    border: none;

    background: #000;

}



.sitemap-frame .list h4 {}



.sitemap-frame .list h4 a {

    display: block;

    color: #fff;

    font-size: 15px;

    padding: 10px 10px 10px 10px;

    border-bottom: 1px #ddd dotted;

    margin: 0 5px;

    background: #1d2088;

    border-radius: 7px;

}



.sitemap-frame .list a:before {

    padding-right: 5px;

}



.sitemap-frame .list .box {

    padding: 20px 0 10px 0;

    clear: both;

    border-left: 1px #ddd solid;

    margin: 0 5px;

}



.sitemap-frame .list .box a {

    position: relative;

    display: block;

    color: #666;

    font-size: 13px;

    background: #ededed;

    padding: 10px 5px;

    margin: 0 0 20px 5px;

    border-radius: 5px;

}



.sitemap-frame .list .box a:after {

    content: "";

    position: absolute;

    left: -12px;

    top: 20px;

    width: 12px;

    height: 5px;

    display: block;

    background: #CACACA;

    /* border-radius: 50%; */

}



.sitemap-frame .list a:hover {

    color: #fff;

    background: #1d2088

}



.sitemap-frame .list a:hover:after {}





/*百度地图样式*/



#baidu-map {

    width: 720px;

    height: 350px;

    border: #ccc solid 1px;

    float: left;

}