/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  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;
}

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;
}
/*  */
.main_title { display: flex; align-items: center; justify-content: space-between;}
.main_title .tit_fr {  display: flex; justify-content:space-between; }
.main_title a{ font-size: 16px;  background: #fff; padding:20px; margin-left: 20px;}
.main_title a:hover { background: #1D52A0;}
.main_title .tit_fl { font-size: 36px; }
.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-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;
position: relative;

}

#header.header-transparent {
  /* background: rgba(255, 255, 255, 0.4); */
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f1f1f1;


}


.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;
  margin-right: 10px;
}

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


}

.top-box .logo .logo-tu2 {
  display: none;
}
.fixed-top {
  position: fixed!important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/*导航菜单 */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 8;
  height: 90px;
}

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

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


}

.nav-menu a {
  display: block;

  color: #333;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 18px;


}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
  background: #1D52A0;

}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left:-30%;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 160%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}

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

.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;

  text-transform: none;
  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: #1D52A0;
  background: none;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.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 {
  display: none;
}
.nav-menu .drop-down li dl{ position: absolute; left: 100%; background: #fff; top: 0;}

.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 .nav-menu a {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #ECA617;
}

#header.header-scrolled .nav-menu a:hover, #header.header-scrolled .nav-menu .active>a, #header.header-scrolled .nav-menu li:hover>a {
  color: #fff;


}

#header.header-scrolled .nav-menu .drop-down ul a:hover, #header.header-scrolled .nav-menu .drop-down ul .active>a, #header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #1D52A0;
  background: none;

}

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

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}
/* 搜索 */
.insearch_box {

  margin: 2px auto;
  position: relative;
  border-radius: 4px;


  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;

}

.insearch_inp {
  width: 130px;
  border: 1px solid #1D52A0;
  height: 35px;
  color: #666;
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.insearch_inp::placeholder {
  color: #999;
}

.insearch_btn {
  width: 40px;
  height: 35px;
  background: #1D52A0 url(../images/search.png) no-repeat center;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* 手机搜索 */

.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;
  display: none;
  margin-right: 60px;
}

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

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

.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  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;
  z-index: 9999;
}

.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: #1D52A0;
  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: #00a2e9;
  font-size: 16px;
}

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

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #1D52A0;
  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: #3081C4;
  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: #3081C4;
}

.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: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #1D52A0;
}

.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: #fff;
  font-size: 16px;

}

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

.language a:hover {
  color: #ECA617;
}

/*首页banner图*/
#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: #1D52A0;
}

.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: #1D52A0;
  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;
}
/* 产品 */
.cpzx {

 padding: 80px 0;
 background: #f5f5f5;
 
}
.cpzx .container { position: relative;}
.xcal .swiper-wrapper {
margin-top: 40px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;

}

.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.xcal .swiper-slide p {

  color: #333;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  padding: 10px;
}

.cpzx .swiper-button-next {
  position: absolute;
  top: 60%;
  right: -40px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 40px;
  font-size: 26px;
  text-align: center;

  line-height: 90px;
  height: 90px;
  border-radius: 5px;
  transition: all .5s ease;
  outline: none;
}

