
body {

	font-family: 'Microsoft Yahei','Open Sans', sans-serif;

	margin: 0px;

	padding: 0px;

}



html,

body {

	height: 100%;

	width: 100%;

}

body {

	font-size: 1rem;

	line-height: 1.50;

	color: #666;

	background-color: #ffffff;

}

h1,

h2,

h3,

h4,

h5,

h6 {

	color: #333333;

}

h1 {

	font-size: 2.375rem;

	font-weight: 700;

	margin-bottom: 20px;

}

h2 {

	font-size: 1.75rem;

	margin-bottom: 15px;

}

h3 {

	font-size: 1.375rem;

}

h4 {

	font-size: 1.125rem;

	font-weight: 700;

}

h5 {

	font-size: 1rem;

	text-transform: uppercase;

	font-weight: 700;

}

h6 {

	font-weight: 700;

}

h1 span,

h2 span,

h3 span,

h4 span {

	color: #051a5a;

}

.text-colored {

	color: #55acee;

}

a {

	color: #55acee;

}

a:hover {

	color: #051a5a;

}

a:focus,

a:active {

	outline: none;

}

.large {

	font-size: 1.125rem !important;
  font-weight: normal !important;

}

img {

	display: block;

	max-width: 100%;

	height: auto;

}
.img-rad {

  border-radius:10px;

}
.list-unstyled li {

  font-size:0.9375rem;
	padding: 5px 0;
  word-break: break-all; 

}

.list-horizontal {

	padding: 15px 0;

}

.list-horizontal-item img {

	display: block;

	margin: 0 auto;

}



blockquote {

	border-left: none;

	padding-left: 0;

	padding-right: 0;

}

.title {

	margin-top: 0;

}

.space {

	padding: 20px 0;

}

.pr-10 {

	padding-right: 10px;

}

.pl-10 {

	padding-left: 10px;

}

.pb-clear {

	padding-bottom: 0;

}
@media (max-width: 1200px) {

    /* legend {

        font-size: calc(1.275rem + 0.3vw);

    }



    h1,

    .h1 {

        font-size: calc(1.375rem + 1.5vw);

    }



    h2,

    .h2 {

        font-size: calc(1.325rem + 0.9vw);

    }



    h3,

    .h3 {

        font-size: calc(1.3rem + 0.6vw);

    }



    h4,

    .h4 {

        font-size: calc(1.275rem + 0.3vw);

    } */



    .display-1 {

        font-size: calc(1.725rem + 5.7vw);

    }



    .display-2 {

        font-size: calc(1.675rem + 5.1vw);

    }



    .display-3 {

        font-size: calc(1.575rem + 3.9vw);

    }



    .display-4 {

        font-size: calc(1.475rem + 2.7vw) !important;

    }



    .close {

        font-size: calc(1.275rem + 0.3vw);

    }

}
.lead-sub {

    font-size: 1.4rem;

}
/*Navbar*/
.fec-logo {
    width: 150px;
    /* height: 39px; */
    /* background-color: #051a5a; */
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    aspect-ratio: 150 / 39;
}



.logo-c {

  background-image: url(../img/logo-w.png?2);

}



.logo-w {

  background-image: url(../images/logo-s-w.svg);

}



@media (max-width: 992px) {

  .navbar.navbar-transparent {

      background-color: rgba(0, 10, 29, 0.7);

  }

}

.navbar.navbar-transparent {

    opacity: 0.98; }
  
  
  
  @media (max-width: 992px) {
  
    .navbar.navbar-transparent {
  
      background-color: rgba(27, 38, 49, 0.4); } }
  
  
  
  .navbar .navbar-brand {
  
    font-size: 1.5rem;
  
    font-weight: 900;
  
    text-transform: uppercase; }
  
  
  
    .bg-phone{
  
      
  
          background-image:url("../img/bg.jpg")
  
    }
  
  
  
      @media(max-width:576px){
  
        .bg-phone{
  
          background-image:url("../img/bg-mobile.jpg?6");
        }
  
      }
  
  
  
  .navbar .navbar-nav .nav-item {
  
    margin: 0 .7rem; }
  
    .navbar .navbar-nav .nav-item .nav-link {
  
      font-size: 1.125rem ; }
    
