* {
    padding:0;
    margin: 0;
}

@font-face{
     font-family: 'Medium'; 
     src: url('Alibaba-PuHuiTi-Medium.ttf');
}
@font-face{
     font-family: 'Bold'; 
     src: url('Alibaba-PuHuiTi-Bold.ttf');
}
@font-face{
     font-family: 'Regular'; 
     src: url('Alibaba-PuHuiTi-Regular.ttf');
}
@font-face{
     font-family: 'Heavy'; 
     src: url('Alibaba-PuHuiTi-Heavy.ttf');
}
@font-face{
     font-family: 'Light'; 
     src: url('Alibaba-PuHuiTi-Light.ttf');
}
html, body { 
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  font-family: 'Medium', sans-serif;
}


a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style-type:none;
}
span {
  margin-left:0px !important;
}
/* 导航栏 */
nav {
  width: 100%;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px #2e4976;
  box-shadow: 0 2px 4px #000;
  padding: 20px 0;
  position:fixed;
  top:0;
  background: #2e4976;
  z-index: 999;
}
nav li, nav a {
  text-decoration: none;
  list-style: none;
}
nav .nav-logo {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px 115px;
}
nav .nav-logo a, nav .nav-logo li, nav .nav-logo ol, nav .nav-logo span, nav .nav-logo p {
  font-size: 30px;
  font-weight: bold;
  list-style: none;
  color: #2e4976;
  text-decoration: none;
}
nav .nav-logo img {
  max-width: 100%;
  max-height: auto;
}
nav ::-webkit-scrollbar {
  display: none;
}
nav .nav-list {
  /*nav-list*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-right: 50px;
}

@media (max-width: 1200px) {
  nav .nav-list {
    position: fixed;
    height: 100%;
    top: 0;
    padding-top: 30%;
    width: 25%;
    background: #2e4976;
    left: -26%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: 3px 0px 10px #f0eded;
    box-shadow: 1px 0px 5px #000;
  }
  nav .nav-logo {
  width: 50%;
  height: auto;
  float: left;
  margin-left: 1px;
  }
}
nav .nav-list > li {
  position: relative;
  list-style: none;
  float: left;
  text-align: center;
}

@media (max-width: 1200px) {
  nav .nav-list > li {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  nav .nav-list > li {
    margin-bottom: 15px;
  }
}
nav .nav-list > li .active {
  color: #fff;
  background: #2e4976;
}
nav .nav-list > li a {
  color: #fff;
  display: inline-block;
  line-height: 32px;
  padding: 1px 0px;
  margin: 0 10px;
  font-size: 15px;
  border-radius: 5px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  nav .nav-list > li a {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
}
nav .nav-list > li a:hover {
  color: #fff;
  background-color: #2e4976;
}
nav .nav-list > li .menu {
  min-width: 100px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #2e4976;
  box-shadow: 0 2px 10px #2e4976;
  position: absolute;
  border-radius: 5px;
  white-space: nowrap;
  left: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1200px) {
  nav .nav-list > li .menu {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: 0 -1px 7px #2e4976 inset;
    box-shadow: 0 -1px 7px #2e4976 inset;
  }
}
nav .nav-list > li .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
nav .nav-list > li:hover .menu {
  height: auto;
}
nav .nav-menu {
  display: none;
  z-index: 999;
  background: #2e4976;
  cursor: pointer;
}
@media (max-width: 1200px) {
  nav .nav-menu {
    display: block;
    float: right;
    padding: 8px 5px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 5px;
  }
  nav .nav-menu spana {
    height: 2px;
    width: 25px;
    display: block;
    background: #fff;
    border-radius: 10px;
  }
  nav .nav-menu spana + spana {
    margin-top: 6px;
  }

}
nav .open {
  left: 0%;
  overflow: auto;
}

.cqyj {
  width:100%; 
  height:50%;
  background: url(1_01.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  margin-top: 35px;
}
/*文字信息*/
.cqjieshao {
  width:100%; 
  height:auto;
  background: url(2_02.jpg) center;
  background-size:cover;
}
.cqjs {
  width: 90%;
  padding-top: 5%;
  padding-bottom:5%;
  margin: 0 auto;
}
.cqjs p {
  font-family: 'Medium'; 
  color: #fff;
  font-size: 12px;
  text-align: left;
  margin-bottom:10px;
}
.cqpyjh {
  width:100%; 
  height:20%;
  background: url(3_02.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
/*文字信息*/
.cqpyjhjieshao {
  width:100%; 
  height:auto;
  overflow: hidden;
  background: url(4_02.jpg) center;
  background-size: cover;
}
.cqpyjhjs {
  width: 90%;
  margin: 5% auto;
}
.cqpyjhjs p {
  font-family: 'Medium'; 
  color: #000;
  font-size: 12px;
  margin-bottom:10px;
  text-align: left;
}
.cqpyfx {
  width:100%; 
  height:auto;
  position:relative;
  background: url(5_04.jpg) no-repeat center;
  background-size: cover;
}
.cqhsbj {
  width: 90%;
  height: 270px;
  margin: 0 auto;
  background-color: #c03743;
}

.cqpywza {
  position:absolute;
  color: #fff;
  font-family: 'Bold';
  font-size: 18px;
  left: 12%;
  top: 5%;
}

.cqpywzb {
  position:absolute;
  color: #fff;
  font-family: 'Medium';
  font-size: 14px;
  left: 12%;
  top: 30%;
}
.cqpywzba {
  position:absolute;
  color: #fff;
  font-family: 'Light';
  font-size: 12px;
  left: 12%;
  top: 37%;
}
.cqpywzc {
  position:absolute;
  color: #fff;
  font-family: 'Medium';
  font-size: 14px;
  left: 12%;
  top: 47%;
}
.cqpywzca {
  position:absolute;
  color: #fff;
  font-family: 'Light';
  font-size: 12px;
  left: 12%;
  top: 54%;
}

.cqpywzd {
  position:absolute;
  color: #fff;
  font-family: 'Medium';
  font-size: 14px;
  left: 12%;
  top: 65%;
}
.cqpywzda {
  position:absolute;
  color: #fff;
  font-family: 'Light';
  font-size: 12px;
  left: 12%;
  top: 72%;
}

.cqpywze {
  position:absolute;
  color: #fff;
  font-family: 'Medium';
  font-size: 14px;
  left: 12%;
  top: 82%;
}
.cqpywzea {
  position:absolute;
  color: #fff;
  font-family: 'Light';
  font-size: 12px;
  left: 12%;
  top: 89%;
}

/* footer */
.cqfooters {
  width:100%; 
  height:70%;
  position:relative;
  background: url(6_04.jpg) center;
  background-size: cover;
  text-align: center;
}
.cqfootersbjs {
  position:absolute;
  background-color: #2e4976;
  width: 70%;
  color: #fff;
  font-family: 'Bold'; 
  font-size: 18px;
  top: 5%;
  left: 15%;
}
.cqfootersa {
  position:absolute;
  width: 100%;
  color: #2e4976;
  font-family: 'Bold'; 
  font-size: 16px;
  top: 12%;
}
.cqfootersb {
  position:absolute;
  width: 90%;
  color: #666666;
  font-family: 'Regular'; 
  font-size: 14px;
  top: 17%;
  left: 5%;
}
.cqfootersc {
  position:absolute;
  width: 100%;
  color: #2e4976;
  font-family: 'Medium'; 
  font-size: 14px;
  top: 22%;
}
.cqfootersd {
  position:absolute;
  width: 100%;
  color: #2e4976;
  font-family: 'Bold'; 
  font-size: 14px;
  top: 26%;
}
.cqfooterslogo {
  width:90%; 
  height:30%;
  position:relative;
  background: url(logo3-02.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
  top: 30%;
}
.cqfooterswenzi {
  width: 100%;
  position:absolute;
  color: #2e4976;
  font-family: 'Medium';
  font-size: 12px;
  top: 60%;
}
.cqfooterswenzia {
  width: 90%;
  position:absolute;
  color: #838286;
  font-family: 'Medium';
  font-size: 12px;
  top: 70%;
  left: 5%;
  
}
.cqfooterswenzib {
  width: 90%;
  position:absolute;
  color: #838286;
  font-family: 'Medium';
  font-size: 12px;
  top: 80%;
  left: 5%;
}