a {
  text-decoration: none !important;
}
@media screen and (max-width:768px) {
  body {
    padding-top: 65px ;
  }
}
.cqie_header {
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.cqie_header > .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cqie_header_logo {
  width: 600px;
}
.cqie_header_right {
  flex: 1;
  height: 60px;
  padding-left: 30px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.cqie_header_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 15px;
  border-right: 1px solid #333;
}
.cqie_header_nav_list {
  width: 33%;
  text-align: right;
}
.cqie_header_nav_list >a{
  color: #333;
}

.cqie_header_nav_list >a:hover{
  color: #003b8b;
  font-weight: bold;
}

.cqie_header_search_btn {
  margin-left: 15px;
  font-size: 22px;
  line-height: 60px;
  cursor: pointer;
}

.cqie_header_search {
  width: 60%;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 30px;  
  display: flex;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
  display: none;
}
.cqie_header_search input,
.cqie_header_search button
 {
 
  height: 40px;
  background-color: #eee;
  border: 1px solid #eee;
}
.cqie_header_search input {
  width: 85%;
  font-size: 16px;
  border-right: none;
  padding-left: 15px;
  border-radius: 3px 0 0 3px;
}
.cqie_header_search button {
  width: 15%;
  font-size: 22px;
  border-left: none;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width:1200px) {
  .cqie_header_search {
  width: 70%;
} 
}
@media screen and (max-width:1200px) {
  .cqie_header_logo {
    width: 400px;
  }
  .cqie_header_search {
  width: 80%;
} 

}
/* ============================header结束============================ */

@media screen and (max-width: 768px) {    
  .cqie_nav_wrap > .container_box {
    padding: 65px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:9999;
    background-color: rgba(0,0,0,.85);
    height:0;
    overflow: hidden;
    transition: all 0.3s;
  }
 .cqie_nav_header {
   width: 100%;
   height: 65px;
   display: flex !important;
   justify-content: space-between;
   align-items: center;
   position: fixed;
   top: 0;
   left: 0;
   padding: 0 15px;
   background-color: #003b8b;
   border-bottom: 1px solid #555;
 }
 .cqie_nav_logo > img{
   height: 40px;
 } 
 .cqie_nav_toggle {
   width: 35px;
   height: 35px;
   border: none;
   border-radius: 5px;
   font-size: 22px;
 }
 .cqie_nav {
   width: 100%;    
 }
 .cqie_nav_list {
   min-height: 55px;
   line-height: 55px;
 }
 .cqie_nav_list:first-of-type{
   border-bottom: 1px solid #555;
 }
 .cqie_nav_list > a {
   font-size: 16px;
   color: #fff;
   display: block;
   padding: 0 15px;
 }
 .cqie_nav_list:hover > a,
 .cqie_nav_list:hover > .cqie_nav_dropdown,
 .cqie_nav_list:hover > .cqie_nav_dropdown > a{
   background-color: #003b8b;
   color: #fff;
 }
 /* 20201226-active */
 .cqie_nav_list.active > a,
 .cqie_nav_list.active > .cqie_nav_dropdown,
 .cqie_nav_list.active > .cqie_nav_dropdown > a{
   background-color: #003b8b;
   color: #fff;
 }
.cqie_nav_dropdown {
 height: 55px;
 padding: 0 15px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
 border-bottom: 1px solid #555;
 overflow: hidden;
}
.cqie_nav_dropdown > a{
  font-size: 16px;
  color: #fff;
}
.cqie_nav_dropdown > i{
  width: 25px;
  text-align: center;
  font-size: 25px;
  color:#eee;
  cursor: pointer;
  display: block !important;
}
 .cqie_nav_dropdown_menu {
   width: 100%;
   background-color: #9f9f9f;
   display: none;
 }
 .cqie_nav_dropdown_menu_list {
   height: 45px;
   line-height: 45px;
   border-bottom: 1px dashed #555;
 }
 .cqie_nav_dropdown_menu_list:last-of-type{
   border: none;
 }
 .cqie_nav_dropdown_menu_list > a {
   display: block;
   font-size: 14px;
   color: #f1f1f1;
   padding-left: 30px;
 }
 .cqie_nav_dropdown_menu_list:hover > a {
   background-color: #f1f1f1;
   color: #003b8b;
   font-weight: bold;
 }
 .cqie_nav_bottom {
   width: 80%;
   margin: 0 auto;
   margin-top: 35px;
 }
 .cqie_nav_bottom > a {
   display: inline-block;
   width: 30%;
   text-align: center;
   height: 35px;
   line-height: 35px;
   color: #fff;
 }
 .cqie_nav_bottom > a:hover {
   color: #fff;
   font-weight: bold;
   background-color: #003b8b;
   border-radius: 3px;
 }
}
@media screen and (min-width:768px) {
.cqie_nav_wrap {
width: 100%;
height: 60px;
background-color: #003b8b;
}
.cqie_nav {
width: 100%;
display: flex;
}
.cqie_nav_list {
flex: 1;
}
.cqie_nav_list a {
display: block;
width: 100%;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 16px;
color: #fff;
text-decoration: none !important;
}

 .cqie_nav_list:hover > a,
 .cqie_nav_list:hover > .cqie_nav_dropdown,
 .cqie_nav_list:hover > .cqie_nav_dropdown > a{
  color: #003b8b;
  background-color: rgba(255, 255, 255, 0.5);
 }
/* 20201226-active */
 .cqie_nav_list:active > a,
 .cqie_nav_list:active > .cqie_nav_dropdown,
 .cqie_nav_list:active > .cqie_nav_dropdown > a {
  color: #003b8b;
  background-color: rgba(255, 255, 255, 0.5);
}

.cqie_nav_dropdown > i {
display: none;
}
.cqie_nav_dropdown_menu {
display: none;
position: absolute;
z-index: 9999;
width: 205%;
height: auto;
background-color: rgba(35, 65, 151, 0.6);
}

.cqie_nav_dropdown_menu > li {
border-bottom: 1px dashed #f1f1f1;
}
.cqie_nav_dropdown_menu> li:last-of-type {
border: none;
}
.cqie_nav_dropdown_menu a {
padding: 0 20px;
text-align: left;
height: 45px;
line-height: 45px;
}
.cqie_nav_dropdown_menu a:hover {
color: #003b8b;
background-color: rgba(255, 255, 255, 0.8);
}
.cqie_nav_list {
position: relative;
}
.cqie_nav_list:nth-last-of-type(1) .cqie_nav_dropdown_menu,
.cqie_nav_list:nth-last-of-type(2) .cqie_nav_dropdown_menu {
position: absolute;
right: 0;
}
.cqie_nav_list:hover .cqie_nav_dropdown_menu {
display: block !important;
}
}
@media screen and (max-width:992px) {
.cqie_nav_dropdown_menu {
  width: 300%;
}
}
/* ============================nav结束============================ */
/* ============================footer开始============================ */
.footer {
  width: 100%;
  padding: 50px 0;
  margin-top: -15px;
  background-color: #333;
}
.footer .footer_nav_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
  padding-left: 30px;
}
.footer .footer_nav_right > a {
  width: 33%;
  height: 35px;
  line-height: 35px;
  color: #eee;
}
.footer .footer_nav_center {
  height: 70px;
  padding: 0 30px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  text-align: center;
}
.footer .footer_nav_left .footer_nav_left_link_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer_nav_left_link {
  width: 100%;
}
.footer .footer_nav_left_link > ul {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #eee;
}
.footer .footer_nav_left_link li {
  margin: 15px;
}
.footer .footer_nav_left_mediaLink > span {
  font-size: 25px;
  margin: 0 10px;
}
.footer .footer_copyright p {
  color: #eee;
  margin-bottom: 10px;
}
.footer .search_box {
  border: 1px solid #003b8b;
  border-radius: 5px;
}
.footer .search_box input {
  width: 85%;
  padding-left: 10px;
  border-radius: 5px 0 0 5px;
}
.footer .search_box button {
  width: 15%;
  border-radius: 0 5px 5px 0;
  background-color: #003b8b;
  color: #f1f1f1;
}
.footer .search_box input,
.footer .search_box button {
  height: 45px;
  border: none;
}
@media screen and (max-width: 992px) {
  .footer .footer_nav_right {
    padding-left: 0;
  }
  .footer .footer_nav_center {
    border: 0;
    margin-bottom: 15px;
  }
  .footer .footer_copyright p {
    text-align: center;
  }
  .footer .search_box {
    margin-top: 15px;
  }
}
/* ============================footer结束============================ */
/* ============================backTop开始============================ */
.backTop {
  position: fixed;
  bottom: 150px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #003b8b;
  display: none;
}
.backTop > span {
  font-size: 35px;
  color: #fff;
}
/* ============================backTop结束============================ */