.navbar {

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -ms-flex-align: center;

      align-items: center;

  -ms-flex-pack: justify;

      justify-content: space-between;

  padding: 0.66667rem 1rem; }

  .navbar > .container,

  .navbar > .container-fluid {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    -ms-flex-align: center;

        align-items: center;

    -ms-flex-pack: justify;

        justify-content: space-between; }



.navbar-brand {

  display: inline-block;

  padding-top: 0.3125rem;

  padding-bottom: 0.3125rem;

  margin-right: 1rem;

  font-size: 1.25rem;

  line-height: inherit;

  white-space: nowrap; }

  .navbar-brand:focus, .navbar-brand:hover {

    text-decoration: none; }



.navbar-nav {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

  padding-left: 0;

  margin-bottom: 0;

  list-style: none; }

  .navbar-nav .nav-link {

    padding-right: 0;

    padding-left: 0; }

  .navbar-nav .dropdown-menu {

    position: static;

    float: none; }



.navbar-text {

  display: inline-block;

  padding-top: 0.5rem;

  padding-bottom: 0.5rem; }



.navbar-collapse {

  -ms-flex-preferred-size: 100%;

      flex-basis: 100%;

  -ms-flex-positive: 1;

      flex-grow: 1;

  -ms-flex-align: center;

      align-items: center; }



.navbar-toggler {

  padding: 0.25rem 0.75rem;

  font-size: 1.25rem;

  line-height: 1;

  background-color: transparent;

  border: 1px solid transparent;

  border-radius: 0.25rem; }

  .navbar-toggler:focus, .navbar-toggler:hover {

    text-decoration: none; }

  .navbar-toggler:not([disabled]):not(.disabled) {

    cursor: pointer; }



.navbar-toggler-icon {

  display: inline-block;

  width: 1.5em;

  height: 1.5em;

  vertical-align: middle;

  content: "";

  background: no-repeat center center;

  background-size: 100% 100%; }



@media (max-width: 575.99px) {

  .navbar-expand-sm > .container,

  .navbar-expand-sm > .container-fluid {

    padding-right: 0;

    padding-left: 0; } }



@media (min-width: 576px) {

  .navbar-expand-sm {

    -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

    -ms-flex-pack: start;

        justify-content: flex-start; }

    .navbar-expand-sm .navbar-nav {

      -ms-flex-direction: row;

          flex-direction: row; }

      .navbar-expand-sm .navbar-nav .dropdown-menu {

        position: absolute; }

      .navbar-expand-sm .navbar-nav .dropdown-menu-right {

        right: 0;

        left: auto; }

      .navbar-expand-sm .navbar-nav .nav-link {

        padding-right: .5rem;

        padding-left: .5rem; }

    .navbar-expand-sm > .container,

    .navbar-expand-sm > .container-fluid {

      -ms-flex-wrap: nowrap;

          flex-wrap: nowrap; }

    .navbar-expand-sm .navbar-collapse {

      display: -ms-flexbox !important;

      display: flex !important;

      -ms-flex-preferred-size: auto;

          flex-basis: auto; }

    .navbar-expand-sm .navbar-toggler {

      display: none; }

    .navbar-expand-sm .dropup .dropdown-menu {

      top: auto;

      bottom: 100%; } }



@media (max-width: 767.99px) {

  .navbar-expand-md > .container,

  .navbar-expand-md > .container-fluid {

    padding-right: 0;

    padding-left: 0; } }



