*::selection {
    background: #003f88;
    color: #FFFFFF;
    text-shadow: none;
}
*::-moz-selection {
	background:  #003f88;
	color:#FFFFFF;
    }
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 129px;
}

.header .link {
  float: right;
  padding-top: 25px;
  font-size: 16px;
  color: #fff;
  text-align: right;
}

.header .link a {
  font-size: 18px;
  color: #fff;
  padding: 0 11px;
}
.header .link .cn:nth-child(3) {
       border-left: 2px solid #fff;
}
.header .nav {
  padding-top: 35px;
  padding-bottom: 20px;
}

.header .nav .logo {
  float: left;
  width: 415px;
}

.header .nav .logo img {
  width: 100%;
}

.header .nav ul {
  float: right;
  margin-top: 15px;

}

.header .nav ul li {
  float: left;
  position: relative;
  line-height: 45px;
  height: 59px;
  box-sizing: border-box;
}

.header .layout .nav ul li>a {
  display: block;
  padding: 0 17px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* .header .layout .nav ul li>a.selected {
  background-color: #002fa7;
} */

.header .layout .nav ul li .dropdown {
 /* display: none;*/
opacity: 0;
    overflow: hidden;
height: 0;
  width: 138px;
  position: absolute;
 left: -19px;
  top: 50px;
  text-align: center;
  box-sizing: border-box;
  /*z-index: 99;*/
  box-shadow: 0  0 5px rgba(0, 0, 0, 0.2);
border-top: 6px solid #19306d; 
}
.header .layout .nav ul li .dropdown a {
  display: block;
  font-size: 16px;
  box-sizing: border-box;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background-color: #fff;
  opacity: 1;
  border-bottom: 1px solid #cecfcd;
  
}
.header .layout .nav ul li .dropdown a:last-child{
  border-bottom: 0;
}
.header .layout .nav ul li .dropdown a:hover{
  color: #003f88;
}
.menu {
    display: none;
}

.mobileNav {
    display: none;
}

/* 移动端导航 */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.mnav .contentct {
    float: left;
    width: 40%;
    height: 100%;
    background: #256ca3;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

.mnav .contentct .nav-item {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;

}

.mnav .contentct .nav-item:hover {
    background: #003f88;
    -webkit-box-shadow: 3px 3px 10px #000;
    box-shadow: 3px 3px 10px #000;
}

.mnav .contentct .nav-item:hover .item-down {
    display: block;
}

.mnav .contentct .nav-item a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.mnav .link {
    padding-top: 28px;
    font-size: 16px;
    color: #fff;
}


.mnav .link a {
    display: block;
    margin: 0 auto;
    width: 48%;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 15px;
    border-radius: 20px;
}


.mnav .contentbl {
    float: left;
    width: 60%;
    height: 100%;
    background: #333;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/*搜索模态框*/
.model-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.search-input {
    width: 100%;
    height: 0;
    position: fixed;
    text-align: center;
    top: -250px;
    opacity: 0;
    transition: all 0.8s;
    z-index: 9999;
}

.search-input input,
.search-input button {
    padding-left: 10px;
    width: 65px;
    height: 50px;
    line-height: 35px;
    border: none;
    color: #959595;
    background-color: #fff;
}

.search-input input {
    width: 25%;
    margin-left: -5px;
    font-size: 16px;
    font-family: "microsoft yahei", simsun;
}

.search-input button {
    text-align: center;
    margin-left: -5px;
}

.search-input button img {
    margin: 0 0 0 -2px;
}



/* 页脚 */
.footer {
    
    color: #fff;
    font-size: 18px;
    background: url(../images/footer-bg.png) no-repeat center center / cover;
  }
  .footer .footer-container { 
    padding: 40px 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .footer .footer-container .left {
    float: left;
    padding-top: 15px;
    width: 34.52%;
  }
  
  .footer .footer-container .left .logo {
    width: 427px;
    width: 80%;
    font-size: 0;
    margin-right: 20%;
  }
  
  
  .footer .footer-container .left .logo img {
    width: 100%;
  }
  
  .footer .footer-container .contect {
    /*padding-left: 34.52%;*/
    box-sizing: border-box;
padding-left: 0;
    float: left;
    width: 55%;
    padding-top: 20px;
  }
  .footer .footer-container .wetchat {
    padding-left: 0;
    float: left;
}
.footer .footer-container .wetchat .img1 {
width: 120px;
    height: 120px;
    margin: 0 auto 10px;
}
  .footer .footer-container .wetchat .img1 img {
width: 100%;
    height: 100%;
}
.footer .footer-container .wetchat p {
    font-size: 16px;
    color: #fff;
}
  .footer .footer-container .contect .contect-content>div>div {
    float: left;
    line-height: 28px;
    margin-right: 13%;
margin-bottom: 25px;
    padding-left: 45px;
  }
  .footer .footer-container .contect .contect-content>div>div.phone{
    background: url(../images/phone-icon.png) no-repeat left center / contain;
    width: 26.6%;
    margin-right: 0;
  }
  .footer .footer-container .contect .contect-content>div> div.email{
    background: url(../images/email-icon.png) no-repeat left center / contain;
    width: 26.6%;
    margin-right: 0;
  }
  .footer .footer-container .contect .contect-content>div>div.print{
    margin-right: 0;
    background: url(../images/print-icon.png) no-repeat left center / contain;

  }
  .footer .footer-container .contect .contect-content>div>div.postalCode{
   
    background: url(../images/youbian-icon.png) no-repeat left center / contain;

  }
  .footer .footer-container .contect .contect-content>div>div.address{
    background: url(../images/address-icon.png) no-repeat left center;
    background-size: 24px 28px;
    margin-right: 0;

  }

  
  .footer .footer-container .contect .space {
    padding: 0 8px;
  }
  
  
  .footer .footer-bot {
    border-top: 1px solid rgba(255,255,255,0.24);
    padding: 20px 0;
    text-align: center;
  }
  
  
  .footer .footer-bot a {
    color: #fff;
  }
  
  .footer .footer-bot a:hover {
    text-decoration: none;
    color: #98c3f0;
  }
  
  .footer .footer-bot .space {
    padding: 0 5px;
  }
  
  .footer .footer-bot p {
    font-size: 16px;
    line-height: 24px;
  }
@media screen and (max-width:1650px){
  .layout{
    padding: 0 50px;
  }
}
@media screen and (max-width:1600px){
  .header .layout .nav ul li>a{
    padding: 0 14px;
  }
  
}
@media screen and (max-width:1544px){
  .header .nav .logo{
    width: 400px;
  }
  .header .layout .nav ul li>a{
    font-size: 18px;
    padding: 0 15px;
  }
  .footer .footer-container .contect .contect-content>div>div {
    margin-right: 10%;
  }

}
@media screen and (max-width:1501px) {
.footer .footer-container .contect .contect-content>div>div.print {
margin-right: 5%;
}
.footer .footer-container .contect .contect-content>div>div.phone {
margin-right: 43px;
}
.footer .footer-container .contect .contect-content>div> div.email {
    width: auto;
    margin-right: 0;
}
}
@media screen and (max-width:1500px){
.footer .footer-container .contect {
width: 51%;
}
  .footer .footer-container .contect .contect-content>div>div{
   margin-right: 5%;
    box-sizing: border-box;
  }

}
@media screen and (max-width:1481px) {
.header .layout .nav ul li>a {
    font-size: 18px;
   padding: 0 12px;
}
    
}
@media screen and (max-width:1450px){
  .header{
  height: 104px;
  }
  .header .nav .logo{
    width: 350px;
  }
  .header .nav ul{
    margin-top: 5px;
  }
  .header .link{
    padding-top: 15px;
  }
  .header .nav {
    padding-top: 25px;
    padding-bottom: 15px;
}
.header .link a{
  padding: 0 8px;
}
}
@media screen and (max-width:1390px){
.footer .footer-container .contect .contect-content>div>div.phone {
    width: 36.6%;
}
  .header .nav .logo{
    width: 300px;
    margin-top: 6px;
  }
  .header .layout .nav ul li>a {
    padding: 0 13px;
}
.header .link a {
padding: 0 6px;
}
}
@media screen and (max-width:1330px) {
  .header .layout .nav ul li>a {
    padding:0 10px;
}
}
@media screen and (max-width:1300px){
  .layout{
    padding: 0 30px;
  }
}
@media screen and (max-width:1250px){
  .header{
    height: 80px;
  }
  .header .nav {
    padding-top: 12px;
    padding-bottom: 15px;
}
  .header .nav ul{
    display: none;
  }
  .header .link .search,.header .link .cn{
    display: none;
  }
  .header .link .menu{
    display: block;
  }
}
@media screen and (max-width:1200px){
.footer{
  font-size: 16px;
}
}
@media screen and (max-width:1100px){
  .header{
    background-color: #003f88;
  }
}
@media screen and (max-width:1000px){
  .footer .footer-container .left{
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .footer-container .left .logo{
    width: 400px;
  }
  .footer .footer-container .contect{
    padding-left: 0;
width: 100%;
  }
}
@media screen and (max-width:850px){
  .layout{
    padding: 0 20px;
  }
}
@media screen and (max-width:700px){
  .footer .footer-container .contect .contect-content>div>div{
    float: none;
    width: 100%;
  }
  .footer .footer-container .contect .contect-content>div>div{
    margin-top: 20px!important;
  }
  .footer .footer-container{
    padding-left: 10%;
  }
  .footer .footer-container .contect .contect-content>div>div.phone {
    width:100%;
  }
}
@media screen and (max-width:600px){
  .layout{
    padding: 0 15px;
  }
}
@media screen and (max-width:500px){
  .footer .footer-container .left .logo{
    width: 320px;
    margin-right: 0;
  }
  .footer .footer-container{
    padding: 20px;
    padding-left: 0%;

  }
  .footer .footer-bot p {
    font-size: 14px;
}
.footer {
  font-size: 14px;
}
.footer .footer-container .contect .contect-content>div>div {
  margin-top: 10px!important;
}
.footer .footer-container .contect .contect-content>div>div:nth-child(1){
  background-size: 25px 25px;
}
.footer .footer-container .contect .contect-content>div>div:nth-child(2),.footer .footer-container .contect .contect-content>div>div:nth-child(3){
  background-size: 23px 23px;
}
.footer .footer-container .contect .contect-content>div>div:nth-child(4){
  background-size: 23px 26px;
}
}
@media screen and (max-width:380px){
  .header .nav .logo{
    width: 250px;
  }
  .header .link {
    padding-top: 10px;
}
}