@charset "UTF-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}

/* 鍒濆鍖栨爣绛惧湪鎵€鏈夋祻瑙堝櫒涓殑margin銆乸adding鍊� */
fieldset, img {
  border: 0 none;
}

/* 閲嶇疆fieldset锛堣〃鍗曞垎缁勶級銆佸浘鐗囩殑杈规涓�0*/
dl, ul, ol, menu, li {
  list-style: none;
}

/* 閲嶇疆绫昏〃鍓嶅绗﹀彿涓簅nne,menu鍦℉TML5涓湁鏁� */
input, select, textarea, button {
  vertical-align: middle;
  border: none;
  outline: none;
}

/* 閲嶇疆琛ㄥ崟鎺т欢鍨傜洿灞呬腑*/
input:focus, select:focus, textarea:focus, button:focus {
  border: none;
  outline: none;
  background-image: none;
}

/* 閲嶇疆琛ㄥ崟鎺т欢閫変腑鏍峰紡*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

/* 閲嶇疆琛ㄥ崟button鎸夐挳鏁堟灉 */
th, td, input, select, textarea, button {
  font-size: 12px;
  font-family: "Microsoft YaHei",'\5FAE \8F6F \96C5\91';
  color: #444;
}

/* 閲嶇疆椤甸潰鏂囧瓧灞炴€� */
a {
  color: #666;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none !important;
}

/* 閲嶇疆閾炬帴a鏍囩 */
a:active, a:hover {
  text-decoration: none;
}

/* 閲嶇疆閾炬帴a鏍囩鐨勯紶鏍囨粦鍔ㄦ晥鏋� */
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0 auto;
}

