/* common */
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Nunito, sans-serif; /*font-size:.75rem;*/
  font-weight: 400;
  line-height: 1.75;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
b,
strong {
  font-weight: bolder;
}
dt > .more {
  font-size: 0.75em;
}
dd,
div,
dl,
dt,
li,
p,
ul {
  line-height: 1.75;
  font-family: Heiti SC, Helvetica Neue,
    Helvetica, Arial, sans-serif;
}
.main {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.cont img {
  max-width: 100%;
  height: auto;
}
.bdr-zero {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.bd-none {
  border: none;
}
.bg-transparent {
  background: transparent;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #eee;
}
.bg-main {
  background-color: #1150a3;
}
.c-white {
  color: white;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
a,
a:link,
a:hover,
a:active,
a:visited {
  color: #333;
  text-decoration: none;
}
.text-truncate {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.ovh {
  overflow: hidden;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dis-block {
  display: block;
}
.dis-none {
  display: none;
}
.img-rps {
  max-width: 100%;
  height: auto;
}
.hh-btn {
  background-color: #c00;
  padding: 10px;
  color: white;
  min-width: 120px;
  border: none;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-input-placeholder,
input::-moz-input-placeholder {
  color: #999;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #999;
}
.pos-rel {
  position: relative;
}
.ttl {
  margin-bottom: 0;
  position: relative;
}
.spl {
  height: 40px;
  clear: both;
}

/* header */
#header {
  background-image: url(../img/share/top_line.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #fff;
  height: 105px;
}
#header .main {
  padding: 0;
}
.top {
  width: 100%;
  line-height: 55px;
  text-align: right;
}
.form-search {
  display: inline;
  padding-right: 1em;
}
.form-search input,
.form-search button {
  line-height: 2em;
  border-radius: 0;
  border: 1px solid #1150a3;
  outline: none;
}
.form-search input {
  width: 15vw;
  padding: 0 1em;
}
.form-search button {
  width: 5vw;
  background-color: #1150a3;
  color: white;
  border: none;
}
.lang-zh {
  background: url(../img/share/lang_zh.jpg) no-repeat left center;
  padding-left: 20px;
}
.logo {
  width: 255px;
  height: 105px;
  background: #fff;
  float: left;
  text-align: center;
  line-height: 105px;
}
.logo img {
  width: auto;
  height: 100%;
  max-width: 213px;
  max-height: 68px;
}
#nav {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  float: right;
}
#nav li {
  display: inline-block;
  position: relative;
}
#nav > li > a {
  padding: 0 20px;
  font-weight: bold;
}
/*#nav>li:last-of-type>a{padding-right: 0;}*/
#nav > li.active > a {
  color: #1150a3;
}
/*
#nav > li.active:nth-of-type(6) > a {
  font-weight: bold;
  color: #c00;
}
*/
#nav > li.active .line {
  display: block;
}
/*
#nav > li.active:nth-of-type(6) .line {
  display: block;
  background-color: #c00;
}
*/
#nav .line {
  display: none;
  width: 100%;
  height: 1px;
  background-color: #1150a3;
  position: absolute;
  left: 15px;
  bottom: 0;
}
#nav > li > a:hover,
#nav > li > a:focus {
  background-color: transparent;
  color: #1150a3;
  text-decoration: none;
  font-weight: bold;
}
/*
#nav > li:nth-of-type(6) > a:hover,
#nav > li:nth-of-type(6) > a:focus {
  color: #c00;
}
*/
.navbar-brand {
  padding: 10px 15px;
  line-height: 30px;
}
.navbar-brand img {
  height: 100%;
  width: auto;
}

/* banner */
#banner {
  min-height: 50px;
  background-color: #1150a3;
}
.carousel-control {
  opacity: 1;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  max-width: 28px;
  height: 12%;
  margin-top: -20%;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
  content: "";
}
.control-left {
  background: url(../img/share/banner_left.gif) no-repeat center center;
  background-size: 100% auto;
}
.control-right {
  background: url(../img/share/banner_right.gif) no-repeat center center;
  background-size: 100% auto;
}
#kuaixun {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(17, 80, 163, 0.7);
  color: #fff;
  /*font-size: 14px;*/
  overflow: hidden;
  padding-left: 115px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
}
#kuaixun dt {
  position: absolute;
  top: 0;
  left: 15px;
  background: url(../img/share/annoucement.png) no-repeat center left;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
}
#kuaixun .str_move {
  height: 40px;
  line-height: 40px;
}
#kuaixun a {
  padding-right: 3em;
  color: #fff;
}
#kuaixun a > span {
  color: #ccbb55;
  padding-right: 10px;
}

