
body {
	font-size:15px; font-family:"Aria","Microsoft YaHei","黑体","宋体",sans-serif;
}
.wxg-hover a{color:#FB7102;}
.wxg-hover a:hover{color:#0D6EFD;}

.wxg-b-hover a{color:#fff;}
.wxg-b-hover a:hover{color:#fff;}
.fs-7{font-size: 13px;}
li{list-style:none;}
.card ul li{list-style:none;}
/* 下拉菜单触摸 */
/* .nav-link{font-family:"光良酒-干杯体";} */
.navbar-nav .nav-link:hover {
	border-radius:0.25rem;
	background-color: #e9ecef;
	color:#000;
}
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}
.wxg-active{
	border-radius:0.25rem;
	background-color: #EF5350;
	color:#fff;
}
/* 分页 */
.pager {text-align: center;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center;}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; margin: 15px 5px; border: #dddddd solid 1px; display: inline-block;}
.pager ul li a:hover {border: #3ea8e2 solid 1px; color: #3ea8e2;}
.pager ul .active a {border: #3ea8e2 solid 1px; display: inline-block; background-color: #00A0FC; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px;}
.pager ul .active a:hover {color: #fff; border: #3ea8e2 solid 1px !important;}

/*  */
.page-title{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .9px;
	text-align:center;
}
.page-title span {
	display:block;
    font-size: 15px;
	font-weight: 300;
}

/*num-change*/
.numberBg{background:url(../images/numberBg.png) center top no-repeat;background-size:100%}
.num-change{padding:30px 0;text-align:center;}
.num-change li:nth-child(1) {
    color: #fff;
}
.num-change li:nth-child(2) {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.num-change li:nth-child(3) {
    color: #fff;
    font-size: 20px;
    margin-top: 2px;
}

/* video */
.videoR{position: relative;background:url(../images/p13.png) no-repeat;padding:0 0 30px 30px;}
.videoR .pic{height:100%;}
.videoR .playBtn{width:90px; height: 68; position: absolute; top:35%; left:-7%; cursor: pointer;opacity:.8;}
.videoBox{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99999; background-color:rgba(0,0,0,0.4); display: none;}
.videoBox2{width:50%; position:fixed; top:50%; left: 50%; z-index: 999999; display: none;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.videoBox2 .aboutVideo{display:block; width:100%; min-height: 10px; background: #000;}
.videoBox2 .close3{width:25px; height: 25px; position: absolute; top:-15px;right:-15px;}
@media screen and (max-width:1199px){
	.videoR{padding:0 0 30px 30px;}
	.videoR .playBtn{width:60px; height: 60px; left: 0px;}
	.videoBox2{width:90%;}
}
@media screen and (max-width:767px){
	.videoR{position:relative;}
	.videoR{width:100%; top:auto; margin-top:20px; padding:0 0 20px 20px;}
	.videoR .pic{background:none !important; height: auto;}
	.videoR .playBtn{width:60px; height: 60px;}
	
}

 /* effect hover 3 */
 /* general styling for all the hovers */
	
.hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hover img {
  display: block;
  position: relative;
}

.hover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hover button.info {
  display: inline-block;
  text-decoration: none;
  padding: 0 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 20px 0 0 0;
  border-radius: 0px;
  background-color: transparent;
}

.hover button.info:hover {
  box-shadow: 0 0 5px #fff;
}

/* styling to remove box shadow and border from buttons for last few effects */

.hover button.nullbutton {
  border: none;
  padding: 0px;
  margin: 0px;
}

.hover button.nullbutton:hover {
  box-shadow: none;
}
 /* effect hover 3 */
 
.ehover3 img {
  transition: all 0.4s ease-in;
}

.ehover3 button.info, .ehover3 h2 {
  transform: scale(0.7);
  transition: all 0.4s ease-in;
  opacity: 0;
}

.ehover3:hover img {
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  transform: scale(1.2);
}

.ehover3:hover button.info, .ehover3:hover h2 {
  opacity: 1;
  transform: scale(1);
}

.ehover4:hover button.info {
  opacity: 1;
  transform: scale(1);
}

/* footer  css */
.copyright a{
	color:#BBBABA;
	font-size: 14px;
	outline:none;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding:2px 5px;
}
.copyright a:hover{
	color:#fff;
	background: #03A0E2;
	padding:2px 5px;
}
.copyright {
	background: #4D4E59;
	font-size: 13px;
	text-align: center;
	color: #BBBABA;
	padding-top: 28px;
}


/* 块 */
.dtl22 {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.dtl22 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl22 .dtl {
    background: #000;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    padding: 0 15px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	opacity:0.8;
	-o-opacity:0.8;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	text-align:center;
	border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
}
.dtl22 .dtl h3 {
    top: 50px;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}
.dtl22 .dtl h3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-top: 50px;
    text-decoration: none;
}
.dtl22:hover .dtl h3{
    top: 0;
    opacity: 1;
}
.dtl22:hover .dtl {
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
