??@charset "utf-8";

/*公共样式*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  word-wrap: break-word;
}

html,
body,
div,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
tr,
td,
form,
i,
a,
input,
select,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei, SimHei, SimSun;
}

body,
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

::-moz-selection {
  background: #7bc91e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f56e32;
  color: #fff;
  text-shadow: none;
}

/**/
form,
select,
input,
textarea {
  font-family: Microsoft YaHei, SimHei, SimSun;
}

label {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

textarea {
  overflow: scroll;
  overflow-x: hidden;
}

input,
textarea {
  padding: 2px;
}

caption,
cite,
code,
dfn,
th,
var {
  text-align: left;
  font-weight: normal;
  font-style: inherit;
}

/*font*/
h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h5 {
  font-size: 15px;
  font-weight: bold;
}

h6 {
  font-size: 14px;
  font-weight: normal;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  /*width: 100%;*/
}

ul {
  list-style: none;
}

td {
  vertical-align: center;
}

/* img */
img {
  border: none;
}

a {
  text-decoration: none;
  color: #777777;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  outline: none;
  star: expression(this.onFocus=this.blur());
}

.fb {
  font-weight: bold;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.color01 {
  color: #ff0000;
}

.color02 {
  color: #ff00ff;
}

.color03 {
  color: #fdb03a;
}

.color04 {
  color: #990099;
}

.color05 {
  color: #000099;
}

.red {
  color: #f00;
}

.clear {
  clear: both;
}

.text-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.padd-l-15 {
  padding-left: 15px !important;
}

@font-face {
  font-family: "DINCOND";
  src: url("/hfgxjt/res/font/DINCOND-BOLD.OTF") format("OTF"),
  url("/hfgxjt/res/font/DINCOND-BOLD.svg") format("svg"),
  url("/hfgxjt/res/font/DINCOND-BOLD.woff") format("woff");
}

.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.W1400 {
  width: 1400px;
  margin: 0 auto;
}



/*内页banner*/
.ibanner {
  width: 100%;
  height: 400px;
  margin-top: 60px;
}

.ibanner img {
  height: 100%;
  width: 100%;
}

/*底部*/

.footer .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.footer .w-1760 .left .logo {
  margin-bottom: 28px;
}

.footer .w-1760 .left .f-contain ul {
  margin-top: 10px;
}

.footer .w-1760 .left .f-contain ul li {
  font-size: 12px;
  color: #999;
  padding: 5px 0 5px 28px;
  position: relative;
}

.footer .w-1760 .left .f-contain ul li.adr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url(/hfgxjt/res/image/address.png) no-repeat;
  width: 22px;
  height: 18px;
}

.footer .w-1760 .left .f-contain ul li.tel::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  background: url(/hfgxjt/res/image/phone.png) no-repeat;
  width: 15px;
  height: 16px;
}

.footer .w-1760 .left .f-contain ul li.email::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  background: url(/hfgxjt/res/image/emil.png) no-repeat;
  width: 17px;
  height: 13px;
}

.footer .w-1760 .left .f-contain ul li.cz::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  background: url(/hfgxjt/res/image/cz.png) no-repeat;
  width: 16px;
  height: 16px;
}

.footer .w-1760 .center {
  flex: 1;
  padding: 0px 5%;
}

.footer .w-1760 .center > ul {
  display: flex;
  justify-content: space-between;
}

.footer .w-1760 .center > ul > li > a {
  color: #333333;
  font-size: 16px;
}

.footer .w-1760 .center > ul > li > ul {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
}

.footer .w-1760 .center > ul > li > ul li {
  font-size: 12px;
  color: #999999;
  line-height: 26px;
}

.footer .w-1760 .center > ul > li > ul li a {
  color: #999999;
}

.footer .w-1760 .right {
  text-align: center;
  position: relative;
  padding-left: 60px;
}

.footer .w-1760 .right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 140px;
  background: #f2f2f2;
  left: 0;
  top: 0;
}