/* cover */
#cover {
  width: 100%;
}
#cover img {
  width: 100%;
  height: auto;
}
#cover_bg {
  width: 100%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 500px;
  background-color: #eee;
  padding-top: 8.5vw;
}

/* adv */
#adv,
.block-rsp {
  width: 100%;
  position: relative;
  text-align: center;
}
#adv img,
.block-rsp img {
  max-width: 100%;
}

/* subnav */
.subnav-dj {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #cc0000;
  /*font-size: 18px;*/
}
.subnav-dj a {
  color: white;
}
.subnav-dj a.active {
  color: #ffcc81;
  font-weight: bold;
}
.subnav-dj-m {
  display: none;
  font-size: 14px;
}
.subnav-dj-m > div {
  color: white;
  position: relative;
}
.subnav-dj-m > div:hover > ul {
  display: block;
}
.subnav-dj-m ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin-bottom: 0;
  background-color: #fff;
  padding: 0;
}
.subnav-dj-m a {
  color: #333;
  padding: 0 15px;
  display: block;
}

/* cols */
.cols {
  margin: 0 -1.5%;
  overflow: hidden;
}
.col-quarter {
  width: 24%;
  margin: 0 1.5%;
  position: relative;
}
.col-quarters {
  width: 65%;
  margin: 0 1.5%;
  position: relative;
}
.col-third {
  width: 30.3333%;
  margin: 0 1.5%;
  position: relative;
}
.col-thirds {
  width: 63.6666%;
  margin: 0 1.5%;
  position: relative;
}
.col-half {
  width: 47%;
  margin: 0 1.5%;
  position: relative;
}

