﻿.whitebg
{background:white;}
.filter-plate {
  box-sizing: border-box;
  border: 2px solid #a60011;
  padding: 30px 20px;
}
.searchbox{
  margin: 0 auto;
  width: 50%;
}
.searchbox .searchtext #search_keywords
{
  width: 450px;height: 35px;font-size: 14px;padding-left: 10px;border-radius: 5px;border: 1px solid #D8D5D5;outline: none; float:left;
}
.searchbox .searchsubmit #btn_sc
{
  width: 80px;height: 35px;border: none;border-radius: 5px;font-size: 16px;color:#fff;background:#F16A5E
}
.themebox{
  display:flex;
  width:100%;
}
.themebox span{
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 10px;
  width:100px;
}
.themecontent ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.themecontent ul li {
  min-width: 68px;
  padding: 0 10px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  cursor: pointer;
}
.themecontent ul li:hover,
.themecontent ul li.active {
  color: #fff !important;
  background: #a60011;
}
.themecontent ul li a:hover,
.themecontent ul li.active a 
{
  color: #fff !important;
}
.textcenter{
  text-align: center;
}
.top10
{
margin-top:10px;
}
.ptop10
{
  padding-top: 10px;
}
.pleft10
{
  padding-left: 10px;
}
.top20
{
margin-top:20px;
}
.bottom20{
margin-bottom:20px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  color: black;
}
.swiper-container img
{
width:100%;
height:400px;
}
.siteBanner{
  text-align:center;
}
.siteBanner img{
  width:100%;
}
body {
  background-color: #f7f7f7;
  overflow-x: hidden;
}
.darkred {
  color: #900000;
}
#header-wrap {
  background: white;
}
#header-wrap .h-left {
  float: left;
  font-size: 14px;
  line-height: 35px;
}
#header-wrap .h-left img {
  margin-right: 5px;
}
#header-wrap .h-left span {
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
#header-wrap .h-left .pop {
  position: absolute;
  top: 0px;
  width: 420px;
  z-index: 10;
  display: none;
}
#header-wrap .h-left .empty {
  height: 30px;
}
#header-wrap .h-left ul {
  /* height: 400px; */
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
#header-wrap .h-left ul::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 26px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
}

#header-wrap .h-left li {
  float: left;

  border: 1px solid #c7161e;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  min-width: 85px;
  font-size: 14px;
  line-height: 1;
  height: 30px;
  line-height: 30px;
  padding-left:0.5em;
  padding-right:0.5em;
}
#header-wrap .h-left li:hover {
  background: #c7161e;
  color: #fff;
}
#header-wrap .h-left .pop.active {
  display: block !important;
}
#header-wrap .h-left .pop.deactive {
  display: none !important;
}

#header-wrap .h-left .sel-area-item:hover {
  color: #c7161e;
}

#header-wrap .h-right {
  float: right;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  font-weight: 600;
}
#header-wrap .h-right span {
  cursor: pointer;
}
#header-wrap .top {
  background-color: #f4f4f4 !important;
}
#header-wrap .h-right span:hover {
  color: #c7161e;
}
#header-wrap .h-logo {
  margin: 0 auto;
  background-color: white;
}

#nav-wraper {
  background: #c7161e;
}

#nav-wraper ul li {
  float: left;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 110px;
  color: #fff;
  font-size: 20px;
  /* background: ; */
}
#nav-wraper ul li {
  border-right: 1px solid #df1f28;
}
#nav-wraper ul li:last-child {
  border-right: none;
}
#nav-wraper ul li:hover {
  background: #df1f28;
  color: #fff;
}
 
#nav-wraper ul li a {
 color:#fff !important;
}
#nav-wraper ul li a:hover {
 color: #fff;
}