@media (min-width: 768px) {

  .navbar-expand-md {

    -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

    -ms-flex-pack: start;

        justify-content: flex-start; }

    .navbar-expand-md .navbar-nav {

      -ms-flex-direction: row;

          flex-direction: row; }

      .navbar-expand-md .navbar-nav .dropdown-menu {

        position: absolute; }

      .navbar-expand-md .navbar-nav .dropdown-menu-right {

        right: 0;

        left: auto; }

      .navbar-expand-md .navbar-nav .nav-link {

        padding-right: .5rem;

        padding-left: .5rem; }

    .navbar-expand-md > .container,

    .navbar-expand-md > .container-fluid {

      -ms-flex-wrap: nowrap;

          flex-wrap: nowrap; }

    .navbar-expand-md .navbar-collapse {

      display: -ms-flexbox !important;

      display: flex !important;

      -ms-flex-preferred-size: auto;

          flex-basis: auto; }

    .navbar-expand-md .navbar-toggler {

      display: none; }

    .navbar-expand-md .dropup .dropdown-menu {

      top: auto;

      bottom: 100%; } }



@media (max-width: 991.99px) {

  .navbar-expand-lg > .container,

  .navbar-expand-lg > .container-fluid {

    padding-right: 0;

    padding-left: 0; } }



@media (min-width: 992px) {

  .navbar-expand-lg {

    -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

    -ms-flex-pack: start;

        justify-content: flex-start; }

    .navbar-expand-lg .navbar-nav {

      -ms-flex-direction: row;

          flex-direction: row; }

      .navbar-expand-lg .navbar-nav .dropdown-menu {

        position: absolute; }

      .navbar-expand-lg .navbar-nav .dropdown-menu-right {

        right: 0;

        left: auto; }

      .navbar-expand-lg .navbar-nav .nav-link {

        padding-right: .5rem;

        padding-left: .5rem; }

    .navbar-expand-lg > .container,

    .navbar-expand-lg > .container-fluid {

      -ms-flex-wrap: nowrap;

          flex-wrap: nowrap; }

    .navbar-expand-lg .navbar-collapse {

      display: -ms-flexbox !important;

      display: flex !important;

      -ms-flex-preferred-size: auto;

          flex-basis: auto; }

    .navbar-expand-lg .navbar-toggler {

      display: none; }

    .navbar-expand-lg .dropup .dropdown-menu {

      top: auto;

      bottom: 100%; } }



@media (max-width: 1199.99px) {

  .navbar-expand-xl > .container,

  .navbar-expand-xl > .container-fluid {

    padding-right: 0;

    padding-left: 0; } }



@media (min-width: 1200px) {

  .navbar-expand-xl {

    -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

    -ms-flex-pack: start;

        justify-content: flex-start; }

    .navbar-expand-xl .navbar-nav {

      -ms-flex-direction: row;

          flex-direction: row; }

      .navbar-expand-xl .navbar-nav .dropdown-menu {

        position: absolute; }

      .navbar-expand-xl .navbar-nav .dropdown-menu-right {

        right: 0;

        left: auto; }

      .navbar-expand-xl .navbar-nav .nav-link {

        padding-right: .5rem;

        padding-left: .5rem; }

    .navbar-expand-xl > .container,

    .navbar-expand-xl > .container-fluid {

      -ms-flex-wrap: nowrap;

          flex-wrap: nowrap; }

    .navbar-expand-xl .navbar-collapse {

      display: -ms-flexbox !important;

      display: flex !important;

      -ms-flex-preferred-size: auto;

          flex-basis: auto; }

    .navbar-expand-xl .navbar-toggler {

      display: none; }

    .navbar-expand-xl .dropup .dropdown-menu {

      top: auto;

      bottom: 100%; } }