/* 閲嶇疆table灞炴€� */
iframe {
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

em {
  font-style: normal;
}

input:focus, select:focus, textarea:focus, button:focus {
  border: 1px solid #dedede;
  outline: none;
  background-image: none;
}

a:focus, a:hover, .card-cnt > a:hover, .module-title .more:hover {
  color: #4b4db1;
}

.container, .container-fluid {
  padding: 0;
}

body, html {
  font-family: 'Microsoft YaHei','\5FAE \8F6F \96C5\91';
  font-size: 14px;
  color: #333;
  background: #F5F7F9;
}

.container {
  width: 1200px;
}

.icon {
  padding: 2px 10px;
  margin-right: 10px;
  background: url(../../images/icon.png);
}

.breadcrumb-bg {
  background: none !important;
}

.breadcrumb, .breadcrumb a {
  font-size: 12px;
  line-height: 40px;
  color: #999;
  background: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.breadcrumb a:hover, .activty-title a.more:hover, .news-item-title a.more:hover {
  color: #4b4db1;
}

/* header start */
.header {
  font-size: 12px;
  color: #838c94;
  background-color: #eeeeee;
  height: 40px;
  line-height: 40px;
}

.header dl {
  float: left;
  position: relative;
  color: #31404c;
  margin: 0 10px;
  cursor: pointer;
}

.header dl dt {
  height: 40px;
  line-height: 40px;
}

.header dl:hover dd {
  display: block;
}

.header dl dd {
  display: none;
  position: absolute;
  width: 110px;
  text-align: center;
  right: -10px;
  text-align: right;
  top: 40px;
  background-color: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.header dl dd p {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
}

.header dl dd::before {
  position: relative;
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  top: -5px;
}

.wxtools-icon {
  background-position: -4px -190px;
}

.wxpublic-icon {
  background-position: -4px -145px;
}

/* header end */
/* nav start */
/*modify nav default style start*/
.head, .navbar-default {
  background-color: #fff;
}

.head .navbar-default .navbar-brand {
  margin: 10px 0 0 0;
}

.head .navbar-default .navbar-nav > .active > a,
.head .navbar-default .navbar-nav > .active > a:focus,
.head .navbar-default .navbar-nav > .active > a:hover {
  color: #333333;
  font-weight: 900;
  background-color: #fff;
}

.head .navbar-default .navbar-nav > .open > a,
.head .navbar-default .navbar-nav > .open > a:focus,
.head .navbar-default .navbar-nav > .open > a:hover {
  background-color: #fff;
  color: #4b4db1;
}

.head .navbar-nav > li.open {
  border: none !important;
  box-shadow: none !important;
}

.head .navbar-nav > li > .dropdown-menu li {
  text-align: center;
}

.head .navbar-nav > li > .dropdown-menu li a {
  padding-left: 0;
  padding-right: 0;
}

.head .navbar-nav > li:hover .dropdown-menu,
.head .navbar-nav > li.open .dropdown-menu {
  display: block;
  top: 60px;
  border-top: 3px solid #4b4db1;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.head .navbar-nav > li.active > a::after,
.head .navbar-nav > li > a:hover::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 18px;
  border: 1px solid #4b4db1;
}

.head .navbar-nav > li > a {
  font-size: 16px;
  position: relative;
  color: #333333;
  font-weight: 900;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.head .navbar-nav > li.open {
  border-top: 3px solid #4b4db1;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.head .navbar-nav > li .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}

.head .navbar-nav > li.open .caret,
.head .navbar-nav > li:hover .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4b4db1;
  border-top: 0;
}

.head .navbar-nav > li > a:hover,
.head .navbar-nav > li.active > a {
  color: #4b4db1 !important;
}

.head .dropdown-menu {
  min-width: auto;
  width: 100%;
  top: 60px;
  border: none;
}

.head .dropdown-menu > li > a {
  font-size: 14px;
  line-height: 2;
}

.head .dropdown-menu > li > a:hover {
  color: #4b4db1 !important;
}

.head .navbar-right {
  margin: 0;
}

.head .navbar-collapse {
  padding: 0;
  background-color: #fff;
}

.head .navbar {
  border: none;
  margin-bottom: 0;
}

.head .navbar-header {
  padding-top: 11px;
  margin: 0;
}

.head .navbar-header > h1,
.head .navbar-header > span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  padding: 6px 15px;
  background-color: #4b4db1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-top: 9px;
}

.head .navbar-header > span a {
  color: #fff;
}

.head .navbar-header > h1 {
  padding: 6px 15px;
}

/*modify nav default style end*/
.navbar-brand {
  padding: 0;
  height: auto;
}

.nav-tel {
  margin-left: 40px;
  margin-top: 20px;
  padding-left: 36px;
  background: url(../../images/phone.png) no-repeat left center;
}

.nav-tel p {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #c69245;
  margin-bottom: 0;
}

.nav-tel span {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #838c94;
}

/* nav end */
@media only screen and (max-width: 1200px) {
  .container {
    width: 98%;
    margin: 0 auto;
  }
  .head .navbar-header > h1 {
    padding: 4px 10px;
  }
  .dropdown-menu > li > a {
    padding: 3px 0;
  }
  .head .navbar-nav > li > a {
    line-height: 34px;
  }
  .head .navbar-default .navbar-brand {
    width: 110px;
    margin-top: 4px;
  }
  .nav-tel p {
    font-size: 16px;
  }
  .head .navbar-header > h1, .head .navbar-header > span {
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
  }
  .nav-tel {
    margin-top: 12px;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .head {
    width: 100%;
  }
  .head .navbar-nav > li.nav-tel, .head .navbar-collapse {
    display: none !important;
  }
  .head .navbar-nav > li > a {
    font-size: 14px;
    font-weight: normal;
  }
  .head .navbar-header {
    width: 100%;
    padding: 7px 0;
  }
  .navbar-toggle {
    display: block;
    margin-top: 4px;
  }
  .navbar-collapse.in {
    display: block !important;
  }
  .head .navbar-right {
    width: 130px;
    text-align: center;
    position: absolute;
    top: 60px;
    right: -1%;
    z-index: 999;
    background: #fff;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .navbar-nav > li {
    float: none;
  }
  .head .navbar-nav > li > a {
    line-height: 20px;
    padding: 10px 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px;
  }
  .navbar-nav > li.open .dropdown-menu {
    display: block !important;
    position: absolute;
    background: #fff;
    left: -130px;
    top: 10px !important;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .head .navbar-nav > li:hover .dropdown-menu {
    display: none;
  }
  .header-r, .nav-tel, .head .navbar-nav > li.active a::after, .head .navbar-nav > li a:hover::after {
    display: none !important;
  }
  .head .navbar-nav > li:hover .dropdown-menu, .head .navbar-nav > li.open .dropdown-menu {
    float: none;
    position: static;
    left: 0;
    margin: 0 auto;
    width: 100%;
    box-shadow: none;
    background: #f0f0f0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .head .navbar-collapse {
    height: 0 !important;
    border: none;
    overflow: visible !important;
  }
  .navbar-nav > li.open .dropdown-menu {
    left: -100px;
  }
}
