@charset "UTF-8"
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 8, ../sass/screen.scss */
.flip-container {
  perspective: 1000px;
}

/* flip the pane when hovered */
/* line 12, ../sass/screen.scss */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}

/* line 16, ../sass/screen.scss */
.flip-container, .front, .back {
  width: 196px;
  height: 156px;
}

/* line 21, ../sass/screen.scss */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* line 27, ../sass/screen.scss */
.back {
  background: #71c6fd;
  color: #fff;
  line-height: 156px;
  text-align: center;
  font-size: 30px;
}

/* line 35, ../sass/screen.scss */
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 43, ../sass/screen.scss */
.front {
  z-index: 2;
}

/* line 47, ../sass/screen.scss */
.back {
  transform: rotateY(180deg);
}

/* line 51, ../sass/screen.scss */
.bg_t img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 57, ../sass/screen.scss */
.top_open {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url("../images/new_part_01.jpg") no-repeat top center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* line 58, ../sass/screen.scss */
.top_open .guohui {
  margin-top: 60px;
  margin-bottom: 50px;
}
/* line 62, ../sass/screen.scss */
.top_open .zi {
  margin-bottom: 30px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-duration: 1s;
}
/* line 75, ../sass/screen.scss */
.top_open img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 99999;
}
/* line 82, ../sass/screen.scss */
.top_open .tree {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

/* line 90, ../sass/screen.scss */
.xiaoqizi {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -40px;
  background: url("../images/icon.png") no-repeat;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 99;
  display: none;
  transition: all 0.5s;
}
/* line 102, ../sass/screen.scss */
.xiaoqizi:hover {
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 113, ../sass/screen.scss */
.qizi {
  background: url("../images/qizi.gif") no-repeat left top;
  width: 335px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -368px;
  height: 736px;
  padding-top: 98px;
  z-index: 10;
  font-size: 26px;
  line-height: 70px;
}
/* line 114, ../sass/screen.scss */
.qizi #x {
  background: url("../images/x.png") no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  right: 137px;
  top: 90px;
}
/* line 135, ../sass/screen.scss */
.qizi .first_li {
  border-top: none;
}
/* line 138, ../sass/screen.scss */
.qizi li {
  transition: all 0.5s;
  padding-left: 20px;
  color: #fff;
  border-bottom: 1px solid #cc0003;
  border-top: 1px solid #ee4346;
  width: 160px;
  text-align: center;
  background: url("../images/star.png") no-repeat 15px center;
  cursor: pointer;
}
/* line 148, ../sass/screen.scss */
.qizi li:hover {
  transition: all 0.5s;
  background: url("../images/y_star.png") no-repeat 5px center;
  color: #fff100;
}
/* line 154, ../sass/screen.scss */
.qizi #back_to {
  color: #fff;
  padding-left: 50px;
  font-size: 18px;
  background: url("../images/back.png") no-repeat 15px center;
  cursor: pointer;
}

