@charset "utf-8";
/* common */
*{margin: 0;padding: 0;}
body,html,h1,h2,h3,h4,h5,h6,ul,li,p,em,textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  font: normal normal 14px "Microsoft YaHei","微软雅黑","arial","tahoma","MicrosoftJhengHei";
}
body{
  /* overflow-x: hidden;
  min-width: 1200px; */
}
input::-webkit-input-placeholder{   
/* WebKit browsers */   
color: #999;   
}   
input:-moz-placeholder{   
/* Mozilla Firefox 4 to 18 */   
color: #999;    
}   
input::-moz-placeholder{   
/* Mozilla Firefox 19+ */   
color: #999;   
}   
input:-ms-input-placeholder{   
/* Internet Explorer 10+ */   
color: #999;  
}
input,textarea {
  border: none;
  background: none;
  resize: none;
  -webkit-appearance: none;
}
a,a:hover{
  color: #666;
  text-decoration: none;
  outline: none;
}

img {
  display: inline-block;
  border: none;
}
.threeDots{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.center{
  text-align: center;
}
table{
  margin: 20px auto;
}
/*scrollbar*/
::-webkit-scrollbar{
  width:8px;height: 6px;
}
::-webkit-scrollbar-track-piece{
  margin-right:10px;
  background-color:#EEE; 
  -webkit-border-radius:8px;
}
::-webkit-scrollbar-thumb:vertical{
  height:8px; 
  background-color:#DDD; 
  -webkit-border-radius:8px;
}
::-webkit-scrollbar-thumb:horizontal{ 
  width:6px; 
  background-color:#EEE; 
  -webkit-border-radius:8px;
}
/* header */
.header-top{
  height: 110px;
  position: relative;
}
.header-logo{
  width: 450px;
  height: 82px;
  margin-top: 14px;
}
.header-search{
  position: absolute;
  width: 270px;
  height: 31px;
  right: 230px;
  top: 50%;
  margin-top: -15.5px;
  background-color: #FFF;
  border: 1px solid #005bac;
  line-height: 31px;
}
.header-search-input{
  width: 200px;
  font-size: 12px;
  color: #333;
  outline: none;
  padding-left: 8px;
}
.header-search-text{
  position: absolute;
  width: calc(100% + 2px);
  top: 31px;
  left: -1px;
  z-index: 105;
  background-color: #FFF;
  
}
.header-searchkey{
  border: 1px solid #005bac;
  display: none;
}
.header-search-text-item{
  width: 100%;
  height: 31px;
  line-height: 31px;
  cursor: pointer;
}
.header-search-text-item a{
  display: block;
  color: #333;
  padding-left: 8px;
  font-size: 12px;
}
.header-search-text-item:hover{
  background-color: #005bac;
}
.header-search-link{
  position: absolute;
  width: 70px;
  height: 31px;
  right: 0;
  top: 0;
  background-color: #005bac;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
.header-search-link:hover{
  color: #FFF;
}
.header-search-link img{
  vertical-align: middle;
  width: 16px;height: 16px;
}
.header-language{
  position: absolute;
  height: 31px;
  width: 112px;
  right: 90px;
  top: 50%;
  margin-top: -15.5px;
}
.header-language li{
  float: left;
  line-height: 32px;
}
.header-language li a{
  display: block;
  width: 56px;
  text-align: center;
  color: #666666;
  font-size: 12px;
}
.header-language li a:hover{
  color: #005bac;
}
.header-box{
  width: 1200px;
  margin: 0 auto;
}
.header-nav{
  background-color: #005bac;
  position: relative;
  width: 100%;
}
.header-nav-item{
  float: left;
  width: 150px;
  text-align: center;
  position: relative;
}
.header-nav-link{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-nav-link:hover{
  color: #FFF;
  background-color: rgb(9, 74, 131);
}
.header-link-bg{
  background-color: rgb(9, 74, 131);
}
.header-sub-box{
  position: fixed;
  top: 160px;
  left: 0vw;
  width: 100vw;
  min-width: 1200px;
  background-color: rgba(0, 0, 0, .7);
  height: 0px;
  z-index: 100;
  display: none;
  transition: height 0.2s;
  -moz-transition: height  0.2s; /* Firefox 4 */
  -webkit-transition: height  0.2s; /* Safari 和 Chrome */
  -o-transition: height  0.2s; /* Opera */
}
.header-sub{
  position: absolute;
  top: 50px;
  width: 900px;
  z-index: 101;
  display: none;
}
.header-sub li{
  float: left;
  width: 120px;
}
.header-sub li a{
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 76px;
}
.header-sub li a:hover,.header-sub li.header-sub-active a{
  text-decoration: underline;
}
.header-sub-ywbk li{
  width: 200px;
  box-sizing: border-box;
  padding-left: 50px;
} 
.header-sub-title{
  height: 70px;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #FFF;
  margin-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-sub-line{
  width: 40px;
  height: 4px;
  background-color: #FFF;
  margin-bottom: 10px;
  margin-left: 10px;
}
.header-sub-ywbk li a{
  display: block;
  color: #FFF;
  line-height: 32px;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-sub-ywbk li a span{
  padding: 5px 20px 5px 10px;
  color: #FFF;
}
.header-sub-ywbk li a.header-sub-active span{
  background-color: #02328d;
}
/* footer */
.footer-box{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer-page1{
  /* min-width: 1350px; */
  background-color: rgb(0, 91, 172);
  padding-top: 82px;
}
.footer-page1-left{
  float: left;
  height: 40px;
  width: 748px;
  left: 27px;
}
.footer-page1 ul li{
  float: left;
  width: 20%;
  height: 43px;
  text-align: center;
}
.footer-page1-link{
  color: #FFF;
  font-size: 16px;
  height: 43px;
  line-height: 43px;
}
.footer-page1-link:hover{
  color: #FFF;
}
.footer-page1-right{
  float: left;
  width: 372px;
}
.footer-page1-right .footer-page1-link{
  padding-left: 110px;
}

.footer-page2-left{
  float: left;
  width: 748px;
  left: 27px;
  padding-top: 8px;
}
.footer-page2 ul li{
  float: left;
  width: 20%;
  text-align: center;
}
.footer-page2 ul.footer-page2-left-nav li{
  width: 100%;
  height: 27px;
  line-height: 27px;
}
.footer-page2-left-nav li a{
  font-size: 12px;
  color: #666666;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer-page2-left-nav li a:hover,.footer-page2-left-nav li.footer-page2-left-active a{
  text-decoration: underline;
  color: #094a83;
  font-weight: bold;
  font-style: normal;
}
.footer-page2-right{
  float: left;
  width: 372px;
  font-size: 14px;
  color: #666666;
}
.footer-page2-right div{
  padding-left: 110px;
  height: 38px;
  line-height: 38px;
}
.footer-page2-right div.phone-num{
  position: relative;
  height: 64px;
  line-height: 64px;
}
.phone-num img{
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 23px;
}
.phone-num span{
  display: inline-block;
  font-size: 16px;
  color: #005bac;
  font-weight: bold;
  height: 64px;
}
.footer-page2-ewm{
  position: absolute;
  left: 100%;
  top: 30px;
  width: 140px;
}
.footer-page2-ewm img{
  width: 140px;
  height: 140px;
}
.footer-page2-ewm p{
  text-align: center;
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
}
.footer-page3{
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  border-top: 1px solid #EEE;
  text-align: center;
  line-height: 40px;
}
.header-box::after,header-sub::after,.footer-box::after,.footer-page1::after,.footer-page1 ul::after,.footer-page2::after{
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width:1204px){
  body{
    min-width: 1200px;
  }
}