/* slide */
.slide-diy {
  position: relative;
}
.slide-nav {
  height: 30px;
}
.slide-nav a {
  display: inline-block;
  background-image: url(../img/share/slide_img_arrow.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: center;
  background-size: center;
  background-color: #999;
  cursor: pointer;
}
.slide-nav .prev {
  transform: rotate(180deg);
}
.slide-nav .next,
.slide-nav .active,
.slide-nav a:hover {
  background-color: #1150a3;
}
.slide-img {
  overflow: hidden;
  width: 100%;
  margin-top: -2%;
  margin-bottom: -2%;
}
.slide-img-wrap {
  position: relative;
}
.slide-img-wrap ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.slide-img-wrap li {
  display: block;
  width: 50%;
  padding: 2%;
  float: left;
}
.slide-img-wrap a {
  display: block;
  width: 100%;
  color: white;
}
.slide-img-wrap a div {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slide-img-wrap a span {
  float: right;
}
.slide-img-wrap img {
  width: 100%;
}

.slide-tab {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slide-tab .hd {
  width: 25%;
  float: left;
}
.slide-tab .hd li {
  cursor: pointer;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background-image: url(../img/share/list_disc_black.png);
  background-repeat: no-repeat;
  background-position: 1em center;
  padding-left: 2em;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slide-tab .hd .ttl {
  padding-top: 1em;
}
.slide-tab .hd li.on {
  color: white;
  background-image: url(../img/share/list_disc.png);
  background-color: #1150a3;
}
.slide-tab .hd li.on a {
  color: white;
}
.slide-tab .bd {
  width: 70%;
  float: right;
  z-index: 5;
  position: relative;
}
.slide-tab .bd img {
  width: 100%;
  height: 50%;
  display: block;
}
.slide-tab .prev,
.slide-tab .next {
  display: none;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  width: 32px;
  height: 40px;
  background: url(../img/share/banner_left.gif) center center no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slide-tab .next {
  left: auto;
  right: 3%;
  background-image: url(../img/share/banner_right.gif);
}
.slide-tab .prev:hover,
.slide-tab .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slide-tab .prevStop {
  display: none;
}
.slide-tab .nextStop {
  display: none;
}

/* tab */
.tab {
  overflow: hidden;
}
.tab-nav {
  margin: 0;
  text-align: center;
  overflow: hidden;
}
.tab-nav li {
  display: inline-block;
  cursor: pointer;
}
.tab-bd {
  overflow: hidden;
}
.tab-pal {
  display: none;
  overflow: hidden;
  min-height: 300px;
}
.tab-pal:first-of-type {
  display: block;
}

/* list */
.list-text {
  /*font-size: 16px;*/
}
.list-text li {
  border-bottom: 1px dashed #ccc;
  background-image: url(../img/share/list_disc_red.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.list-text li a {
  padding-left: 1.5rem;
}
.list-text .active a {
  padding-left: 0;
}
.list-text .active {
  background-image: none;
  padding-left: 0;
  line-height: normal;
  height: initial;
  overflow: unset;
  white-space: normal;
  padding: 1rem 0;
}
.list-text .title {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.list-text .active p {
  text-align: left;
  line-height: normal;
  height: auto;
  margin-bottom: 0;
}
.list-text i {
  font-style: normal;
  float: right;
}

.list-news {
  /*font-size: 14px;*/
  padding: 2rem 0;
}
.list-news li {
  overflow: hidden;
  padding: 1.5em 0;
  border-bottom: 1px solid #eee;
}
.list-news img {
  float: left;
  margin-right: 10px;
  width: 160px;
  height: 110px;
}
.list-news dt {
  font-size: 17px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-news dd {
  /*margin-bottom: 10px;*/
  /*line-height: 1.8;*/
  height: 45px;
  overflow: hidden;
}
.list-news div {
  color: #999;
}

.list-about {
  /*font-size: 16px;*/
  margin-bottom: 2rem;
}
.list-about dt {
  border-bottom: 1px dashed #cfcfcf;
  line-height: 3;
}
.list-about dt a {
  color: #1150a3;
}
.list-about li {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px dashed #cfcfcf;
}
.list-about li a {
  position: relative;
}
.list-about li i {
  display: inline-block;
  font-style: normal;
}
.list-about li .id {
  width: 2.8em;
  text-align: center;
  font-size: 0.75rem;
  background-color: #d3d3d3;
  color: #333;
  margin-right: 1em;
}
.list-about li.active .id {
  background-color: #1150a3;
  color: white;
}
.list-about li .date {
  float: right;
  margin-left: 2em;
  color: #999;
}

.list-img{
  margin:0 -2.5% 2rem;
  overflow: hidden;
}
.list-img li{
  float: left;
  width:20%;
  margin:1rem 2.5%;
}
.list-img li img{width:100%;height:auto;}

/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:before {
  content: "/";
}
.breadcrumb li:first-of-type:before {
  content: "";
}
.breadcrumb .active,
.breadcrumb .active a {
  color: #1150a3;
}

/* plate icon */
.plate-icon {
  display: inline-block;
  background-image: url(../img/index/plate_icon_1.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 100px;
  min-height: 120px;
  text-align: center;
  margin-bottom: 30px;
}
.plate-icon div {
  line-height: 2;
  padding: 0 0.5em;
  margin: 0 0.5em;
  border: 1px solid #fff;
}
.plate-icon.active div,
.plate-icon:hover div {
  border: 1px solid #1150a3;
}
.plate-icon-1 {
  background-image: url(../img/share/plate_icon_1.png);
}
.plate-icon-1:hover,
.plate-icon-1.active {
  background-image: url(../img/share/plate_icon_1_active.png);
}
.plate-icon-2 {
  background-image: url(../img/share/plate_icon_2.png);
}
.plate-icon-2:hover,
.plate-icon-2.active {
  background-image: url(../img/share/plate_icon_2_active.png);
}
.plate-icon-3 {
  background-image: url(../img/share/plate_icon_3.png);
}
.plate-icon-3:hover,
.plate-icon-3.active {
  background-image: url(../img/share/plate_icon_3_active.png);
}
.plate-icon-4 {
  background-image: url(../img/share/plate_icon_4.png);
}
.plate-icon-4:hover,
.plate-icon-4.active {
  background-image: url(../img/share/plate_icon_4_active.png);
}
.plate-icon-5 {
  background-image: url(../img/share/plate_icon_5.png);
}
.plate-icon-5:hover,
.plate-icon-5.active {
  background-image: url(../img/share/plate_icon_5_active.png);
}
.plate-icon-6 {
  background-image: url(../img/share/plate_icon_6.png);
}
.plate-icon-6:hover,
.plate-icon-6.active {
  background-image: url(../img/share/plate_icon_6_active.png);
}

/* footer */
.index-footer{
  margin-top: -8rem;
}
#footer {
  margin-top: 8rem;
  /*font-size: 16px;*/
  padding: 70px 0 35px;
  background-color: #eee;
  border-top: 2px solid #1150a3;
}
#footer .main {
  padding: 0;
}
.logo-bottom img {
  margin-top: -20px;
}
.dropup .caret.caret-bottom {
  width: 34px;
  height: 34px;
  border: none;
  background: url(../img/share/caret.jpg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
}
.btn-bottom {
  text-align: left;
  /*font-size: 16px;*/
  border: none;
  padding: 7px 12px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 0;
}
.copyright-bottom {
  text-align: right;
}

.footer-ercode{width:100%; height:auto; max-width:120px;}


/* fix */
a:hover {
  text-decoration: none;
}
.navbar-toggle,
.dropdown-menu {
  border-radius: 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #1150a3;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #1150a3;
  background-color: #d2deee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #1150a3;
  background-color: #d2deee;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #d2deee;
}
.pagination {
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #333;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #1150a3;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  background-color: #eee;
  border-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  background-color: #eee;
  border-radius: 4px;
}
