/**/
* {
  margin: 0;
  padding: 0;
}
address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h3,h4,h5,h6,html,i,iframe,img,input,ins,label,legend,li,ol,p,pre,small,span,strong,td,th,u,ul,var{margin:0;padding:0}
aside,b,button,dd,div,dl,dt,footer,form,h3,h4,h5,h6,header,input,li,nav,ol,p,section,table,td,textarea,tr,ul{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  hyphens: auto;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: #0e327c;
  color: #fff;
  padding: 10px 0;
}

.top_con .container {
  display: flex;
  justify-content: space-between;
}

.top_con .top_lx span {
  padding-right: 20px;
}

.top_con .topShare {
  display: flex;
}

.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}

.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}

.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}

#header {
  transition: all 0.5s;
  z-index: 994;
  transition: all 0.5s;
  height: 90px;
  position: relative;
  width: 100%;

}

#header.header-transparent {
  background: #fff;

}

#header.header-scrolled {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 994;
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;


}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;

}

.nav-menu {
  flex: 5;
  height: 90px;


}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.nav-menu ul li {
  text-align: center;
  position: relative;

}

.nav-menu a {
  display: block;
  color: #222;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;

  transition: all .3s;
}
.nav-menu a::first-letter {
  text-transform: uppercase;
}
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  background: #0e327c !important; color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width:200%;
  backdrop-filter: blur(1.25rem);
  background: hsla(0,0%,100%,.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
 
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 999;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
 
  font-size: 16px;
text-align: left;
 
  color: #666;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul li:hover>a {
  color: #fff!important;
  background: #0e327c;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
  width: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu a i {
  padding-left: 5px;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

#header.header-scrolled .nav-menu a {
  color: #fff;
}
#header.header-scrolled .nav-menu .drop-down li a{  color: #000;}
#header.header-scrolled .change-language-title a {
  color: #fff;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #0e327c;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #0e327c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #0e327c;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 45px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #0e327c;
}

.mobile-nav-toggle i {
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #272727;
  font-size: 16px;
  padding-left: 10px;
}

.language a {
  color: #272727;
  padding: 0 10px;
}

.language a:hover {
  color: #0e327c;
}

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}

.seaBtn {
  background: url(../images/sousuo1.png) center no-repeat;
}

#header.header-scrolled .seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}

.seaBtn.selected {
  background: url(../images/close1.png) center no-repeat;
}

#header.header-scrolled .seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}

.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap .searchBtn {
  padding: 10px;
  background: #0e327c;
  color: #fff;
  font-weight: 800;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
  color: #292929;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #0e327c;
  font-size: 16px;
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

/* 语言 */
.head_right {
  position: relative;
}

.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
  display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
  font-size: 10pt;
  color: #333;
}

.change-language .change-language-title {
  padding: 0;
}

.change-language .change-language-title a:after {
  font-family: 'fontawesome';
  content: "\f0d7";
  font-size: 12px;
  display: inline-block;
  padding-left: 2px;
}

.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.change-language .change-language-cont {
  position: absolute;
  top: 35px;
  right: -20px;
  width: 360px;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh;
}

.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.change-language .change-language-cont li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 0 10px;
  font-size: 10pt;
  overflow: hidden;
  padding: 0 10px 0 0;
}

.change-language .change-language-cont .lang-item-hide {
  display: none !important;
}

.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
}

.change-language .change-language-cont .more-active {
  font-size: 20px;
}

.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;

  white-space: nowrap;
  padding: 0 0 0 33px;
  overflow: hidden;
}

.change-language ::-webkit-scrollbar {
  width: 5px;
}

.change-language ::-webkit-scrollbar-track {
  background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block
}

.language-flag .country-flag {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  vertical-align: top;

  background-repeat: no-repeat;
  background-image: url(../images/all-m.gif);
  width: 22px;
  height: 16px;
  margin: -8px 5px 0;
}

li.language-flag a {
  position: relative;
}

li.language-flag a:hover {
  color: #0e327c;
}

.language-flag-af .country-flag {
  background-position: 0 0 !important;
}

.language-flag-sq .country-flag {
  background-position: 0 -16px !important;
}

.language-flag-ar .country-flag {
  background-position: 0 -32px !important;
}

.language-flag-hy .country-flag {
  background-position: 0 -48px !important;
}

.language-flag-az .country-flag {
  background-position: 0 -64px !important;
}

.language-flag-eu .country-flag {
  background-position: 0 -80px !important;
}

.language-flag-be .country-flag {
  background-position: 0 -96px !important;
}

.language-flag-bg .country-flag {
  background-position: 0 -112px !important;
}

.language-flag-ca .country-flag {
  background-position: 0 -128px !important;
}

.language-flag-zh .country-flag {
  background-position: 0 -144px !important;
}

.language-flag-zh-TW .country-flag {
  background-position: 0 -160px !important;
}

