
/*向上*/
.triangle_border_up {
  width: 0;
  height: 0;
  border-width: 0 30px 30px;
  border-style: solid;
  border-color: transparent transparent #333;
  /*透明 透明  灰*/
  margin: 40px auto;
  position: relative;
}
.triangle_border_up span {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 28px 28px;
  border-style: solid;
  border-color: transparent transparent #fc0;
  /*透明 透明  黄*/
  position: absolute;
  top: 0px;
  left: 0px;
}
/*向下*/
.triangle_border_down span {
  display: block;
  width: 0;
  height: 0;
  border-width: 28px 28px 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  /*黄 透明 透明 */
  position: absolute;
  top: 0px;
  left: 0px;
}
/*向左*/
.triangle_border_left span {
  display: block;
  width: 0;
  height: 0;
  border-width: 28px 28px 28px 0;
  border-style: solid;
  border-color: transparent #fc0 transparent transparent;
  /*透明 黄 透明 透明 */
  position: absolute;
  top: 0px;
  left: 0px;
}
/*向右*/
.triangle_border_right span {
  display: block;
  width: 0;
  height: 0;
  border-width: 28px 0 28px 28px;
  border-style: solid;
  border-color: transparent transparent transparent #fc0;
  /*透明 透明 透明 黄*/
  position: absolute;
  top: 0px;
  left: 0px;
}
.my-skin .layui-layer-btn a.layui-layer-btn0 {
  background-color: #BE4C4D;
  border: 1px solid #BE4C4D;
  color: #FFF;
}
.between_mar {
  padding: 30px 0px;
}
.content_box {
  background: url("img/back_1_02.jpg") no-repeat top center;
  background-size: cover;
}
.banner img {
  width: 100%;
}
.content_padding {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.2);
}
.img {
  width: 100%;
  height: 100%;
}
.Venue .content {
  overflow: hidden;
  padding: 30px 0px 20px;
}
.Venue .content .content_img {
  height: 320px;
  overflow: hidden;
}
.Venue .content .content_img img {
  width: 100%;
}
.Venue .content .content_det {
  position: relative;
  height: 320px;
  padding-left: 33px ;
  padding-right: 15px ;
}
.Venue .content .content_det h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: #ECECEC 1px solid;
  line-height: 48px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Venue .content .content_det p {
  font-size: 14px ;
  line-height: 30px;
  text-align: justify;
  overflow: hidden;
  color: #666666;
}
.Venue .content .content_det p span:first-child {
  color: #666666;
  margin-right: 40px ;
}
.Venue .content .content_det p a {
  color: #666666;
}
.Venue .content .content_det div {
  margin-top: 10px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.Venue .content .content_det .btn {
  position: absolute;
  bottom: 0px;
  left: 33px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #BE4C4D;
}
.wrapper .panel_control .collection .btn_shou {
  margin-left: 8px;
  color: #531e1f;
  text-align: center;
  width: 80px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #be4c4d;
  cursor: pointer;
}
.Venue .content .content_det .btn_shou>i{
  cursor: pointer;
  top: 5px;
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url(img/spring_show.png) -98px -10px;
  position: relative;
  margin-right: 4px;
}
.Venue .content .content_det .btn_shou>i.collection_active {
  background: url(img/spring_show.png) -98px -41px;
}
.information .content {
  overflow: hidden;
  padding: 30px 0px 20px;
}
.information .content .layui-col-md6 {
  overflow: hidden;
  height: 140px;
}
.information .content .layui-col-md6 a {
  display: block;
  overflow: hidden;
}
.information .content .layui-col-md6 .layui-col-md4 {
  overflow: hidden;
  height: 116px;
}
.information .content .layui-col-md6 .layui-col-md4 img {
  width: 100%;
  height: 100%;
}
.information .content .layui-col-md6 .layui-col-md8 {
  position: relative;
  height: 116px;
  padding-left: 20px;
}
.information .content .layui-col-md6 .layui-col-md8 h3 {
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information .content .layui-col-md6 .layui-col-md8 p {
  /*line-height: 26px;*/
  color: #666666;
  text-align: justify;
}
.information .content .layui-col-md6 .layui-col-md8 span {
  position: absolute;
  bottom: 7px;
  right: 4px;
  color: #BE4C4D;
}
.branch .content {
  overflow: hidden;
  padding: 30px 0px 20px;
}
.branch .content a {
  cursor: default;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  overflow: hidden;
  border: #ECECEC 1px solid;
  border-top: 0px;
}
.branch .content_img {
  height: 170px;
}
.branch .content_img img {
  width: 100%;
  height: 100%;
}
.branch .con_text {
  padding: 10px;
  text-align: center;
}
.branch .con_text .icon {
  height: 20px;
  overflow: hidden;
}
.branch .con_text .icon > div {
  overflow: hidden;
  display: inline-block;
  float: left;
}
.branch .con_text .icon > div span {
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.branch .con_text .icon > span {
  overflow: hidden;
  display: inline-block;
  float: right;
  width: 45px;
  background-color: #BE4C4D;
  color: #fff;
  text-align: center;
  line-height: 20px;
  height: 20px;
  border-radius: 4px;
}
.branch .con_text .icon b {
  font-weight: normal;
  transform: translateY(-3px);
  display: inline-block;
}
.branch .con_text .icon .icon_home i {
  height: 20px;
  background: url("img/home_03.jpg") no-repeat center;
  width: 22px;
  display: inline-block;
}
.branch .con_text .icon .icon_xin i {
  display: inline-block;
  background: url(../../../WebUI/img/sprites-list.png) no-repeat -48px -138px;
  height: 20px;
  width: 17px;
}
.branch .con_text label {
  font-size: 12px;
  -webkit-transform-origin-x: 0;
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  /*针对能识别-webkit的opera */
  transform: scale(0.9);
  font-size: 10.8px \9;
  margin: 5px 0px;
  font-weight: bold;
  display: inline-block;
}
.branch .con_text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0px 10px;
}
.branch .con_text p {
  color: #666;
  height:60px;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 60px;
}
.branch .con_text button {
  cursor: pointer;
  margin: 20px 0px 10px;
  width: 85px;
  height: 25px;
  line-height: 25px;
  background-color: #BE4C4D;
  color: #fff;
  text-align: center;
  padding: 0px;
  border-radius: 3px ;
  font-family: "微软雅黑";
}
.activity .content {
  overflow: hidden;
  padding: 30px 0px 20px;
  height: 315px;
}
.activity .item_activity {
  width: 25%;
  float: left;
  position: relative;
  height: 315px;
  zoom: 1;
}
 .activity .item_activity:before,
 .activity .item_activity:after {
  content: " ";
  display: table;
}
 .activity .item_activity:after {
  clear: both;
}
.activity .item_activity a {
  overflow: hidden;
}
.activity .item_activity:nth-child(even) {
  margin-top: 115px;
}
.activity .item_activity:nth-child(1) .item_text {
  background-color: #FF9B27;
  position: absolute;
  top: 0px;
  right: -100%;
  width: 100%;
}
.activity .item_activity:nth-child(1) .item_text .triangle_border {
  width: 0;
  height: 0;
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent #FF9B27 transparent transparent;
  /*透明 灰 透明 透明 */
  position: absolute;
  left: -15px;
  top: 45px;
  z-index: 100;
}
.activity .item_activity:nth-child(2) .item_text {
  background-color: #3CB1EE;
  position: absolute;
  bottom: 115px;
  left: -100%;
  width: 100%;
}
.activity .item_activity:nth-child(2) .item_text .triangle_border {
  width: 0;
  height: 0;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #3CB1EE;
  /*透明 透明 透明 灰*/
  position: absolute;
  right: -15px;
  top: 45px;
  z-index: 100;
}
.activity .item_activity:nth-child(2) .item_text:hover {
  background-color: #149ce3;
}
.activity .item_activity:nth-child(3) .item_text {
  background-color: #8CC752;
  position: absolute;
  top: 0px;
  right: -100%;
  width: 100%;
}
.activity .item_activity:nth-child(3) .item_text .triangle_border {
  width: 0;
  height: 0;
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent #8CC752 transparent transparent;
  /*透明 灰 透明 透明 */
  position: absolute;
  left: -15px;
  top: 45px;
  z-index: 100;
}
.activity .item_activity:nth-child(4) .item_text {
  background-color: #34C7D8;
  position: absolute;
  bottom: 115px;
  left: -100%;
  width: 100%;
}
.activity .item_activity:nth-child(4) .item_text .triangle_border {
  width: 0;
  height: 0;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #34C7D8;
  /*透明 透明 透明 灰*/
  position: absolute;
  right: -15px;
  top: 45px;
  z-index: 100;
}
.activity .item_activity:nth-child(4):hover .item_text {
  background-color: #23a7b6;
}
.activity .item_activity:nth-child(4):hover .triangle_border {
  width: 0;
  height: 0;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #23a7b6;
  /*透明 透明 透明 灰*/
  position: absolute;
  right: -15px;
  top: 45px;
  z-index: 100;
}
.activity .item_activity:nth-child(3):hover .item_text {
  background-color: #72ae38;
}
.activity .item_activity:nth-child(3):hover .triangle_border {
  width: 0;
  height: 0;
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent #72ae38 transparent transparent;
  /*透明 灰 透明 透明 */
  position: absolute;
  left: -15px;
  top: 45px;
  z-index: 100;
}
.activity .item_activity:nth-child(2):hover .item_text {
  background-color: #149ce3;
}
.activity .item_activity:nth-child(2):hover .triangle_border {
  width: 0;
  height: 0;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #149ce3;
  /*透明 透明 透明 灰*/
  position: absolute;
  right: -15px;
  top: 45px;
  z-index: 100;
}
.activity .item_activity:nth-child(1):hover .item_text {
  background-color: #f38300;
}
.activity .item_activity:nth-child(1):hover .triangle_border {
  width: 0;
  height: 0;
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent #f38300 transparent transparent;
  /*透明 灰 透明 透明 */
  position: absolute;
  left: -15px;
  top: 45px;
  z-index: 100;
}
.activity .item_img {
  height: 200px;
}
.activity .item_img img {
  width: 100%;
  height: 100%;
}
.activity .item_text {
  box-sizing: border-box;
  padding: 10px 20px;
  height: 115px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activity .item_text a {
  overflow: hidden;
  display: block;
}
.activity .item_text h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
}
.activity .item_text span i {
  background: url("img/icon1_11.png") no-repeat center;
  width: 23px;
  height: 23px;
  display: inline-block;
  transform: translateY(7px);
  margin-right: 5px;
}
.activity .item_text span {
  color: #fff;
  font-size: 14px;
  line-height: 36px;
}
.Center .content {
  overflow: hidden;
  padding: 30px 0px 20px;
  position: relative;
  height: 400px;
}
.Center .item {
  height: 160px;
  overflow: hidden;
}
.Center .item a {
  display: block;
  overflow: hidden;
}
.Center .item_img {
  float: left;
  width: 25%;
  height: 100%;
}
.Center .item_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.Center .item_text {
  float: right;
  width: 75%;
  padding-left: 30px;
  box-sizing: border-box;
}
.Center .item_text h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Center .item_text p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 10px;
}
.Volunteer .content {
  overflow: hidden;
  padding: 30px 0px 20px;
}
.Volunteer a {
  display: block;
  overflow: hidden;
}
.Volunteer .Vol_person > a > div {
  overflow: hidden;
  padding: 15px ;
  border: 1px solid #ECECEC;
  position: relative;
}
.Volunteer .Vol_person > a > div .l_t,
.Volunteer .Vol_person > a > div .r_b {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out, height 0.6s ease;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
}
.Volunteer .Vol_person > a > div:hover .l_t,
.Volunteer .Vol_person > a > div:hover .r_b {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.Volunteer .Vol_person > a > div:hover .l_t {
  border-top-color: #BE4C4D;
  border-left-color: #BE4C4D;
}
.Volunteer .Vol_person > a > div:hover .r_b {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  border-bottom-color: #BE4C4D;
  border-right-color: #BE4C4D;
}
.Volunteer .Vol_person .Vol_img {
  width: 40%;
  float: left;
}
.Volunteer .Vol_person .Vol_img img {
  width: 100%;
  height: 100%;
}
.Volunteer .Vol_person .Vol_dte {
  width: 60%;
  float: right;
  padding-left: 15px;
  box-sizing: border-box;
}
.Volunteer .Vol_person .Vol_dte h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Volunteer .Vol_person .Vol_dte p {
  color: #666;
  line-height: 24px;
}
.tit {
  border-bottom: #ECECEC 2px solid;
  padding: 15px 0px;
  zoom: 1;
  position: relative;
  box-sizing: border-box;
}
 .tit:before,
 .tit:after {
  content: " ";
  display: table;
}
 .tit:after {
  clear: both;
}
.tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: #BE4C4D;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: 100% 0;
}
.tit:hover:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.tit span {
  font-size: 18px;
  line-height: 22px;
  border-left: 2px #BE4C4D solid;
  float: left;
  padding-left: 10px;
  font-weight: bold;
}
.tit a {
  float: right;
  border-left: none;
  color: #BE4C4D;
}
.tit a i {
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 2px;
}
.tit a:hover {
  font-weight: bold;
  color: #ED0D12;
}
.dialog_wrapper_1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 100;
}
.dialog_wrapper_1 .dialog_1 {
  position: relative;
  margin: 15vh auto 50px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 70%;
  max-height: 70%;
  height: 50% \9;
  z-index: 213;
  overflow: auto;
  padding: 15px 20px;
}
.dialog_wrapper_1 .behind {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog_wrapper_1 .content {
  height: 1000px  ;
}
.dialog_wrapper_1.active {
  display: block;
}
.fail {
  display: block;
  text-align: center;
}
.fail p {
  color: #BE4C4D;
  font-size: 18px;
  line-height: 50px;
  margin-top: 5px;
}
#wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 400px;
}
#wrap ul {
  width: 120%;
  list-style: none;
}
#wrap ul li {
  float: left;
  width: 100px;
  height: 400px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#wrap ul li:hover a > span {
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.5s ease-in-out;
}
#wrap ul li a > span {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -65px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  border-radius: 5px;
  width: 130px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