.navbar-expand {

  -ms-flex-flow: row nowrap;

      flex-flow: row nowrap;

  -ms-flex-pack: start;

      justify-content: flex-start; }

  .navbar-expand > .container,

  .navbar-expand > .container-fluid {

    padding-right: 0;

    padding-left: 0; }

  .navbar-expand .navbar-nav {

    -ms-flex-direction: row;

        flex-direction: row; }

    .navbar-expand .navbar-nav .dropdown-menu {

      position: absolute; }

    .navbar-expand .navbar-nav .dropdown-menu-right {

      right: 0;

      left: auto; }

    .navbar-expand .navbar-nav .nav-link {

      padding-right: .5rem;

      padding-left: .5rem; }

  .navbar-expand > .container,

  .navbar-expand > .container-fluid {

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap; }

  .navbar-expand .navbar-collapse {

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

        flex-basis: auto; }

  .navbar-expand .navbar-toggler {

    display: none; }

  .navbar-expand .dropup .dropdown-menu {

    top: auto;

    bottom: 100%; }



.navbar-light .navbar-brand {

  color: #1b2631; }

  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {

    color: #1b2631; }



.navbar-light .navbar-nav .nav-link {

  color: rgba(27, 38, 49, 0.7); }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: rgba(27, 38, 49, 0.9); }

  .navbar-light .navbar-nav .nav-link.disabled {

    color: rgba(27, 38, 49, 0.3); }



.navbar-light .navbar-nav .show > .nav-link,

.navbar-light .navbar-nav .active > .nav-link,

.navbar-light .navbar-nav .nav-link.show,

.navbar-light .navbar-nav .nav-link.active {

  color: #1b2631; }



.navbar-light .navbar-toggler {

  color: rgba(27, 38, 49, 0.7);

  border-color: rgba(27, 38, 49, 0.1); }



.navbar-light .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(27, 38, 49, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }



.navbar-light .navbar-text {

  color: rgba(27, 38, 49, 0.7); }

  .navbar-light .navbar-text a {

    color: #1b2631; }

    .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {

      color: #1b2631; }



.navbar-dark .navbar-brand {

  color: #ffffff; }

  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {

    color: #ffffff; }



.navbar-dark .navbar-nav .nav-link {

  color: rgba(255, 255, 255, 0.7); }

  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {

    color: rgba(255, 255, 255, 0.9); }

  .navbar-dark .navbar-nav .nav-link.disabled {

    color: rgba(255, 255, 255, 0.3); }



.navbar-dark .navbar-nav .show > .nav-link,

.navbar-dark .navbar-nav .active > .nav-link,

.navbar-dark .navbar-nav .nav-link.show,

.navbar-dark .navbar-nav .nav-link.active {

  color: #ffffff; }



.navbar-dark .navbar-toggler {

  color: rgba(255, 255, 255, 0.7);

  border-color: rgba(255, 255, 255, 0.1); }



.navbar-dark .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }



.navbar-dark .navbar-text {

  color: rgba(255, 255, 255, 0.7); }

  .navbar-dark .navbar-text a {

    color: #ffffff; }

    .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {

      color: #ffffff; }

/* banner */
.banner {

	width: 100%;

	height: 100%;

	min-height: 100%;

	position: relative;

	color: #fff;

  min-height:700px;

  background-color:#051a5a;

}

.banner-image {

	vertical-align: middle;

	min-height: 100%;

	width: 100%;

}

.banner:after {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	/* background-color: rgba(14, 24, 57, 0.8); */

	/* background-color: rgba(0, 0, 0, 0.55); */

	content: "";

}

.banner-caption {

	position: absolute;

	top: 20%;

	width: 100%;

	z-index: 2;

}

.mainHost{

    /* margin-top:50px; */
  
    max-height:280px;
  
  }
/* banner end */

/* Misc

----------------------------------------------------------------------------- */

.object-non-visible {

	opacity: 0;

	filter: alpha(opacity=0);

}

.object-visible,

.touch .object-non-visible {

	opacity: 1 !important;

	filter: alpha(opacity=100) !important;

}



/* Targeting only Firefox for smoothest animations */

@-moz-document url-prefix() {

	.object-visible,

	.touch .object-non-visible {

		-webkit-transition: opacity 0.6s ease-in-out;

		-moz-transition: opacity 0.6s ease-in-out;

		-o-transition: opacity 0.6s ease-in-out;

		-ms-transition: opacity 0.6s ease-in-out;

		transition: opacity 0.6s ease-in-out;

	}

}


/*  */
 /* Collapse

---------------------------------- */
.panel-group .panel {

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	border: none;

}

.panel-default > .panel-heading {

	padding: 0;

	outline: none;

	border: none;

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	-o-border-radius: 0;

	border-radius: 0;

	width: 100%;

}

.panel-default > .panel-heading + .panel-collapse > .panel-body {

	border: 1px solid #f0f0f0;

	border-top: none;

	background-color: #fafafa

}

.panel-heading a {

	font-weight: 400;

	padding: 18px 35px 18px 20px;

	display: inline-block;

	width: 100%;

	background-color: #01308a;

	color: #ffffff;

	position: relative;

	text-decoration: none;

}

.panel-heading a.collapsed {

	color: #ffffff;

	background-color: #01308a;

}

.panel-heading a.collapsed.active, .panel-heading a.active, .panel-heading a.active:hover {
    background-color: #3f77e3;
}

.panel-heading a.collapsed.ended, .panel-heading a.ended, .panel-heading a.ended:hover {
    background-color: #444e5f;
}

.panel-heading a:after {

	font-family: "FontAwesome";

	/*content: "\f147";*/
	content: "";

	position: absolute;

	right: 15px;

	font-size: 0.875rem;

	font-weight: 300;

	top: 50%;

	line-height: 1;

	margin-top: -7px;

}

.panel-heading a.collapsed:after {

	/*content: "\f196";*/
	content: "";

}

.panel-heading a:hover {

	text-decoration: none;

	background-color: #053ead;

	color: #ffffff;

}

.panel-title a i {

	padding-right: 10px;

	/*font-size: 1.25rem;*/

}
/* richeng */
._richeng a{

  text-align:left;

  color:#ffffff;

  padding: 20px 10px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

}

._richengContent{

  padding:10px;

  height:500px;

  overflow-y:scroll;

  background-color: rgba(255, 255, 255, 0.3);

}
.log-list .title{

  background-color: #01308a;

  padding: 2px 10px;

  color: #ffffff;

  border-radius: 3px;

  line-height: 2em;

  font-size:1rem;

}


.log-list h2{

  /* width: 100px; */

  /* text-align: right; */

  font-size: 1rem;

  font-weight: normal;

  padding: 5px;

  color:#ffffff;

  background-color: #051a5a;

}

.log-list h3{

  padding:10px 10px 10px 0;

  font-size:1.125rem;

  font-weight:normal;

  /* background-color:#47a9e3; */

  border-bottom: 1px solid  #051a5a;

  color: #051a5a;

}

.log-list h3 > span{

  background-color:#c5e4f7;

  color: #051a5a;

  border-radius:2px;

  padding:2px 5px;

  margin-right:5px;

  font-size:1rem;

}

.log-list h2+h3{

  margin-top:-15px;

}

.log-list h4{

  padding:5px 0 5px 140px;

  font-size:0.875rem;

  font-weight:normal;

}

.log-list h4 span {

    background-color:  #051a5a;

    padding: 2px 10px;

    color: #ffffff;

    border-radius: 3px;

    line-height:2em;

}



.panel-heading a span.date{

  font-size:1.125rem;

  color:#fff;

  line-height: 1.5;


}
.log-list{

  background: url("img/timeline.png") 113px 0px repeat-y;

}

.log-list>.meta{

  padding-left:140px;

}

.log-list.meta2{

	padding-left:140px;

}

.log-list dl{

  clear: both;

  overflow: hidden;

  padding-bottom: 5px;

  margin-bottom:5px;

} 

.log-list dt{

  float: left;

  width: 120px;

  text-align: right;

  color: #051a5a;

  font-weight:normal;

  overflow: hidden;

  white-space: nowrap;

}

.log-list dt>i{

  color: #01308a;

}

.log-list dd{

  overflow: hidden;

  padding-left: 20px;

}

.log-list dd p{

  color:#000000;

}

.log-list dd>.meta, .log-list > .meta{

  color:#666666;

  font-size:0.875rem;

}

.log-list dd>.meta i, .log-list > .meta i{

  font-style: normal;

  color: #01308a;

}

.log-list dd>.meta2, .log-list > .meta2{

	color: #01308a;

	font-size:1rem;

  }

.bg-image-3{

  min-height:640px;

}
@media (max-width:480px){

  .main-navigation .navbar-default .navbar-nav > li > a {

    font-size:0.875rem;

  }

  .log-list dt {

    width: 45px;

    font-size: 0.75rem;

    font-family:Arial,sans-serif;

  }

  .log-list dt span{

    display:none;

  }
  .log-list dd>.meta2, .log-list > .meta2{

    color: #01308a ;
  
    font-size:0.875rem;
  
    }
  .log-list dd p,

  .log-list dd>.meta,

  .log-list > .meta,

  .log-list h4 {

    font-size:0.75rem;

  }

  .log-list dd{

    padding-left:5px;

  }

  .log-list{

    background-position:40px 0;

  }

  .log-list .title{

    font-size:0.875rem;
  
  }

  .log-list>.meta,

  .log-list h4{

    padding-left:50px;

  }

  .log-list h4 span{

    padding:2px 2px;

  }

  .panel-body{

    padding:5px;

  }

  .panel-heading a{

    font-size:0.75rem;

    padding: 0.75rem 1.75rem 0.75rem 0.6rem;

  }

  .panel-heading a:after{

    right:8px;

  }

  .panel-heading a span.date{

    font-size: 1rem;

    display: block;

    line-height: 1.5;


  }
  .font-blue {
    font-size: 0.875rem;

  }

  .large {

    font-size:1rem;

  }


  .subfooter{

    padding-bottom:90px;

    font-size:0.75rem;

  }

  .site-name-and-slogan{

    display:none;

  }

  h1{

    font-size:1.875rem;

  }

  .list-icons{

    font-size:0.875rem;

  }

  .footer-content h4{

    font-size:1rem;

  }

  
}

/* _richengContent end ---------------------------*/



.shadow-sm {

    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

}



.shadow {

    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

}



.shadow-lg {

    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;

}



.shadow-none {

    box-shadow: none !important;

}


.image-box{

    padding-bottom:30px;
  
  }
  
  
  
  .btn-primary{
  
    background-color:#051a5a;
  
  }
  
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  
      background-color: #001e3c;
  
      border-color: #00101f;
  
  }
@media (max-width:480px){
    .footer-content h4{

        font-size:1rem;
    
      }
}
/* .list-icons{

    font-size:14px;

  } */
.list-icons {

	padding: 0;

	margin: 20px 0;

	list-style: none;

	font-size: 1.125rem;

}

.list-icons li {

	padding: 0 0 15px 0;

}


/* mobile flex */

@media (max-width:576px) {

    .lead-light {

        font-size: 1.1em;

    }



    .btn,

    .btn-lg {

        font-size: 1rem;

        font-weight: 300;

    }



    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {

        font-weight: normal;

    }
    body {

      font-size: 1rem;
    
      line-height: 1.50;
    
      color: #333333;
    
      background-color: #ffffff;
    
    }


    .people small {

        font-size: 12px;

        /* line-height: 1rem; */

    }

    .expert-list {

        font-size: 0.9rem;

    }

}
.people img {

  transition: all 0.4s;

}



.people img:hover {

  transform: scale(1.1);

}
@media (min-width: 768px) {

  .col5 .col-md-3 {

      width: 20%;

      flex: none;

  }

}

/* end */
/* 报名链接 */
.list-icons {

	padding: 0;

	margin: 20px 0;

	list-style: none;

	font-size: 1.125rem;

}

.list-icons li {

	padding: 0 0 15px 0;

}
/* Buttons

---------------------------------- */

.btn {

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-ms-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out;

}

.btn-default {

	color: #55acee;

	border: 1px solid #cccccc;

}

.btn-default:hover {

	color: #ffffff;

	background-color: #051a5a;

	border-color: #051a5a;

}
/* end */

/*--------------------------------------------------------------------*/

.peopleImg{

  width:165px;

  max-height:165px;

}

.peopleName{

  text-align:center;

  padding:10px 0;

}

a.btn {

  text-decoration:none;

  border-radius: 15px;

}





.icon-box-inner {

  width: 96px;

  height: 96px;

}



.icon-box-inner i {

  font-size: 2.5rem;

}



/*wx icon & wxqr*/

.wxicon {

  bottom: 75px;

  font-size: 20px;

  height: 40px;

  position: fixed;

  text-align: center;

  width: 40px;

  z-index: 10;

  cursor: pointer;

  transition: .3s;

  border-radius: 50%;

  line-height: 40px;

  right: 20px;

  color: #ffffff;

  background-color: rgba(9, 87, 217, 0.5);

}



.wxicon:hover {

  background-color: #051a5a;

  -webkit-transform: translateY(-1px);

  transform: translateY(-1px);

  /* transition: all .4s ease-in-out; */

  transition: all 1s ease;

}



.wxqr {

  bottom: 30px;

  font-size: 1.25rem;

  height: auto;

  position: fixed;

  text-align: center;

  width: 180px;

  z-index: 10;

  cursor: pointer;

  transition: .3s;

  border-radius: 5px;

  line-height: 40px;

  right: 75px;

  color: #555;

  background-color: #ffffff;

}
/* contact */
#contact {
    background-color: #21252a !important;
}
#contact a {
    color: #666;
}
#contact h5 {
  color: #888;
}

/*banner wenzi*/
.text-color-b2 {

  color: #00CCFF;

}

#banner h1 {

  font-size: 2rem;
  font-weight: normal;

}

#banner .titleTime {
  font-size: 1.5rem;
  font-weight: 100;
}



.lead-sub {

  font-size: 1.4rem;

}



@media (min-width: 360px) {

  #banner h1 {

      font-size: 2.3rem;

  }

  #banner .titleTime {
    font-size: 1.2rem;
    font-weight: 100;
  }



  #banner .lead {

      font-size: 1.1rem;

  }



  #banner .lead-hd {

      font-size: 1.75rem;

  }

  #banner .en-title {

      font-size: 1.5rem;

  }

}