.language-flag-hr .country-flag {
  background-position: 0 -176px !important;
}

.language-flag-cs .country-flag {
  background-position: 0 -192px !important;
}

.language-flag-da .country-flag {
  background-position: 0 -208px !important;
}

.language-flag-nl .country-flag {
  background-position: 0 -240px !important;
}

.language-flag-en .country-flag {
  background-position: 0 -256px !important;
}

.language-flag-et .country-flag {
  background-position: 0 -272px !important;
}

.language-flag-tl .country-flag {
  background-position: 0 -288px !important;
}

.language-flag-fi .country-flag {
  background-position: 0 -304px !important;
}

.language-flag-fr .country-flag {
  background-position: 0 -320px !important;
}

.language-flag-gl .country-flag {
  background-position: 0 -336px !important;
}

.language-flag-ka .country-flag {
  background-position: 0 -352px !important;
}

.language-flag-de .country-flag {
  background-position: 0 -368px !important;
}

.language-flag-el .country-flag {
  background-position: 0 -384px !important;
}

.language-flag-ht .country-flag {
  background-position: 0 -400px !important;
}

.language-flag-iw .country-flag {
  background-position: 0 -416px !important;
}

.language-flag-hi .country-flag,
.language-flag-te .country-flag,
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag {
  background-position: 0 -432px !important;
}

.language-flag-hu .country-flag {
  background-position: 0 -448px !important;
}

.language-flag-is .country-flag {
  background-position: 0 -464px !important;
}

.language-flag-id .country-flag {
  background-position: 0 -480px !important;
}

.language-flag-ga .country-flag {
  background-position: 0 -496px !important;
}

.language-flag-it .country-flag {
  background-position: 0 -512px !important;
}

.language-flag-ja .country-flag {
  background-position: 0 -528px !important;
}

.language-flag-ko .country-flag {
  background-position: 0 -544px !important;
}

.language-flag-la .country-flag {
  background-position: 0 -560px !important;
}

.language-flag-lv .country-flag {
  background-position: 0 -576px !important;
}

.language-flag-lt .country-flag {
  background-position: 0 -592px !important;
}

.language-flag-mk .country-flag {
  background-position: 0 -608px !important;
}

.language-flag-ms .country-flag {
  background-position: 0 -624px !important;
}

.language-flag-mt .country-flag {
  background-position: 0 -640px !important;
}

.language-flag-no .country-flag {
  background-position: 0 -656px !important;
}

.language-flag-fa .country-flag {
  background-position: 0 -672px !important;
}

.language-flag-pl .country-flag {
  background-position: 0 -688px !important;
}

.language-flag-pt .country-flag {
  background-position: 0 -704px !important;
}

.language-flag-ro .country-flag {
  background-position: 0 -720px !important;
}

.language-flag-ru .country-flag {
  background-position: 0 -736px !important;
}

.language-flag-sr .country-flag {
  background-position: 0 -752px !important;
}

.language-flag-sk .country-flag {
  background-position: 0 -768px !important;
}

.language-flag-sl .country-flag {
  background-position: 0 -784px !important;
}

.language-flag-es .country-flag {
  background-position: 0 -800px !important;
}

.language-flag-sw .country-flag {
  background-position: 0 -816px !important;
}

.language-flag-sv .country-flag {
  background-position: 0 -832px !important;
}

.language-flag-th .country-flag {
  background-position: 0 -848px !important;
}

.language-flag-tr .country-flag {
  background-position: 0 -864px !important;
}

.language-flag-uk .country-flag {
  background-position: 0 -880px !important;
}

.language-flag-ur .country-flag {
  background-position: 0 -896px !important;
}

.language-flag-vi .country-flag {
  background-position: 0 -912px !important;
}

.language-flag-cy .country-flag {
  background-position: 0 -928px !important;
}

.language-flag-yi .country-flag {
  background-position: 0 -944px !important;
}

.language-flag-bn .country-flag {
  background-position: 0 -960px !important;
}

.language-flag-eo .country-flag {
  background-position: 0 -976px !important;
}

.language-flag.language-flag-custom-afghanistan .country-flag {
  background-position: 0 -992px !important;
}

.language-flag.language-flag-custom-albania .country-flag {
  background-position: 0 -1008px !important;
}

.language-flag.language-flag-custom-algeria .country-flag {
  background-position: 0 -1024px !important;
}

.language-flag.language-flag-custom-argentina .country-flag {
  background-position: 0 -1040px !important;
}

.language-flag.language-flag-custom-australia .country-flag {
  background-position: 0 -1056px !important;
}

.language-flag.language-flag-custom-austria .country-flag {
  background-position: 0 -1072px !important;
}

.language-flag.language-flag-custom-belgium .country-flag {
  background-position: 0 -1088px !important;
}

.language-flag.language-flag-custom-brazil .country-flag {
  background-position: 0 -1104px !important;
}

