*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font: 14px/1.5 Arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
	-webkit-tap-highlight-color: transparent;
}

body, ol, ul, dl, dd, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

ol, ul, td {
	padding: 0;
}

ol, ul {
	list-style-type: none;
}


a, img, input, button, textarea {
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
}

input, button, textarea {
	box-sizing: border-box;
	padding: 0;
	border: 1px solid #999;
}

input, textarea {
	display: block;
	width: 100%;
	font-size: inherit;
	font-family: inherit;
}

input {
	height: 40px;
	padding: 0 8px;
}

textarea {
	height: 150px;
	padding: 8px;
	resize: none;
}

button {
	cursor: pointer;
}

hr {
	margin: 0;
	border: 0;
	height: 1px;
	background-color: #000;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

@media screen and (min-width:991px){
  #g-header .navbar{
    visibility: hidden;
  }
  #g-header .navbar.navbarBg{
    visibility: visible;
  }
}

.worksxq-Banner{
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:991px){
  .worksxq-Banner{
    height: 460px !important;
    margin-top: 65px;
  }
}
@media screen and (max-width:750px){
  .worksxq-Banner{
    height: 240px !important;
  }
}
.worksxq-Banner .btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 90px;
  height: 90px;
  border: 6px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    display: none;
}
.worksxq-Banner .btn:hover{
  border-color: rgba(255, 255, 255, 1);
}
.worksxq-Banner .btn img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
@media screen and (max-width:750px){
  .worksxq-Banner .btn{
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  .worksxq-Banner .btn img{
    width: 50px;
  }
}
.worksxq-Banner .Video{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
}
.worksxq-content{
  background-color: #f3f2f2;
  padding: 70px 130px 110px;
  text-align: center;
}
@media screen and (max-width:1200px){
  .worksxq-content{
    padding-left: 90px;
    padding-right: 90px;  
  }
}
@media screen and (max-width:991px){
  .worksxq-content{
    padding: 30px 30px 15px;
  }
}
@media screen and (max-width:750px){
  .worksxq-content{
    padding: 30px 15px 15px;
  }
}
.worksxq-content h4{
  font-weight: bold;
  font-size: 30px;
  color: #000;
  margin-bottom: 5px;
}
.worksxq-content h5,.worksxq-content h6{
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 5px;
}
@media screen and (max-width:750px){
  .worksxq-content h5,.worksxq-content h6{
    font-size: 14px;
    line-height: 20px;
  }
  .worksxq-content h4{
    font-size: 18px;
  }
}
.worksxq-content .zhaiyao{
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  width: 865px;
  margin: 54px auto 100px;
  text-align: left;
}
@media screen and (max-width:1160px){
  .worksxq-content .zhaiyao{
    width: 90%;
  }
}
@media screen and (max-width:991px){
  .worksxq-content .zhaiyao{
    width: 100%;
    margin: 25px auto 50px;
  }
}
@media screen and (max-width:750px){
  .worksxq-content .zhaiyao{
    font-size: 12px;
  }
}
.worksxq-content >div{
  font-size: 0;
}
.worksxq-content >div img{
  cursor: pointer;
  width: calc((100% - 8px) / 2);
  margin-bottom: 4px;
}

.worksxq-content >div a:nth-of-type(odd) img{
  margin-right: 4px;
}
@media screen and (max-width:750px){
  .worksxq-content >div img{
    width: 100%;
    margin-bottom: 10px;
  }
  .worksxq-content >div a:nth-of-type(odd) img{
    margin-right: 0;
  }
}

.works-awards{
  padding: 55px 130px 50px;
  background-color:#f3f2f2;
}
@media screen and (max-width:1200px){
  .works-awards{
    padding-left: 90px;
    padding-right: 90px;  
  }
}
@media screen and (max-width:991px){
  .works-awards{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:750px){
  .works-awards{
    padding: 30px 15px 25px;
  }
}
.works-awards ul{
  list-style: none;
  font-size: 0;
  text-align: left;
}
.works-awards ul li{
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 30px;
   color: #666666;
   background: url('../images/left-bg.png') center left no-repeat ,
                     url('../images/right-bg.png') center right no-repeat;
  width: calc((100% - 100px) / 2);
  background-size: 35px 100%;
  display: inline-block;
  text-align: center;
}
.works-awards ul li img{
   display: inline-block;
   vertical-align: middle;
    width: 60px;
   margin-right: 8px;
}
.works-awards ul li div{
   display: inline-block;
   vertical-align: middle;
   width: calc((100% - 230px));
}
.works-awards ul li div h5{
  font-size: 16px;
  line-height: 18px;
    margin-bottom: 6px;
  font-weight: bold;
  color: #000;
}
.works-awards ul li div p{
  font-size: 16px;
  line-height: 18px;
  color: #444444;
  font-family: Montserrat-Regular;
  font-weight: normal;
}
.works-awards ul li:nth-of-type(odd){
   margin-right: 100px;
}
@media screen and (max-width:1560px){
   .works-awards ul li:nth-of-type(odd){
       margin-right: 60px;
   }
   .works-awards ul li{
      width: calc((100% - 60px) / 2);
   }
}
@media screen and (max-width:1400px){
   .works-awards ul li{
       display: block;
       margin-left: auto;
       margin-right: auto;
       width: 700px;
    }
    .works-awards ul li:nth-of-type(odd){
       margin-right: auto;
   }
}
@media screen and (max-width:991px){
   .works-awards ul li{
       width: 100%;
       font-size: 12px;
    }
    .works-awards ul li div{
       width: calc(100% - 125px);
    }
    .works-awards ul li img{
       width: 40px;
   }
   .works-awards ul li div h5{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .works-awards ul li div p{
    font-size: 8px;
    line-height: 10px;
  }
}
@media screen and (max-width:750px){
   .works-awards ul li{
       margin-bottom: 15px;
    }
}
.worksxq-more{
  background-color: #f3f2f2;
  padding: 90px 0 120px;
  text-align: center;
}
@media screen and (max-width: 991px){
  .worksxq-more{
    padding: 60px 30px 0;
  }
}
@media screen and (max-width: 750px){
  .worksxq-more{
    padding: 40px 15px 0;
  }
}
.worksxq-more h3{
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width:991px){
  .worksxq-more h3{
    margin-bottom: 30px;
  }
}
@media screen and (max-width:750px){
  .worksxq-more h3{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.worksxq-more .worksxq-swiper{
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:991px){
  .worksxq-more .worksxq-swiper{
    display: none;
  }
}
.worksxq-more .worksxq-swiper .swiper-button-prev, .worksxq-more .worksxq-swiper .swiper-button-next{
  display: inline-block;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: none;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
@media screen and (max-width:1300px){
  .worksxq-more .worksxq-swiper .swiper-button-prev, .worksxq-more .worksxq-swiper .swiper-button-next{
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.worksxq-more .worksxq-swiper .swiper-button-prev:hover, .worksxq-more .worksxq-swiper .swiper-button-next:hover{
  background-color: #eeeeee;
}
.worksxq-more .worksxq-swiper .swiper-button-prev{
  left: 3%;
}
.worksxq-more .worksxq-swiper .swiper-button-next{
  right: 3%;
}
.worksxq-more .worksxq-swiper .swiper-button-prev img, .worksxq-more .worksxq-swiper .swiper-button-next img{
  vertical-align: middle;
}
.worksxq-more .worksxq-swiper .swiper-wrapper .swiper-slide{
  width: 30%;
  position: relative;
}

.worksxq-more .worksxq-swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
}
.worksxq-more .worksxq-swiper .swiper-wrapper .swiper-slide .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 0;
  width: 80%;
}
.worksxq-more .worksxq-swiper .swiper-wrapper .swiper-slide:hover .text{
  opacity: 1;
}
.worksxq-more .worksxq-swiper .swiper-wrapper .swiper-slide .text h4{
  color: rgba(255,255,255,.5);
  font-size: 18px;
  font-family: Montserrat-Bold;
}
.worksxq-more .worksxq-swiper .swiper-wrapper .swiper-slide .text h5{
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 6px auto 30px;
}
@media screen and(max-width:1200px){
  .worksxq-more .worksxq-swiper .swiper-wrapper .swiper-slide .text h5{
    margin: 3px auto 12px;
  }
}
.worksxq-more .worksxq-swiper .swiper-wrapper .swiper-slide .text span{
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.7);
  cursor: pointer;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  font-family: Montserrat-Regular;
 
}
.worksxq-more .worksxq-swiper .swiper-wrapper .swiper-slide .text span:hover{
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000;
}
.worksxq-more .wap-more{
  display: none;
}
@media screen and (max-width:991px){
  .worksxq-more .wap-more{
    display: block;
  }
}
.worksxq-more .wap-more li{
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width:750px){
  .worksxq-more .wap-more li{
    padding-bottom: 15px;
  }
}
.worksxq-more .wap-more li img{
  width: 100%;
}
.worksxq-more .wap-more li .text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.worksxq-more .wap-more li .text h4{
  color: rgba(255,255,255,.5);
  font-size: 16px;
  font-family: Montserrat-Bold;
}
.worksxq-more .wap-more li .text h5{
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0 15px;
}
@media screen and (max-width:750px){
  .worksxq-more .wap-more li .text h4,.worksxq-more .wap-more li .text h5{
    font-size: 14px;
  }
}
.worksxq-more .wap-more li .text span{
  display: inline-block;
  width: 40%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.7);
  font-family: Montserrat-Regular;
}