@charset "utf-8";

@font-face {
  font-family: "SourceHanSerifSC-Bold"; /*字体名称*/
  src: url("../fonts/SourceHanSerifSC-Bold.otf"); /*字体源文件*/
}

:hover{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.picfd:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
	border: none;
}

.qcontainer, .qcontainer2 {
  margin-right: auto;
  margin-left: auto;
}

.padding1 {
	padding-top: 110px;
}

/* 头部 */
.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
  z-index: 999999;
  /* -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .09);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .09);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .09); */
}
.header .collapse {
  position: static;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 110px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
  float: left;
  height: 110px;
  padding: 20px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 70px;
}
.header .navbar-brand img.img1 {
	display: block;
}
.header .navbar-brand img.img2 {
	display: none;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 18px;
  color: #191919;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .navbar .operation li {
	margin-left: 0;
	position: relative;
}
.header .navbar .operation li:first-child {
	margin-left: 0;
}
.header .navbar .operation li p {
	height: 110px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header .navbar .operation li p img {
	height: 29px;
}
.header .navbar .operation li p img.img1 {
	display: block;
}
.header .navbar .operation li p img.img2 {
	display: none;
}
.header .navbar .operation li span {
	position: absolute;
	top: 100%;
	display: none !important;
	transition: 0s;
}
.header .navbar .operation li span.style1 {
	width: 76px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.header .navbar .operation li span.style1:before {
	content: "";
	width: 7px;
	height: 6px;
	background: url(../images/pic6.png) no-repeat center;
	border: 0;
	display: block;
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
}
.header .navbar .operation li span.style1 img {
	width: 100%;
}
.header .navbar .operation li span.style2 {
	width: 172px;
	background-color: #fff;
	border: 1px solid #1e43b2;
	border-radius: 10px;
	right: 0;
	z-index: 2;
}
.header .navbar .operation li span.style2 .wbk1 {
	font-size: 14px;
	color: #717171;
	width: 130px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: none;
	border: 0;
}
.header .navbar .operation li span.style2 .btn1 {
	width: 40px;
	height: 40px;
	background: url(../images/pic1.png) no-repeat center;
	background-size: 20px 20px;
	border: 0;
}

.header .nav {
	margin-left: 21.88vw;
  padding-right: 0px;
  padding-bottom: 0px;
}
.header .nav > li {
  margin-left: 0px !important;
  position: static;
}
.header .nav > li:first-child{ margin-left:0px !important; }
.header .nav > li > a {
  height: 110px;
  line-height: 110px;
	text-align: center;
	padding: 0px 30px 0 32px;
  display: block;
	/* transition: all 0.5s ease; */
}
.header .nav > li > a:before {
	content: "";
	width: 2px;
	height: 18px;
	background-color: #c0c0c0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}
.header .nav > li:first-child > a:before {
	display: none;
}
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .header .navbar-nav > li {
    /*float: none;*/
    margin-top: 10px;
  }
  .header .navbar-nav > li > a {
    /*padding-top: 0px;
	padding-bottom: 0px;*/
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {
	color: #1e43b2;
	text-decoration: underline;
	background: none;
}
.header .navbar-default .navbar-nav > .active > a {
	color: #1e43b2;
	text-decoration: underline;
	background: none;
}
.header .navbar-default .navbar-nav > .active > a {
	width: 100%;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #1e43b2;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #1e43b2;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #1e43b2;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > :hover > a,
.header .navbar-default .navbar-nav > :hover > a:hover,
.header .navbar-default .navbar-nav > :hover > a:focus {
	color: #1e43b2;
	text-decoration: underline;
	background: none;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0% !important;
  margin-left: 0px !important;
  z-index: 1000;
  display: none;
  width: 100%;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 0px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border: 0px solid #a7a6a7;
	border: 0px solid rgba(167, 166, 167, 1);
	box-shadow: none;
  border-radius: 0px;
  background-clip: padding-box;
}

.header .dropdown-menu > li{
	display: inline-block;
}
.header .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 40px !important;
  clear: both;
  font-weight: normal;
  height: 80px;
  line-height: 80px !important;
  font-size: 18px;
  color: #717171;
  border-bottom: 0px solid #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.header .dropdown-menu > li > a:before {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #a3a4a4;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.header .dropdown-menu > li:first-child > a:before {
	display: none;
}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
	color: #1e43b2;
	background: none;
}

.header .open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.header.on {
	background-color: #1e43b2;
}
.header.on2 {
	background-color: #1e43b2;
}

/* banner */
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner .qicon {
	width: 62px;
	position: absolute;
	bottom: 70px;
	z-index: 10;
}
.swiper1 {
  width: 100%;
}
.swiper1 .swiper-slide{
	overflow: hidden;
}
.swiper1 .swiper-slide img {
  width: 100%;
	display: block;
	transform: scale(1.1);
	transition: all 6s linear;
}
.swiper1 .swiper-slide-active img, .swiper1 .swiper-slide-duplicate-active img {
	transform: scale(1);
}
.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 93px;
  margin-top: -46px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper1 .swiper-button-prev {
  background: url(../images/pic7.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper1 .swiper-button-next {
  background: url(../images/pic8.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper1 .swiper-button-prev:hover {
  background: url(../images/pic7h.png) no-repeat center;
}
.swiper1 .swiper-button-next:hover {
  background: url(../images/pic8h.png) no-repeat center;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  content: "";
}
.swiper1 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 50px;
  left: 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 12px;
  background: #fff;
  opacity: .5;
}
.swiper1 .swiper-pagination-bullet-active {
  opacity: 1;
}

/* qy_banner */
.qy_banner {
	width: 100%;
	overflow: hidden;
}
.qy_banner img {
  width: 100%;
  display: block;
}

/* 首页 */
.main{
	width: 100%;
	overflow: hidden;
}
.main h2{
	font-size: 36px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0;
}
.main h3{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 30px;
	margin: 0;
	padding-left: 17px;
	background: url(../images/pic3.png) no-repeat left center;
	background-size: 7px 30px;
}

.main1{
	width: 100%;
	padding-top: 60px;
}
.main1_1{
	width: 100%;
	margin-top: 20px;
}
.swiper2 {
  width: 100%;
}
.swiper2 .item{
	width: 100%;
	padding-right: 11.42%;
	display: block;
	overflow: hidden;
}
.swiper2 .item .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper2 .item .content{
	font-size: 16px;
	color: #585858;
	width: 100%;
	height: 78px;
	line-height: 26px;
	margin: 14px 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.swiper2 .item .more{
	width: 100%;
}
.swiper2 .item .more span{
	font-size: 12px;
	color: #828181;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #c1c1c1;
	display: inline-block;
}
.swiper2 .item:hover .title{
	color: #1e43b2;
}
.swiper2 .item:hover .more span{
	color: #fff;
	background-color: #1e43b2;
	border: 1px solid #1e43b2;
}
.swiper2 .swiper-button  {
  position: absolute;
  top: 50%;
  width: 35px;
	height: 70px;
	background-color: #fff;
	transform: translateY(-50%);
	right: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  position: absolute;
  top: auto;
  width: 35px;
  height: 35px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper2 .swiper-button-prev {
	background: url(../images/pic4.png) no-repeat center;
	top: 0;
  left: 0px;
  right: auto;
}
.swiper2 .swiper-button-next {
	background: url(../images/pic5.png) no-repeat center;
	bottom: 0;
  right: 0px;
  left: auto;
}
.swiper2 .swiper-button-prev:hover {
  background: url(../images/pic4h.png) no-repeat center;
}
.swiper2 .swiper-button-next:hover {
  background: url(../images/pic5h.png) no-repeat center;
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
  content: "";
}
.swiper2 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 50px;
	left: 0;
	display: none;
}
.swiper2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 12px;
  background: #fff;
  opacity: .5;
}
.swiper2 .swiper-pagination-bullet-active {
  opacity: 1;
}

.main2{
	width: 100%;
	padding-top: 60px;
}
.main2_1{
	width: 100%;
	margin-top: 30px;
}
.main2_1 ul{
	margin: -28px -28px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.main2_1 ul li{
	width: 25%;
	padding: 28px 28px 0 0;
}
.main2_1 ul li .item{
	width: 100%;
	display: block;
	position: relative;
}
.main2_1 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.main2_1 ul li .item .pic img{
	width: 100%;
}
.main2_1 ul li .item .text{
	width: 100%;
	height: 100%;
	padding: 26px;
	/* background: url(../images/pic7.png) repeat-y center;
	background-size: 100% 100%; */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-content: flex-end;
	flex-wrap: wrap;
}
.main2_1 ul li .item .title{
	font-size: 24px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2_1 ul li .item .content{
	font-size: 16px;
	color: #000;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main2_1 ul li .item .more{
	width: 100%;
	margin-top: 20px;
	display: none;
	transition: all 0s ease;
}
.main2_1 ul li .item .more span{
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 28px;
	padding: 0 17px;
	border-radius: 30px;
	background-image: -moz-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	background-image: -webkit-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	background-image: -ms-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	display: inline-block;
}
.main2_1 ul li .item .more span img{
	height: 14px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.main2_1 ul li:nth-child(1), .main2_1 ul li:nth-child(6), .main2_1 ul li:nth-child(7){
	width: 50%;
}
.main2_1 ul li:nth-child(1) .text, .main2_1 ul li:nth-child(6) .text, .main2_1 ul li:nth-child(7) .text{
	/* background: url(../images/pic6.png) repeat-y center;
	background-size: 100% 100%; */
}
.main2_1 ul li .item:hover .text{
	background: #00479d url(../images/pic8.png) no-repeat center;
	background-size: contain;
}

.main3{
	width: 100%;
	padding-top: 60px;
}
.main3_1{
	width: 100%;
	margin-top: 60px;
	position: relative;
}
.main3_1:before {
	content: "";
	height: 2px;
	background-color: #ccc;
	position: absolute;
	top: 37px;
	right: -1200px;
	left: -1200px;
	z-index: -1;
}
.swiper6 {
  width: 100%;
}
.swiper6 .swiper-slide {
	width: auto;
}
.swiper6 .swiper-button-next,
.swiper6 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper6 .swiper-button-prev {
	background: url(../images/pic4.png) no-repeat center;
  left: -0px;
}
.swiper6 .swiper-button-next {
	background: url(../images/pic5.png) no-repeat center;
  right: -0px;
}
.swiper6 .swiper-button-prev:hover {
  background: url(../images/pic4h.png) no-repeat center;
}
.swiper6 .swiper-button-next:hover {
  background: url(../images/pic5h.png) no-repeat center;
}
.swiper6 .swiper-button-next:after,
.swiper6 .swiper-button-prev:after {
  content: "";
}
.swiper6 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 50px;
	left: 0;
	display: none;
}
.swiper6 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 12px;
  background: #fff;
  opacity: .5;
}
.swiper6 .swiper-pagination-bullet-active {
  opacity: 1;
}
.main3_1 .tabtwo{
  font-size:0px;
  width:100%;
  text-align:center;
	padding: 0 35px;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto;
	position: relative;
	display: flex;
	align-items: start;
	justify-content: space-between; */
}
.main3_1 .tabtwo1{
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.main3_1 .tabtwo1 a{
  font-size:20px;
  color:#383838;
  height: 40px;
  line-height: 100%;
  text-align: center;
  padding:0 10px;
  display:block;
	overflow:hidden;
}
.main3_1 .tabtwo1:hover a{
	color: #1e43b2;
	border-bottom: 4px solid #1e43b2;
}
.main3_1 .tabtwo1.on a{
  color: #1e43b2;
	border-bottom: 4px solid #1e43b2;
}
.main3_1 .tabtwo_nr {
	width:100%;
	margin-top: 50px;
}
.main3_1 .tabtwo_nr1{
	width:100%;
	display: none;
}
.main3_1 .tabtwo_nr1 .item{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main3_1 .tabtwo_nr1 .item .pic{
	width:50.64%;
	overflow: hidden;
	order: 2;
}
.main3_1 .tabtwo_nr1 .item .pic img{
	width:100%;
}
.main3_1 .tabtwo_nr1 .item .text{
	width:43.43%;
	order: 1;
}
.main3_1 .tabtwo_nr1 .item .text .title{
	font-size: 28px;
	font-weight: bold;
	color: #1e43b2;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main3_1 .tabtwo_nr1 .item .text .content{
	font-size: 16px;
	color: #3a3a3a;
	width: 100%;
	line-height: 26px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.main3_1 .tabtwo_nr1 .item .text .more{
	width: 100%;
	margin-top: 30px;
}
.main3_1 .tabtwo_nr1 .item .text .more a{
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 17px;
	border-radius: 30px;
	background-image: -moz-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	background-image: -webkit-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	background-image: -ms-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	display: inline-block;
}
.main3_1 .tabtwo_nr1 .item .text .more a img{
	height: 14px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}

.main4{
	width: 100%;
	padding: 60px 0;
}
.main4_1{
	width: 100%;
	margin-top: 30px;
}
.swiper3 {
	width: 100%;
	padding: 0 255px;
	overflow: initial;
}
.swiper3 .item{
	width: 100%;
	padding: 0 25px;
}
.swiper3 .item_nr{
	width: 100%;
	display: block;
	position: relative;
}
.swiper3 .item .pic{
	width: 100%;
	overflow: hidden;
}
.swiper3 .item .pic img{
	width: 100%;
}
.swiper3 .item .text{
	width: 100%;
	height: 100%;
	padding: 48px 66px;
	/* background: url(../images/pic12.png) repeat-x center;
	background-size: cover; */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-content: flex-end;
	flex-wrap: wrap;
}
.swiper3 .item .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 30px;
	padding-left: 17px;
	background: url(../images/pic3.png) no-repeat left center;
	background-size: 7px 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper3 .item .content{
	font-size: 16px;
	color: #000;
	width: 100%;
	height: 60px;
	line-height: 30px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper3 .item .more{
	width: 100%;
	margin-top: 12px;
	transition: all 0s ease;
}
.swiper3 .item .more span{
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 28px;
	padding: 0 17px;
	border-radius: 30px;
	background-image: -moz-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	background-image: -webkit-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	background-image: -ms-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	display: inline-block;
}
.swiper3 .item .more span img{
	height: 14px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 150px;
	margin-top: -75px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper3 .swiper-button-prev {
  background: url(../images/pic10.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper3 .swiper-button-next {
  background: url(../images/pic11.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper3 .swiper-button-prev:hover {
  background: url(../images/pic10h.png) no-repeat center;
}
.swiper3 .swiper-button-next:hover {
  background: url(../images/pic11h.png) no-repeat center;
}
.swiper3 .swiper-button-next:after,
.swiper3 .swiper-button-prev:after {
  content: "";
}
.swiper3 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 50px;
  left: 0;
	display: none;
}
.swiper3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 12px;
  background: #fff;
  opacity: .5;
}
.swiper3 .swiper-pagination-bullet-active {
  opacity: 1;
}

.main5{
	width: 100%;
	padding: 124px 0 184px;
}
.main5_1{
	width: 100%;
	margin-top: -20px;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
}
.main5_1 .item{
	width: 16.66%;
	text-align: center;
	margin-top: 20px;
}
.main5_1 .item p img{
	height: 88px;
}
.main5_1 .item span{
	font-size: 20px;
	color: #253550;
	margin-top: 40px;
	display: block;
}
.main5_1 .item a{
	color: #253550;
}
.main5_1 .item a:hover{
	color: #1b4792;
}

.main6{
	width: 100%;
	padding: 96px 0;
}
.main6_1{
	width: 100%;
	text-align: center;
}
.main6_1 .title{
	font-family: "SourceHanSerifSC-Bold";
	font-size: 48px;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
.main6_1 .more{
	width: 100%;
	margin-top: 30px;
	transition: all 0s ease;
}
.main6_1 .more a{
	font-size: 12px;
	color: #1b4792;
	height: 30px;
	line-height: 28px;
	padding: 0 17px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	display: inline-block;
}
.main6_1 .more a img{
	height: 14px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.main6_1:hover .more a{
	border: 1px solid #1b4792;
}

/* 底部 */
.footer{
	width: 100%;
	background-color: #2f354b;
}
.footer_t{
	width: 100%;
	padding: 60px 0 16px;
}
.footer_t .qcontainer2{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_t .item_l{
	display: flex;
}
.footer_t .item_l .nr{
	margin-left: 120px;
}
.footer_t .item_l .nr:first-child{
	margin-left: 0px;
}
.footer_t .item_l p{
	margin-bottom: 24px;
}
.footer_t .item_l p a{
	font-size: 18px;
	color: #fff;
	line-height: 100%;
	display: block;
}
.footer_t .item_l p a:hover{
	text-decoration: underline;
}
.footer_t .item_l span{
	display: block;
}
.footer_t .item_l span a{
	font-size: 16px;
	color: #ededed;
	line-height: 42px;
	display: block;
}
.footer_t .item_l span a:hover{
	text-decoration: underline;
}
.footer_t .item_c{
	width: 130px;
	max-width: 100%;
	text-align: center;
}
.footer_t .item_c p{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	display: block;
}
.footer_t .item_c span{
	width: 100%;
	margin-top: 38px;
	display: block;
}
.footer_t .item_c span img{
	width: 100%;
}
.footer_t .item_r{
	width: 260px;
}
.footer_t .item_r .nr1{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
.footer_t .item_r .nr2{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 24px;
	margin: 20px 0 40px;
}
.footer_t .item_r .nr3 .wbk1{
	width: 100%;
	max-width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	background-color: #fff;
	border: 0;
	display: block;
}
.footer_b{
	font-size: 16px;
	color: #ededed;
	width: 100%;
	line-height: 30px;
	text-align: center;
	padding: 36px 0;
	border-top: 1px solid #595d6f;
}
.footer_b a{
	color: #ededed;
}
.footer_b a:hover{
	text-decoration: underline;
}

/* 内页banner */
.qy_banner {
	width: 100%;
	overflow: hidden;
}
.qy_banner img {
  width: 100%;
	display: block;
}

/*page*/
.pages {
  font-size: 0;
	text-align: center;
	margin-top: 40px;
}
.pages a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 14px;
  color: #777;
  transition: all 0.5s;
}
.pages span{
  font-size: 16px;
	color: #494949;
  margin: 0 5px;
}
.pages a.style1 {
	background-color: #eee;
}
.pages a:hover,
.pages a.on {
  background-color: #2671ff;
  color: #fff;
}

/* 内页 */
.qy_main{
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
}
.qy_main h2{
	font-size: 36px;
	color: #131313;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0;
	padding: 60px 0 25px;
	background: url(../images/pic22.png) no-repeat center bottom;
	background-size: 42px 5px;
}

.qy_main1{
	width: 100%;
	padding-top: 10px;
	background-color: #fff;
	position: relative;
	z-index: 999998;
}
.mdfix{
	display: none;
}
.mdfix.fixed{
	display: block;
	position: fixed;
	top: 110px;
	left: 0;
}
.qy_main1:before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #eeeeef;
	position: absolute;
	bottom: 0;
	left: 0;
}
.qy_main1_1{
	font-size: 0;
	white-space:nowrap;
	overflow: hidden;
	overflow-x: auto;
	position: relative;
	z-index: 999997;
}
.qy_main1_1 *{
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
	transition:all 0s ease;
}
.qy_main1_1 a{
	font-size: 18px;
	color: #424b5a;
	height: 78px;
	line-height: 76px;
	text-align: center;
	margin-left: 20px;
	padding: 0 7px;
	display: inline-block;
}
.qy_main1_1 a:first-child{
	margin-left: 0px;
}
.qy_main1_1 a img{
	height: 8px;
	margin-left: 10px;
}
.qy_main1_1 a:hover, .qy_main1_1 a.on{
	border-bottom: 2px solid #1e43b2;
}
.qy_main1_1 .mCSB_scrollTools{
	opacity: 1;
}
.qy_main1_1 .mCSB_inside > .mCSB_container{
	margin-right: 0px;
	margin-bottom: 0px;
}
.qy_main1_1 .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	height: 1px;
	background-color: #e5e5e5;
	z-index: -1;
}
.qy_main1_1 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	height: 1px;
  margin: 0px 0;
  background-color: #e5e5e5;
}
.qy_main1_1 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
  background-color: rgba(0, 0, 0, 0.8);
}

.qy_main2{
	width: 100%;
	padding-top: 10px;
}
.qy_main2 ul{
	width: 100%;
}
.qy_main2 ul li{
	width: 100%;
	border-bottom: 1px solid #eeeeef;
}
.qy_main2 ul li .item{
	width: 100%;
	padding: 30px 0;
	display: block;
}
.qy_main2 ul li .item .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main2 ul li .item .content{
	font-size: 16px;
	color: #585858;
	width: 100%;
	height: 78px;
	line-height: 26px;
	margin: 14px 0 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.qy_main2 ul li .item .more{
	width: 100%;
}
.qy_main2 ul li .item .more span{
	font-size: 12px;
	color: #828181;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #c1c1c1;
	display: inline-block;
}
.qy_main2 ul li .item:hover .title{
	color: #1e43b2;
}
.qy_main2 ul li .item:hover .more span{
	color: #fff;
	background-color: #1e43b2;
	border: 1px solid #1e43b2;
}

.qy_main3{
	width: 100%;
}
.qy_main3 .title{
	font-size: 28px;
	color: #fff;
	width: 100%;
	line-height: 40px;
	padding: 15px 0;
	background-color: #1e43b2;
}
.qy_main3 .content{
	width: 100%;
}
.qy_main3 .content1{
	font-size: 14px;
	color: #1b1b1b;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
}
.qy_main3 .content2{
	font-size: 18px;
	color: #585858;
	width: 100%;
	line-height: 30px;
	margin-top: 24px;
}
.qy_main3 .content2 span.style1{
	font-size: 30px;
	color: #00479d;
	margin: 34px 0 14px;
	display: block;
}

.qy_main4{
	width: 100%;
}
.qy_main4_1{
	width: 100%;
}
.qy_main4_1 ul{
	margin: 0px -46px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.qy_main4_1 ul li{
	width: 33.33%;
	padding: 30px 46px 0 0;
}
.qy_main4_1 ul li .item{
	width: 100%;
	display: block;
}
.qy_main4_1 ul li .item_nr{
	width: 100%;
	border-radius: 80px 0 0 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	position: relative;
}
.qy_main4_1 ul li .item_nr .pic{
	width: 100%;
}
.qy_main4_1 ul li .item_nr .pic img{
	width: 100%;
}
.qy_main4_1 ul li .item_nr .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition:0.5s ease;
}
.qy_main4_1 ul li .item_nr .text_nr{
	width: 100%;
	height: 100%;
	padding: 0 40px 34px;
	background: url(../images/pic23.png) repeat-x center bottom;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.qy_main4_1 ul li .item_nr .text_nrk{
	width: 100%;
}
.qy_main4_1 ul li .item_nr .text_nrk .title{
	font-size: 24px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main4_1 ul li .item_nr .text_nrk .content{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 28px;
	margin-top: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.qy_main4_1 ul li .item .name{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:0.5s ease;
}
.qy_main4_1 ul li .item:hover .item_nr .text{
	opacity: 1;
}
.qy_main4_1 ul li .item:hover .name{
	opacity: 0;
}

.qy_main5{
	width: 100%;
}
.qy_main5_1{
	width: 100%;
	margin-top: 30px;
}
.qy_main5_1 ul{
	margin: -16px -16px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.qy_main5_1 ul li{
	width: 20%;
	padding: 16px 16px 0 0;
}
.qy_main5_1 ul li .item{
	width: 100%;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	display: block;
	transition:0.5s ease;
}
.qy_main5_1 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.qy_main5_1 ul li .item .pic img{
	width: 100%;
}
.qy_main5_1 ul li .item:hover{
	border: 1px solid #fff;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
}

.qy_main6{
	width: 100%;
}
.qy_main6_1{
	width: 100%;
}
.qy_main6_1 ul{
	margin: 0px -28px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.qy_main6_1 ul li{
	width: 33.33%;
	padding: 30px 28px 0 0;
}
.qy_main6_1 ul li .item{
	width: 100%;
	display: block;
}
.qy_main6_1 ul li .item_nr{
	width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	position: relative;
}
.qy_main6_1 ul li .item_nr .pic{
	width: 100%;
	transition:0.5s ease;
}
.qy_main6_1 ul li .item_nr .pic img{
	width: 100%;
}
.qy_main6_1 ul li .item_nr .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition:0.5s ease;
}
.qy_main6_1 ul li .item_nr .text_nr{
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	background: url(../images/pic24.png) repeat-y center left;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qy_main6_1 ul li .item_nr .text_nrk{
	width: 100%;
}
.qy_main6_1 ul li .item_nr .text_nrk .num{
	font-size: 30px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	padding-left: 38px;
	position: relative;
}
.qy_main6_1 ul li .item_nr .text_nrk .num:before{
	content: "";
	width: 68px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}
.qy_main6_1 ul li .item_nr .text_nrk .title{
	font-size: 24px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-top: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main6_1 ul li .item_nr .text_nrk .content{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 26px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main6_1 ul li .item_nr .text_nrk .more{
	width: 100%;
	margin-top: 24px;
}
.qy_main6_1 ul li .item_nr .text_nrk .more span{
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 28px;
	padding: 0 17px;
	border: 1px solid #eee;
	border-radius: 30px;
	display: inline-block;
}
.qy_main6_1 ul li .item_nr .text_nrk .more span img{
	height: 14px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.qy_main6_1 ul li .item .name{
	font-size: 20px;
	color: #000;
	width: 100%;
	height: 20px;
	line-height: 100%;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:0.5s ease;
}
.qy_main6_1 ul li .item .content2{
	font-size: 16px;
	color: #616161;
	width: 306px;
	max-width: 100%;
	height: 52px;
	line-height: 26px;
	text-align: center;
	margin: 7px auto -5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition:0.5s ease;
}
.qy_main6_1 ul li .item:hover .pic{
	width: 120%;
}
.qy_main6_1 ul li .item:hover .text{
	opacity: 1;
}
.qy_main6_1 ul li .item:hover .name{
	height: 0;
}
.qy_main6_1 ul li .item:hover .content2{
	height: 0;
}

.qy_main7{
	width: 100%;
}
.qy_main7_1{
	width: 100%;
	margin-top: 30px;
}
.qy_main7_1 .item{
	width: 100%;
	position: relative;
}
.qy_main7_1 .item .pic{
	width: 100%;
}
.qy_main7_1 .item .pic img{
	width: 100%;
}
.qy_main7_1 .item .text{
	width: 64%;
	padding: 30px 40px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.qy_main7_1 .item .text .title{
	font-size: 30px;
	color: #000;
	width: 100%;
	line-height: 100%;
}
.qy_main7_1 .item .text .content{
	font-size: 18px;
	color: #404040;
	width: 100%;
	line-height: 36px;
	margin-top: 18px;
}

.qy_main8{
	width: 100%;
}
.qy_main8_1{
	font-size: 24px;
	color: #515151;
	width: 100%;
	line-height: 36px;
	margin-top: 30px;
}
.qy_main8_1 span.style1{
	font-weight: bold;
	color: #131313;
}

.qy_main9{
	width: 100%;
}
.qy_main9_1{
	font-size: 18px;
	color: #404040;
	width: 100%;
	line-height: 30px;
	margin-top: 30px;
}
.qy_main9_1 span.style1{
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.qy_main10{
	width: 100%;
	margin-top: 54px;
	padding-bottom: 90px;
	background-color: #f8f8f8;
}
.qy_main10_1{
	width: 100%;
}
.swiper4 {
	width: 100%;
}
.swiper4 .item{
	color: #111010;
	width: 100%;
	line-height: 30px;
	padding: 60px 40px 40px;
	background-color: #fff;
	display: block;
}
.swiper4 .item .item1{
	font-size: 24px;
	width: 100%;
}
.swiper4 .item .item2{
	font-size: 18px;
	color: #7d7d7d;
	width: 100%;
	margin: 10px 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.swiper4 .item .item2 img{
	height: 21px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.swiper4 .item .item3{
	font-size: 16px;
	width: 100%;
}
.swiper4 .item .item4{
	font-size: 24px;
	width: 100%;
	margin: 44px 0 24px;
}
.swiper4 .item .item5{
	font-size: 16px;
	width: 100%;
}
.swiper4 .item .item6{
	font-size: 20px;
	color: #000;
	width: 100%;
	margin-top: 20px;
}
.swiper4 .item .item6 span.style1{
	color: #00479d;
}
.swiper4 .swiper-button-next,
.swiper4 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 150px;
	margin-top: -75px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper4 .swiper-button-prev {
  background: url(../images/pic10.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper4 .swiper-button-next {
  background: url(../images/pic11.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper4 .swiper-button-prev:hover {
  background: url(../images/pic10h.png) no-repeat center;
}
.swiper4 .swiper-button-next:hover {
  background: url(../images/pic11h.png) no-repeat center;
}
.swiper4 .swiper-button-next:after,
.swiper4 .swiper-button-prev:after {
  content: "";
}
.swiper4 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 50px;
  left: 0;
	display: none;
}
.swiper4 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 12px;
  background: #fff;
  opacity: .5;
}
.swiper4 .swiper-pagination-bullet-active {
  opacity: 1;
}

.qy_main11{
	width: 100%;
}
.qy_main11_1{
	width: 100%;
}
.qy_main11_1 ul{
	margin: 0px -46px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.qy_main11_1 ul li{
	width: 33.33%;
	padding: 30px 46px 0 0;
}
.qy_main11_1 ul li .item{
	width: 100%;
	display: block;
}
.qy_main11_1 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.qy_main11_1 ul li .item .pic img{
	width: 100%;
}
.qy_main11_1 ul li .item .title{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:0.5s ease;
}
.qy_main11_1 ul li .item:hover .title{
	color: #1e43b2;
}

.qy_main12{
	width: 100%;
	padding: 60px 0;
}
.qy_main12_1{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qy_main12_1 .pic{
	width: 44.6%;
	overflow: hidden;
}
.qy_main12_1 .pic img{
	width: 100%;
}
.qy_main12_1 .text{
	width: 55.4%;
	padding-left: 40px;
}
.qy_main12_1 .text .title{
	width: 100%;
	padding: 76px 0 0 36px;
	background: url(../images/pic29.png) no-repeat;
	background-size: 49px 55px;
}
.qy_main12_1 .text .title p{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	width: 100%;
}
.qy_main12_1 .text .title span{
	font-size: 18px;
	color: #2e6db0;
	width: 100%;
	margin-top: 16px;
	display: block;
}
.qy_main12_1 .text .content{
	font-size: 18px;
	color: #181818;
	width: 100%;
	line-height: 28px;
	margin-top: 12px;
}

.qy_main13{
	width: 100%;
}
.qy_main13_1{
	width: 100%;
	padding: 100px 0;
}

.qy_main14{
	width: 100%;
	padding: 0 0 60px;
}
.qy_main14_1{
	font-size: 18px;
	color: #181818;
	width: 100%;
	line-height: 28px;
	margin-top: 25px;
}
.qy_main14_2{
	font-size: 24px;
	color: #2e6db0;
	width: 100%;
	line-height: 39px;
	margin-top: 30px;
	padding-left: 53px;
	background: url(../images/pic30.png) no-repeat left center;
	background-size: 39px 39px;
}

.qy_main15{
	width: 100%;
	min-height: 1233px;
	padding: 0 0 60px;
}
.qy_main15.other1{
	min-height: 973px;
}
.qy_main15_1{
	width: 100%;
	margin-top: 100px;
}
.swiper5 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 140px;
	position: relative;
}
.swiper5:before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: rgba(30, 67, 178, 0.1);
	position: absolute;
	top: 62px;
	left: 0;
}
.swiper5 .item{
	width: 100%;
}
.swiper5 .item .year{
	font-size: 30px;
	font-weight: bold;
	color: #1e43b2;
	width: 100%;
	height: 82px;
	padding-left: 8px;
	background: url(../images/pic37.png) no-repeat 32px bottom;
	background-size: 40px 40px;
	position: relative;
}
.swiper5 .item .year:before {
	content: "";
	width: 3px;
	height: 280px;
	background-color: rgba(30, 67, 178, 1);
	position: absolute;
	top: 67px;
	left: 50px;
}
.swiper5 .item .year span.style1{
	font-size: 16px;
}
.swiper5 .item .text{
	width: 100%;
	height: 265px;
	margin-top: 40px;
	padding: 36px 30px 36px 70px;
	background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	overflow: hidden;
}
.swiper5 .item .text .title{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 100%;
	position: relative;
}
.swiper5 .item .text .title:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/pic38.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 5px;
	left: -27px;
}
.swiper5 .item .text .content{
	font-size: 16px;
	color: #2f2f2f;
	width: 100%;
	line-height: 24px;
}
.swiper5 .swiper-button-next,
.swiper5 .swiper-button-prev {
  position: absolute;
  top: auto;
  width: 50px;
  height: 50px;
	margin-top: 0px;
	right: 0;
	left: auto;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper5 .swiper-button-prev {
  background: url(../images/pic39.png) no-repeat center;
  bottom: 0px;
}
.swiper5 .swiper-button-next {
  background: url(../images/pic40.png) no-repeat center;
  bottom: 50px;
}
.swiper5 .swiper-button-prev:hover {
  background: url(../images/pic39h.png) no-repeat center;
}
.swiper5 .swiper-button-next:hover {
  background: url(../images/pic40h.png) no-repeat center;
}
.swiper5 .swiper-button-next:after,
.swiper5 .swiper-button-prev:after {
  content: "";
}
.swiper5 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 50px;
  left: 0;
	display: none;
}
.swiper5 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 12px;
  background: #fff;
  opacity: .5;
}
.swiper5 .swiper-pagination-bullet-active {
  opacity: 1;
}

.qy_main16{
	width: 100%;
	padding: 0 0 60px;
	background-color: #f8f8f8;
}
.qy_main16_1{
	width: 100%;
	margin-top: 30px;
}
.qy_main16_1 ul{
	margin: -32px -32px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.qy_main16_1 ul li{
	width: 25%;
	padding: 32px 32px 0 0;
}
.qy_main16_1 ul li .item{
	width: 100%;
	min-height: 238px;
	padding: 44px 32px;
	background-color: #fff;
	background-image: url(../images/pic31.png);
	background-size: 41px 139px;
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	transition:0.5s ease;
}
.qy_main16_1 ul li .item .item1{
	width: 100%;
	margin-bottom: 26px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e5e5e5;
	transition:0.5s ease;
}
.qy_main16_1 ul li .item .item1 p{
	width: 81px;
}
.qy_main16_1 ul li .item .item1 p img{
	width: 51px;
	margin: 0 auto;
	transition:0.5s ease;
}
.qy_main16_1 ul li .item .item1 p img.img1{
	display: block;
}
.qy_main16_1 ul li .item .item1 p img.img2{
	display: none;
}
.qy_main16_1 ul li .item .item1 span{
	margin-left: 81px;
	display: block;
}
.qy_main16_1 ul li .item .item1 span em.style1{
	font-size: 24px;
	font-weight: bold;
	color: #0c0b0b;
	width: 100%;
	line-height: 100%;
	display: block;
	transition:0.5s ease;
}
.qy_main16_1 ul li .item .item1 span em.style2{
	font-size: 18px;
	color: #dbdbdb;
	width: 100%;
	line-height: 100%;
	margin-top: 4px;
	display: block;
	transition:0.5s ease;
}
.qy_main16_1 ul li .item .item2{
	font-size: 18px;
	color: #a4a4a4;
	width: 100%;
	line-height: 24px;
	transition:0.5s ease;
}
.qy_main16_1 ul li .item:hover{
	background-color: #2e6db0;
}
.qy_main16_1 ul li .item:hover .item1{
	border-bottom: 2px solid #437cb8;
}
.qy_main16_1 ul li .item:hover .item1 p img.img1{
	display: none;
}
.qy_main16_1 ul li .item:hover .item1 p img.img2{
	display: block;
}
.qy_main16_1 ul li .item:hover .item1 span em.style1{
	color: #fff;
}
.qy_main16_1 ul li .item:hover .item1 span em.style2{
	color: #7ca3cd;
}
.qy_main16_1 ul li .item:hover .item2{
	color: #fff;
}

.qy_main17{
	width: 100%;
	padding: 0 0 60px;
}
.qy_main17_1{
	width: 100%;
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qy_main17_1 .pic{
	width: 58.85%;
	overflow: hidden;
	order: 2;
}
.qy_main17_1 .pic img{
	width: 100%;
}
.qy_main17_1 .text{
	font-size: 18px;
	color: #131313;
	width: 41.15%;
	line-height: 24px;
	padding-right: 40px;
	order: 1;
}

.qy_main18{
	width: 100%;
	padding: 0 0 60px;
}
.qy_main18_1{
	width: 100%;
	margin-top: 30px;
}
.qy_main18_1_l{
	width: 33%;
	height: 474px;
	padding: 28px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	display: flex;
	align-items: center;
}
.qy_main18_1_l .item{
	width: 100%;
	text-align: center;
}
.qy_main18_1_l .item1{
	width: 100%;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 15px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.qy_main18_1_l .item1 img{
	width: 100%;
}
.qy_main18_1_l .item2{
	font-size: 20px;
	color: #131313;
	width: 100%;
	line-height: 100%;
	margin: 30px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main18_1_l .item3{
	font-size: 24px;
	font-weight: bold;
	color: #a2a2a2;
	width: 100%;
	line-height: 100%;
}
.qy_main18_1_l .item3 span.now{
	font-size: 36px;
	color: #131313;
}
.qy_main18_1_r{
	font-size: 0;
	width: 67%;
	height: 474px;
	overflow: hidden;
	overflow-y: auto;
}
.qy_main18_1_r *{
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
	transition:all 0s ease;
}
.qy_main18_1_r ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.qy_main18_1_r ul li{
	width: 50%;
	padding: 10px 20px;
}
.qy_main18_1_r ul li .item{
	width: 100%;
	height: 138px;
	padding: 40px;
	cursor: pointer;
}
.qy_main18_1_r ul li .item p{
	width: 67px;
}
.qy_main18_1_r ul li .item p img{
	width: 45px;
}
.qy_main18_1_r ul li .item span{
	margin-left: 67px;
	display: block;
}
.qy_main18_1_r ul li .item span em.style1{
	font-size: 24px;
	color: #131313;
	width: 100%;
	line-height: 100%;
	display: block;
	transition:0.5s ease;
}
.qy_main18_1_r ul li .item span em.style2{
	font-size: 18px;
	color: #131313;
	width: 100%;
	line-height: 24px;
	margin-top: 12px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition:0.5s ease;
}
.qy_main18_1_r ul li .item:hover,.qy_main18_1_r ul li .item.on{
	background-color: #fff;
	background-image: url(../images/pic31.png);
	background-size: 27px 92px;
	background-repeat: no-repeat;
	background-position: right bottom;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
}
.qy_main18_1_r ul li .item:hover .item1 span em.style1{
	color: #2e6db0;
}
.qy_main18_1_r ul li .item:hover .item1 span em.style2{
	color: #2e6db0;
}
.qy_main18_1_r .mCSB_inside > .mCSB_container{
  margin-right: 0px;
	padding: 0 20px;
}
.qy_main18_1_r .mCSB_scrollTools{
  width: 4px;
	opacity: 1;
	position: absolute;
	right: 0px;
}
.qy_main18_1_r .mCSB_scrollTools .mCSB_draggerRail{
  width: 4px;
  background-color: #e5e5e5;
  border-radius: 4px;
}
.qy_main18_1_r .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width: 4px;
  background-color: #2e6db0;
  border-radius: 4px;
}

.qy_main19{
	width: 100%;
	padding: 60px 0;
}
.qy_main19_1{
	width: 100%;
}
.qy_main19_1 .title{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	width: 100%;
	text-align: center;
}
.qy_main19_1 .content{
	font-size: 18px;
	color: #181818;
	width: 100%;
	line-height: 30px;
	margin-top: 32px;
}

.qy_main20{
	width: 100%;
}
.qy_main20_1{
	font-size: 24px;
	color: #181818;
	width: 100%;
	line-height: 48px;
	text-align: center;
	margin: 20px 0 30px;
}
.qy_main20_2{
	width: 100%;
	text-align: center;
}
.qy_main20_2 a{
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 17px;
	border-radius: 30px;
	background-image: -moz-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	background-image: -webkit-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	background-image: -ms-linear-gradient( -49deg, rgb(70,159,227) 0%, rgb(30,67,178) 100%);
	display: inline-block;
}
.qy_main20_2 a img{
	height: 14px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.qy_main20_3{
	width: 100%;
	margin-top: 60px;
}
.qy_main20_3 ul{
	margin: -25px -25px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.qy_main20_3 ul li{
	width: 33.33%;
	padding: 25px 25px 0 0;
}
.qy_main20_3 ul li .item{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.qy_main20_3 ul li .item .pic{
	width: 100%;
}
.qy_main20_3 ul li .item .pic img{
	width: 100%;
}
.qy_main20_3 ul li .item .text{
	width: 100%;
	height: 100%;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	transition:0.5s ease;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qy_main20_3 ul li .item .text_nr{
	width: 100%;
	text-align: center;
}
.qy_main20_3 ul li .item .text .title{
	font-size: 36px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main20_3 ul li .item .text .more{
	width: 100%;
	margin-top: 30px;
	transition: all 0s ease;
}
.qy_main20_3 ul li .item .text .more span{
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 28px;
	padding: 0 17px;
	border: 1px solid #c6c6c6;
	border-radius: 30px;
	display: inline-block;
}
.qy_main20_3 ul li .item .text .more span img{
	height: 14px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.qy_main20_3 ul li .item:hover .more span{
	background-color: #1b4792;
	border: 1px solid #1b4792;
}