.language-flag.language-flag-custom-canada .country-flag {
  background-position: 0 -1120px !important;
}

.language-flag.language-flag-custom-chile .country-flag {
  background-position: 0 -1136px !important;
}

.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
  background-position: 0 -1152px !important;
}

.language-flag.language-flag-custom-ecuador .country-flag {
  background-position: 0 -1168px !important;
}

.language-flag.language-flag-custom-egypt .country-flag {
  background-position: 0 -1184px !important;
}

.language-flag.language-flag-custom-england .country-flag {
  background-position: 0 -1200px !important;
}

.language-flag.language-flag-custom-luxembourg .country-flag {
  background-position: 0 -1216px !important;
}

.language-flag.language-flag-custom-malaysia .country-flag {
  background-position: 0 -1232px !important;
}

.language-flag.language-flag-custom-mexico .country-flag {
  background-position: 0 -1248px !important;
}

.language-flag.language-flag-custom-new-zealand .country-flag {
  background-position: 0 -1264px !important;
}

.language-flag.language-flag-custom-oman .country-flag {
  background-position: 0 -1280px !important;
}

.language-flag.language-flag-custom-qatar .country-flag {
  background-position: 0 -1296px !important;
}

.language-flag.language-flag-custom-saudi-arabia .country-flag {
  background-position: 0 -1312px !important;
}

.language-flag.language-flag-custom-singapore .country-flag {
  background-position: 0 -1328px !important;
}

.language-flag.language-flag-custom-south-africa .country-flag {
  background-position: 0 0 !important;
}

.language-flag.language-flag-custom-switzerland .country-flag {
  background-position: 0 -1344px !important;
}

.language-flag.language-flag-custom-syria .country-flag {
  background-position: 0 -1360px !important;
}

.language-flag.language-flag-custom-united-arab-emirates .country-flag {
  background-position: 0 -1376px !important;
}

.language-flag.language-flag-custom-united-states-of-america .country-flag {
  background-position: 0 -1392px !important;
}

.language-flag-hy .country-flag {
  background-position: 0 -1408px;
}

.language-flag-bs .country-flag {
  background-position: 0 -1424px;
}

.language-flag-ceb .country-flag {
  background-position: 0 -1440px;
}

.language-flag-ny .country-flag {
  background-position: 0 -1456px;
}

.language-flag-ha .country-flag {
  background-position: 0 -1472px;
}

.language-flag-hmn .country-flag {
  background-position: 0 -1488px;
}

.language-flag-ig .country-flag {
  background-position: 0 -1504px;
}

.language-flag-jw .country-flag {
  background-position: 0 -1520px;
}

.language-flag-kk .country-flag {
  background-position: 0 -1536px;
}

.language-flag-km .country-flag {
  background-position: 0 -1552px;
}

.language-flag-lo .country-flag {
  background-position: 0 -1568px;
}

.language-flag-la .country-flag {
  background-position: 0 -1584px;
}

.language-flag-mg .country-flag {
  background-position: 0 -1600px;
}

.language-flag-ml .country-flag {
  background-position: 0 -1616px;
}

.language-flag-mi .country-flag {
  background-position: 0 -1632px;
}

.language-flag-mr .country-flag {
  background-position: 0 -1648px;
}

.language-flag-mn .country-flag {
  background-position: 0 -1664px;
}

.language-flag-my .country-flag {
  background-position: 0 -1680px;
}

.language-flag-ne .country-flag {
  background-position: 0 -1696px;
}

.language-flag-pa .country-flag {
  background-position: 0 -1712px;
}

.language-flag-st .country-flag {
  background-position: 0 -1728px;
}

.language-flag-si .country-flag {
  background-position: 0 -1744px;
}

.language-flag-so .country-flag {
  background-position: 0 -1760px;
}

.language-flag-su .country-flag {
  background-position: 0 -1776px;
}

.language-flag-tg .country-flag {
  background-position: 0 -1792px;
}

.language-flag-uz .country-flag {
  background-position: 0 -1808px;
}

.language-flag-yo .country-flag {
  background-position: 0 -1824px;
}

.language-flag-zu .country-flag {
  background-position: 0 -1840px;
}

/*首页banner图*/
#banner {position: relative;}
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #0e327c;
}

.btn-prev {
  left: 30px;
}

.btn-next {
  right: 30px;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0e327c;
  width: 40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}

.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.banner-slide-content p {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 30px;
}

.banner_txt {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
  width: 50%;
}

.banner_txt span {
  color: #fff;
  font-size: 18px;
  display: block;
  text-shadow: none;
  width: 50%;
}