.h-search{padding-top:35px}
.h-search input[type='text']{float: left; border: 2px solid #b30e0e;width: 470px; height: 34px; box-sizing: border-box;  background: #fff no-repeat center left 7px;   }
.h-search input[type='submit']{border: 2px solid #b30e0e; width: 73px; height: 34px; background-color: #b30e0e; color: #fff;cursor: pointer;margin-right: 3px;}

header .head_form input[type='submit']{border: 2px solid #b30e0e; width: 73px; height: 34px; background-color: #b30e0e; color: #fff;cursor: pointer;margin-right: 3px;}
.main-content {
  margin: 0 auto;
}
.index_title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  margin: 0px 0px 10px;
  box-sizing: inherit;
}
.index_title h2 {
  color: #b30e0e;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #b30e0e;
  box-sizing: border-box;
}
.index_title h2:before {
  content: '';
  display: block;
  height: 20px;
  width: 3px;
  background: #b30e0e;
  float: left;
  margin-top: 11px;
  margin-right: 10px;
}
.index_title a {
  float: right;
  font-size: 12px;
  color: #666;
  padding-right: 17px;
}
.index_title a:hover {
  color: #b30e0e;
  font-weight: 7000;
}

.index_school_box {
  border: 1px solid #eee;
}
.index_school_box ul {
  width: 1200px;
}
.index_school_box ul li {
  width: 200px;
  height: 129px;
  float: left;
  border: 1px solid #eee;
  position: relative;
  box-sizing: border-box;
  background-color: white;
}
.index_school_box ul li .hot_r_img {
  text-align: center;
  margin: 10px auto;
  width: 80px;
  height: 80px;
}
.index_school_box ul li .hot_r_img img {
  width: 80px;
  height: 80px;
}
.index_school_box ul li .hot_r_zi {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.index_school_box ul li .hot_fc {
  width: 200px;
  height: 129px;
  background: #ab1212;
  opacity: 0.9;
  position: absolute;
  top: 0;
  display: none;
}
.index_school_box ul li .hot_fc .hot_fc_tit {
  color: #fff;
  text-align: center;
  margin: 40px 0 15px 0;
}
.index_school_box ul li .hot_fc .hot_fc_more {
  width: 100px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border-radius: 10px;
}
.index_school_box ul li .hot_fc .hot_fc_more span {
  color: #ab1212;
  font-size: 14px;
}
.index_school_box ul li:hover .hot_fc {
  display: block;
  cursor: pointer;
}

.baseBox ul > li,
.institutinonsBox ul > li {
  width: 270px;
  float: left;
  margin: 0px 10px 10px 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-bottom: 10px;
  background-color: white;
}
.baseBox ul > li:hover,
.institutinonsBox ul > li:hover {
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
}
.baseBox ul > li .list_imgbox,
.institutinonsBox ul > li .list_imgbox {
  width: 270px;
  height: 180px;
}
.baseBox ul > li .list_imgbox img,
.institutinonsBox ul > li .list_imgbox img {
  width: 100%;
  height: 100%;
}
.baseBox ul > li h2,
.institutinonsBox ul > li h2 {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  width: 260px;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0;
}
.baseBox ul > li p,
.institutinonsBox ul > li p {
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-top: 2px;
  background: url(../images/ico_40.png) no-repeat 43px;
  background-size: 20px;
  color: #999;
}

.BoxBtn {
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-left: 8px;
}
.column_item a {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  background: #f4f4f4;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 6px;
}
.column_item a:hover {
  background: #c90000;
  color: #fff;
}
.index_t_box
{
  background:#FFF;
  padding:20px;
  height:250px;
}
.index_t_box > ul > li {
  width: 285px;
  height: 250px;
  margin: 0 5px 10px 0px;
  float: left;
  padding: 10px 10px 0;
  border: 1px solid #d9e8f9;
  box-sizing: border-box;
  transform: all 0.5s;
  overflow: hidden;
}
.index_t_box > ul > li > a .t_box1 {
  border-bottom: 1px solid #d9e8f9;
  padding-bottom: 15px;
}
.index_t_box > ul > li > a .t_box1 .t_img {
  width: 100px;
  height: 116px;
}
.index_t_box > ul > li > a .t_box1 .t_img img {
  width: 100%;
  height: 100%;
}
.index_t_box > ul > li > a .t_box1 .t_title {
  width: 150px;
}
.index_t_box > ul > li > a .t_box1 .t_title p {
  line-height: 25px;
}
.index_t_box > ul > li > a .t_box1 .t_title h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  color: #2476c2;
  font-weight: 600;
}
.index_t_box > ul > li > a .t_box2 {
  font-size: 13px;
  margin-top: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 25px;
}
.index_t_box > ul > li > a .t_box1 label {
  color: #999;
}
.index_t_box > ul > li > a small {
  font-weight: 700;
}

.index_t_box > ul > li:hover {
  border: 1px solid #b30e0e;
}
.index_t_box > ul > li:hover a {
  color: #333;
}
.index_t_box > ul > li:hover > a .t_box1 .t_title h3 {
  color: #b30e0e;
}
.tsld{
 
}
 
.footer hr{
  width: 100%;
  height: 15px;
  background: rgba(217, 39, 27, 1);
}
.footer {
  padding-bottom: 20px;
}
.footer .footer_left {
  float: left;
}

.footer .footer_right {
  float: right;
}

.margintop10 {
  margin-top: 10px !important;
}
.margintop20 {
  margin-top: 20px !important;
}





.title-common {   
    border-bottom: 2px solid #E6EBF0;
    height: 60px;
    box-sizing: border-box;
    margin-bottom:10px;
}

.title-common p {
    font-size:22px;
    font-weight:bold;
    color:#242629;
    line-height:58px;
    border-bottom: 2px solid #E0281B;
    display: inline-block;
}

/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â´ */
.header-wrapper {
    margin-top: 20px !important;
}

.header-left {
    width: 500px;
    height: 498px;
}

.header-left .swiper-slide {
    position: relative;
}

.header-left .swiper-slide img {
    width: 500px;
    height: 282px;
    display: block;
}
.header-left img {
    width: 500px;
    height: 297px;
}
.header-left ul{

background: #F7F7F7;

border: 1px solid #DEDCDC;

margin-top: 10px;

font-size: 14px;

color: #595959;
}
.header-left ul li{

height: 27px;

padding-top: 5px;
border-bottom:1px dashed #ccc;
}
.header-left ul li img{
  width:15px !important;
  height:15px !important;
  /* margin-right:10px; */
  padding: 0 10px;
}
.header-left .swiper-pagination-bullets {
    right: 20px;
    bottom: 0;
    height: 30px;
    left: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-left .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background: rgb(122, 119, 119);
    opacity:1;
    border-radius:2px;
}

.header-left .swiper-pagination-bullet-active {
    background: #fff;
}

.header-right {
    width: 680px;
}

.header-right-title {
    font-size: 25px;
    font-family:NotoSansHans;
    font-weight:bold;
    color: #C7161E;
    /* line-height: 40px; */
    text-align: center;
    width: 680px;
}

.header-right-unit,.header-right-type{
    font-size:14px;
    font-weight:400;
    color:#757980;
    line-height:30px;
}

.header-right-card {
    padding: 15px 0;
    /* border-bottom: 1px solid #FFD6D3; */
}
.header-right-card .card {
    font-size:14px;
    font-family:NotoSansHans;
    font-weight:400;
    color:rgba(255,74,48,1);
    line-height:32px;
    text-align: center;
    padding: 0 10px;
    float: left;
    background:rgba(255,243,243,1);
    border:1px solid rgba(255, 232, 229, 1);
    border-radius:4px;
}

.header-right-card .card + .card {
    margin-left: 10px;
}

.header-right-card .card img {
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.header-right-desc {
    width: 680px;
    height: 480px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #595959;
    line-height: 36px;
    overflow-y: auto;
    text-indent:2em;
    background-image:url(../images/siteRightBG.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}


/* ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â®Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â¡Ãƒâ€¦Ã‚Â½ */
.gmlx-wrapper {
    margin-top: 25px;
}


.gmlx-image img {
    width: 100%;
  
}





/**ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â¸Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â±***/
.pxly {
  padding: 20px;
  background-color: #fff;
  height:180px;
}
.pxly .product-item li {
  margin: 0 0 10px 20px;
  display: block;
  height: 176px;
  width: 275px;
  position: relative;
  float: left;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.pxly .product-item li img {
  height: 176px;
  width: 275px;
  transition: all 0.5s;
}
.pxly .product-item li:nth-child(4) {
  margin-right: 0;
}
.pxly .product-item li:nth-child(1) {
  margin-left: 0;
}
.pxly .product-item li a {
  color: #fff;
  font-size: 13px;
}
.pxly .product-item li .item-msg {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pxly .product-item .tag-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: none;
}
.pxly .product-item .tag-wrap p {
  margin-top: 25px;
  font-weight: bold;
}
.pxly .product-item li:hover img {
  transform: scale(1.2); /*-webkit-filter: blur(3px);filter: blur(3px);*/
}
.pxly .product-item li:hover .item-msg {
  background: rgba(171, 18, 18, 0.8);
}

.pxly .product-item .ljxq2 {
  display: inline-block;
  color: #c8211c;
  margin-top: 10px;
  background-color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
}
.newsPage .item {width: 100%;height: 120px;padding: 10px 0;transition: all .5s;border-bottom: 1px solid #f3f3f3;background: #FFF;margin-bottom:5px;}
.newsPage .item a {width: 100%;display: block;}
.newsPage .item a .item_content {width: 250px;}
.newsPage .item img {width: 180px;height: 120px;display: block;margin: 0 10px;}
.newsPage .item h3 {font-size: 16px;/* padding: 20px 0 20px; */color: #000;font-weight: 400;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newsPage .item .txt {color: #999;line-height: 24px;height: 100px;padding-right: 20px;overflow: hidden;font-size: 14px;}
.newsPage .item .time {width: 130px;height: 140px;border-left: 1px solid #eee;font-family: arial;font-size: 18px;color: #999;text-align: center;}
.newsPage .item .time .day {font-size: 18px;line-height: 20px;display: block;padding-top: 15px;}
.newsPage .item .time .year {font-size: 16px;line-height: 45px;display: block;}
.newsPage .item:hover {box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
.newsPage .item:hover h3 {color: #da1f2e;}
.newsPage .item:hover .time .day span {background: #6d6d6d;}
.newsPage .item:hover .time .day strong {background: #ff0000; color: #fff;}
.newsPage .item.items img {width: auto;max-width: 300px; }

.dx_list ul li {background: #FFFFFF; height: 145px; box-sizing: border-box
position: relative;border: 1px solid #ddd;margin-bottom: 20px;padding: 20px 0px;  -webkit-transition: all 0.2s linear;transition: all 0.2s linear;cursor: pointer;}
.dx_list ul li:hover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
.dx_list ul li:hover .dx_list_conter .dx_list_title h3 a { color:#d80d0b ;font-weight: bold; }
.dx_list ul li .dx_list_left { width: 223px; height: 100%;  padding: 0px 0px  0px 15px;border-right: 1px dashed #e0e0e0;text-align: center;}
.dx_list ul li .dx_list_left .img { width: 215px; height: 145px; }
.dx_list ul li .dx_list_left .img img{width: 100%;height:100%}
.dx_list ul li .dx_list_left .tag_box { height: 20px; line-height: 30px; font-size: 12px;color: #fff;display: initial; border-radius:3px ; padding: 4px 15px; margin: 0 3px; }
.dx_list ul li .dx_list_left .bg1 { background: #ff5722; }
.dx_list ul li .dx_list_left .bg2 { background: #009688; }
.dx_list ul li .dx_list_left .bg3 { background: #a3d59b; }
.dx_list ul li .dx_list_left .bg4 { background: #2196f3; }
.dx_list ul li .dx_list_left .bg5 { background: #3f51b5; }
.dx_list ul li .dx_list_conter {  width: 890px; padding-left: 15px; }
.dx_list ul li .dx_list_conter .dx_list_title { line-height: 30px; }
.dx_list ul li .dx_list_conter .dx_list_title h3 { float: left; width: 260px;}
.dx_list ul li .dx_list_conter .dx_list_title h3 a{ font-size: 20px;  }
.dx_list ul li .dx_list_conter .dx_list_title .dx_js { background: #d80d0b; color: #fff; font-size: 12px; display: initial; line-height: 20px; border-radius: 3px; padding: 4px 15px;  }
.dx_list ul li .dx_list_conter .p1 {padding-left:15px; line-height: 25px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.dx_list ul li .dx_list_conter .p2 {padding-left:15px; line-height: 20px; color: #666; border-top: 1px dashed #eee ; padding-top: 2px;margin-top: 2px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.dx_list ul li .dx_list_right { width: 145px; }
.dx_list ul li .dx_list_right a { width: 80px; height: 25px; line-height: 25px; text-align: center; display: block; background: #f4f4f4 ; border-radius:3px ; margin:0px 0px 10px 40px; }
.dx_list ul li .dx_list_right a:hover { background: #c90000 ;color: #fff; }
.pagination{text-align:center}

.Pagination {    
  text-align: center;
}


.Pagination:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.Pagination span {
    display:inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
    vertical-align: top;
}

.Pagination .active {
    display:inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background:rgba(217, 39, 27, 1);
    color: #fff;
    font-size: 14px;
    border: 1px solid #e91e63
}

.Pagination a {
   display:inline-block;
   margin: 0 5px;
   width: 38px;
   height: 38px;
   line-height: 38px;
   background: #fff;
   border: 1px solid #d9d9d9;
   color: rgba(0,0,0,.65);
   font-size: 14px;
   vertical-align: top;
}

.Pagination a:hover {
    color: #fff;
    background: rgba(217, 39, 27, 1)
}

.Pagination .next,
.Pagination .prev {
    font-family: simsun;
    font-size: 16px;
    font-weight: 700
}

.Pagination .next.disabled,
.Pagination .prev.disabled {
    color: rgba(0,0,0,.25);
    border-color: #d9d9d9;
    cursor: not-allowed;
}

.Pagination .next.disabled:hover,
.Pagination .prev.disabled:hover {
   background: #fff;
   border-color: #d9d9d9;
}
.pr10
{
  padding-right:10px;
}
/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂµÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨*/
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
.ma{margin-left:auto;margin-right:auto;}
.w980{width:980px;}
.mt10{margin-top:10px;}


.index_px .index_px_left {width: 210px; height: 400px; background: transparent;position: relative; }
.index_px .index_px_left .index_px_img{ position: absolute; bottom: 0;  height: 80px;}
.index_px .index_px_left .index_px_zt {height: 198px;border: 1px solid #eee;position: relative;}
.index_px .index_px_left .index_px_zt:nth-of-type(2) { border-top:none ;/*border-bottom:none ; */ }
.index_px .index_px_left .index_px_zt ul>li{float: left;width: 69px;overflow: hidden;text-align: left;}
.index_px .index_px_left .index_px_zt h2{ font-size: 16px ; line-height: 30px;  padding:0 10px;}
.index_px .index_px_left .index_px_zt h2:after { display: block;content: ""; height: 1px; background: #eee; }
.index_px .index_px_left .index_px_zt ul>li a{ display: block; font-size: 12px; line-height: 25px; 
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;     padding-left: 3px;}
.index_px .index_px_left .index_px_zt ul>li a:hover  {  background: #b30e0e; color:#fff; }
.index_px .index_px_left .index_px_zt .px_zt {width: 620px;height: 301px;background: white;z-index: 99999;display: none;border:1px solid #eee;padding: 10px;overflow: hidden;position: absolute;left: 208px;top: -1px;}
.index_px .index_px_left .index_px_zt #px_zt1 { position: absolute; top: -1px; left: 210px; background: rgba(255,255,255,0.9);}
.index_px .index_px_left .index_px_zt #px_zt2 { position: absolute; top: -150px; left: 210px;background: rgba(255,255,255,0.9);}
.index_px .index_px_left .index_px_zt #px_zt3 { position: absolute; top: -201px; left: 210px;background: rgba(255,255,255,0.9);}
.index_px .index_px_left .index_px_zt .px_zt>ul>li {height: 40px;width: 100px;box-sizing: border-box;float: left;padding: 10px 0px;}
.index_px .index_px_left .index_px_zt .px_zt>ul>li a{  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 30px; border-left: 1px solid #dedede; }
.index_px .index_px_left .index_px_zt .px_zt>ul>li:nth-child(4n) a { border-right:1px solid #dedede ;}
.index_px .index_px_left .index_px_zt:hover  #px_zt1,.index_px_zt:hover  #px_zt2,.index_px_zt:hover  #px_zt3 { display: block;  }
.index_px .index_px_center {width: 600px; height: 400px; background: transparent; margin: 0 20px; position: relative; }
.index_px .index_px_center .index_px_chazhao { width: 100%; height: 80px; border: 1px solid #eee; position: absolute; bottom: 0; }
.index_px .index_px_center .index_px_chazhao ul li {float: left;width: 200px;height: 100%;/* padding: 13px 0px; */border-right: 1px solid #eee;box-sizing: border-box;text-align: center;}
.index_px .index_px_center .index_px_chazhao ul li a img{width:180px;height: 80px;}
.index_px .index_px_center .index_px_chazhao ul li:last-child { border-right: none;  }
.index_px .index_px_center .index_px_chazhao ul li img{ display: block; margin: 0 auto 3px;   }
.index_px .index_px_center .index_px_chazhao ul li:hover { background: #b30e0e; }
.index_px .index_px_center .index_px_chazhao ul li:hover a{color: #fff; }
.index_px .index_px_right {width: 350px; height: 400px; background: transparent;  }
.index_px .index_px_right .index_px_gg { height: 30px; overflow: hidden; border: 1px solid #eee; line-height: 30px; padding-left: 30px; font-size:14px ;
 background:url(../images/ico_11.png) no-repeat center left; background-position:10px ; }
.index_px .index_px_right .index_px_news { height: 175px; border: 1px solid  #eee; margin-top: 10px;  padding: 0px 15px 0px 10px; }
.index_px .index_px_right .index_px_news .index_px_title { height: 45px; line-height: 45px; border-bottom: 1px solid #eee; }
.index_px .index_px_right .index_px_news .index_px_title h2 { display: initial; font-size: 16px ;font-weight: bold; color: #b30e0e;  border-left: 3px solid #b30e0e; padding-left:10px ; }
.index_px .index_px_right .index_px_news .index_px_title a { float: right; font-size:12px ; color: #666; }
.index_px .index_px_right .index_px_news .index_px_title a:hover { color: #b30e0e;  } 
.marquee1{ overflow:hidden;; height: 130px; }
.index_px .index_px_right .index_px_news ul { list-style:disc !important; }
.index_px .index_px_right .index_px_news ul>li { height: 26px; line-height: 26px; padding-left: 12px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;  
background: url( ../images/ico_12.png) no-repeat center left; background-size: 6px;   }
.index_px .index_px_right .index_px_news ul>li a{ color:#666; font-size: 14px; }
.index_px .index_px_right .index_px_news ul>li:hover {background: #b30e0e; }
.index_px .index_px_right .index_px_news ul>li:hover a { color: #fff;  }

.shangqiao img{
width:600px !important;
height:300px !important;
}
.footer a
{
  display: none;
}


.mp-comments {
  position: relative;
  margin: 20px auto 0;
  width: 990px;
}
.mp-comments h2 {
  line-height: 38px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.mp-comments-head {
  border: 1px solid #e5e5e5;
}
.mp-comments-head .mp-star-level {
  width: 115px;
  margin-top: 9px;
}
.mp-comments-head .mp-star-level em,
.mp-comments-head .mp-star-level span {
  height: 23px;
  background-image: url(//img1.qunarzz.com/piao/fusion/1610/fc/eb25f9c469b6402.png);
}
.mp-comments-head .mp-star-level em {
  background-position: 0 -25px;
}
.mp-star-level {
  display: inline-block;
  width: 65px;
  white-space: nowrap;
}
.mp-star-level em,
.mp-star-level span {
  display: block;
  overflow: hidden;
  height: 13px;
  background-image: url(//img1.qunarzz.com/piao/fusion/1610/80/82754a9b48432102.png);
  background-repeat: repeat-x;
}
.mp-star-level em {
  background-position: 0 -15px;
}
.mp-star-level span {
  background-position: 0 0;
}
.mp-comments-head {
  overflow: hidden;
  *zoom: 1;
  padding: 18px 40px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.mp-comments-star,
.mp-comments-score,
.mp-comments-number {
  float: left;
}
.mp-comments-score {
  margin-right: 30px;
  margin-left: 18px;
  height: 42px;
  line-height: 40px;
}
.mp-gain-score {
  color: #f60;
  font-weight: bold;
  font-size: 28px;
}
.mp-total-score {
  color: #888;
  font-size: 16px;
}
.mp-comments-number {
  color: #888;
  font-size: 16px;
  line-height: 16px;
  margin-top: 18px;
}
.mp-comments-add {
  display: block;
  float: right;
  width: 160px;
  height: 42px;
  background-color: #f60;
  color: #fff !important;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}
.mp-commnets-addicon {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background-image: url(//img1.qunarzz.com/piao/fusion/1610/e9/ca866d060f0a8d02.png);
  background-size: 21px 21px;
  vertical-align: -3px;
}
.mp-commentstab-list {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid #1cafc5;
  list-style: none;
}
.mp-commentstab-item {
  float: left;
  padding: 0 14px;
  color: #1cafc5;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
.mp-commentstab-item.mp-actived {
  color: #fff;
  background-color: #1cafc5;
}
.mp-comments-list {
  list-style: none;
}
.mp-comments-item {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.mp-comments-title {
  height: 40px;
  font-size: 0;
}
.mp-comments-title span {
  margin-right: 30px;
}
.mp-comments-username {
  color: #333;
  font-size: 14px;
  line-height: 40px;
}
.mp-comments-time {
  color: #888;
  font-size: 16px;
  line-height: 40px;
}
.mp-comments-desc {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.mp-comments-imglist {
  overflow: hidden;
  *zoom: 1;
  margin-top: 10px;
  margin-left: -8px;
}
.mp-comments-img-item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 8px 25px;
  background-color: #ccc;
}
.mp-comments-img-item .mp-img {
  width: 100%;
}
.mp-comments-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mp-comments-img-item .mp-text {
  overflow: hidden;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}