.cpzx .swiper-button-prev {
  position: absolute;
  top: 60%;
  left: -40px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 40px;
  font-size: 26px;
  text-align: center;

  line-height: 90px;
  height: 90px;
  border-radius: 5px;
  transition: all .5s ease;
  outline: none;
}
.cpzx .swiper-button-prev:hover, .cpzx .swiper-button-next:hover {
  background: #205DA6;
}
.xcal .swiper-slide a {
  display: block;
  margin:0 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  border: 1px solid #dedede;
}
.xcal .swiper-slide span {
  display: block;
  width: 100%;
  background:  #205DA6;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
}
.xcal .swiper-slide a:hover {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
/* 创新与技术 */
.cxyjs { padding:80px 0;}
.cxyjs_box { display: flex; align-items: center; justify-content: space-between;}
.cxyjs_fl { width: 48%;}
.cxyjs_fl a:hover { color: #333;}
.cxyjs_fl b{ margin-top: 50px; position: relative; padding-bottom: 20px; font-size: 26px; display: block; margin-bottom: 30px; }
.cxyjs_fl b::before { content: " "; position: absolute; left: 0; bottom: 0; width: 60px; height: 5px;  background:#1D52A0;}
.cxyjs_fl span { transition: all 0.3s; display: block; margin-top: 30px; border: 1px solid #1D52A0; color: #1D52A0; width: 140px; height: 40px; line-height: 40px; text-align: center;}
.cxyjs_fl p{ font-size: 16px; color: #666;}
.cxyjs_fl a:hover span { background: #1D52A0; color: #fff;}
.cxyjs_fr { width: 48%;}
/* 解决方案 */
.jjfa { padding: 80px 0; background: #f5f5f5;}
.jjfa_box { display: flex; align-items: center; justify-content: space-between;}
.jjfa_fl { width: 48%;}
.jjfa_fl a:hover { color: #333;}
.jjfa_fl b{ margin-top: 50px; position: relative; padding-bottom: 20px; font-size: 26px; display: block; margin-bottom: 30px; }
.jjfa_fl b::before { content: " "; position: absolute; left: 0; bottom: 0; width: 60px; height: 5px;  background:#1D52A0;}
.jjfa_fl span { transition: all 0.3s; display: block; margin-top: 30px; border: 1px solid #1D52A0; color: #1D52A0; width: 140px; height: 40px; line-height: 40px; text-align: center;}
.jjfa_fl p{ font-size: 16px; color: #666;}
.jjfa_fl a:hover span { background: #1D52A0; color: #fff;}
.jjfa_fr { width: 48%;}
.jjfa_fr .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

.jjfa_fr .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;

}

.jjfa_fr .swiper-button:hover {
  background: #1D52A0;
}

.btn-prev {
  left: 30px;
}

.btn-next {
  right: 30px;
}

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

.jjfa_fr .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1D52A0;

  transition-delay: 0s;
}

.jjfa_fr .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  right: 10px;
  left: auto;
  width: auto;
}
/* 服务的行业 */
.hy { padding: 80px 0;}
.tit2 { font-size: 16px; margin: 20px 0;}
.ly_list {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    flex-wrap: wrap;
	margin-top:50px;
    padding:0;


}

.ly_list li{position:relative;overflow:hidden; width: 20%; }
.ly_list li a{display:block; }
.ly_list em{ font-size:20px; margin:0; padding:0;font-style: normal; display: block; text-align: center; color: #fff; }
.ly_list .cont_info p{ margin-top:15px; }
.ly_list .cont_info span{ margin-top:15px; display: block; font-size: 30px; color: #fff; font-weight: bold; text-align: center; }
.ly_list li .cont_box{ color:#fff;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	transition:all 0.5s; -webkit-transition:all 0.5s;
}

.ly_list li .cont_tit{

	width:100%;
  display: flex;
  align-items: center; 
  flex-direction: column;
  justify-content: center;
    height: 100%;
	text-align:center;
	position:absolute;
	z-index:1;
	left:0;
    bottom: 0;
	transition:opacity 0.5s;-webkit-transition:opacity 0.5s;
    background:rgba(0, 0, 0, 0.5);
 
}

.ly_list li .cont_tit b{font-size:22px;font-weight:500;text-align:center;margin-top: 15px; display: block; }
.ly_list li .cont_info{
	line-height:28px;
    height:100%;
	position:absolute;
	z-index:1;
	left: 0;
	right: 0;
	top:50%;
	transform:translateY(0) scale(0);
	-webkit-transform:translateY(0) scale(0);
	padding:10px ;
    background: -webkit-linear-gradient(to right,  rgba(29,82,160,.7), rgba(39,162,232,.7));
    background: linear-gradient(to right,  rgba(29,82,160,.7), rgba(39,162,232,.7));
	color:#222;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ly_list li .cont_info em{ font-size: 20px; margin-top: 0; }
.ly_list li .cont_info p{ color: #fff; font-size: 14px; line-height: 30px;text-align: center; }
.ly_list li .more{ text-align: center; color: #fff; margin-top: 15px; }
.ly_list li:hover .cont_tit{  	opacity:0;
	filter:alpha(opacity=0);}
.ly_list li:hover .cont_info{
	opacity:1;
	filter:alpha(opacity=100);
	transform:translateY(-50%) scale(1);
	-webkit-transform:translateY(-50%) scale(1);
	transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
}
.ly_list li:hover .more { color: #fff;}
/* 合作企业 */
.hz { padding: 80px 0; background: #f5f5f5;}
.tit2 { font-size: 16px; margin: 20px 0;}

.hezuo {
  padding-bottom: 50px;
  padding-top: 30px;

}

.hezuo .swiper-slide a {
  background: #fff;
  display: block;
  margin: 10px;
  padding: 10px;
  border: 1px solid #dedede;
}

.hezuo .swiper-slide a img {
  width: 210px;
}

.hezuo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #999;
  opacity: 1;
}

.hezuo .swiper-pagination-bullet-active {
  background: #1D52A0;
}
/* 新闻 */
.news {
  padding: 40px 0 80px 0;
  background: url(../images/newsbg.jpg) no-repeat center;
  background-size: cover;
}

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

}

.news-one {
  width: 60%;
}


.news-one a:hover p{
 color: #1D52A0;
}

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

.news_fl {
  display: flex;
  align-items: stretch;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
 
}
.news_fl .gs {  width: 50%; padding: 15px; border-right: 1px solid #f5f5f5; }
.news_fl .gs .list a{ width: 100%; display: flex;  align-items: center; justify-content: space-between;}
.news_fl .gs em { padding-left: 10px; width:90px; display: block; font-style: normal; color: #999;}
.news_fl .gs p{ color:#333; width: calc(100% - 90px);}
.news_fl .zf {
  padding: 0;
  width: 50%;
  padding: 20px;

}
.news_fl .zf .list {width: 100%; display: flex;  align-items: center; justify-content: space-between;}

.news_fl .zf em { padding-left: 10px; width:90px; display: block; font-style: normal; color: #999;}
.news_fl .zf p{ color:#333; width: calc(100% - 90px);}
.news-two {
  width:calc(40% - 20px) ;

  margin-left: 20px;
}

.news-two ul {
  display: flex;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
  flex-wrap: wrap;
  padding: 20px;
}

.news-two ul li {
  width: 100%;


}

.news-two li a {
  display: flex;
  justify-content: center;
  flex-direction: column;


  padding:8px;
  transition: .3s;

}

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

.news-two a:hover p,.news-two a:hover .day span {

  color: #1D52A0;

}

.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: #999;
  width: 100%;


  font-size: 14px;
border-bottom: 1px solid #f5f5f5;

}

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

}

.day p {
  padding: 10px 0;
}


.newscon p {

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

}

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

.news_title a:hover {
  color: #CC261D;
  box-shadow: none;
  background: none;
}
/**/
.fot_bg {
  background: url(../images/ftbg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 280px;
  display: flex;
  align-items: center;



}
.fot_bg span { color: #fff; text-align: center; display: block; font-size: 18px;}
.fot_bg p {
  color: #fff;
  line-height: 28px;
  margin: 30px 0;
  font-size: 36px;
  text-align: center;
}

.fot_bg p a {
  color: #fff;
}

/*底部footer*/
.footer {
  background: #f1f1f1;
  background-size: cover;

}

.foot {
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.foot_nav img,.foot_tel img { filter: brightness(50%); }
.foot .foot_tel b {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: normal;
  width: 50%;
  display: flex;
  align-items: center;
  float: left;
}
.foot .foot_tel b i { display: block;}
.foot b i img {
  width: 32px;
  margin-right: 8px;
}
.foot-logo { width: 20%;}
.foot-logo p {
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
}
.foot_nav { width: 35%;}
.foot_nav b{font-size: 18px;
  color: #333;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;}
.foot_nav div {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot_nav div a {
  width: 50%;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.foot_nav div a:hover {
  color: #1D52A0;
}

.foot_address p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;

}
.foot_tel { width: 60%;}
.foot_tel p {
  font-size: 18px;
  color: #333;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;

}
.foot_tel i img {
  width: 32px;
  margin-right: 8px;
}

.copyright {
  padding: 40px 0;
  text-align: left;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright a {
  color: #333;
}

.copyright i {
  float: right;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #205DA6;
  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 #296AB7;
  border-left: 1px solid #1A5293;
  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;
}

/*返回顶部*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #1D52A0;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #1D52A0;
  transition: background 0.2s ease-in-out;
}