/* line 162, ../sass/screen.scss */
.board {
  border: 1px solid #cc0003;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}
/* line 167, ../sass/screen.scss */
.board .border_tit {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-left: 8px;
  padding-right: 8px;
  background: #cc0003;
  float: left;
}
/* line 176, ../sass/screen.scss */
.board .border_cont {
  float: right;
  width: 1040px;
  overflow: hidden;
  padding: 0 15px;
}
/* line 182, ../sass/screen.scss */
.board .border_cont ul li {
  color: #cc0003;
  width: 332px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 188, ../sass/screen.scss */
.board .border_cont ul li a:before {
  content: " · ";
  color: #cc0003;
}

/* line 198, ../sass/screen.scss */
.headline {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
/* line 203, ../sass/screen.scss */
.headline h1 a, .headline h1 span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
}
/* line 206, ../sass/screen.scss */
.headline h1 a {
  font-weight: bold;
  font-size: 46px;
  color: #cc0003;
}
/* line 211, ../sass/screen.scss */
.headline h1 span {
  color: #fff;
  background: #cc0003;
  height: 40px;
  line-height: 40px;
  width: 80px;
  border-radius: 20px;
  margin-right: 20px;
}
/* line 221, ../sass/screen.scss */
.headline .sub_headline {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #cc0003;
}
/* line 224, ../sass/screen.scss */
.headline .sub_headline a {
  margin: 10px;
}

/* line 230, ../sass/screen.scss */
.block {
  color: #fff;
  text-align: justify;
  height: 48px;
  margin: 10px 0;
}
/* line 235, ../sass/screen.scss */
.block.block-col2 {
  font-size: 24px;
}
/* line 237, ../sass/screen.scss */
.block.block-col2 a {
  width: 577px;
}
/* line 242, ../sass/screen.scss */
.block.block-col3 {
  font-size: 18px;
}
/* line 244, ../sass/screen.scss */
.block.block-col3 a {
  width: 377px;
}
/* line 248, ../sass/screen.scss */
.block a {
  background: #cc0003;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  line-height: 48px;
  height: 48px;
}
/* line 255, ../sass/screen.scss */
.just_fix {
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

/* line 263, ../sass/screen.scss */
.slide {
  position: relative;
}
/* line 265, ../sass/screen.scss */
.slide .prev, .slide .next {
  display: block;
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -64px;
  width: 70px;
  height: 128px;
}
/* line 274, ../sass/screen.scss */
.slide .prev {
  background: url("../images/prev2.png") no-repeat;
  left: -22px;
}
/* line 278, ../sass/screen.scss */
.slide .next {
  background: url("../images/next2.png") no-repeat;
  right: -22px;
}
/* line 284, ../sass/screen.scss */
.slide ul li a {
  display: block;
  position: relative;
}
/* line 287, ../sass/screen.scss */
.slide ul li a p {
  position: absolute;
  bottom: 0;
  width: 96%;
  padding: 0 2%;
  left: 0;
  font-size: 22px;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}
/* line 290, ../sass/screen.scss */
.slide ul li a img {
  display: block;
  width: 1170px;
  height: 690px;
  transform: scale(1);
  transition: all 10s ease 0s;
}
/* line 296, ../sass/screen.scss */
.slide ul li a img:hover {
  transform: scale(1.3);
  transition: all 10s ease 0s;
}

/* line 306, ../sass/screen.scss */
.lianghui_item_l {
	width: 100%;
  margin-bottom: 20px;
}
/* line 309, ../sass/screen.scss */
.richeng .richeng_tit {
  width: 120px;
  height: 156px;
  background: #cc0003;
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
}
/* line 318, ../sass/screen.scss */
.richeng .richeng_tit span {
  display: block;
  margin: 36px auto;
  width: 82px;
}
/* line 325, ../sass/screen.scss */
.richeng .richeng_cont {
	width: 560px;
	height: 154px;
	border-top: 1px solid #f2eeee;
	border-bottom: 1px solid #f2eeee;
	background: #f9f9f9;
	position: relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
/* line 333, ../sass/screen.scss */
.richeng .richeng_cont .hd {
  position: absolute;
  top: 6px;
  left: 0px;
}
/* line 337, ../sass/screen.scss */
.richeng .richeng_cont .hd li {
  background: #fff;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #cc0003;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
  margin: 0 25px;
}
/* line 347, ../sass/screen.scss */
.richeng .richeng_cont .hd li.on {
  width: 20px;
  height: 20px;
  background: #cc0003;
}
/* line 354, ../sass/screen.scss */
.richeng .richeng_cont .bd {
  height: 111px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #cc0003;
}
/* line 360, ../sass/screen.scss */
.richeng .richeng_cont .bd ul li {
  overflow: hidden;
  *zoom: 1;
  height: 111px;
  overflow-y: auto;
}
/* line 362, ../sass/screen.scss */
.richeng .richeng_cont .bd ul li .richeng_date {
	margin-left: 5px;
	width: 90px;
	text-align: center;
	color: #cc0003;
}
/* line 367, ../sass/screen.scss */
.richeng .richeng_cont .bd ul li .richeng_date dt {
  font-weight: bold;
  font-size: 48px;
}
/* line 371, ../sass/screen.scss */
.richeng .richeng_cont .bd ul li .richeng_date dd {
  font-size: 18px;
  border-top: 1px solid #cc0003;
  line-height: 38px;
}
/* line 377, ../sass/screen.scss */
.richeng .richeng_cont .bd ul li .richeng_txt {
	margin-left: 15px;
	font-size: 16px;
	line-height: 24px;
	width: 405px;
}
/* line 389, ../sass/screen.scss */
.shipin_tit {
  color: #cc0003;
  border-bottom: 1px solid #cc0003;
}
/* line 392, ../sass/screen.scss */
.shipin_tit em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  border-radius: 14px;
  border: 1px solid #cc0003;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 15px;
}
/* line 405, ../sass/screen.scss */
.shipin_tit span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
  border-bottom: 2px solid #cc0003;
  font-family: Simsun;
  font-weight: bold;
  font-size: 26px;
}
/* line 417, ../sass/screen.scss */
.shipin_cont {
  text-align: justify;
}
/* line 419, ../sass/screen.scss */
.shipin_cont dl {
  padding: 11px;
  border: 1px solid transparent;
  width: 348px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
}
/* line 420, ../sass/screen.scss */
.shipin_cont dl:hover {
  border: 1px solid #71c6fd;
  box-shadow: 0 6px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
/* line 436, ../sass/screen.scss */
.shipin_cont dl dt {
  width: 348px;
  height: 195px;
}
/* line 439, ../sass/screen.scss */
.shipin_cont dl dt img {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 445, ../sass/screen.scss */
.shipin_cont dl dd {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 36px;
  text-align: center;
}
/* line 453, ../sass/screen.scss */
.shipin_cont.small_video {
  height: 189px;
}
/* line 455, ../sass/screen.scss */
.shipin_cont.small_video dl {
  width: 210px;
}
/* line 457, ../sass/screen.scss */
.shipin_cont.small_video dl dt {
  width: 210px;
  height: 129px;
}

/* line 467, ../sass/screen.scss */
.lianghui_item_r {
  width: 400px;
}
/* line 469, ../sass/screen.scss */
.lianghui_item_r .zongshu {
  width: 396px;
  border: 2px solid #cc0003;
}
/* line 472, ../sass/screen.scss */
.lianghui_item_r .zongshu .zongshu_tit {
  margin-top: -61px;
  margin-left: -2px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: Simsun;
  font-weight: bold;
  font-size: 26px;
  color: #cc0003;
}
/* line 484, ../sass/screen.scss */
.lianghui_item_r .zongshu .bar_cont {
  border: 1px solid #f2eeee;
  border-radius: 8px;
  margin: 10px auto;
  width: 345px;
}
/* line 489, ../sass/screen.scss */
.lianghui_item_r .zongshu .bar_cont p {
  color: #cc0003;
  padding: 10px 20px;
}
/* line 493, ../sass/screen.scss */
.lianghui_item_r .zongshu .bar_cont .bar {
  border-radius: 8px;
  color: #fff;
  background: #cc0003;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
}
/* line 502, ../sass/screen.scss */
.lianghui_item_r .zongshu .zongshu_list {
  width: 345px;
  margin: 20px auto;
}
/* line 505, ../sass/screen.scss */
.lianghui_item_r .zongshu .zongshu_list li {
  margin-bottom: 10px;
  border-bottom: 1px solid #f2eeee;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
/* line 511, ../sass/screen.scss */
.lianghui_item_r .zongshu .zongshu_list li span {
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
  background: #cc0003;
}

/* line 526, ../sass/screen.scss */
.dongtai {
  background: #faf3eb url("../images/dongtai_09.jpg") center top no-repeat;
  padding-top: 178px;
  padding-bottom: 50px;
}
/* line 530, ../sass/screen.scss */
.dongtai .dongtai_news {
  padding-left: 10px;
  padding-right: 10px;
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 538, ../sass/screen.scss */
.dongtai .dongtai_news:hover {
  background: #fff;
  box-shadow: 0 6px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
/* line 550, ../sass/screen.scss */
.dongtai .dongtai_news .dongtai_l {
  width: 585px;
}
/* line 552, ../sass/screen.scss */
.dongtai .dongtai_news .dongtai_l img {
  width: 585px;
  height: 312px;
}
/* line 557, ../sass/screen.scss */
.dongtai .dongtai_news .dongtai_r {
  width: 549px;
}
/* line 560, ../sass/screen.scss */
.dongtai .dongtai_news .dongtai_r dl dt {
  font-size: 40px;
  line-height: 50px;
}
/* line 564, ../sass/screen.scss */
.dongtai .dongtai_news .dongtai_r dl dd {
  font-size: 18px;
  line-height: 44px;
  color: #a6937c;
  border-top: 1px dotted #000;
  padding-top: 10px;
  margin-top: 15px;
}

/* line 577, ../sass/screen.scss */
.rendazhengxie {
  margin-top: 60px;
  background-color: #fff;
  padding: 25px 0;
  position: relative;
}
/* line 582, ../sass/screen.scss */
.rendazhengxie .sibianxing {
  background: url("../images/sibianxing.png") no-repeat;
  width: 355px;
  height: 370px;
  position: absolute;
  top: -20px;
  margin-left: -191px;
  left: 50%;
}
/* line 591, ../sass/screen.scss */
.rendazhengxie .renda_news {
  width: 360px;
}
/* line 593, ../sass/screen.scss */
.rendazhengxie .renda_news dt {
  font-size: 24px;
  color: #cc0003;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 598, ../sass/screen.scss */
.rendazhengxie .renda_news dd {
  border-bottom: 1px solid #ccc;
  background: url("../images/disc_03.jpg") no-repeat left center;
  padding-left: 15px;
  font-size: 18px;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 610, ../sass/screen.scss */
.daibiao .daibiao_tit {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: url("../images/titi_cont.png") no-repeat center center;
  font-size: 38px;
  color: #cc0003;
  line-height: 40px;
}
/* line 619, ../sass/screen.scss */
.daibiao .daibiao_cont {
  background: #f3eded;
}
/* line 621, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box {
  padding: 30px;
  width: 525px;
}
/* line 622, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box.with_bg {
  background: #cc0003;
  color: #fff;
}
/* line 627, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box.with_bg .daibiaoxinsheng_list .daibiaoxinsheng_tit span {
  background: #cc0003;
}
/* line 635, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box .daibiao_row {
  margin-bottom: 30px !important;
}
/* line 637, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box .daibiao_row dl {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
  width: 150px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 644, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box .daibiao_row dt img {
  width: 150px;
  height: 210px;
  display: block;
}
/* line 651, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box .daibiao_row dd.daibiao_xinsheng {
  height: 56px;
  overflow: hidden;
}
/* line 657, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box .daibiaoxinsheng_list {
  position: relative;
  border: 1px solid #ccc;
  padding: 30px;
}
/* line 661, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box .daibiaoxinsheng_list .daibiaoxinsheng_tit {
  text-align: center;
  position: absolute;
  top: -22px;
  width: 100%;
  left: 0;
}
/* line 667, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box .daibiaoxinsheng_list .daibiaoxinsheng_tit span {
  background: #f3eded;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 26px;
}
/* line 676, ../sass/screen.scss */
.daibiao .daibiao_cont .daibiao_box .daibiaoxinsheng_list .daibiaoxinsheng_cont li {
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 687, ../sass/screen.scss */
.xinzhengcheng {
  background: url("../images/cloud.png") no-repeat center bottom;
}
/* line 691, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_l a {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 696, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_l a:hover .mask {
  display: block;
}
/* line 700, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_l a .mask {
  display: block;
  position: absolute;
  display: none;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  color: #fff;
}
/* line 701, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_l a .mask i {
  display: block;
  margin: 30px;
  font-size: 18px;
  line-height: 30px;
}
/* line 720, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_l img {
  display: block;
  width: 585px;
  height: 406px;
}
/* line 726, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_r {
  width: 575px;
}
/* line 728, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_r a {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 733, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_r a:hover .mask {
  display: block;
}
/* line 737, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_r a .mask {
  display: block;
  position: absolute;
  display: none;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  color: #fff;
}
/* line 738, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_r a .mask i {
  display: block;
  margin: 15px;
  font-size: 18px;
  line-height: 30px;
}
/* line 757, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_r .huihuang_top {
  width: 575px;
  text-align: justify;
  margin-bottom: 7px;
  height: 184px;
}
/* line 762, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_r .huihuang_top a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 184px;
}
/* line 767, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_r .huihuang_bot {
  text-align: justify;
}
/* line 769, ../sass/screen.scss */
.xinzhengcheng .huihuang .huihuang_r .huihuang_bot a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 215px;
}

/* line 781, ../sass/screen.scss */
.lijinbin .lijinbin_top dl dt {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #cc0003;
}
/* line 787, ../sass/screen.scss */
.lijinbin .lijinbin_top dl dd {
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
  border-top: 1px dotted #000;
  padding-top: 10px;
  margin-top: 15px;
}
/* line 797, ../sass/screen.scss */
.lijinbin .lijinbin_list {
  width: 570px;
}
/* line 799, ../sass/screen.scss */
.lijinbin .lijinbin_list li {
  border-bottom: 1px solid #ccc;
  background: url("../images/disc_03.jpg") no-repeat left center;
  padding-left: 15px;
  font-size: 18px;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 810, ../sass/screen.scss */
.rongmei {
  background: #f2ecf0 url("../images/rongmei_bg.png") top center no-repeat;
}
/* line 812, ../sass/screen.scss */
.rongmei .rongmei_l {
  width: 752px;
}
/* line 814, ../sass/screen.scss */
.rongmei .rongmei_l .cehua {
  text-align: justify;
}
/* line 816, ../sass/screen.scss */
.rongmei .rongmei_l .cehua dl {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 351px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid transparent;
}
/* line 822, ../sass/screen.scss */
.rongmei .rongmei_l .cehua dl:hover {
  box-shadow: 0 6px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
/* line 834, ../sass/screen.scss */
.rongmei .rongmei_l .cehua dl dt {
  float: left;
  width: 116px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #cc0003;
}
/* line 844, ../sass/screen.scss */
.rongmei .rongmei_l .cehua dl dd {
  font-size: 18px;
  line-height: 32px;
  width: 198px;
  float: right;
}
/* line 849, ../sass/screen.scss */
.rongmei .rongmei_l .cehua dl dd a {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
/* line 857, ../sass/screen.scss */
.rongmei .rongmei_r {
  background: url("../images/line_07.png") no-repeat top center;
  width: 400px;
  padding-top: 6px;
}
/* line 861, ../sass/screen.scss */
.rongmei .rongmei_r .tugemingbai {
  background-color: #cc0003;
  text-align: center;
}
/* line 865, ../sass/screen.scss */
.rongmei .rongmei_r .tugemingbai .tuge_cont img {
  margin: 10px 0;
  width: 330px;
  height: 130px;
}

/* line 875, ../sass/screen.scss */
.weiguan {
  padding-bottom: 30px;
}
/* line 877, ../sass/screen.scss */
.weiguan .weiguan_l {
  background: url("../images/phone.png") no-repeat;
  width: 341px;
  height: 630px;
  padding-top: 98px;
  padding-left: 25px;
  padding-right: 23px;
}
/* line 884, ../sass/screen.scss */
.weiguan .weiguan_l .phone {
  height: 529px;
  background: red;
}
/* line 889, ../sass/screen.scss */
.weiguan .weiguan_r {
  width: 739px;
}

/* line 894, ../sass/screen.scss */
.baogaojiedu {
  background: url("../images/jiedu.png") center top no-repeat;
  height: 742px;
}
/* line 897, ../sass/screen.scss */
.baogaojiedu .jiedu_l {
  width: 595px;
  height: 554px;
  background: #cc0003 url("../images/jiedul.png") no-repeat left center;
}
/* line 901, ../sass/screen.scss */
.baogaojiedu .jiedu_l .jiedu_zhengfu {
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  width: 310px;
  height: 474px;
  padding: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  color: #fff;
}
/* line 912, ../sass/screen.scss */
.baogaojiedu .jiedu_l .jiedu_zhengfu p {
  font-size: 16px;
  line-height: 32px;
}
/* line 916, ../sass/screen.scss */
.baogaojiedu .jiedu_l .jiedu_zhengfu .zhengfu_tit {
  font-size: 28px;
}
/* line 921, ../sass/screen.scss */
.baogaojiedu .jiedu_r {
  overflow: hidden;
  width: 558px;
  text-align: justify;
}
/* line 925, ../sass/screen.scss */
.baogaojiedu .jiedu_r a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 210px;
  height: 140px;
  background: #cc0003;
  color: #e6be84;
  font-size: 30px;
  line-height: 52px;
  padding: 30px 30px 0;
  margin-bottom: 22px;
}

/* line 941, ../sass/screen.scss */
.quanjing .slide .prev, .quanjing .slide .next {
  top: 50%;
  margin-top: -75px;
  width: 44px;
  height: 149px;
}
/* line 947, ../sass/screen.scss */
.quanjing .slide .prev {
  background: url("../images/prev.png") no-repeat;
  left: -22px;
}
/* line 951, ../sass/screen.scss */
.quanjing .slide .next {
  background: url("../images/next.png") no-repeat;
  right: -22px;
}
/* line 957, ../sass/screen.scss */
.quanjing .slide ul li a {
  display: block;
  position: relative;
}
/* line 960, ../sass/screen.scss */
.quanjing .slide ul li a p {
  position: absolute;
  bottom: 0;
  width: 96%;
  padding: 0 2%;
  left: 0;
  font-size: 22px;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
  text-align: center;
}
/* line 964, ../sass/screen.scss */
.quanjing .slide ul li a img {
  display: block;
  width: 1170px;
  height: 688px;
  transform: scale(1);
  transition: all 10s ease 0s;
}
/* line 970, ../sass/screen.scss */
.quanjing .slide ul li a img:hover {
  transform: scale(1.3);
  transition: all 10s ease 0s;
}

/* line 982, ../sass/screen.scss */
.hudong .hudong_bar {
  background: url("../images/bar_tit_07.png") repeat-x;
  height: 10px;
  width: 100%;
}
/* line 987, ../sass/screen.scss */
.hudong .hudong_cont {
  height: 540px;
}


/* line 992, ../sass/screen.scss */
.wangjie {
  background: url("../images/wangjie_02.jpg") no-repeat top center;
  height: 441px;
}
/* line 995, ../sass/screen.scss */
.wangjie .wangjie_cont {
  color: #fff;
  text-align: justify;
}
/* line 997, ../sass/screen.scss */
.wangjie .wangjie_cont a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 1003, ../sass/screen.scss */
.wangjie .wangjie_cont dl {
  display: inline-block;
  vertical-align: top;
  *vertical-align: top;
  *zoom: 1;
  *display: inline;
}
/* line 1005, ../sass/screen.scss */
.wangjie .wangjie_cont dl dt {
  width: 320px;
  height: 200px;
  background: #cc0003;
  text-align: center;
}
/* line 1010, ../sass/screen.scss */
.wangjie .wangjie_cont dl dt span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
  width: 160px;
  text-align: center;
  font-size: 36px;
  line-height: 48px;
}
/* line 1017, ../sass/screen.scss */
.wangjie .wangjie_cont dl dt em {
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
}
/* line 1023, ../sass/screen.scss */
.wangjie .wangjie_cont dl dd {
  width: 195px;
  height: 95px;
  margin-bottom: 10px;
  background: #cc0003;
  text-align: center;
}
/* line 1029, ../sass/screen.scss */
.wangjie .wangjie_cont dl dd span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
  width: 113px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
/* line 1036, ../sass/screen.scss */
.wangjie .wangjie_cont dl dd em {
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *zoom: 1;
  *display: inline;
}

/* line 1046, ../sass/screen.scss */
/* .footer {
  font-size: 16px;
  color: #fff;
  background: #cc0003;
  line-height: 50px;
  text-align: center;
} */
