*{
	-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;
}

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);
}
body{
    background-color: #f3f2f2;
}
.close{
    position: fixed;
    top: 60px;
    right: 60px;
    z-index: 999;
}
.close a span{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 15px;
}
.close a .img{
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.close a .img img{
    transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    width: 52px;
}
.close a:hover .img img{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.close .close_max{
    display: none;
}

@media screen and (max-width:991px){
    .close{
        top: 30px;
        right: 30px;
    }
    .close .close_min{
        display: none;
    }
    .close .close_max{
        display: inline-block;
    }
    .close a .img img{
        width: 36px;
    }
    .close a span{
        margin-right: 8px;
    }
}
@media screen and (max-width:750px){
    .close{
        top: 15px;
        right: 15px;
    }
}

.aboutxq-Banner{
    position: relative;
    font-size: 0;
    background-color: #0d0d0d;
}
.aboutxq-Banner .img{
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.aboutxq-Banner .img img{
    height: 100%;
    width: auto;
    max-width: 100%;
    opacity: 0;
}
@media screen and (max-width:991px){
    .aboutxq-Banner .img{
        width: 100%;
        height: 530px !important;
        background-image: none !important;
    }
    .aboutxq-Banner .img img{
        opacity: 1;
    }
}
@media screen and (max-width:750px){
    .aboutxq-Banner .img{
        height: 420px !important;
    }
}
.aboutxq-Banner .text{
    width: 610px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width:1400px){
    .aboutxq-Banner .text{
        width: 45%;
        padding-left: 50px;
    }
}
@media screen and (max-width:1200px){
    .aboutxq-Banner .text{
        width: 48%;
        padding-left: 3%;
    }
}
@media screen and (max-width:991px){
    .aboutxq-Banner .text{
        width: 100%;
        padding: 60px 30px 80px;
    }
}
@media screen and (max-width:560px){
    .aboutxq-Banner .text{
        padding: 50px 15px 60px;
    }
}
.aboutxq-Banner .text h4,.aboutxq-Banner .text h3{
    color: rgba(255, 255, 255, .8);
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}
.aboutxq-Banner .text h5{
    font-size: 22px;
    font-weight: bold;
    color: #d1d1d1;
    margin-top: 52px;
    margin-bottom: 23px;
}
.aboutxq-Banner .text p{
    font-size: 14px;
    line-height: 30px;
    color: #aeaeae;
}
.aboutxq-Banner .text p:nth-last-of-type(1){
    margin-bottom: 0;
}
@media screen and (max-width:1200px){
    .aboutxq-Banner .text p{
        line-height: 24px;
    }
}
@media screen and (max-width:1200px){
    .aboutxq-Banner .text p{
    }
}
@media screen and (max-width:991px){
    .aboutxq-Banner .text h5{
        font-size: 16px;
        color: #d1d1d1;
        margin-top: 30px;
        margin-bottom: 12px;
    }
    .aboutxq-Banner .text p{
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width:750px){
    .aboutxq-Banner .text h4,.aboutxq-Banner .text h3{
        font-size: 18px;
        line-height: 24px;
    }
    .aboutxq-Banner .text h5{
        font-size: 16px;
        color: #d1d1d1;
        margin-top: 30px;
        margin-bottom: 12px;
    }
    .aboutxq-Banner .text p{
        font-size: 12px;
        line-height: 20px;
    }
}
@media screen and (max-width:991px){
    .aboutxq-Banner{
        height: auto !important;
    }
}


.aboutxq-awardList{
    color: #000;
    text-align: center;
    padding: 140px 0 50px;
    width: 1630px;
    margin: 0 auto;
}
@media screen and (max-width:1700px){
    .aboutxq-awardList{
        width: 90%;
    }
}
@media screen and (max-width:991px){
    .aboutxq-awardList {
        width: 100%;
        padding: 60px 30px 50px;
    }
}
@media screen and (max-width:750px){
    .aboutxq-awardList {
        padding: 60px 15px 40px;
    }
}
.aboutxq-awardList h3{
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-bottom: 70px;
}
@media screen and (max-width:750px){
    .aboutxq-awardList h3{
        font-size: 18px;
    }
}
.aboutxq-awardList div ul{
   list-style: none;
   font-size: 0;
   text-align: left;
}
.aboutxq-awardList div 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: contain;
   display: inline-block;
   text-align: center;
}
.aboutxq-awardList div ul li img{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin-right: 8px;
}
.aboutxq-awardList div ul li div{
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 230px));
}
.aboutxq-awardList div ul li div h5{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
    font-weight: bold;
    color: #000;
  }
.aboutxq-awardList div ul li div p{
    font-size: 16px;
    line-height: 18px;
    color: #444444;
    font-family: Montserrat-Regular;
    font-weight: normal;
  }
.aboutxq-awardList div ul li:nth-of-type(odd){
    margin-right: 100px;
}
@media screen and (max-width:1560px){
    .aboutxq-awardList div ul li:nth-of-type(odd){
        margin-right: 60px;
    }
    .aboutxq-awardList div ul li{
       width: calc((100% - 60px) / 2);
    }
}
@media screen and (max-width:1400px){
    .aboutxq-awardList div ul li{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 700px;
     }
     .aboutxq-awardList div ul li:nth-of-type(odd){
        margin-right: auto;
    }
}
@media screen and (max-width:991px){
    .aboutxq-awardList h3{
        margin-bottom: 40px;
    }
    .aboutxq-awardList div ul li{
        width: 100%;
        font-size: 12px;
     }
     .aboutxq-awardList div ul li div{
        width: calc(100% - 150px);
     }
     .aboutxq-awardList div ul li img{
        width: 40px;
    }
    .aboutxq-awardList div ul li div h5{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 4px;
      }
    .aboutxq-awardList div ul li div p{
        font-size: 12px;
        line-height: 14px;
      }
}
@media screen and (max-width:750px){
    .aboutxq-awardList div ul li{
        margin-bottom: 15px;
     }
}
.aboutxq-awardVideo{
    padding: 75px 56px 1px;
    background-color: #f3f2f2;
}
@media screen and (max-width:991px){
    .aboutxq-awardVideo{
        width: 100%;
        padding: 0 30px 20px;
    }
}
@media screen and (max-width:550px){
    .aboutxq-awardVideo{
        padding: 0 15px 1px;
    }
}
.aboutxq-awardVideo ul li{
    position: relative;
    list-style: none;
    margin-bottom: 56px;
}
.aboutxq-awardVideo ul li img{
    width:100%;
}
.aboutxq-awardVideo ul li .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #fff;
}
.aboutxq-awardVideo ul li .text div{
    text-align: center;
}
.aboutxq-awardVideo ul li .text h5{
   font-size: 26px; 
   line-height: 26px;  
   font-weight: bold; 
   margin-bottom: 26px;
   margin-top: 18px;
}
.aboutxq-awardVideo ul li .text a{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: rgb(255, 255, 255);
    font-family: Montserrat-Regular;
}
.aboutxq-awardVideo ul li .text h6{
    font-size: 26px; 
    line-height: 26px;  
    color: rgba(255, 255, 255, .5);
    font-weight: bold; 
    margin-top: 34px;
    margin-bottom: 20px;
 }
 .aboutxq-awardVideo ul li .text p{
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 6px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
 }
 .aboutxq-awardVideo ul li .text p:hover{
     border-color: rgba(255, 255, 255, 1);
 }
 .aboutxq-awardVideo ul li .text p img{
    width: 90px;
    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:991px){
    .aboutxq-awardVideo ul li{
        margin-bottom: 30px;
    }
    .aboutxq-awardVideo ul li .text h5{
        font-size: 18px; 
        line-height: 18px;  
        margin-bottom: 15px;
        margin-top: 14px;
    }
    .aboutxq-awardVideo ul li .text h6{
        font-size: 14px; 
        line-height: 14px;  
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
     .aboutxq-awardVideo ul li .text i{
        font-size: 30px;
    }
    
}
@media screen and (max-width:750px){
    .aboutxq-awardVideo ul li{
        margin-bottom: 15px;
    }
    .aboutxq-awardVideo ul li .text h5{
        margin-bottom: 6px;
        margin-top: 10px;
    }
    .aboutxq-awardVideo ul li .text a{
        font-size: 12px;
    }
    .aboutxq-awardVideo ul li .text p{
        width: 50px;
        height: 50px;
        border-width: 3px;
     }
     .aboutxq-awardVideo ul li .text p img{
         width: 50px;
     }
}
 .aboutxq-awardVideo ul li video{
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     display: none;
 }