body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, i, b {
  margin: 0;
  padding: 0;
  font: 14px 'Microsoft Yahei', Tahoma, Simsun;
}

body {
  background-color: #ffffff;
  min-width: 1200px;
  margin: 0 auto;
  color: #666;
  line-height: 24px;
}

* {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

em {
  font-style: normal;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

a {
  text-decoration: none;
  color: #666;
  line-height: 24px;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cccccc !important;
}

input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc !important;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc !important;
}

input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cccccc !important;
}

a:hover {
  text-decoration: none;
  color: #FF8500;
}

a:link, a:visited {
  outline: none;
}

img, a img {
  border: none;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul li {
  list-style: none;
}

b {
  font-weight: 800;
}

.orgenColor {
  color: #FF8500;
}

.orgenClass:hover {
  color: #FF8500;
  cursor: pointer;
}

.w1200 {
  width: 1200px !important;
  display: block;
  margin: 0 auto;
  position: relative;
}

.w1400 {
  width: 1400px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt20 {
  margin-top: 20px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl0 {
  padding: 0 !important;
}

.inlinB {
  display: inline-block;
}

.top {
  width: 100%;
  height: 40px;
  background-color: #e6e6e6;
  line-height: 40px;
  padding: 0 30px;
  min-width: 1200px;
}

.top .topBox>a {
  display: inline-block;
  margin-left: 30px;
  margin-top: 8px;
}

.top .topBox>a .icon-dianhua1 {
  vertical-align: middle;
  font-size: 22px;
  margin-right: 5px;
}

.top .topBox .topNavBox {
  margin-left: 20px;
}

.ty_upIco .icon-shang {
  margin-left: 5px;
  display: inline-block;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* Internet Explorer */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}

.ty_upIco:hover .icon-shang {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* Internet Explorer */
  -moz-transform: rotate(0deg);
  /* Firefox */
  -webkit-transform: rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(0deg);
}

.hot, .mf {
  position: relative;
}

.hot::after {
  content: '';
  display: block;
  position: absolute;
  right: -35px;
  top: 3px;
  width: 31px;
  height: 14px;
  background-image: url(../img/hot.png);
  background-repeat: no-repeat;
}

.mf::after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: -5px;
  width: 32px;
  height: 20px;
  background-image: url(/public/image/mf.png);
  background-repeat: no-repeat;
}

/* 头部start */

.top .topBox .topNavBox:hover .topNav {
  display: block;
  background-color: #fafafa;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: nowrap;
}

.top .topBox .topNavBox .topNav {
  padding: 30px;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.top .topBox .topNavBox .topNav div:last-child::after {
  display: none;
}

.top .topBox .topNavBox .topNav .topNavOne {
  /* width: 210px; */
  padding: 5px 24px;
  margin-bottom: 10px;
  float: left;
  position: relative;
}

.top .topBox .topNavBox .topNav .topNavOne::after {
  content: '';
  display: block;
  width: 1px;
  height: 60%;
  background-color: #e6e6e6;
  position: absolute;
  top: 55px;
  right: 0;
}

.top .topBox .topNavBox .topNav .topNavOne h3 {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.top .topBox .topNavBox .topNav .topNavOne ul li {
  line-height: 30px;
  width: 100%;
}

/* 头部end */

/* 导航start */

.headBox {
  padding: 30px 30px 0 30px;
  height: 80px;
  position: relative;
  min-width: 1200px;
  background-color: #fff;
}

.headBox .logo {
  width: 300px;
  position: relative;
}

.headBox .logo a>img.logo_img {
  margin-top: -25px;
/*  MARGIN-LEFT: 50PX;*/
}

.headBox .logo span {
  border: 1px solid #707070;
  height: 25px;
  width: 90px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  right: -92px;
}

.headBox .logo span::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -13px;
  width: 1px;
  height: 19px;
  background-color: #707070;
}

.headBox .navBox {
  margin-left: 123px;
  margin-top: -8px;
}

.headBox .navBox>ul>li {
  float: left;
  margin-left: 50px;
}

.headBox .navBox>ul>li:hover .inlinB>a {
  color: #FF8500;
  border-bottom: 1px solid #FF8500;
}

.headBox .navBox .inlinB {
  height: 60px;
}

.navBoxTab h3 {
  line-height: 35px;
  color: #FF8500;
  border-bottom: 2px solid #FF8500;
  margin-bottom: 20px;
}

.navBoxTab h3 a {
  color: #FF8500;
  border: none;
}

.navBoxTab ul li>a {
  font-size: 14px !important;
}

.navBoxTab ul li {
  line-height: 25px;
}

.navBoxTab2>ul {
  margin-right: 30px;
}

.navBoxTab2>ul:last-child {
  margin-right: 0;
}

.headBox .navBox .inlinB .navBoxTab, .navBoxTab1, .navBoxTab2, .navBoxTab3 {
  display: none;
  top: 132px;
  padding: 18px 30px 30px 30px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.1);
}

.headBox .navBox .inlinB:hover .navBoxTab, .inlinB:hover .navBoxTab1, .inlinB:hover .navBoxTab2, .inlinB:hover .navBoxTab3 {
  display: block;
  position: absolute;
  top: 82px;
}

.headBox .navBox>ul>li>a, .headBox .navBox>ul>li>div>a, .headBox .navBox>div>a {
  line-height: 41px;
  display: inline-block;
  text-align: center;
  /* padding: 0 5px; */
  border-bottom: 1px solid #fff;
  font-size: 16px;
}

.headBox .navBox>ul>li>a:hover, .headBox .navBox>ul>li>div>a:hover, .headBox .navBox>div:hover>a, .headBox .navBox>ul>li.active>a, .headBox .navBox>ul>li.active>div>a {
  color: #FF8500;
  transition: 0.5s ease;
  border-bottom: 1px solid #FF8500;
}

.navBoxTab2>ul>li>a>img.hots {
  vertical-align: baseline;
  margin-left: 5px;
}

/* 导航end */

/* 登录start */

.longin {
  margin-top: -8px;
}

.longin>a {
  line-height: 41px;
  background-color: #FF8500;
  padding: 4px 20px;
  font-weight: 800;
  color: #fff;
}

.longin>a:first-child {
  background-color: #01a6ff;
  margin-right: 5px;
}

/* 新闻头部 911 start*/

.headBox_news {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.headBox_news .head_logo {
  height: 80px;
  padding: 11px 0 12px 0;
}

.headBox_news .head_logo .logo a {
  display: block;
  float: left;
}

.headBox_news .head_logo .logo a img.logo_img {
  width: 300px;
  height: 54px;
}

.headBox_news .head_logo .logo a img.ggt_top {
  width: 420px;
  height: 60px;
  margin-left: 58px;
}

.headBox_news .head_logo .logo span {
  color: #707070;
  border: 1px solid #707070;
  border-radius: 2px;
  position: relative;
  padding: 0 6px;
  display: block;
  float: left;
  margin-top: 17px;
  margin-left: 26px;
}

.headBox_news .head_logo .logo span::after {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: 2.5px;
  width: 1px;
  height: 20px;
  background-color: #707070;
}

.headBox_news .head_logo .logo ul {
  float: right;
  width: 310px;
  height: 60px;
  border: 1px solid #cccccc;
  padding: 6px;
}

.headBox_news .head_logo .logo ul li {
  float: left;
  font-size: 12px;
  color: #666666;
  width: 50%;
}

.headBox_news .head_logo .logo ul li:nth-child(2n) {
  text-indent: 10px;
}

.headBox_news .head_logo .logo ul li a {
  line-height: 15.5px;
}

.headBox_news .head_logo .logo ul li a i {
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #666666;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}

.headBox_news .head_logo_nav {
  background-color: #fff;
  height: 60px;
  background: #ffffff;
  padding: 22px 0;
}

.headBox_news .head_logo_nav .navBox>ul>li {
  float: left;
  margin-right: 40px;
  height: 38px;
}

.headBox_news .head_logo_nav .navBox>ul>li>a {
  font-size: 16px;
  color: #333333;
}

.headBox_news .head_logo_nav .navBox>ul>li>div.inlinB {
  overflow: hidden;
}

.headBox_news .head_logo_nav .navBox>ul>li>div.inlinB a {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #444;
}

.headBox_news .head_logo_nav .navBox>ul>li:hover>div.ty_upIco .navBoxTab {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 58px;
}

.headBox_news .head_logo_nav .navBox>ul>li.mf::after {
  right: -27px;
  top: -11px;
}

.headBox_news .head_logo_nav .longin {
  margin-top: -9px;
}

@media screen and (max-width: 1425px) {
  #test1, #idnexBanner {
    height: 450px !important;
  }
  .productContentBox .productContent .productContentR .scenario_top ul li:nth-child(3n) {
    margin-right: 0;
  }
  .productContentBox .productContent .productContentR .scenario_top ul li:nth-child(4n) {
    margin-right: 25px;
  }
  .articleBox .tykj_jx_box>a {
    bottom: 10px;
  }
  .consultingCategoryContent ul li div {
    width: 69%;
  }
  .productContentBox .productContent .productContentR {
    width: 73%;
  }
  .productContentBox .productContent .productContentR.productContentR_type2 {
    width: 75%;
  }
  .advertising_space_search {
    width: 73%;
  }
  .priceBox2_table .lab_top {
    left: 0 !important;
  }
  .ai_navBox .ai_navFl>p.title1 {
    width: 220px;
  }
  .helpBox .help_right {
    width: 838px;
  }
  .help_content_comprehensive_content1 ul>li {
    margin-right: 78px;
  }
  .help_content_comprehensive_content2 ul li {
    margin-right: 49px;
  }
  .ai_navBox .ai_navFl ul li>.right_content {
    left: 220px;
  }
  .ai_navBox .ai_navFl ul li .maskBox {
    left: 212px;
  }
  .ai_navBox .ai_navFr ul li {
    width: 32%;
  }
  .product_synthesisBox .synthesis1 ul li {
    width: 18.5%;
  }
  .product_synthesisBox .synthesis2 .synthesis2Box ul li {
    width: 18.5%;
  }
  .product_synthesisBox .synthesis4 .synthesis4Box ul li {
    width: 18.2%;
  }
  .product_synthesisBox .synthesis5 ul li {
    width: 32.2%;
  }
  .product_synthesisBox .synthesis5 ul li a .fl {
    width: 64%;
  }
  .product_synthesisBox .synthesis5 ul li a .fr {
    width: 36%;
  }
  .w1200, #myFocus, #myFocus ul li, .price_descriptionBox .price_description .priceBox2 .priceBox2_table .lab_top table {
    width: 1100px !important;
  }
  .about_content4_box .w1200, .about_content3_box .w1200 {
    width: 1200px !important;
  }
  #myFocus ul li div img {
    width: 100%;
  }
  .headBox .logo span {
    right: -90px;
  }
  .headBox .navBox>ul>li>a, .headBox .navBox>ul>li>div>a, .headBox .navBox>div>a {
    margin-left: 5px;
  }
  .headBox .logo {
    width: 298px;
  }
}

@media screen and (max-width: 1450px) {
  .headBox .navBox>ul>li {
    margin-left: 25px;
  }
  .headBox .navBox {
    margin-left: 110px;
  }
  .headBox_news .head_logo .logo a img.ggt_top {
    width: 360px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .headBox .navBox>ul>li {
    margin-left: 20px;
  }
  .headBox .navBox {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1250px) {
  .headBox .navBox>ul>li {
    margin-left: 10px;
  }
  .headBox .navBox {
    margin-left: 90px;
  }
}