@charset "UTF-8";
/*
  time : 2017-3-6
  author : zhengdifei
  desc : 定义页面默认初始样式
*/
* {
  font-family: "微软雅黑", "Microsoft Yahei", "华文细黑", "Hiragino Sans GB", tahoma, arial, "宋体";
  box-sizing: border-box;
  font-size: 14px; }

p, body, ul, li, h1, h2, h3, dl, dd {
  margin: 0;
  padding: 0; }

p, a, h1, h2, h3, dl, dt, dd, th, input, li, button, dl, dt, th, em, span, i {
  text-decoration: none;
  font-weight: normal;
  font-style: normal; }

img, input, button, dl, dt, dd {
  border: none;
  background-color: transparent;
  list-style-type: none; }

ul, li {
  list-style: none; }

input, button {
  outline: none; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary, img {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  min-width: 1400px;
}
body{
  padding-top: 81px;
}
.width1200{
  width: 1200px;
}
.float{
  float: left;
}
.bold{
  font-weight: bold;
}
.bgblue{
  background: #1C439C;
}
.center{
  text-align: center;
}
.marginAuto{
  margin: 0 auto;
}

.clearfix:after {
  content: ".";     
  display: block;   
  clear: both;     
  visibility: hidden;      
  height: 0;     
  font-size:0;    
}

.hide{
  display: none;
}
/*# sourceMappingURL=common.css.map */
#nav {
  height: 81px;
  background: #1C439C;
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s ease;
}
#nav .navLine{
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  bottom: -1px;
  left: 0;
}
#navScroll{
  background: #1F2235;
  height: 81px;
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s ease;
}

#navScroll .navBox .menus ul li:nth-child(2) .submenu, #navScroll .navBox .menus ul li:nth-child(3) .submenu{
  background: #072255;
}

#navScroll .navBox .menus ul li:nth-child(3) .submenu .menu .title{
  color: #fff;
}

#navScroll .navBox .menus ul li:nth-child(3) .submenu .menu .title .titleBox{
  background: #fff;
}
.navBox .menus ul li:nth-child(5) .submenu .list:hover {
  background: #3277E8;
  color: #fff;
}

.navBox .menus ul li:nth-child(5) .submenu .list {
  width: 120px;
  height: 43px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  line-height: 43px;
  cursor: pointer;
}
.navBox .menus ul li:nth-child(5) .submenu .list a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 43px;
}
.navBox .menus ul li:nth-child(5) .submenu {
  /* background: rgba(0, 0, 0, 0.3); */
  background: #072255;
}
#navScroll .navBox .menus ul li:hover .aMenu{
  border-bottom: 2px solid transparent;
  color: #3277E8;
}
#navScroll .navBox .menus ul li a.aMenuActive{
  color: #3277E8;
}
#navScroll .navBox .menus ul li a.aMenuActive{
  border-bottom: 2px solid transparent!important;
}
#navScroll .navBox .menus ul li:hover .aMenu em,#navScroll .navBox .menus ul li .aMenuActive em{
  background: url(../images/nav/icon_b.png) no-repeat;
  background-size: 100% 100%;
}

.navBox {
  width: 72.9%;
  margin: 0 auto;
  height: 100%;
  min-width: 1200px;
}

.navBox .logo {
  background: url(../images/logo/logo.png) no-repeat;
  background-size: 100% 100%;
  width: 117px;
  height: 49px;
  float: left;
  margin-top: 15px;
}

.navBox .menus {
  float: right;
  width: auto;
  height: 100%;
}

.navBox .menus ul li {
  float: left;
  width: auto;
  height: 80px;
  padding: 0 48px;
  position: relative;
}

.navBox .menus ul li:hover .submenu {
  display: block;
}

.navBox .menus ul li a.aMenu {
  width: auto;
  color: #fff;
  height: 81px;
  border-bottom: 2px solid transparent;
  line-height: 80px;
  font-size: 18px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}
.navBox .menus ul li a.aMenu em{
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url(../images/nav/icon.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 3px;
  margin-left: 5px;
  transition: all 0.3s linear;
}
.navBox .menus ul li:hover a.aMenu em {
  transform: rotateZ(-180deg);
}
.navBox .menus ul li .submenu {
  position: absolute;
  top: 80px;
  left: 30px;
  display: none;
  z-index: 5;
}

.navBox .menus ul li .submenu .list a{
  display: block;
}

.navBox .menus ul li:nth-child(2) .submenu {
  background: #072255;
}

.navBox .menus ul li:nth-child(2) .submenu .list {
  width: 120px;
  height: 43px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  line-height: 43px;
  cursor: pointer;
  font-size: 14px;
}

.navBox .menus ul li:nth-child(2) .submenu .list:hover {
  background: #3277E8;
  color: #fff;
}

.navBox .menus ul li:nth-child(3) .submenu {
  width: 783px;
  height: 170px;
  background: #072255;
}

.navBox .menus ul li:nth-child(3) .submenu .menu {
  width: auto;
  margin-left: 26px;
  height: 100%;
  padding-top: 40px;
  float: left;
}

.navBox .menus ul li:nth-child(3) .submenu .menu .title {
  padding-left: 9px;
  height: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}

.navBox .menus ul li:nth-child(3) .submenu .menu .title .titleBox {
  display: block;
  width: 3px;
  height: 100%;
  background: #fff;
  float: left;
  margin-right: 10px;
}

.navBox .menus ul li:nth-child(3) .submenu .menu .titleList {
  width: auto;
  height: 32px;
  color: #fff;
  padding: 0 9px;
  line-height: 32px;
  margin-bottom: 2px;
  cursor: pointer;
}

.navBox .menus ul li:nth-child(3) .submenu .menu .titleList:hover {
  background: #2a58c0;
}
#nav .navBox .menus ul li a.aMenuActive{
  border-bottom: 2px solid #fff;
}