body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
menu,
dl,
dt,
dd,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
section,
a {
  border: 0;
  padding: 0;
  margin: 0;
}
body {
  background: #f8f8f8;
  font: 12px/150% 'Microsoft YaHei', 'Hiragino Sans GB', 'Helvetica Neue', \5FAE\8F6F\96C5\9ED1, "SimHei", Tohoma, 'sans-serif';
  word-break: break-all;
  word-wrap: break-word;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a:active {
  outline: none;
}
a,
img {
  border: 0 none;
}
input,
select,
button {
  vertical-align: middle;
  outline: none;
}
input:FOCUS,
select:FOCUS,
textarea:FOCUS {
  outline: none;
  -moz-outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  /* color: rgb(0, 0, 0); */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
input,
div,
p,
span,
a,
i,
em,
ul,
li,
dd,
dt,
table {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
h1 {
  font-size: 36px;
  line-height: 45px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
}
h3 {
  font-size: 18px;
  line-height: 22px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 16px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
.cle {
  clear: both;
}
.clear {
  zoom: 1;
  *zoom: 1;
}
.clear::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.width {
  width: 1200px;
  margin: auto;
}
/*å¤´å¼€å§‹*/
.indexNav {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
}
.nav_list {
  width: 1200px;
  margin: 0 auto;
}
.nav_list .ul_list {
  height: 80px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.all_class {
  display: block;
  float: left;
  height: 38px;
  width: 110px;
  margin-right: 40px;
}
.all_class img {
  display: block;
  max-width: 100%;
  width: 110px;
  height: 35px;
}
.ul_list li {
  display: block;
  float: left;
  padding: 0px 15px;
  height: 100%;
}
.ul_list li a:hover {
  color: #ff9d00;
}
.ul_list li:last-of-type {
  margin-right: 0;
}
.nav_itemBox {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 80px;
  color: #333333;
}
.nav_list {
  position: relative;
}
.nav_list li img {
  vertical-align: middle;
  transition: 0.3s;
}
.nav_item {
  display: none;
  position: absolute;
}
.nav_item .nav_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: -14px;
  right: 0;
  margin: 0 auto;
  z-index: 20;
  font-size: 14px;
  position: relative;
  background: #fff;
  padding: 20px 16px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 5px 29px 0px rgba(18, 18, 18, 0.14);
}
.nav_item .nav_info::after {
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 36px;
  width: 0;
  height: 0px;
  content: '';
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px #eae8e824;
}
.nav_item .nav_info .nav_con {
  margin: 0 14px;
}
.nav_item .nav_info .nav_con .nav_tit {
  padding-bottom: 12px;
  text-align: left;
  font-size: 16px;
}
.nav_item .nav_info .nav_con dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
.nav_item .nav_info .nav_con dl dd:first-child {
  font-size: 14px;
  color: #333333;
  margin: 4px 0;
}
.nav_item .nav_info .nav_con dl dd {
  white-space: nowrap;
}
.nav_item .nav_info .nav_con dl dd a {
  display: inline-block;
  color: #999;
  transition: 0.2s;
  margin-bottom: 6px;
  font-size: 12px;
  margin: 4px;
  vertical-align: middle;
}
.nav_item .nav_info .nav_con dl dd a:hover {
  color: #ff7e00;
  text-decoration: underline;
}
.nav_item .nav_info .nav_con dl dd i {
  font-style: normal;
  font-size: 10px;
  display: inline-block;
  *zoom: 1;
  color: #999;
  *display: inline;
  vertical-align: middle;
}
.nav_item .nav_info .nav_con dl dd:last-child {
  text-align: left;
  margin-left: 12px;
}
.nav_item .nav_info .nav_con dl .spec {
  margin-top: 0px !important;
  margin-left: 0px !important;
}
.nav_item .nav_info .nav_con dl .spec a {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-bottom: 11px;
}
.nav_item .nav_info .nav_con:nth-of-type(1) .nav_tit {
  color: #ff7e00;
  border-bottom: 1px solid #ff7e00;
}
.nav_item .nav_info .nav_con:nth-of-type(2) .nav_tit {
  color: #35c9e2;
  border-bottom: 1px solid #35c9e2;
}
.nav_item .nav_info .nav_con:nth-of-type(3) .nav_tit {
  color: #ff69c0;
  border-bottom: 1px solid #ff69c0;
}
.nav_more {
  right: 60px;
}
.nav_more .nav_info::after {
  left: 178px;
}
.nav_kc .nav_info {
  left: -70px;
}
.nav_kc .nav_info::after {
  left: 92px;
}
/*æœç´¢æ¡†å¼€å§‹*/
.ssk_box ::-webkit-input-placeholder {
  font-size: 12px;
}
.ssk_box ::-moz-placeholder {
  font-size: 12px;
}
.ssk_box :-ms-input-placeholder {
  font-size: 12px;
}
.ssk_box {
  float: left;
  height: 30px;
}
.ssk2 {
  margin: 24px 0 0 0px;
  width: 141px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ff7e00;
  border-right: none;
}
.selection {
  width: 66px;
  height: 30px;
  background: #f5f7f9;
  text-align: center;
  border-radius: 4px 0 0 4px;
  line-height: 30px;
  font-size: 12px;
  color: #666;
  position: relative;
  cursor: default;
  float: left;
}
.selection:hover .selection_item {
  display: block;
}
.selection_item {
  display: none;
  position: absolute;
  top: 30px;
  z-index: 10;
}
.selection_item img {
  display: block;
  margin: 0 auto;
}
.selection_item ul {
  width: 80px;
  box-shadow: 0 0 5px #ddd;
  background: #fff;
}
.selection_item ul li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #999;
  cursor: pointer;
}
.selection_item ul li:hover {
  background: #f5f7f9;
  color: #ff9d00;
}
.search_btn {
  width: 26px;
  height: 32px;
  border-radius: 0 4px 4px 0;
  background: #ff9d00 url("https://jixun.iqihang.com/statics/images/search_box/search_btnimg.png") no-repeat 6px center;
  margin-top: 24px;
  cursor: pointer;
}
.search {
  float: left;
  width: 74px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 12px;
  border-radius: 0px;
  background-color: #FFFFFF;
  padding-left: 4px;
  border: none;
}
.ssk21 .submit {
  display: inline-block;
  cursor: pointer;
  height: 36px;
  border: none;
  width: 78px;
  text-align: center;
  background-color: #FF9D00;
  color: #ffffff;
  font-family: Arial, SimHei, sans-serif;
  font-size: 17px;
  border-radius: 0px;
}
.ssk22 {
  margin-top: 10px;
  font-size: 12px;
  color: #959595;
  font-family: 'å®‹ä½“';
  height: 18px;
  line-height: 18px;
}
.ssk22 li {
  float: left;
  margin-right: 5px;
}
.ssk22 li a {
  font-size: 12px;
  color: #959595;
  font-family: 'å®‹ä½“';
}
.ssk22 a:hover {
  color: #F92447;
  text-decoration: underline;
}
.ssk3 {
  background: url('https://jixun.iqihang.com/images/index/itop_05.png') no-repeat left 5px;
  padding-left: 39px;
  margin-top: 10px;
}
.ssk31 {
  font-size: 18px;
  color: #FF9D00;
  font-weight: 700;
}
.ssk32 {
  font-size: 12px;
  color: #828282;
  margin-top: 3px;
}
/*æœç´¢æ¡†ç»“æŸ*/
.head_center {
  margin: 0 16px;
}
.head_center .pos_head2 {
  display: none;
  width: 98px;
  background: #fff;
  position: absolute;
  top: 80px;
  right: 200px;
  font-size: 12px;
  padding: 0 12px;
  border: 1px solid #d8d8d8;
  border-top: none;
  z-index: 1;
}
.head_center .pos_head2 img {
  width: 14px;
  margin-right: 8px;
}
.head_center .pos_head2 a {
  display: flex;
  height: 40px;
  align-items: center;
  line-height: 40px;
  color: #666;
}
/* .head_center:hover .pos_head2 {
  display: block;
  z-index: 1;
} */
.head_center:hover .pos_head2 a {
  color: #666666;
}
.head_center:hover .pos_head2 a span {
  /* margin-left: 8px; */
}
.head_center,
.head_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 80px;
  align-items: center;
}
.head_center .p2,
.head_tel .p2 {
  font-size: 14px;
  color: #ff7e00;
  font-weight: bold;
}
/*åº•éƒ¨å¼€å§‹*/
.footer {
  margin-top: 20px;
  width: 100%;
  padding: 18px 0;
  background: #fff;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.footer_width {
  width: 1200px;
  margin: 0 auto;
}
.footer dl:first-of-type {
  margin-left: -8px;
  margin-right: -30px;
}
.footer dl {
  float: left;
  margin-left: 86px;
}
.footer dl dt {
  margin-bottom: 24px;
}
.footer dl dt i,
.footer dl dt span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #333333;
  font-size: 18px;
}
.footer dl dt i {
  width: 3px;
  height: 10px;
  background: #999999;
  margin-right: 6px;
}
.footer dl dd {
  margin-top: 8px;
}
.footer dl dd :hover a {
  color: #222;
}
.footer dl dd i,
.footer dl dd a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #999999;
  font-size: 14px;
}
.footer dl dd i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999999;
  margin-right: 6px;
}
.footer dl dd:hover a {
  color: #222;
}
.footerimg {
  display: block;
  float: left;
  margin: 30px 86px 0;
}
.footer_ul {
  width: 370px;
  margin-top: 0px;
}
.footer_ul li:hover .footposimg {
  display: block;
}
.footer_ul li {
  font-size: 14px;
  color: #b4b4b4;
  margin-bottom: 12px;
}
.footer_ul .footer_righttitle {
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
}
.contact {
  display: -moz-box;
  /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
  display: -webkit-flex;
  /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
  display: flex;
  /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.contact ul {
  height: 32px;
}
.contact ul li {
  float: left;
  margin-right: 10px;
  position: relative;
}
.contact div p {
  text-align: center;
}
.contact div p:first-of-type {
  font-size: 12px;
  color: #999;
}
.contact div p:nth-of-type(2) {
  font-size: 16px;
  color: #ff8a00;
}
.footposimg {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: none;
}
.blogroll {
  padding: 5px 0;
  width: 100%;
  line-height: 23px;
  background: #f8f8f8;
}
.blogroll_con {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  color: #999999;
}
.blogroll_con a {
  color: #b4b4b4;
  margin-right: 11px;
}
.blogroll_con a:hover {
  color: #222;
}
/* åº•éƒ¨ç»“æŸ */
/* 2022 new */
.hasLogin:hover .pos_head2 {
  display: block;
  z-index: 1;
}
.head_center .loginIn {
  height: 32px;
  line-height: 24px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
  color: #fff;
  border-color: #ff6c02;
  background: #ff6c02;
  cursor: pointer;
  display: none;
}
.head_center .avtar {
  display: none;
}
.head_center .avtar {
  display: block;
  margin: 0 auto;
}
