.comm_header_clearfix {
    overflow: visible;
    _height: 1%;
  }
  
 

  .comm_header_menuNav {
    width: 1200px;
    height: 60px;
    margin: auto;
    font-size: 16px;
    color: #fff;
  }
  .comm_header_menuNav li {
    position: relative;
    list-style: none;
    float: left;
    /* min-width: 5vw; */
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;

  }
  .comm_header_menuNav li:not(:first-child) {
    margin-left: 20px;
  }
  .comm_header_menuNav li a {
    display: block;
    height: 60px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .comm_header_menuNav li:hover>a{
    color: #3b82ff;
    
  }
  .comm_header_menuNav li:hover {
    border-bottom: 5px solid #3b82ff;
  }
  
  .comm_header_menuNav .comm_header_selectedNav {
    border-bottom: 5px solid #3b82ff;
  }
  .comm_header_menuNav .comm_header_selectedNav>a{
    color: #3b82ff;
    font-weight: bold;
  }
  .comm_header_menuNav .nav_link {
    position: relative;
  }
  .comm_header_menuNav .comm_header_hot::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 16px;
    background: url(../ffcsmodule/default/images/nav-hot.png)
      no-repeat;
    z-index: 9;
    top: 21px;
    left: 76px;
    transition: all 0.3s;
  }
  .comm_header_menuNav li:hover .comm_header_navSubnav{
    display: block;
  }
  .comm_header_menuNav .comm_header_navSubnav {
    display: none;
    transition: 0.5s;
    position: absolute;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .comm_header_menuNav .comm_header_navSubnav dd {
    text-align: center;
    display: block;
  }
  .comm_header_menuNav .comm_header_navSubnav dd a {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }
  .comm_header_menuNav .comm_header_navSubnav dd a:hover{
    color: #3b82ff;
  }

  .comm_header_menuNav .comm_header_subIcon{
    position: relative;
  }
  .comm_header_menuNav .comm_header_subIcon span{
    transition: 0.3s;
    position: absolute;
    top: 0;
    right: -3px;
  }
  .comm_header_menuNav li:hover .comm_header_subIcon span{
    transform: rotate(180deg);
  }
  .comm_header_menuNav .comm_header_subIcon img{
    width: 12px;
    height: 12px;
    display: inline-block;
  }
  
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
object,
iframe {
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  color: #3f3e3e;
}

body {
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  color: #3f3e3e;
}

body {
  background-color: rgb(255, 255, 255);
  min-width: 1200px;
}

header {
  display: block;
}

ul,
ol {
  list-style: none outside none;
}

li {
  list-style: none;
}

.padding35 {
  padding: 0 35px;
}

.bgblue2 {
  background: #2074ff;
}

.fbold {
  font-weight: bold;
}



input,
button,
a {
  outline: 0 none !important;
}

.mr40 {
  margin-right: 40px;
}

.mr10 {
  margin-right: 10px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.comm_header_posRe {
  position: relative;
  z-index: 99999;
}

.comm_header_fsp14 {
  font-size: 14px !important;
}
.comm_header_fsp16 {
  font-size: 16px !important;
}

.comm_header_width1200 {
  width: 1200px;
  margin: 0 auto;
}

.comm_header_p0 {
  padding: 0 !important;
}

.comm_header_list {
  font-size: 14px;
  color: #3d4966;
  padding: 6px 11px;
  cursor: pointer;
}

.comm_header_this {
  background-color: #3b82ff;
  color: #fff;
}

.comm_header_input {
  position: absolute;
  display: none;
  width: 340px;
  top: 28px;
  left: 0;
  display: block;
}

.comm_header_list input {
  width: 100%;
  border: solid 2px #3b82ff;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  padding-left: 12px;
  box-sizing: border-box;
  display: inline-block;
}

.comm_header_flexcenter {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.comm_header_col666 {
  color: #666;
}

a,
a span {
  outline: none;
  text-decoration: none;
  color: #333;
}

.comm_header_pl10 {
  padding-left: 10px !important;
}

.comm_header_pr10 {
  padding-right: 10px;
}

.comm_header_top0 {
  top: 0px;
}

[class*="anim"]:hover,
[class*="anim"] * {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.comm_header_animhover:hover {
  color: #3b82ff !important;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

/* 通用header样式 */
.comm_header_top {
  height: 90px;
  position: relative;
}

.comm_header_top .comm_header_bar h2 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
  float: left;
  margin-right: 70px;
}

.comm_header_top .comm_header_search {
  width: 310px;
  height: 90px;
  line-height: 90px;
  float: left;
  position: relative;
}

.comm_header_bar .comm_header_search .comm_header_searchBtn {
  width: 80px;
  height: 36px;
  background-color: #3b82ff;
  top: 27px;
  left: 340px;
  position: absolute;
}

.comm_header_bar .comm_header_search .comm_header_searchBtn a {
  display: block;
  width: 100%;
  height: 100%;
}

.comm_header_bar .comm_header_search .comm_header_searchBtn a i {
  font-size: 19px;
  line-height: 36px;
  margin-left: 13px;
  position: absolute;
  color: white;
}

.comm_header_bar .comm_header_search .comm_header_searchBtn a span {
  position: absolute;
  line-height: 36px;
  margin-left: 38px;
  font-size: 15px;
  color: white;
}

.comm_header_top .comm_header_location {
  position: relative;
  top: 30px;
  float: right;
  margin-right: 30px;
}

.comm_header_top .comm_header_homeBtn {
  position: relative;
  width: 116px;
  height: 30px;
  background-color: rgb(229, 239, 255);
  top: 30px;
  border-radius: 15px;
  float: right;
}
.comm_header_searchBshadow:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.comm_header_top .comm_header_homeBtn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0.7;
}

.comm_header_top .comm_header_homeBtn a {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.comm_header_top .comm_header_homeBtn i,
.comm_header_top .comm_header_homeBtn span {
  color: #3b82ff;
}

.comm_header_top .comm_header_homeBtn i {
  font-weight: bold;
  margin-right: 5px;
  margin-top: 4px;
}

.direct-connection {
  border-top: 2px rgb(243, 243, 243) solid;
  /* border-bottom: 2px rgb(243, 243, 243) solid; */
}

.direct-connection .direct-connection-tab {
  height: 40px;
  line-height: 40px;
}



.comm_header_bortpGrey2 {
  border-top: 1px rgb(229, 229, 229) solid;
}

.flex-in {
  -webkit-justify-content: inherit;
  justify-content: inherit;
}


.comm_header_homeImg img{
    margin-top: 3px;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    vertical-align:baseline;
}
.comm_header_homeImg{
    display: inline-flex;
    align-items: center;
}
.comm_header_navSubnav .active{
    background-color:#f6f6f6;
}


