@font-face {
  font-family: 'Archivo-Bold';
  src: url('../fonts/Archivo-Bold.svg');
  src: url('../fonts/Archivo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Archivo-Bold.woff') format('woff'), url('../fonts/Archivo-Bold.ttf') format('truetype'), url('../fonts/Archivo-Bold.svg#webfont34M5alKg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archivo-Regular';
  src: url('../fonts/Archivo-Regular.svg');
  src: url('../fonts/Archivo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Archivo-Regular.woff') format('woff'), url('../fonts/Archivo-Regular.ttf') format('truetype'), url('../fonts/Archivo-Regular.svg#webfont34M5alKg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Archivo-Regular';
}
.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hoverBtn {
  cursor: pointer;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.hoverBtn:hover {
  background-color: #1f3684 !important;
  border-color: #1f3684 !important;
  color: #fff !important;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellip2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.auto-container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.top-search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #666666;
  z-index: 100;
  opacity: 0.8;
  display: none;
}
.site-nav {
  position: fixed;
  width: 100%;
  z-index: 50;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.head {
  position: relative;
}
.head .logo {
  position: relative;
  z-index: 10;
  line-height: 100px;
  float: left;
}
.head .logo a {
  display: block;
}
.head .logo .logoImg {
  height: 105px;
    margin-top: 7px;
}
.head .slogan {
  margin-top: 38px;
  margin-left: 14px;
  float: left;
  color: #1d3188;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Archivo-Bold';
}
.head .navBar {
  float: right;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
  transform-origin: left center;
  padding-top:10px;
}
.head .nav li {
  position: relative;
  display: inline-block;
  margin: 3px 13px;
  line-height: 98px;
  vertical-align: top;
}
.head .nav li .stair {
  position: relative;
}
.head .nav li.active .stair > a {
  color: #1f3684;
}
.head .nav li.active .sub {
  /*display: block;*/
}
.head .nav li:hover .stair > a {
  color: #1f3684;
}
.head .nav li .a {
  display: inline;
  color: #27292c;
  font-size: 20px;
  padding: 8px 10px;
  border-radius: 5px;
  font-family: 'Archivo-Bold';
}
.head .nav li .a .mobile-navbtn {
  position: absolute;
top: 35%;
right: -10px;
margin: auto;
font-size: 20px;
width: 20px;
height: 20px;
transition: 0.3s;
}
.head .nav li .a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.head .nav li .a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.head .top_search {
  position: relative;
  float: right;
  padding-left: 10px;
  line-height: 100px;
  cursor: pointer;
  margin-top:10px;
}
.head .top_search img {
  vertical-align: middle;
}
.head .top_search .search_con2 {
  position: absolute;
  right: 22px;
  top: 26px;
  height: 50px;
  z-index: 100;
  transform: scale3d(0, 0, 0);
  transform-origin: right center;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 500px;
  opacity: 1;
}
.head .top_search .search_con2 .search-input {
  width: 380px;
  float: left;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  background: #fff;
}
.head .top_search .search_con2 .input1 {
  height: 48px;
  line-height: 48px;
  background: none;
  border: 0;
  width: calc(100% - 57px);
  float: left;
  outline: none;
  font-size: 16px;
  color: #666666;
  font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.head .top_search .search_con2 .bnts {
  float: right;
  width: 56px;
  height: 48px;
  background: url(../image/head_pic3.png) center center no-repeat;
  margin-right: 1px;
  cursor: pointer;
  border: none;
  outline: none;
}
.head .top_search .search_con2 .moblie-search-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../image/c10.png) center center no-repeat;
  background-size: 100%;
}
.sub {
  position: absolute;
  left: 0%;
  top: 100%;
}
.sub > dl {
  display: none;
}
.sub > dl dd {
  line-height: 1.6;
  padding: 10px 15px;
  padding-right: 30px;
  font-size: 16px;
  background-color: #fff;
  position: relative;
}
.sub > dl dd .mobile-navbtn {
  /* display: none; */
  position: absolute;
  top: 10px;
  right: 5px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
  transform: rotate(-90deg);
}
.sub > dl dd .mobile-navbtn.open {
  transform: rotate(90deg);
}
.sub > dl dd .mobile-navbtn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.sub > dl dd .text {
  display: inline-block;
  vertical-align: middle;
  color: #535353;
}
.sub > dl dd:hover .text {
  color: #1f3684;
}
.sub > dl dd .t-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: none;
  max-height: 400px;
  overflow: auto;
}
.sub > dl dd .t-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px; 
}
.sub > dl dd .t-menu::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px; 
}

