@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  /*font-family: "Source Han Sans CN"!important;*/

}
body{
  padding: 0!important;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*h1,h2,h3{*/
  /*margin: 0!important;*/
  /*padding: 0!important;*/
/*}*/
/*html,body{*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*height: 100%;*/
/*}*/
header {
  position: relative;
  height: 232px;
  /*width: 1920px;*/
  background-image: url("/site/image/headerbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1976D2;
  background-size: 100% 100%;
  min-width: 1200px;
}
header .main_title {
  width: 1200px;
  height: 165px;
  margin: 0 auto;
}
header .title {
  margin-top: 50px;
  float: left;
}
header .tabBar_search {
  float: right;
  height: 90px;
  overflow: hidden;
  padding-top: 50px;
  box-sizing: content-box;
}
header h2 {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 34px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

header h3 {
  font-size: 20px;
  line-height: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400!important;
  color: #C1DEF5;
}



header .tab{
  display: flex;
  flex-direction: row;
  padding-left: 5px;
  /*height: 43px;*/
}
header .tab li {
  /*display: inline-block;*/
  height: 43px;
  font-size: 16px!important;
  line-height: 16px;
  color: white;
  padding: 13px 16px 12px 18px!important;
  background-color: #1063B5;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 4px 4px 0px 0px;
  box-sizing: border-box;
}


header .tab .current {
  background-color: #FFFFFF;
  color: #333333;
}


header .search {
  display: flex;
  /*align-items: center;*/
  width: 569px;
  height: 47px!important;
  line-height: 47px;
  margin-left: 5px;
  border-radius: 0 4px 4px 4px;
  background-color: #FFFFFF;
  overflow: hidden;
}

header .search .txt {
  height: 100%;
  line-height: 1.15;
  width: 489px;
  border: none;
  font-size: 14px;
  padding-left: 18px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 4px;
}
/*.h1, .h2, .h3, h1, h2, h3{*/
  /*margin: 0!important;*/
  /*!*font-weight: bold!important;*!*/
/*}*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  /*line-height: 100px;*/
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

header .search .txt:focus {
  outline: none;
}

header .search .btn {
  flex: 1;
  width: 80px;
  height: 53px;
  background: #46C0FF;
  color: #ffffff;
  font-size: 17px;
  border:1px solid #46c0ff;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
  outline: none!important;
}

header .hdtab {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
  height: 67px;
}

header .hdtab li {
  height: 100%;
  width: 112px;
  text-align: center;
}
header .hdtab li:first-child{
  width: 82px;
}
header .hdtab li:nth-child(6){
  width: 92px;
}
header .hdtab li:nth-child(7){
  width: 122px;
}
header .hdtab li:nth-child(7) .menu{
  width: 122px;
}
header .hdtab li:nth-child(7) .menu li{
  padding-left: 13px;
}
/*header .hdtab li:nth-child(7) .menu li{*/
  /*padding-left: ;*/
/*}*/
header .hdtab li:last-child{
  width: 92px;
}
header .hdtab li .nav {
  display: block;
  height: 100%;
  line-height: 67px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

header .hdtab li .nav:hover:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

header .hdtab li:hover .menu {
  display: block;
  /*overflow: hidden;*/
}

header .hdtab li .menu {
  position: relative;
  z-index: 999;
  display: none;
  width: 112px;
  background-color: #ffffff;
  padding:10px 0px 5px 0px;
  box-shadow: 0px 6px 33px 2px rgba(21, 108, 214, 0.33);
}

header .hdtab li .menu::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

header .hdtab li .menu li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 24px;
  box-sizing: border-box;
}
header .hdtab li .menu li:hover{
  background-color: #1976D2;
  color: #FFFFFF;
}
header .hdtab li .menu li:hover a{
  color: #FFFFFF;
}

header .hdtab li .menu li a {
  text-decoration: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.footer {
  /*width: 1920px;*/
  width: 100%;
  /*align-self: flex-end;*/
  position: relative;
  bottom: 0;
  left: 0;
  height: 186px;
  background-color: #EAECEE;
  margin-top: 50px;
  padding-bottom: 50px;
    border-top: 2px solid #1976D2;
  box-sizing: border-box;
}

.footer .ftbox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
}

.footer .ftbox .boxhd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
}
.footer .ftbox .boxhd li {
  display: block!important;
  width: 22%;
  height: 40px;
  cursor: pointer;
  background-color: #FFFFFF;
}

.footer .ftbox .boxhd li .text {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.footer .ftbox .boxhd li .righttrangle {
  float: right;
  transform: translate(-10px, -25px);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #B3B5B7;
}

.footer .ftbox .boxhd li .toptrangle {
  /*display: none;*/
  /*float: right;*/
  /*transform: translate(-20px, -25px);*/
  /*width: 0;*/
  /*height: 0;*/
  /*border: 10px solid transparent;*/
  /*border-top-color: #B3B5B7;*/
  display: none;
  float: right;
  transform: translate(-15px, -30px);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #B3B5B7;
}

.footer .ftbox .boxhd li:hover .province {
  display: block;
  font-size: 16px;
}

.footer .ftbox .boxhd li:hover .righttrangle {
  display: none;
}

.footer .ftbox .boxhd li:hover .toptrangle {
  display: block;
}

.footer .ftbox .boxhd li .province {
  position: absolute;
  left: 0;
  top: -145px;
  z-index: 999;
  height: 160px;
  display: none;
  width: 1200px;
  overflow-y: scroll;
  background-color: rgba(52,52,52,0.8);
}

.footer .ftbox .boxhd li .province li {
  display: flex!important;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: transparent;
}

.footer .ftbox .boxhd li .province li a {
  color: white;
  width: 250px;
  margin-left: 40px;
  text-align: center;
  text-decoration: none;
}
.footer .ftbox .boxhd li .province li a:hover {
    color: #1976D2;
    /*text-decoration: black;*/
}

.footer .ftbox .boxhd li .province li span {
  width: 105px;
  text-align: center;
}
.footer .ftbox .boxmd{
  display: flex;
  justify-content: left;
  margin-top: 10px;
}
.footer .ftbox .boxmd li{
  height: 30px;
  width: 20px;
  /*background: gray;*/
  margin: 0;
  /*border-radius: 5px;*/
  color: #000000;
  text-align: center;
  line-height: 30px;
}
.footer .ftbox .boxmd span{
  line-height: 30px;
}
.footer .ftbox .boxmd #pageviexs{
  display: flex;
}
.footer .ftbox .boxmd #pageviexs li{
  height: 30px;
  width: 20px;
  margin: 0;
  color: #000000;
  text-align: center;
  line-height: 30px;
}

.footer .ftbox .boxbd {
  display: flex;
}


.footer .ftbox .boxbd li {
  display: block!important;
  margin-top: 20px;
  font-size: 14px;
  margin-right: 25px;
}

.footer .ftbox .boxbd li span {
  color: #666666;
  font-family: Source Han Sans CN;
}