.pad_80 {
  padding: 80px 0;
}
/* 产品分类 */
.pro_fenlei{ position: absolute; right: 0; top:20px; z-index: 9;height: 60%;  }
.pro_fenlei .main_title{ display: none;}
.cpfl_ul li:nth-child(2).cpfl_li {
  background: rgba(91,181,49,.8);
}
.cpfl_li a{ padding:50px 20px; display: block;}
.cpfl_ul a::first-letter {
  text-transform: uppercase;
}
.cpfl_li {
 
  background: rgba(48,129,196,.8);
  margin: 20px 0;
  position: relative;
}
.cpfl_li i img{ height: 40px; padding-right: 8px;}
.cpfl_li a:hover { background: #0e327c;}
.cpfl_ul li:nth-child(2).cpfl_li a:hover{
  background: rgba(91,181,49,.8);
}
.cpfl_li a{ font-size: 18px; color: #fff; font-weight:bold;}
.cpfl_li.active a{color: #0e327c;}
.cpfl_li.active a::before { background: #0e327c;}
.cpfl_li:first-child {
  margin-left: 0;
}



.cpfl_down {
  position: absolute;
  top: 65px;
  left:0;
  background: #fff;

  display: none;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.cpfl_li:hover .cpfl_down { display: block;}


.cpfl_erji {
  width: 563px;

  position: absolute;
  background-color: #fff;
  right:100%;
  top: 0px;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  display: none;
}

.cpfl_ej_li_ul_li a,
.mrul_cont_ul_li a {
  font-size: 16px;
  line-height: 2;
  color: #666;
  display: block;
  padding: 0;
  transition: all .36s;
}
.cpfl_ej_li_ul_li a:hover,
.mrul_cont_ul_li a:hover {
  font-size: 16px;
  line-height: 2;
  color: #0e327c;
  display: block;
  background: none;
  transition: all .36s;
}
.cpfl_ej_li_ul_li,
.mrul_cont_ul_li {
  margin-bottom: 16px;
}

.cpfl_ej_li_ul_li:last-child,
.mrul_cont_ul_li:last-child {
  margin-bottom: 0;
}

.cpfl_ej_li {
  padding: 15px;
  width: 204px;
 
}
.cpfl_ej_ri::-webkit-scrollbar {
  width: 5px;										
  height: 5px;											
  border-radius: 5px;									
  
}

.cpfl_ej_ri::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);		
  border-radius: 5px;									
  background-color: rgba(0, 0, 0, .2);				
}


.cpfl_ej_ri::-webkit-scrollbar-thumb {
  border-radius: 5px;		
           
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);		
  background-color:#0e327c;			
}
.cpfl_ej_ri {
  width: calc(100% - 204px);
  padding: 15px;

  height:302px;
  overflow-y: scroll;
}

.cpfl_erji_cont {
  display: flex;
  align-items: stretch;
  background: url(../images/navbg.jpg) no-repeat; 
  background-size: cover;
}

.cpfl_ej_ri_ul_li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .36s;
}

.cpfl_ej_ri_ul_li.on {
  position: relative;
  opacity: 1;
  z-index: 5;
}

.cpfl_ej_ri_ul {
  width: 100%;
  position: relative;
}

.cpfl_ej_li_ul_li.yxnav_active2 a {
  color: #0e327c;
}

.cpfl_ej_li_ul_li a {
  position: relative;
  display: inline-block;
}

.cpfl_ej_li_ul_li a::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #0e327c;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .36s;
}

.cpfl_ej_li_ul_li.yxnav_active2 a::after {
  width: 100%;
}

.mrul_cont_ul_li.yxnav_active3 a {
  color: #0e327c;
}


/*关于我们*/
.main_title {
  text-align: center;
  background: url(../images/dian.png) no-repeat center bottom;
  padding-bottom: 10px;
}

.main_title p {

  margin-bottom: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}

.main_title p b {
  font-size: 52px;
  font-weight: bold;
  color: #0e327c;
}

.main_title span {
  font-size: 22px;
  color: #222;
}

.about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;


}

.about-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}

.about_fl {
  width: 50%;
  padding-right: 5%;
}

.about_fl p {
  line-height: 30px;
  padding: 10px 0;
  color: #666;
  font-size: 15px;
  text-align: justify;
  margin: 20px 0;
}

.about_fl .ab-title {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 45%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_fr img {
  border-radius: 20px 0 20px 0;
  transition: all .3s;
}

.about-box:hover .about_fr img {
  transform: scale(1.05);
}

.ab_list2 {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10)
}

.ab_list2:hover {
  box-shadow: 0px 0px 35px 0px rgba(5, 148, 211, 0.10)
}

.ab_list2 b {
  font-size: 24px;
  color: #0e327c;
  padding-left: 10px;
}

.more_a2 {
  border: 1px solid #0e327c;
  color: #0e327c;
  padding: 13px;
  text-align: center;
  display: block;
  width: 140px;
  margin-top: 40px;
  border-radius: 20px 0 20px 0;
}

.more_a2:hover {
  background: #0e327c;
  color: #fff;
}

