@charset "UTF-8";
/************* 颜色定义 **************/
/************* 字体定义 **************/
/************* 公用@mimix ***********/
.header-root {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: column;
  -ms-flex-direction: column;
  /* IE 10 */
  justify-content: initial;
  -ms-flex-pack: initial;
  /* IE 10 */
  align-items: center;
  -ms-flex-align: center;
  /* IE 10 */
  flex-basis: auto;
  background: white; }
.header-root .welcome{
  width: 196px;
  height: 14px;
  font-family: SourceHanSansCN-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.header-root .qr-code-pic{
  width: 316px;
  height: 89px;
  /*height: 89px;*/
  /*border: 1px solid red;*/
  display: inline-block;
  z-index: 88;
  position: absolute;
  margin-left: 610px;/*673*/
  margin-top: 5px;
  background-color: transparent;
  background-image: url('../img/qr-code-top.png');
  background-repeat: no-repeat;
  background-size:100% 100%;
}
.header-root .top-layout {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 10 */
  justify-content: space-between;
  -ms-flex-pack: space-between;
  /* IE 10 */
  align-items: center;
  -ms-flex-align: center;
  /* IE 10 */
  flex-basis: auto;
  height: 100px;
  padding: 50px 0; }
.header-root .top-layout .right-layout{
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 10 */
  justify-content: initial;
  -ms-flex-pack: initial;
  /* IE 10 */
  align-items: center;
  -ms-flex-align: center;
  margin-right: 13px;}
.header-root .top-layout .right-layout .column{
  color: #2965cc;
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: column;
  -ms-flex-direction: column;
  /* IE 10 */
  justify-content: initial;
  -ms-flex-pack: initial;
  /* IE 10 */
  align-items: start;
  -ms-flex-align: start;
  /* IE 10 */
  flex-basis: auto;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;}

.header-root .nav-layout {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 10 */
  justify-content: initial;
  -ms-flex-pack: initial;
  /* IE 10 */
  align-items: center;
  -ms-flex-align: center;
  /* IE 10 */
  flex-basis: auto;
  height: 60px;
  line-height: 60px;
  text-align: center; }
.header-root .nav-layout > a {
  flex-grow: 1;
  color: white;
  background: #13436b;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid ;
  border-bottom-color: #13436b;}
.header-root .nav-layout > a.selected {
  border-bottom-color: #f4364c; }
.header-root .nav-layout > a:hover {
  background: #f4364c;
  border-bottom-color: #f4364c;}


.nav-layout > li.selected {
  margin:0px;
  background-color: transparent;
  padding: 10px 0;
  background-image: url('../img/bigTitle.png');
  background-repeat: no-repeat;
  background-size:100% 100%;
  /*background-attachment:fixed;*/
}

.nav-layout > li  .selected1 {
  color: #a43717;
}

.nav-layout > li:hover {
  margin:0px;
  background-color: transparent;
  padding: 10px 0;
  background-image: url('../img/bigTitle.png');
  background-repeat: no-repeat;
  background-size:100% 100%;
}
.nav-layout > li:hover  a {
  color: #a43717;
}
.nav-layout > li ul li a div {
  color: #000;
}
.nav-layout > li ul li a div:hover {
  color: #a43717;
}

.go-top {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #482B26;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  right: 0;
  top: 600px;
  cursor: pointer;
  text-decoration: none!important;
}

.go-call {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #482B26;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  right: 0;
  top: 100px;
  cursor: pointer;
  text-decoration: none!important;
  background-image: url('../img/wx.png');
}