.sub > dl dd .t-menu::-webkit-scrollbar-thumb {
  background-color: #1f3684;
  border-radius: 10px; 
}

.sub > dl dd .t-menu::-webkit-scrollbar-thumb:hover {
  background-color: #1f3684;
}
.sub > dl dd .t-menu li {
  /* padding: 10px 20px; */
  box-sizing: border-box;
  margin: 0;
  line-height: normal;
  width: 100%;
}
.sub > dl dd .t-menu li a {
  display: block;
  padding: 11px 20px;
}
.sub > dl dd .t-menu li a:hover {
  color: #1f3684;
}
.sub > dl a {
  color: #333;
  white-space: nowrap;
}
.scrollHead {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #130f0e;
}
#showopen .top_search .search_con2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1, 1, 1);
}
#showopen .head .navBar {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(0, 0, 0);
}
#showopen .head .top_search img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.M_search {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 58px;
  background-color: red;
  box-sizing: border-box;
}
.M_search .mInp1 {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  padding-right: 74px;
  font-size: 15px;
  color: #666;
}
.M_search .mInp1::placeholder {
  color: #999;
}
.M_search .m_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background-color: #1f3684;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #27292c;
}
.footer .footer_content {
  padding-top: 54px;
  padding-bottom: 64px;
}
.footer dl {
  position: relative;
  transition: all 0.3s ease 0s;
  padding-right: 4%;
  float: left;
  color: #fff;
}
.footer dl:after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #676c74;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer dl dt {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.footer dl dt:after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #676c74;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer dl dd {
  line-height: 38px;
  font-size: 14px;
  color: #fff;
}
.footer dl dd p {
  width: 254px;
  word-wrap: break-word;
  line-height: 24px;
}
.footer dl dd a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.footer dl dd a:hover {
  color: #f67c00;
}
.footer dl.Contact-us{
    width: 30%;
}
.footer .Contact-us .tell {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.footer .Contact-us dd{
  display: flex;
  align-items: center;
}
.footer .Contact-us dd img{
    margin-right: 10px;
}
.footer .Contact-us dd:last-child{
    line-height: 22px;
    align-items: flex-start;
}
.footer .Contact-us dd:last-child a{
}
.footer .Contact-us dd span{
}





.footer .contact-form-box {
  width: 540px;
  padding-right: 0;
  float: right;
}
.footer .contact-form-box:after {
  display: none;
}
.footer .contact-form-box .contact-form .form-group {
  margin-bottom: 0;
}
.footer .contact-form-box .contact-form .form-group > div {
  margin-bottom: 18px;
}
.footer .contact-form-box .contact-form .form-group > div:nth-child(1) {
  padding-right: 10px;
}
.footer .contact-form-box .contact-form .form-group > div:nth-child(2) {
  padding-left: 10px;
}
.footer .contact-form-box .contact-form .form-group > div.textareaBox {
  margin-bottom: 0;
}
.footer .contact-form-box .contact-form input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 14px;
  color: #252121;
  border: 0;
  outline: none;
  color: #fff;
  background-color: #3d4045;
}
.footer .contact-form-box .contact-form input::placeholder {
  color: #797d84;
}
.footer .contact-form-box .contact-form textarea {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  color: #252121;
  border: 0;
  outline: none;
  color: #fff;
  background-color: #3d4045;
}
.footer .contact-form-box .contact-form textarea::placeholder {
  color: #797d84;
}
.footer .contact-form-box .submit-btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #1f3684;
  border: 0;
  outline: 0;
  margin-right: 16px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  font-size: 14px;
  text-transform: uppercase;
}
.footer .contact-form-box .reset-btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  outline: 0;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  font-size: 14px;
  text-transform: uppercase;
}
.footerbar {
  background-color: #1e3386;
  text-align: center;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
}
.footerbar a {
  color: #fff;
}
.footerbar .copyright {
  float: left;
}
.footerbar .links a {
  color: #fff;
}
.nile-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
.nile-preloader .logo {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 2;
}