/* 产品 */
.pro_box {
  padding-top: 80px;
  background: url(../images/bj.jpg) no-repeat center;
  background-size: cover;
}

.tj_tu {
  position: relative;

  padding: 50px 0 0;
  background-size: cover;

}

.tj_tu .zi {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;



}

.tj_tu .zi img {
  height: 100%;
}

#gallery {
  width: 100%;


}


#gallery .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #333;
  opacity: 0 !important;
}

#gallery .swiper-slide .img-tu {
  width: 40%;

}

#gallery .swiper-slide .product-box {
  display: flex;
  width: 60%;
  flex-direction: column;


}

#gallery .swiper-slide .product-box div {
  padding: 0 5%;
}

#gallery .swiper-slide .product-box .pro_con {
  margin-top: 50px;
}

#gallery .swiper-slide .product-box .pro_con .more {
  border: 1px solid #0e327c;
  color: #0e327c;
  padding: 13px;
  text-align: center;
  display: block;
  width: 140px;
  margin-top: 40px;
  border-radius: 20px 0 20px 0;
}

#gallery .swiper-slide .product-box .pro_con .more:hover {
  background: #0e327c;
  color: #fff;
}

#gallery .swiper-slide .product-box .pro_con b {
  color: #333;
  font-size: 34px;
  line-height: 52px;
  width: 100%;
  display: block;
  text-transform: capitalize;

}

#gallery .swiper-slide .product-box .pro_con p {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  margin-top: 20px;
}

#gallery .swiper-slide .product-box .pro_con p a {
  position: relative;
  margin-right: 20px;
  color: #666;
}

#gallery .swiper-slide .product-box .pro_con p a .lxing {

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-bottom-color: #0e327c;

  position: relative;

  top: -5px;
  margin-right: 5px;
  display: inline-block;

}

#gallery .swiper-slide .product-box .pro_con p a .lxing::after {
  content: '';

  position: absolute;

  left: -5px;

  top: 5px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-top-color: #0e327c;
}

#gallery .swiper-slide .product-box .pro_con p a:hover {
  color: #5BB531;
}

#gallery .swiper-slide-active {
  opacity: 1 !important;
}

.tj_tu img {
  width: 100%;
}


.tj_tu .swiper-button-prev {
  left: calc(100% - 170px);
  top: calc(100% - 50px);


}

.tj_tu .swiper-button-next {
  right: 110px;
  top: calc(100% - 50px);
}

.tj_tu .swiper-button-next,
.tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color: #000;
  font-size: 30px;

  text-align: center;



}

.tj_tu .swiper-button-next:hover,
.tj_tu .swiper-button-prev:hover {
  color: #fff;
  background: #0e327c;
}

.tj_tu .swiper-pagination-custom {
  bottom: 30px;
  text-align: left;
  padding-left: 60px;
  width: calc(100% - 200px);
}

.tj_tu .line {
  position: relative;
}

.tj_tu .line::after {
  content: '';
  position: absolute;
  left: 70px;
  top: 15px;
  width: calc(100% - 50px);
  height: 1px;
  background: #dedede;
}

.dangqian {
  font-size: 24px;
  font-weight: bold;
  color: #0e327c;
}

.zongshu {
  font-size: 18px;
}

#thumbs {

  position: absolute;
  bottom: 0;
  right: 0;
  padding: 80px 80px 80px 40px;
  width: 60%;
  background: #F0F7FF;
}

.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}

#thumbs .swiper-wrapper {
  flex-wrap: wrap;
  align-items: stretch !important;


}

.tj_tu .swiper-container-thumbs .swiper-slide {

  font-size: 16px;

  cursor: pointer;
  color: #333;
  width: calc(20% - 20px) !important;
  margin: 10px;
  display: flex;
  text-align: left;
  padding: 20px 10px;
  background: #fff;

  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-transform: capitalize;
  height: auto;
}

.tj_tu .swiper-container-thumbs .swiper-slide img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}

.tj_tu .swiper-container-thumbs .swiper-slide span {
  display: block;
}

.tj_tu .swiper-slide-thumb-active {
  background: #0e327c !important;
  color: #fff !important;
}

.tj_tu .swiper-slide-thumb-active img {
  filter: brightness(500%);

}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}


.product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  flex: 3;
  border: 1px solid #dedede;
}

.product a {

  border-left: 1px solid #dedede;
  transition: all .3s;
  width: calc(33.33% - 1px);
  text-align: center;

  background-color: #fff;


}

.product a img {
  margin: 20px auto;
}


.product a .name {
  color: #333;
  padding: 30px 20px;
  text-align: center;
  font-size: 18px;
  background: #f1f1f1;

}

