/*Global Style*/

body {
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 14px;
    line-height: 1.42858;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased
}

.cntext-nowrap {
    display: block;
    white-space: nowrap;
}
.possplit {
    margin: 0 4px;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #212121;
    text-decoration: none
}

a:hover,
a:focus {
    color: #1890ff;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}
.footer{
	width: 100%;
	height: 346px;
	background: url(../images/footer.png) center no-repeat;
	background-size: cover;
}
.footer_con{
	height: 270px;
	width: 100%;
}
.foot_code{
	display: flex;
	justify-content: flex-end;
}
.foot_code_text{
	color: #ffffff;
}
.foot_code_box img{
	margin-bottom: 6px;
}
.foot_code_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer_heng{
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.35;
}
.footer_item_box img{
	margin-top: 42px;
	margin-bottom: 30px;
}
.footer_item{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer .info{
	color: #ffffff;
	opacity: 0.6;
	height: 74px;
	line-height: 74px;
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 200px;
  z-index: 9999;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.13);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.13);
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  background-size: 200% auto;
  background-position: left center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
  border-radius: 4px;
}

.scroll-top:hover {
  background-color: #1890ff;
}
.foot_p{
  overflow: hidden;
 text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.scroll-top:hover i {
  color: #ffffff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #1890ff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
      -ms-transform: translate(-50%, 80px);
          transform: translate(-50%, 80px);
}

.scroll-top:hover {
  background-position: right center;
}

.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
      -ms-transform: translate(-50%, -80px);
          transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.link_box{
	width: 100%;
	min-height: 76px;
	background-color: #d1d1d1;
	line-height: 76px;
}
.link_box span{
	font-size: 16px;
	color: #1890ff;
	font-size: 16px;
}
.link_item_box{
	display: flex;
	flex-wrap: wrap;
}
.link_item{
	min-width: 80px;
	transition: all 0.2s linear;
}
.link_box a{
	padding: 0 20px;
	font-size: 16px;	
}
.link_box .link_item:hover{
	padding-left: 10px;
}
.foot_nav_box{
	width:100%;
	min-height: 185px;
	background-color: #e2e2e2;	
}
.foot_nav_item_box{
	justify-content: space-between;
	padding-top: 2rem;
	display: flex;
}
.foot_nav_item_box .foot_nav_item1{
	width: 31%;
}
.foot_nav_item_box a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot_nav_item{
	width: 100%;
	height: 121px;
	background-color: #ffffff;	
	margin-right: 0.2rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ;
}
.foot_nav_item:hover{
	transform: translateY(-10px) !important;
	background-color: #0381fc;
}
.foot_nav_item:hover span{
	color: #fff;
}
.foot_nav_item span{
	font-size: 30px;
	color: #404040;
	margin-left: 18px;
}
.foot_nav_item  .foot_nav_img1{
	display: none;
}
.foot_nav_item:hover .foot_nav_img{
	display: none;
}
.foot_nav_item:hover .foot_nav_img1{
	display: block;
}
.special_box{
	padding: 30px 0;
	background-color: #eeeeee;	
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap {
  width: 1250px;
  margin: 0 auto;
  margin-top: 30px;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.wrap ul {
  overflow: hidden;
  position: absolute;
  width: 1200px;
  left: 0;
  top: 0;
  _height: 1px;
}

.wrap ul li {
  float: left;
  width: 390px; 
}

.wrap ul li img {
  width: 390px;
  height: 220px; 
  border: 6px solid #fff;
}
.introduction_box{
	width: 100%;
	height: 612px;
	background: url(../images/introduction.jpg) center no-repeat;
    background-size: cover;
}
.header{
	width:100%;
	height: 142px;
	background: linear-gradient(0deg, #2278c9 0%, #1890ff 100%);		
	position: relative;
}
.header_box{
	display: flex;
	justify-content: space-between;
}
.header_box .logo{
	width: 422px;
	padding-top:40px;
}
.logo_img{
	width: 382px;
}
.header_box_right{
	width: auto;
	display: flex;
	height: 50px;
}
.header_top_item{
	color: #fff;
	opacity:0.75;
	margin: 0 14px;
	display: flex;
	align-items: center;
}
.header_top_item img{
	margin-right: 4px;
}
.header_top_item:hover{
	opacity: 1;
	color: #fff;
}
.header_top_item:focus{
	opacity: 1;
	color: #fff;
}
.header_nav_box{
	width: 1220px;
	height: 58px;
	margin: 0 auto;	
	background-color: #096dd9;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 36px;
	margin-left: -610px;
}
.nav_box_left{
	position: absolute;
	top: 0;
	left: -26px;
	width: 0;
    height: 0;
    border-bottom: 58px solid #096dd9;
    border-left: 28px solid transparent;
}
.nav_box_right{
	position: absolute;
	top: 0;
	right: -26px;
	width: 0;
    height: 0;
     border-top: 58px solid #096dd9;
    border-right: 28px solid transparent;
}
.header-navbar {
  background: rgba(255, 255, 255, 0);
}
.navbar-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-wrap::after {
  content: '';
  display: table;
  clear: both;
}
.navbar-wrap > li {
  position: relative;
  float: left;
  width:9%;
}
.navbar-wrap > li > a {
  font-weight: normal;
  font-size: 18px;
  color: white;
  transition: all 0.2s;
  display: block;
  line-height:58px;
  text-align: center;
}
.navbar-wrap > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 200px;
}
.navbar-wrap > li > ul li {
  padding: 0 24px;
  white-space: nowrap;
}
.navbar-wrap > li > ul li a {
  display: block;
  line-height: 44px;
  color: white;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
}
.navbar-wrap > li > ul li:hover {
  background-color: #096dd9;
}
.navbar-wrap > li::after {
  content: '';
  position: absolute;
  height: 2px;
  background: transparent;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: all 0.2s;
}
.navbar-wrap > li:hover::after {
  left: 0;
  right: 0;
  background: white;
}
.navbar-wrap > li:hover > ul {
  visibility: visible;
  transform: translateY(0);
}
.navbar-wrap2 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-wrap2::after {
  content: '';
  display: table;
  clear: both;
}
.navbar-wrap2 > li {
  position: relative;
  float: right;
  width: 9%;
}
.navbar-wrap2 > li > a {
  font-weight: normal;
  font-size: 14px;
  color: white;
  transition: all 0.2s;
  display: block;
  line-height: 48px;
  text-align: center;
}
.navbar-wrap2 > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 200px;
}
.navbar-wrap2 > li > ul li {
  padding: 0 24px;
  white-space: nowrap;
}
.navbar-wrap2 > li > ul li a {
  display: block;
  line-height: 44px;
  color: white;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
}
.navbar-wrap2 > li > ul li:hover {
  background: #7255A7;
}
.navbar-wrap2 > li::after {
  content: '';
  position: absolute;
  height: 2px;
  background: transparent;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: all 0.2s;
}
.navbar-wrap2 > li:hover::after {
  left: 0;
  right: 0;
  background: white;
}
.navbar-wrap2 > li:hover > ul {
  visibility: visible;
  transform: translateY(0);
}
.mobi-navbtn {
    display: none;
}
.banner_box{
	width: 100%;
	height: 600px;
}
.banner_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new_top_title_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new_top_title{
	font-size: 28px;
	color: #333333;
}
.new_title_right{
	float: right;
	display: flex;
	align-items: center;
	min-width: 60%;
}
.title_right_heng{
	width:76%;
	height: 2px;
	background-color: #1890ff;
	margin-right: 20px;
}
.title_right_more{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.45);
}
.new_item_box{
	padding-top: 20px;
}
.new_item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 36px;
	border-bottom: 1px dashed  #1890ff;
	transition: all 0.2s linear;
	cursor: pointer;
}
.new_item:hover {
    transform: translateX(10px);
}
.new_item_title{
	color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
}	
.new_item_date{
	    color: rgba(0, 0, 0, 0.45);
	    font-size: 16px;
}
.section-2 .nav-tabs {
  border: none;
  margin-bottom: 24px;
}
.section-2 .nav-tabs li {
  margin-right: 40px;
}
.section-2 .nav-tabs li a {
  color: rgba(255, 255, 255, 0.65);
  border: 0;
  border-radius: 0;
  font-size: 24px;
  padding: 10px 0;
}
.section-2 .nav-tabs li a:hover {
  background: none;
  color: white;
}
.section-2 .nav-tabs li.active a {
  color: white;
  background: none;
  border-bottom: 3px solid white !important;
}
.section-2 .nav-tabs li.active a:hover,
.section-2 .nav-tabs li.active a:focus {
  border: none;
}
.section-2 .swiper-slide {
  background: white;
  cursor: pointer;
  transition: all 0.2s;
}
.section-2 .swiper-slide:nth-child(even) .slide-item {
  flex-flow: column-reverse;
}
.section-2 .swiper-slide:hover {
  background: #096DD9;
}
.section-2 .swiper-slide:hover .slide-content h4,
.section-2 .swiper-slide:hover .slide-content p {
  color: white;
}
.section-2 .slide-item {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.85);
}
.section-2 .slide-content {
  padding: 40px 24px;
}
.section-2 .slide-content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.5175;
  margin: 0 0 1em;
}
.section-2 .slide-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 0;
}
.section-2 .slide-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.section-2 .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-2 .swiper-control {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  z-index: 5;
}
.section-2 .swiper-pagination {
  position: static;
  bottom: 0;
}
.section-2 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background: white;
  transform: rotate(45deg);
  opacity: 1;
  margin: 0 8px;
}
.section-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9ECFFF;
}
.section-2 .swiper-button-next,
.section-2 .swiper-button-prev {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 24px;
  background-color: white;
  background-image: none;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
}
.section-2 .swiper-button-next:hover,
.section-2 .swiper-button-prev:hover {
  background-color: #096DD9;
  color: white;
}
.list_page_box{
	width: 100%;
	height: 180px;
}
.list_page_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.current_page{
	min-height: 55px;
	border-bottom: solid 1px #eeeeee;
	color: #999999;
	line-height: 55px;
	font-size: 16px;
}
.page_title{
	font-size: 36px;
	font-weight: bold;
	padding: 22px 0;
}
.page_item_box{
	background-color: #f5f5f5;	
}
.page_item{
	border-bottom: 2px solid #fff;
	height: 54px;
	line-height: 54px;
	color: #333333;
	font-size: 16px;
	padding-left: 36px;
}
.page_item:hover{
	background-color: #1890ff;
	color: #fff;
}
.page_list_box{
	padding-top: 90px;
}
.zhanwei{
	height: 90px;
}
.page_title{
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
}