@media (min-width: 576px) {

  #banner h1 {

      font-size: 2.6rem;

  }

  #banner .titleTime {
    font-size: 1.3rem;
    font-weight: 100;
  }


  #banner .lead {

      font-size: 1.3rem;

  }



  #banner .lead-hd {

      font-size: 2.8rem;

  }

  #banner .en-title {

      font-size: 1.6rem;

  }

}



/* @media (min-width: 768px) {

  #banner h1 {

      font-size: 2rem;

  }



  #banner .lead {

      font-size: 1.3rem;

  }



  #banner .lead-hd {

      font-size: 3rem;

  }

  #banner .en-title {

      font-size: 0.9rem;

  }

} */



/* @media (min-width: 992px) {

  #banner h1 {

      font-size: 2.7rem;

  }



  #banner .lead {

      font-size: 1.8rem;

  }

  #banner .en-title {

      font-size: 1.2rem;

  }

} */



@media (min-width: 768px) {

  #banner h1 {

      font-size: 4rem;

  }

  #banner .titleTime {
    
    font-size: 1.5rem;

    font-weight: 100;
  }

  #banner .lead {

      font-size: 2rem;

  }



  #banner .lead-hd {

      font-size: 3.5rem;

  }



  #banner .en-title {

      font-size: 1.6rem;

  }

}
/*  */
.banner-blue {
  background-color: #01308a;
}
.light-title {
  color: #04b2db;
  font-size: 1.25rem;
}