.product a:hover .name {
  background-image: linear-gradient(90deg, #09f 0, #575dfa 100%);
  background-color: #5064e6;
  color: #fff;
}

.product a .info p {
  font-size: 16px;
  margin: 10px;
}

.more2 {
  text-align: center;
  width: 80px;
  height: 20px;
  border: 1px dashed #dedede;
  margin: 20px auto;
  padding: 5px 10px;
  display: block;
}

.product a:hover .more2 {
  background: #FF6A00;
  color: #fff;
}

/* 推荐产品 */
.tjpro-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}

.pro-fl {
  width: 35%;
  background: #fff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pro-fl::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: #033EA5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 500ms ease;
}

.pro-fl:hover::before {
  height: 100%;
}

.pro-fr {
  width: 100%;
}

.pro_list {
  display: flex;
  align-items: stretch;

  flex-wrap: wrap;
}

.pro_list a {
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 20px;
  margin: 10px;
  width: calc(25% - 20px);
  overflow: hidden;
}

.pro-fl:hover .pro_txt {
  color: #fff;
}

.pro-fr .pro_txt {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  z-index: 2;
}

.pro-fr .pro_list a::before {
  position: absolute;
  content: "";
  height: 70%;
  left: 0;
  width: 100%;
  background: #F0F7FF;
  bottom: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.pro-fr .pro_list a:hover::before {
  height: 70%;
  bottom: 0;
  background: #0e327c;

}

.pro-fr .pro_list a:hover .pro_txt img {
  filter: brightness(100);
}

.pro_txt b {
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
}

.pro-fr .pro_list a:hover .pro_txt b {
  color: #fff;
}

.pro_txt p {
  margin: 5px 0;
  font-size: 14px;
}

.pro_txt p i {
  font-size: 14px;
  color: #033EA5;
  padding-right: 5px;
}

.pro_txt img {
  margin-top: 5px;
}

.pro_txt p em {
  display: block;
  height: 36px;
  line-height: 36px;
  background: url(../images/pro-tb.png) no-repeat left;
  padding-left: 27px;
  font-size: 18px;
  font-weight: normal;
}

.pro_txt span {
  color: #999;
  height: 50px;
  font-size: 15px;
  display: block;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}

.pro_tu {
  position: relative;
  overflow: hidden;
}

.pro-fl .pro_tu {
  margin-top: 70px;
}

.pro-fr .pro_tu {
  margin-top: 10px;
}

.pro-fl .pro_tu img {
  max-height: 380px;
}

.pro-fr .pro_tu img {
  max-height: 288px;
}

.pro-fr .ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  text-align: left;
  font-style: normal;
  transition: all 0.3s;
}

.pro-fl .ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  text-align: left;
  font-style: normal;
  transition: all 0.3s;
}

@keyframes movepoint {
  25% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pro_list a:hover .shade-move {
  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.pro-fl a:hover .shade-move {
  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.pro-fl a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.pro_list a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.pro_list a:hover .pro_txt p {
  color: #fff;
}

.pro_list a:hover .pro_txt p i {
  color: #fff;
}

/* 应用领域 */
.case {
  margin-top: 60px;
}

.ys_case {
  position: relative;
  margin-top: 50px;
}

.ys_case .case-slide {
  /* border-right: 1px solid rgba(255, 255, 255, .2); */
  width: calc(33.333% - 1px);
  float: left;
  z-index: 9;
  position: relative;
}


.ys_case_mid {
  text-align: center;

  height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ys_case_mid .default {
  width: 100%;
  height: 190px;
  position: absolute;
  left: 0;

  border: 1px solid rgba(255, 255, 255, .3);
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
  transition: .5s;
}

.ys_case_mid .default .main_title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
}

.hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 40px 0 0;
  background: rgba(48, 129, 196, .8);
  padding: 30px;
  box-sizing: border-box;
  transition: .5s;
  opacity: 0;
}

.ys_case_mid .hover h4 {
  font-size: 24px;
  padding: 20px 0;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 15px;
}

.ys_case_mid .hover p {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
}

.ys_case_mid .hover strong {
  display: block;
}

.ys_case_mid .hover strong a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}

.ys_case_mid .hover strong a:hover {
  color: #F58D1D;
}

.ys_case .case-slide.active .default {
  opacity: 0;
  bottom: -10%;
}

.ys_case .case-slide.active .hover {
  opacity: 1;
}

.ys_case .case-slide.active {
  top: 0;
  opacity: 1;
}

.ys_case_tit {
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  font-size: 40px;
}

.ys_case_txt {
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  line-height: 26px;
}


.ys_case_mid {
  position: relative;
  z-index: 2;
}

.ys_case_mid span {
  margin-bottom: 40px;
}

.ys_case_mid .main_title {
  color: #fff;
  font-size: 26px;
}

.ys_case_mid .ys_case_txt {
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}

.ys_case_bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  z-index: 0;
}

.ys_case_bg div {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 2.6s;

}

.ys_case_bg div.on {

  opacity: 1;
  z-index: 10;
}