.footer .w-1760 .right .img {
  width: 121px;
  height: 121px;
  overflow: hidden;
}

.footer .w-1760 .right .img img {
  width: 100%;
  height: 100%;
}

.footer .w-1760 .right p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.firstfooter {
  background-color: #f5f5f5;
}

.footer-b {
  height: 50px;
  background-color: #13334a;
  position: relative;
}

.footer-b p {
  width: 91.6%;
  margin: 0 auto;
  color: #dee0e3;
  font-size: 12px;
  line-height: 50px;
}

.btop {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/hfgxjt/res/image/btop.png) no-repeat;
  width: 164px;
  height: 50px;
}

.btop a {
  margin-left: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
}

.footer-grey {
  background: #f5f5f5;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.footer-grey .w-1760 .right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 140px;
  background: #eaeaea;
  left: 0;
  top: 0;
}

body {
  width: 100%;
  overflow: hidden;
}
.search {
  position: relative;
}
.serachinput {
  position: absolute;
  width: 578px;
  height: 60px;
  right: 145px;
  top: 70px;
  background-color: #eeeeee !important;
  border-radius: 4px;
  display: none;
  padding-left: 9px;
}
.serachinput .sea {
  width: 554px;
  height: 44px;
  margin: 5px auto;
  background-color: #ffffff;
  border-radius: 4px;
  border: none;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}
.serachinput button {
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 7px;
  border: none;
  width: 60px;
  height: 48px;
  border-radius: 4px;
  background: url(/hfgxjt/res/image/isearch.png) #e8aa23 no-repeat;
  background-position: center center;
}
.email {
  position: relative;
}
.email .email_list {
  position: absolute;
  display: none;
  width: 121px;
  right: -4px;
  /*top: 70px;*/
  font-size: 14px;
  color: #333;
  height: 27px;
  margin-left: -40px !important;
  margin-right: 0px !important;
  background: url(/hfgxjt/res/image/mousehoverbg.png) no-repeat;
  padding-left: 10px;
  padding-top: 13px;
  background-size: 110%;
  line-height: 27px;
}
.email .email_list .more_item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.footer .footselect .suncnui-form .suncnui-form-select dl dd {
  line-height: 30px;
  /*text-align: center;*/
}

/*导航*/

.header {

  width: 100%;

  background-size: 100% 100%;

  box-sizing: border-box;

  margin-bottom: -114px;

}



.header .navList {

  z-index: 1000;

  position: relative;

}



.header .navList .logo {

  margin-left: 28px;

}



.header .navList .nav {

}



.header .navList .nav .nav-item .subMenu .wrap > li {

  height: 100%;

  padding: 0px 20px;

  border-right: 1px solid rgba(255, 255, 255, 0.2);

}



.header .navList .nav .nav-item .subMenu .wrap > li:last-child {

  border-right: none;

}



.header .right {

  display: flex;

}



.header .right a div {

  width: 70px;

  height: 70px;

  padding-top: 1px;

  line-height: 70px;

  text-align: center;

  /*background: rgba(0, 125, 213, 0.04);*/

  background-color: rgba(0, 0, 0, 0.04);

  margin-right: 8px;

}



.header .right a div > div {

  width: 20px;

  height: 20px;

  margin: 25px auto;

}



.header .right a:nth-child(1) div > div {

  background: url(/hfgxjt/res/image/search.png) no-repeat;

}



.header  .right a:nth-child(2) .more > .login {

  background: url(/hfgxjt/res/firstindexfiles/image/computer.png) no-repeat;

  background-size: 100% 100%;

  width: 19px;

  height: 16px;

}



.header  .right a:nth-child(2) .more > .more_list {

  width: 121px;

  height: 30px;

  display: none;

  background: url(/hfgxjt/res/image/mousehoverbg.png) no-repeat;

  padding-left: 10px;

  padding-top: 10px;

  flex-direction: column;

  justify-content: center;

  background-size: 110%;

  margin-top: 24px;

  margin-left: -40px !important;

}