/* About */

#about p {
  line-height: 1.9;
}

/* About end */

/*#topic*/
/* @media (min-width:768px) and (max-width:991px) {
  .forum {
    height: 20.3rem !important;
  }
} */

#history .lead {
  font-size: 1.625rem;
}

/*cooperation*/
.unit img {

  transition: all 0.4s;

}


.unit img:hover {

  transform: scale(1.02);

}

/* 企业展厅 */
.company-card:hover {

  border-radius: 10px;

  border: 1px solid #062173;

}

.company-card a{

  background-color: #051a5a !important;

  opacity: 0.8 !important;

}

.bg-gray {
  background: #f6f6f6;
}

.font-blue {
  color: #01308a;
}
.activity-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content !important;
  background: #04B2DB !important;
}

.agenda-img {
  width: 42px;
  height: 42px;
  display: inline;
  margin-right: .5em;
  border: 1px #eee solid;
}

.log-list dd {
  margin-bottom:1rem !important;
}
.log-list dd p {
  margin-bottom: 0.4rem !important;

}

/* report-btn 576*/
@media (max-width:991px){

  #reports .btn{
      min-width: 120px;
  }
  
}

.scroll-top.active {
    right: 20px;
}
.scroll-top {
    bottom: 20px;
    font-size: 20px;
    height: 40px;
    position: fixed;
    text-align: center;
    width: 40px;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%;
    line-height: 40px;
    right: -100px;
    color: #ffffff;
    background-color: rgba(9, 87, 217, 0.5);
}