/* 荣誉 */
.appl-box {
  background: url(../images/honorbg.jpg) no-repeat;
  background-size: cover;
}

.appl-box .appl-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.appl {
  position: relative;
  padding-bottom: 100px;
}

.appl .swiper-wrapper {
  align-items: stretch;
}

.appl .swiper-slide {
  margin-top: 40px;
  border: 1px solid #dedede;
  height: auto;
  padding: 20px;
  background: #f6f6f6;
}

.appl .swiper-slide span {
  overflow: hidden;
  display: block;
}

.appl .swiper-slide a {

  display: block;


}

.appl .swiper-slide:hover {
  background: #0e327c;
}

.appl .swiper-slide:hover a {
  color: #fff;
}

.appl .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  padding: 10px 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.appl .swiper-slide b {
  padding: 10px 20px;
  display: block;
  margin-top: 10px;
  color: #0e327c;
}

.appl .swiper-slide i {
  padding: 10px 20px;
  color: #999;
  margin-top: 10px;
  display: block;
}

.appl .swiper-slide p {
  color: #666;
  line-height: 26px;
  font-size: 14px;
  padding: 10px 20px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-align: center;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.appl .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.appl .swiper-slide a:hover b,
.appl .swiper-slide a:hover p,
.appl .swiper-slide a:hover i,
.appl .swiper-slide a:hover em {
  color: #fff;
}

.appl .swiper-button-next {
  position: absolute;
  top: 93%;
  left: calc(60% + 10px);
  border-radius: 20px;
  text-align: center;
  color: #0e327c;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.appl .swiper-button-prev {
  position: absolute;
  top: 93%;
  left: calc(40% - 50px);
  border-radius: 20px;
  text-align: center;
  color: #0e327c;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.appl .swiper-button-prev:hover,
.appl .swiper-button-next:hover {
  background: #0e327c;
  color: #fff;
}

.appl .line {
  position: absolute;
  top: 93%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 20%;
  background: #dedede;
}

/* 新闻 */
.news-box {

  background: url(../images/bj2.jpg) no-repeat center;
  background-size: cover;

}

.news {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 30px;
  align-content: stretch;
}

.news-one {
  width: 40%;
  background: #fff;
  margin: 10px 0;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
}

.news_fl {
  width: 100%;
}

.news_fl a b {
  display: block;
  padding: 20px;
}

.news_fl a p {
  padding: 0 20px;
}

.news_fl ul {
  width: 50%;
}

.news_fl ul a {
  padding: 5px 10px;
  transition: all .3s;
  display: block;
}

.news_fl ul a:hover {
  box-shadow: 0 0 10px #8abdf8;
  background: #0e327c;
  color: #fff;
  background-size: 100%;
}

.news-one span {
  display: block;
  overflow: hidden;
}

.news-one b {
  display: block;
  padding: 15px 0px;
  font-size: 18px;
  color: #333;
}

.news-one em {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 8px;
  font-style: normal;

}

.news_fl ul a:hover b,
.news_fl ul a:hover p {
  color: #fff;
}

.news-one a img {
  display: block;
  width: 100%;
  transition: .8s;
}

.news-one a:hover img {
  transform: scale(1.1);
}


.news-one p {
  font-size: 14px;
  color: #606060;
  line-height: 25px;
  padding: 8px 0px;
}

.news_fl {
  display: flex;
  align-items: stretch;

}



.news_fl ul {
  padding: 0;

}

.news-two {
  width: 60%;

  margin-left: 20px;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
}

.news-two ul li {
  width: calc(50% - 20px);
  margin: 10px;

}

.news-two li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
  padding: 20px 20px;
  transition: .3s;
  background: #fff;

}

.news-two ul li:last-child {
  margin-bottom: 0;
}

.news-two a:hover {
  box-shadow: 0 0 10px #8abdf8;
  background: #0e327c;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day,
.news-two a:hover .newscon,
.news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  width: 100%;

  margin: 7px 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.day span {
  font-size: 16px;
  float: right;

}

.day p {
  padding-top: 20px;
}


.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

.news_title {
  margin: 20px 0;
  font-size: 26px;
}

.news_title a:hover {
  color: #0e327c;
  box-shadow: none;
  background: none;
}

/* 建议 */
.advise {
  background: url(../images/ly.jpg) no-repeat center bottom;
  background-size: cover;
}

.message {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.message .tu {
  width: 45%;
}

.message .tu p {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

.jiameng {

  align-items: center;
  display: flex;
  width: 50%;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .9);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.jiameng label {
  font-size: 16px;
  font-weight: bold;
}
.jiameng label::first-letter { text-transform: uppercase;}
.jiameng div {
  width: calc(100% - 10px);
  color: #333;
  margin: 5px;
  position: relative;
}

.list_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jiameng input[type=text] {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #000;
  margin: 5px 0;
  outline: none;
  height: 47px;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}
.jiameng input[type=text]::first-letter { text-transform: uppercase;}
.jiameng input[type=file] {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #000;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}
.jiameng input[type=file]::first-letter { text-transform: uppercase;}
.jiameng div i {
  color: #0e327c;
  position: absolute;
  left: 10px;
  top: 45px
}

.forminator-textarea {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #666;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}
.forminator-textarea::first-letter { text-transform: uppercase;}
.jmbt {
  margin: 10px auto;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.jmbt input[type=submit] {
  background-color: #0e327c;
  color: #fff;
  padding: 12px 20px;
  height: 45px;
  width: 100%;
  margin: 8px 2px;
  border: none;
  font-size: 16px;
 
  border-radius: 4px;
  cursor: pointer;
}

.jmbt input[type=submit]:hover {
  background-color: #5BB531;
}

.jiameng input::placeholder {
  color: #999;
}

.indexcode {
  vertical-align: top;
  height: 40px;
  margin: 5px 0;
  height: 47px;
  border-radius: 5px;
  border: 1px solid #dedede !important;
  cursor: pointer;
}

.zxlyyzm {
  width: 200px !important;
  outline: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  background: #fff;
  border: 1px solid #dedede;
  vertical-align: top;
  text-indent: 10px;
  border-radius: 2px;
}

/*底部footer*/
.footer-main {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: url(../images/footer_bj.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 30px; width: 100%; float: left; margin-top: 25px;
}

.footer-list1 {
  width: 30%;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {
  width: 25%;
}

.footer-list2 img {
  width: 120px;
}

.footer-list3 {
  width: 35%;
}

.footer-list4 {
  width: 10%;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.36px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.socials {
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 40px;
}

.socials li {
  display: inline-block;
  margin-right: 10px;
}

.socials li a {
  background-color: #5BB531;
  border: 1px solid #5BB531;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.socials li a:hover {
  background-color: #0e327c;
  border: 1px solid #0e327c;
  color: #fff;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 32px;
  padding-bottom: 5px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: #fff;
  text-transform: uppercase;
}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #5BB531;
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
}

.address-content span {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 14px;
}

.footer-copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer-copyright p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p a {
  color: rgba(255, 255, 255, 0.7)
}

.footer-copyright p a:hover {
  color: #5BB531;
}

.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}

.footer-copyright .container {
  padding: 10px 0;
}

.fot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fot_bot {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #0e327c;
  display: none;
}

.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #A20505;
  border-left: 1px solid #CB1515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}

/*返回顶部*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 2%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #0e327c;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;

}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 22px;
  background-color: #0e327c;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;

}

#suspension li .txt a {
  display: block;
  line-height: 57px;

  color: #fff;

  padding-left: 10px;

}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #0e327c;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #0e327c;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}

#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #5BB531;
  color: #fff;
}
.zr-theme-reservation-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../images/section-bg.jpg);
	z-index: 1;
	text-align: center;
	position: relative;
	padding: 100px 0; width: 100%; float: left; margin: 25px 0;
}

.zr-theme-reservation-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0e327c;
	opacity: .8;
	z-index: -1;
}

.zr-theme-reservation-area h5{
	max-width: 1100px;
	margin: 0 auto;
	text-transform: none; line-height: 180%;
	color: #fff;
}

.zr-theme-reservation-area h3{
	margin: 10px auto;
	color: #fff;
}

.zr-theme-reservation-area h2 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 10px;
}

.zr-theme-reservation-area h1 {
	color: #0e327c;
	font-size: 70px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: -5px;
}

.reservation-btn {
    background-color: #0e327c;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
    margin-top: 20px;
}
.reservation-btn:hover {
	background-color: #171717;
	color: #fff;
	padding: 12px 20px;
	border-radius: 2px;
}
.mt-20{
	margin-top: 20px;
}
.theme-button-light {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #0e327c;
	font-size: 15px;
	font-weight: 400;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: none;
	margin-top: 0;
	margin-right: 0;
	}
  
  .theme-button-light span {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	display: block;
	border-radius: 30px;
	background-color: #41464b;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  }
  
  .theme-button-light:hover, .theme-button-light:focus {
	color: #ffffff;
  }
  
  .theme-button-light:hover span, .theme-button-light:focus span {
	width: 200%;
	height: 500px;
  }
  
  .theme-button-dark {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	padding-top: 12px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 12px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	background-color: #41464b;
	box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: none;
	margin-top: 0;
	}
  
  .theme-button-dark span {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	display: block;
	border-radius: 30px;
	background-color: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	}
  
  .theme-button-dark:hover, .theme-button-dark:focus {
	color: #0e327c;
  }
  
  .theme-button-dark:hover span, .theme-button-dark:focus span {
	width: 200%;
	height: 500px;
  }
  .honorrr{ width: 100%; float: left;}