.page_info {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #8c8c8c;
}
.page_info span{
	margin: 0 20px;
} 
.detail_box{
	min-height: 300px;
	padding-top: 30px;
}
@media (min-width: 1200px){
	.container {
	    width: 1280px;
	}
}

@media (max-width: 768px){
	.detail_box{
		min-height: 100px;
	}
	.page_list_box{
		padding-top: 20px;
	}
	.zhanwei{
		height: 40px;
	}
	.banner_box{
		width: 100%;
		height: 200px;
	}
	.footer{
		height: 490px;
	}
	.footer_con{
		height: 440px;
	}
	.foot_code{
		justify-content: center;
		margin-bottom: 10px;
	}
	.footer .info{
		height: 44px;
		line-height: 44px;
	}
	.link_box{
		line-height: 44px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.foot_nav_item_box .foot_nav_item1{
		width: 100%;
	}
	.wrap{
		width: 100%;
		height: 120px;
	}
	.wrap ul li {
		 width: 214px;
	}
	.wrap ul li img {
		width: 214px;
		height: 120px;
	}
	.special_box{
		padding:0;
	}
	.header-navbar {
	  position: fixed;
	  right: 51px;
	  top: 0;
	  bottom: 0;
	  display: flex;
	  align-items: flex-start;
	  transform: translateX(100%);
	  transition: all 0.3s;
	  background: none;
	  z-index: 10;
	}
	.header-navbar.open {
	  transform: translateX(0);
	  right: -12px;
	}
	.mobi-navbtn {
	  display: inline-block;
	  margin: 16px 0;
	  border-radius: 4px;
	  align-self: flex-start;
	  margin-top: 80px;
	  margin-right: 10px;
	  font-size: 18px;
	  color: #333 !important;
	  background-color: #fff;
	  border-color: #ccc;
	}
	.mobi-navbtn:hover{
		color: #333 !important;
	}
	.mobi-navbtn:focus {
	  outline: none;
	  box-shadow: none;
	  color: #333;
	}
	.navbar-wrap {
	 background-color: #096dd9;
	  height: 100vh;
	  padding: 24px 0;
	}
	.navbar-wrap > li {
	  display: block;
	  float: none;
	  width: 100%;
	  padding: 0;
	  margin: 0;
	}
	.navbar-wrap > li a {
	  display: block;
	  padding: 0 40px;
	  font-size: 16px;
	  line-height: 40px;
	  margin-bottom: 8px;
	}
	.navbar-wrap > li > ul {
	  display: none;
	}
	.header_nav_box{
		width: 100%;
		background-color: rgba(0,0,0,0);
	}
	.nav_box_left{
		display: none;
	}
	.nav_box_right{
		display: none;
	}
}