.text-white {
    color: #fff !important;
}

.pb-6, .py-6 {
    padding-bottom: 6rem !important;
}

.pt-6, .py-6 {
    padding-top: 6rem !important;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.text-center {
    text-align: center !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.bg-hero {
    background-color: #0957d9;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bg-hero:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
}



/*signin 模态*/
.signin-bg {
    display: none;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 2000;
    width: 100%;
    line-height: 1;
    top:0;
}
 .box_alert{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 460px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.signin-bg .title {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #111010;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    margin-top: 10px;
}
.signin-bg .sub-title {
    line-height: 1.5em;
    font-size: 14px;
}
.signin-popup {
    position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 460px;background-color: #fff;border-radius: 10px; text-align: center;
}
@media (max-width:560px){
    .signin-popup {
        width: 360px;
    }
}
.signin-bg .subok {
    padding: 50px 0;
}
.signin-bg .subok i {
    font-size: 90px;
    color: #55df4c;
}
.signin-bg .subok p {
    padding-top: 40px;
    font-size: 24px;
}
.signin-bg .content {
    padding: 20px;
    /*overflow-y: scroll;*/
    max-height: 473px;
    margin-top: 0;
}

.signin-bg .form {
    margin: 0 auto;
}

.signin-bg .btn {
    /*display: block;*/
    /*width: 100%;*/
    /*height: 40px;*/
    /*margin: 10px auto 37px;*/
    /*margin-top: 15px;*/
    background-color: #108ee9;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 72%;
}

.signin-bg .btn.btn-secondary {
    background-color: #6e757c;
}

.signin-bg .form .line {
    text-align: left;
    margin-bottom: 20px;
}

.signin-bg .form .line p {
    margin: 0 0 15px;
    font-size: 15px;
    color: #101010;
}


.signin-bg .form .line input {
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 36px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
}

.signin-bg .form-group {
    text-align: left;
    color: #666;
}

