/* 英文版 */
/* 头部 */
.header-flag {
  width: 170px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #fff;
  font-family: ArialNarrow-Bold;
  font-size: 32px;
  font-weight: bold;
  color: #3b58ad;
  position: relative;
  border-radius: 5px;
  margin-left: 20px;
}
.end {
  align-items: center;
  justify-content: flex-end;
}
.input-group {
  width: 385px;
}
.input-group .form-control {
  background-color: #f9f9f9;
  border: solid 1px #ececec;
  padding-left: 50px;
}
.input-group .input-group-append .input-group-text {
  background: #3b58ad;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #3b58ad;
}
.input-group input::-webkit-input-placeholder {
  color: #999999;
}
.input-group .header-tool-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.input-group .header-tool-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.input-group .header-tool-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.search-btn {
  width: 40px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5px;
  top: 3px;
  cursor: pointer;
  z-index: 3;
}
.gray-9 {
  color: #999999;
}
.nav-wrapper {
  background: #3b58ad;
}
.news-nav {
  /* width: 1285px; */
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  color: #fff;
}
.news-nav li {
  /* padding: 12px 9px; */
  padding: 16px 19px 9px 0;
}
.news-nav .pr-100 {
  padding-right: 100px;
}
.news-nav .pr-35 {
  padding-right: 35px;
}

.news-nav li a {
  font-size: 18px;
  color: #fff;
  padding: 7px 13px;
  white-space: nowrap;
}
.word-wrap {
  word-wrap: break-word;
}
.news-nav li.active a {
  background-color: #486bd2;
}

/* 尾部 */
.footer-us {
  width: 100%;
  min-width: 1200px;
  margin-top: 60px;
}
.footer-us .about-us {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #363636;
}
.footer-us .about-us p {
  opacity: 0.6;
}
.footer-us .about-us p a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
}
.footer-us .about-us p a.contact {
  border-left: 1px solid #fff;
}
.footer-us .copyright {
  widows: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.flex {
  display: flex;
  align-items: center;
}

/* 面包屑导航 */
.crumbs-us {
  border-bottom: 1px solid #f0f0f0;
}
.crumbs-us .crumbsp {
  height: 45px;
  line-height: 45px;
  color: #666666;
}
.crumbs-us .crumbsp span{
 cursor: pointer;
}
.crumbs-us .bg {
  font-family: Cambria;
  height: 100%;
  background-color: #f5f5f5;
  padding: 0 20px;
  color: #3b58ad;
  font-size: 18px;
}
.crumbs-us .block{
  display: inline-block;
  width: 6px;
	height: 6px;
	background-color: #d0d0d0;
  border-radius: 1px;
  cursor: default;
}
.crumbs-us .crumbsp .margins{
  margin: 0 10px;
  cursor: default;
}

.item-title{
  color: #3b58ad;
}
.item-title .line{
  color: #3b58ad;
  height: 1px;
  background: #3b58ad;
}
.recommend-ul li{
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.recommend-ul li p {
  align-items: baseline;
}
.recommend-ul li p .block{
   display: inline-block;
  width: 6px;
	height: 6px;
	background-color: #d0d0d0;
  border-radius: 1px;
  margin-right: 15px;
}