.header .navList .right a:nth-child(2) .more > .more_list .more_item {

  width: 100%;

  height: 28px;

  line-height: 28px;

  text-align: center;

  margin: 0px;

  color: #333;

}

.header .navList .right a:nth-child(2) .more > .more_list {
  width: 121px;
  height: 30px;
  margin-left: -40px;
  display: none;
  background: url(/hfgxjt/res/image/mousehoverbg.png) no-repeat;
  padding-left: 10px;
  padding-top: 10px;
  background-size: 110%;
  margin-top: 24px;
}

.header #navList .logo {

  margin-left: 28px;

}

.header  .right a:nth-child(3) div > div {

  background: url(/hfgxjt/res/firstindexfiles/image/email.png) no-repeat;

}



.header .addnavList {

  z-index: 1000;

  position: fixed;

  top: 0;

  width: 100%;

  background-color: #fff;

  height: 70px;

  line-height: 70px;

}



.header .addnavList .logo {

  margin-left: 28px;

}



.header .addnavList .nav {

  padding-right: 13% !important;

}



.header .addnavList .nav .nav-item > a {

  color: #333;

}



.header .addnavList .nav .nav-item .subMenu .wrap > li {

  height: 100%;

  padding: 0px 20px;

  border-right: 1px solid rgba(255, 255, 255, 0.2);

}



.header .addnavList .nav .nav-item .subMenu .wrap > li:last-child {

  border-right: none;

}



.header .addnavList .right {

  display: flex;

}



.header .addnavList .right a div {

  width: 70px;



  padding-top: 1px;

  line-height: 70px;

  text-align: center;

  margin-right: 8px;

}



.header .addnavList .right a div > div {

  width: 20px;

  height: 20px;

  margin: 25px auto;

}



.header .addnavList .right a:nth-child(1) div > div {

  background: url(/hfgxjt/res/image/search-after.png) no-repeat;

}



.header .addnavList .right a:nth-child(2) .more > .login {

  background: url(/hfgxjt/res/firstindexfiles/image/computer-after.png) no-repeat;

  background-size: 100% 100%;

  width: 19px;

  height: 16px;

}



.header .addnavList .right a:nth-child(2) .more > .more_list {

  width: 121px;

  height: 30px;

  margin-left: -40px;

  display: none;

  background: url(/hfgxjt/res/image/mousehoverbg.png) no-repeat;

  padding-left: 10px;

  padding-top: 10px;

  background-size: 110%;

  margin-top: 24px;

}



.header .addnavList .right a:nth-child(2) .more > .more_list .more_item {

  width: 100%;

  height: 28px;

  line-height: 28px;

  text-align: center;

  margin: 0px;

}



.header .addnavList .right a:nth-child(3) div > div {

  background: url(/hfgxjt/res/image/email-after.png) no-repeat;

}

#nav {

  width: 100%;

  position: absolute;

  z-index: 999;

}



.logo {
  /*width: 152px;*/
  padding-top: 18px;
}





.logo a {

  display: block;

  background: url(/hfgxjt/res/firstindexfiles/images/logo.png) no-repeat;background-size: 100%;

  width: 293px;

  height: 48px;

  padding-top: 5px;

}



.header .addnavList .logo a {

  background: url(/hfgxjt/res/firstindexfiles/images/logo1.png) no-repeat;background-size: 100%;

}



.header .addnavList ul.nav .nav-item:first-child::before {

  background: rgba(0, 0, 0, 0.2);

}



ul.nav {

  display: inline-flex;

  flex: 1;

  padding-left: 40px;

  padding-right: 13%;

}



ul.nav .nav-item:first-child {

  position: relative;

}



ul.nav .nav-item:first-child::before {

  position: absolute;

  width: 1px;

  height: 16px;

  top: 29px;

  background: rgba(255, 255, 255, 0.2);

  content: "";

}