#wrap ul li a > span i {
  margin-right: 5px;
}
#wrap ul li img {
  display: none;
}
#wrap ul li:last-child {
  width: 700px;
}
#wrap ul li .text {
  width: 100px;
  height: 100%;
  background: #000;
  opacity: 0.5;
  padding: 10px 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap ul li .text p {
  width: 24px;
  text-align: center;
  color: #fff;
  float: left;
  margin-left: 5px;
  padding-top: 50px;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  word-wrap: break-word;
}
#wrap ul li .text h3 {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 20px;
  letter-spacing: 5px;
  text-align: center;
  word-wrap: break-word;
}
.BMapLabel {
  position: absolute;
  z-index: -7982820;
  background-color: #ee5d5b !important;
  border: 1px solid #bc3b3a;
  color: white;
  height: 18px;
  padding: 2px;
  line-height: 18px;
  white-space: nowrap;
  font-size: 12px;
  user-select: none;
  left: 716px;
  top: 133px;
  border-radius: 5px;
}
.side_bar{
  position: fixed;
  bottom:40px;
  right: 40px;
}
.side_bar .bar_box{
  background:#ddd;
  border:1px solid #f7f7f7;
  text-align: center;
  width:50px;
  height:50px;
  cursor: pointer;
}
.side_bar .bar_box:before{
  margin: 5px auto 0;
  display:none;
  width:80%;
  color:#fff;
}
.side_bar .bar_box:hover{
  background:#ea6a81;
}
.side_bar .bar_box:hover:before{
 display: block;
}
.side_bar .bar_box:hover span{
  display: none;
}
.side_bar .back_to_home span{
  margin-top:13px;
  width:24px;
  height:24px;
  display: inline-block;
  background-image: url("img/back_home.png") ;
  background-size:100% 100%;
  vertical-align: middle;
}
.side_bar .back_to_home:before{
  content:'回到首页'
}
.side_bar .back_to_top:before{
  content:'回到顶部'
}
.side_bar .back_to_top span{
  margin-top:13px;
  vertical-align: middle;
  width:28px;
  height:28px;
  display: inline-block;
  background-image: url("img/top.png") ;
  background-size:100% 100%;
}
/*# sourceMappingURL=Index.css.map */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color: #676565; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:    #676565; }

::-moz-placeholder { /* Mozilla Firefox 19+ */   color:    #676565; }

:-ms-input-placeholder { /* Internet Explorer 10-11 */   color:    #676565; }