li.nav-item {position: relative;}
/*li.nav-item:hover .subMenu{*/
  /*display: block;*/
  /*height: 210px;*/
  /*transition: all .6s;*/
/*}*/




li.nav-item:first-child {

  position: relative;

}



li.nav-item:first-child::before {

  content: "";

  position: absolute;

  left: 0;

  top: 23px;

  width: 1px;

  height: 18px;

  background: rgba(0, 0, 0, 0.1);

}

li.nav-item > a {

  display: block;

  text-align: center;

  line-height: 70px;

  font-size: 17px;

  position: relative;

  padding: 0 30px;

}

li.nav-item > a::before {

  display: none;

  content: "";

  left: 50%;

  bottom: 0;

  transform: translateX(-50%);

  border-width: 0 8px 8px;

  border-style: solid;

  border-color: transparent transparent #007dd5;

  position: absolute;

}

li.nav-item:hover > a,

li.nav-item.active > a {

  font-weight: bold;

  color: #fff;

}



li.nav-item:hover > a::before,

li.nav-item.active > a::before {

  display: block;

}



/* 二级菜单 */

.subMenu {

  position: absolute;

  top:90px;

  left: 0;

  /*display: none;*/

  width: 500px;

  height: 0px;


  overflow: hidden;
}

li.nav-item:hover .subMenu{
  height: 210px;
  transition: all .6s ease;

}
li.nav-item:hover .subMenu_bg{
  height: 210px;
  transition: all .6s ease;

}


/*.subMenu_bg{position: absolute;top: 60px;background: rgba(0, 94, 174, 0.55);left: 0 ;width: 100%;z-index: 0;height:210px;display: none;width: 100%;}*/
.subMenu_bg{position: fixed;
  top: 70px;
  background: rgba(0, 94, 174, 0.55);
  left: 0;
  width: 100%;
  z-index: -1;
  height: 0px;
  width: 100%;}

.subMenu .con{padding: 0 30px;}

.subMenu dl {

  border-right: 1px solid rgba(255, 255, 255, 0.2);

  padding-right: 30px;

  margin-right: 30px;

  /*height: 0px;*/


}

.subMenu dl dt {

  font-size: 14px;

  color: #fff;

  line-height: 34px;

  height: 34px;

}

.subMenu dl dt a {

  color: #fff;

  font-weight: bold;

}

.subMenu .img {

  width: 210px;

  height: 140px;

  overflow: hidden;

}

.subMenu .img img {

  width: 100%;

  height: 100%;

}

.subMenu > ul {

  display: flex;

  flex-wrap: wrap;

  flex-direction: row;

  justify-content: center;

  align-items: center;

  padding-top: 20px;

}



.subMenu > ul li {

  line-height: 30px;

}



.subMenu > ul > li > a {

  display: none;
  text-align: center;
  line-height: 50px;

  color: #fff;

}

.subMenu > ul > li a {

  color: #fff;

}

.subMenu > ul > li > a:hover {
  color: #ccc;
}

.subMenu > ul > li > a {
  color: #ccc;
}



.nav-item > a {
  color: #fff;
}


.addnavList1{position: relative!important;}
.addnavList1 nav{position: relative!important;}
.header1{margin-bottom: 0!important;}

.more_item {
  background: transparent !important;
  width: 120px !important;
  height: 30px !important;
}

html {
  min-width: 1900px;
  overflow: auto;
}

#nav {
  min-width: 1920px;

}

.footer {
  min-width: 1920px;
}

/*加粗*/
.zhongdian {
  color: #0153ba !important;
  font-weight: 800 !important;
}

/*翻页框输入框*/
.pageList .num {
  height: 30px;
  padding: 0px 10px;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #d7d7d7;
  color: #999;
  border-radius: 4px;
  width: 40px;
}
.pageList .seach {
  height: 30px;
  padding: 0px 10px;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #d7d7d7;
  color: #fff;
  background: #0153ba;
  border-radius: 4px;
}<!--0.00032305717468262-->