@charset "utf-8";

@font-face {
  font-family: "SourceHanSerifCN-SemiBold"; /*字体名称*/
  src: url("../fonts/SourceHanSerifCN-SemiBold.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);
}

body {
	padding-top: 110px;
}
.maodian {
	position: relative;
	top: -150px;
}

/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
	border: none;
}

.qcontainer {
  margin-right: auto;
  margin-left: auto;
}

/* 头部 */
.header {
  width: 100%;
	padding: 0 5.73%;
	background: #fff;
	-webkit-box-shadow: 4px 4px 6px rgba(4, 0, 0, .13);
	-moz-box-shadow: 4px 4px 6px rgba(4, 0, 0, .13);
	box-shadow: 4px 4px 6px rgba(4, 0, 0, .13);
	position: fixed;
	top: 0;
	left: 0;
  z-index: 999999;
}
.header .collapse {
  position: relative;
}
.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;
	width: 14.7%;
	height: auto;
  padding: 19px 41px;
  font-size: 18px;
	line-height: 0px;
	background-color: #fff !important;
	border-radius: 0 0 20px 20px;
	-webkit-box-shadow: 4px 4px 6px rgba(4, 0, 0, .13);
	-moz-box-shadow: 4px 4px 6px rgba(4, 0, 0, .13);
	box-shadow: 4px 4px 6px rgba(4, 0, 0, .13);
	display: block;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  width: 100%;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 18px;
  color: #232222;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .navbar .language {
	width: 8.7%;
	height: 110px;
	border-left: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.header .navbar .language_nr {
	padding-left: 35px;
	background: url(../images/pic1.png) no-repeat left center;
	background-size: 23px;
	position: relative;
}
.header .navbar .language_nr p {
	width: 100%;
}
.header .navbar .language_nr p a {
	font-size: 18px;
	color: #000;
	line-height: 33px;
	padding-right: 25px;
	background: url(../images/pic2.png) no-repeat right center;
	background-size: 12px auto;
	display: block;
}
.header .navbar .language_nr span {
	width: 50px;
	border: 1px solid #eaeaea;
	position: absolute;
	top: 100%;
	right: 6px;
	display: none;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.header .navbar .language_nr span a {
	font-size: 14px;
	color: #cacaca;
	line-height: 28px;
	text-align: center;
	display: block;
}
.header .navbar .language_nr span a:hover {
	color: #000;
}
.header .navbar .search {
	width: 5.9%;
	height: 110px;
	border-left: 1px solid #ccc;
	position: relative;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.header .navbar .search p {
	width: 100%;
	height: 100%;
	background: url(../images/pic3.png) no-repeat center;
	background-size: 24px;
}
.header .navbar .search span {
	width: 220px;
	height: 34px;
	background-color: #fff;
	border-top: 1px solid #4871a5;
	position: absolute;
	top: 100%;
	right: 0%;
	display: none;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.header .navbar .search span .wbk1 {
	font-size: 14px;
	color: #000;
	width: 144px;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 24px;
	background: none;
	border: 0;
}
.header .navbar .search span .btn1 {
	width: 76px;
	height: 34px;
	line-height: 34px;
	padding: 0 30px;
	background: url(../images/pic5.png) no-repeat center;
	background-size: 16px;
	border: 0;
}
.header .navbar .search:hover {
	background: url(../images/pic4.png) no-repeat center bottom;
	background-size: 12px auto;
}

.header .nav {
	width: 63.3%;
	margin-right: 3%;
  padding-right: 0px;
	padding-bottom: 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header .nav:before, .header .nav:after{
	display: none;
}
.header .nav > li {
	margin-right: 0 !important;
	display: block;
  position: relative;
}
/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a {
  height: 110px;
  line-height: 110px;
  text-align: center;
  padding: 0 0px;
  display: block;
}
/*.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: #366fa7;
	background: none;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #366fa7;
	background: none;
}
.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: #366fa7;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #366fa7;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #366fa7;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  color: #366fa7;
	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: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.header .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 5px !important;
  clear: both;
  font-weight: normal;
  height: 53px;
  line-height: 53px !important;
  font-size: 14px;
  color: #fff;
  border-bottom: 0px solid #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
  background-color: #366fa7;
}

.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;
  }
}

/* banner */
.banner {
	width: 100%;
	overflow: hidden;
}
.swiper1 {
  width: 100%;
}
.swiper1 .swiper-slide img {
  width: 100%;
  display: block;
	/*transition: 1s linear 2s;
	transform: scale(1, 1);*/
}
/*.swiper1 .swiper-slide-active img, .swiper1 .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1.1, 1.1);
}*/
.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 22px;
  margin-top: -11px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper1 .swiper-button-prev {
  background: url(../images/pic6.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper1 .swiper-button-next {
  background: url(../images/pic7.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper1 .swiper-button-prev:hover {
  background: url(../images/pic6h.png) no-repeat center;
}
.swiper1 .swiper-button-next:hover {
  background: url(../images/pic7h.png) no-repeat center;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  content: "";
}
.swiper1 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
  left: 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  background: #366fa7;
}

/* 底部 */
.footer {
  width: 100%;
	background: #333;
}
.footer_t {
  width: 100%;
	padding: 44px 5.73%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_t_l {
  font-family: "SourceHanSerifCN-SemiBold";
	color: #fff;
	width: 24.71%;
	padding: 32px 3.5% 0 0;
}
.footer_t_l1 {
	font-size: 28px;
	width: 100%;
	line-height: 100%;
}
.footer_t_l2 {
	font-size: 16px;
	width: 100%;
	line-height: 100%;
	margin-top: 12px;
	text-transform: uppercase;
}
.footer_t_l3 {
	font-size: 18px;
	width: 100%;
	line-height: 100%;
	margin-top: 44px;
}
.footer_t_l3 span.style1 {
	font-size: 30px;
}
.footer_t_l4 {
	font-size: 16px;
	width: 100%;
	line-height: 24px;
	margin-top: 36px;
}
.footer_t_c {
	width: 58.82%;
	padding: 32px 4.7% 0 3.5%;
	border-left: 1px solid rgba(255, 255, 255, .1);
}
.footer_t_c ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer_t_c ul li {
	display: inline-block;
}
.footer_t_c ul li .item1 {
	width: 100%;
	margin-bottom: 10px;
}
.footer_t_c ul li .item1 a {
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_t_c ul li .item1 a:hover {
	color: #366fa7;
}
.footer_t_c ul li .item2 {
	width: 100%;
}
.footer_t_c ul li .item2 a {
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_t_c ul li .item2 a:hover {
	color: #366fa7;
}
.footer_t_c ul li .item3 {
	width: 176px;
}
.footer_t_c ul li .item3 a {
	font-size: 14px;
	color: #fff;
	width: 50%;
	line-height: 30px;
	padding-right: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_t_c ul li .item3 a:hover {
	color: #366fa7;
}
.footer_t_r {
	width: 16.47%;
	padding-left: 4.7%;
	border-left: 1px solid rgba(255, 255, 255, .1);
}
.footer_t_r1 {
	width: 100%;
}
.footer_t_r1 img {
	width: 100%;
}
.footer_t_r2 {
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 15px 0 7px;
}
.footer_b {
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 18px 5.73%;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer_b a {
	color: #fff;
}
.footer_b a:hover {
	color: #366fa7;
}

/* 网站首页 */
.main {
	width: 100%;
  overflow: hidden;
}
.main h2 {
	font-size: 30px;
	width: 100%;
	margin: 0;
	padding-bottom: 23px;
	position: relative;
}
.main h2:before {
	content: "";
	width: 24px;
	height: 3px;
	background-color: #4297c8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main h2 p {
	font-family: "SourceHanSerifCN-SemiBold";
	color: #787777;
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
}
.main h2 span {
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 26px;
	display: block;
}

.main1 {
	width: 100%;
	padding: 80px 0 0px;
}
.main1 .tab{
  font-size:0px;
  width:100%;
  text-align:left;
  white-space:nowrap;
  overflow: hidden;
  overflow-x: auto;
	position: relative;
}
.main1 .tab1{
	margin: 0 17px;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.main1 .tab1 a{
	text-align: center;
  display:block;
	overflow:hidden;
}
.main1 .tab1 a p{
	width: 100%;
}
.main1 .tab1 a p img{
	height: 44px;
}
.main1 .tab1 a p img.img1{
	display: inline-block;
}
.main1 .tab1 a p img.img2{
	display: none;
}
.main1 .tab1 a span{
	font-size: 22px;
	color: #444343;
	width: 100%;
	line-height: 100%;
	margin-top: 30px;
	display: block;
}
.main1 .tab1:hover a p img.img1{
	display: none;
}
.main1 .tab1:hover a p img.img2{
	display: inline-block;
}
.main1 .tab1:hover a span{
	color: #366fa7;
}
.main1 .tab1.on a p img.img1{
	display: none;
}
.main1 .tab1.on a p img.img2{
	display: inline-block;
}
.main1 .tab1.on a span{
	color: #366fa7;
}
.main1 .tab_nr {
	width:100%;
	margin-top: 40px;
  position: relative;
}
.main1 .tab_nr1{
  width:100%;
  position: absolute;
  top: 0px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.swiper3 {
  width: 100%;
}
.swiper3 .item {
	width: 100%;
  background: url(../images/pic21.png) repeat-y center;
	overflow: hidden;
}
.swiper3 .item1{
	width:380px;
	max-width:100%;
	padding: 60px 0;
}
.swiper3 .item1 .num{
	font-size: 52px;
	color: #366fa7;
	line-height: 100%;
	display: flex;
	align-items: flex-end;
}
.swiper3 .item1 .num img{
	height: 52px;
	margin: 0 10px;
}
.swiper3 .item1 .num span{
	font-size: 30px;
	color: #515151;
	line-height: 100%;
	display: inline-block;
}
.swiper3 .item1 .title{
	font-size: 22px;
	color: #000;
	width: 214px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper3 .item2{
	width:100%;
}
.swiper3 .item2 .pic{
	width:61%;
	overflow: hidden;
}
.swiper3 .item2 .pic img{
	width:100%;
}
.swiper3 .item2 .text{
	width:39%;
	padding: 40px 60px 40px 0;
}
.swiper3 .item2 .text .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 30px;
	margin-top: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper3 .item2 .text .content {
	font-size: 16px;
	color: #838383;
	width: 100%;
	line-height: 30px;
	margin: 18px 0 83px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.swiper3 .item2 .text .more {
	width: 100%;
}
.swiper3 .item2 .text .more a {
	font-size: 16px;
	color: #fff;
	width: 170px;
	max-width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #366fa7;
	display: inline-block;
}
.swiper3 .item2 .text .more a:hover {
	text-decoration: underline;
}
.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
  position: absolute;
  top: 6px;
  width: 27px;
  height: 27px;
	margin-top: 0px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper3 .swiper-button-prev {
  background: url(../images/pic9.png) no-repeat center;
	margin-right: 47px;
	left: auto;
  right: 0;
}
.swiper3 .swiper-button-next {
  background: url(../images/pic10.png) no-repeat center;
	left: auto;
  right: 0;
}
.swiper3 .swiper-button-prev:hover {
  background: url(../images/pic9h.png) no-repeat center;
}
.swiper3 .swiper-button-next:hover {
  background: url(../images/pic10h.png) no-repeat center;
}
.swiper3 .swiper-button-next:after,
.swiper3 .swiper-button-prev:after {
  content: "";
}
.swiper3 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
  left: 0;
	display: none;
}
.swiper3 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}
.swiper3 .swiper-pagination-bullet-active {
  background: #366fa7;
}

.main2 {
	width: 100%;
	padding: 80px 0 6px;
}
.main2_1 {
	width: 100%;
	margin-top: 40px;
}
.swiper2 {
  width: 100%;
}
.swiper2 .item {
	width: 100%;
	overflow: hidden;
}
.swiper2 .item .pic {
	width: 38.25%;
	padding: 40px 0 46px 18px;
	position: relative;
}
.swiper2 .item .pic:before {
	content: "";
	background-color: #366fa7;
	position: absolute;
	top: 100px;
	right: 0px;
	bottom: 26px;
	left: 0px;
	z-index: -1;
}
.swiper2 .item .pic:after {
	content: "";
	background-color: #f7f8fa;
	position: absolute;
	top: 0px;
	right: -1200px;
	bottom: 0px;
	left: 212px;
	z-index: -1;
}
.swiper2 .item .pic .num {
	font-size: 20px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	text-align: center;
	padding: 0 10px;
	background-color: #366fa7;
	position: absolute;
	right: 0;
	bottom: 0;
}
.swiper2 .item .pic_nr {
	width: 100%;
	overflow: hidden;
}
.swiper2 .item .pic_nr img {
  width: 100%;
}
.swiper2 .item .text {
	width: 61.75%;
	padding: 64px 30px;
}
.swiper2 .item .text .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper2 .item .text .content {
	font-size: 16px;
	color: #5d5d5d;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.swiper2 .item:hover .text .title {
	color: #366fa7;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  position: absolute;
  top: 222px;
  width: 33px;
  height: 33px;
  margin-top: 0px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper2 .swiper-button-prev {
  background: url(../images/pic9.png) no-repeat center;
	margin-left: 30px;
	left: 38.25%;
  right: auto;
}
.swiper2 .swiper-button-next {
  background: url(../images/pic10.png) no-repeat center;
	margin-left: 83px;
  left: 38.25%;
  right: auto;
}
.swiper2 .swiper-button-prev:hover {
  background: url(../images/pic9h.png) no-repeat center;
}
.swiper2 .swiper-button-next:hover {
  background: url(../images/pic10h.png) no-repeat center;
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
  content: "";
}
.swiper2 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
  left: 0;
	display: none;
}
.swiper2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active {
  background: #366fa7;
}

.main3 {
	width: 100%;
	padding: 0px 0 80px;
	display: flex;
	flex-wrap: wrap;
}
.main3 .pic {
	width: 46.77%;
	overflow: hidden;
}
.main3 .pic img {
	width: 100%;
}
.main3 .text {
	width: 53.23%;
	padding: 8.85% 0 0 60px;
}
.main3 .text .content {
	font-size: 16px;
	color: #787777;
	width: 100%;
	line-height: 30px;
	margin: 23px 0 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.main3 .text .more {
	width: 100%;
}
.main3 .text .more a {
	font-size: 16px;
	color: #fff;
	width: 170px;
	max-width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #366fa7;
	display: inline-block;
}
.main3 .text .more a:hover {
	text-decoration: underline;
}

.main4 {
	width: 100%;
	text-align: center;
	padding: 90px 0 140px;
}
.main4 .item1 {
	width: 134px;
}
.main4 .item1 img {
	width: 100%;
}
.main4 .item2 {
	font-size: 30px;
	color: #fff;
	width: 100%;
	margin-top: 32px;
}
.main4 .item3 {
	font-size: 36px;
	color: #fff;
	width: 100%;
	margin-top: 30px;
}
.main4 .item4 {
	width: 100%;
	margin-top: 72px;
}
.main4 .item4 a {
	font-size: 16px;
	color: #fff;
	max-width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0 26px;
	background-color: #366fa7;
	border-radius: 35px;
	display: inline-block;
}
.main4 .item4 a img {
	height: 17px;
	margin-right: 26px;
	position: relative;
	top: -1px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.main4 .item4 a:hover img {
	transform: translateX(10px);
}

.main5 {
	width: 100%;
	padding: 80px 0;
}
.main5_1 {
	width: 100%;
	margin-top: 40px;
}
.main5_1 ul {
	margin: -45px -45px 0 0;
}
.main5_1 ul li {
	width: 33.33%;
	padding: 45px 45px 0 0;
}
.main5_1 ul li .item {
	width: 100%;
	border: 2px solid #fff;
}
.main5_1 ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.main5_1 ul li .item .pic img {
	width: 100%;
}
.main5_1 ul li .item .text1 {
	width: 100%;
	padding: 26px 20px 20px;
}
.main5_1 ul li .item .text2 {
	width: 100%;
	padding: 16px 20px 24px;
	border-top: 1px solid #e5e5e5;
}
.main5_1 ul li .item .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main5_1 ul li .item .date {
	font-size: 16px;
	color: #989898;
	width: 100%;
	line-height: 100%;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main5_1 ul li .item .text2 .content {
	font-size: 16px;
	color: #7c7c7c;
	width: 100%;
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main5_1 ul li .item:hover {
	border: 2px solid #366fa7;
	-webkit-box-shadow: 2px 2px 16px rgba(19, 65, 111, .17);
	-moz-box-shadow: 2px 2px 16px rgba(19, 65, 111, .17);
	box-shadow: 2px 2px 16px rgba(19, 65, 111, .17);
}
.main5_1 ul li .item:hover .title {
	color: #366fa7;
}

/* 视频弹窗 */
.popup{
  display: none;
}
.popup.active{
  display: flex;
  align-items: center;
  opacity: 1;
  height: 100%;
  pointer-events: auto;
}
.popup .popup-backdrop{
  position: fixed;
  top:0;
  left: 0;
  z-index:999999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.popup .popup-bd{
	width: 1200px;
	/* max-width: 90%; */
  position: fixed;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  z-index:999999;
  box-sizing: border-box;
}
.popup .popup-bd video{
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
.popup .popup-bd .btn-close{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  transition: opacity .3s ease;
  opacity: .8;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
}
.popup .popup-bd .btn-close:after{
  transform: rotate(-45deg);
  position: absolute;
  left: 13px;
  top: 0;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.popup .popup-bd .btn-close:before{
  transform: rotate(45deg);
  position: absolute;
  left: 13px;
  top: 0;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}

/* 内页banner */
.qy_banner {
	width: 100%;
	overflow: hidden;
}
.qy_banner img {
  width: 100%;
	display: block;
}

/*page*/
.pages {
  font-size: 0;
	text-align: center;
	margin-top: 80px;
}
.pages a {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 14px;
  color: #706b6b;
  transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child {
	width: 70px;
	color: #525252;
  background-color: #ccc;
	border: 1px solid #ccc;
}
.pages a:hover,
.pages a.on {
  background-color: #3d76ba;
  border: 1px solid #3d76ba;
  color: #fff;
}

/* 内页公用 */
.qy_main {
	width: 100%;
  overflow: hidden;
}
.qy_main h2 {
	width: 100%;
	text-align: center;
	margin: 0;
}
.qy_main h2 p {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 100%;
}
.qy_main h2 span {
	font-size: 14px;
	color: #727272;
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
}

.qy_main1 {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.qy_main1 .item {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qy_main1 .item1 {
	font-size: 14px;
	color: #5f5f5f;
	max-width: 34%;
	line-height: 24px;
	padding: 23px 0 23px 48px;
	background: url(../images/pic23.png) no-repeat left center;
	background-size: 38px;
}
.qy_main1 .item1 a {
	color: #5f5f5f;
}
.qy_main1 .item1 a:hover {
	color: #2a5e94;
}
.qy_main1 .item2 {
  font-size:0px;
	max-width: 64%;
	text-align: right;
	margin-top: 40px;
	margin-bottom: -2px;
  white-space:nowrap;
  overflow: hidden;
	overflow-x: auto;
}
.qy_main1 .item2 a {
	font-size: 16px;
	color: #585858;
	height: 32px;
	line-height: 100%;
	margin-left: 4px;
	padding: 0 8px;
	display: inline-block;
}
.qy_main1 .item2 a:hover, .qy_main1 .item2 a.on {
	color: #2a5e94;
	border-bottom: 3px solid #2a5e94;
}

.qy_main2 {
	width: 100%;
	padding: 80px 0;
}
.qy_main2_1 {
	width: 100%;
}
.qy_main2_1 ul {
	margin: 0 -18px 0 0;
}
.qy_main2_1 ul li {
	width: 33.33%;
	padding: 40px 18px 0 0;
}
.qy_main2_1 ul li .item {
	width: 100%;
}
.qy_main2_1 ul li .item .pic {
	width: 100%;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 6px rgba(22, 20, 20, .19);
	-moz-box-shadow: 0px 0px 6px rgba(22, 20, 20, .19);
	box-shadow: 0px 0px 6px rgba(22, 20, 20, .19);
	overflow: hidden;
	height: 342px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qy_main2_1 ul li .item .pic img {
	max-width: 100%;
	max-height: 100%;
}
.qy_main2_1 ul li .item .text {
	width: 100%;
	padding: 25px 20px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.qy_main2_1 ul li .item .text .title {
	font-size: 20px;
	color: #100f0f;
	width: 100%;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main2_1 ul li .item:hover .pic {
	border: 1px solid #3d76ba;
}
.qy_main2_1 ul li .item:hover .text {
	background-color: #3d76ba;
	border-bottom: 1px solid #315e95;
}
.qy_main2_1 ul li .item:hover .text .title {
	color: #fff;
}

.qy_main3 {
	width: 100%;
	padding: 80px 0;
}
.qy_main3_1 {
	width: 100%;
}
.qy_main3_1 .title {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.qy_main3_1 .title span {
	min-width: 302px;
	padding: 27px 60px 27px 30px;
	background: url(../images/pic24.png) no-repeat right center;
	display: inline-block;
}
.qy_main3_1 .title span bdo {
	font-size: 24px;
	font-weight: bold;
	color: #3d76ba;
	line-height: 36px;
	padding-left: 31px;
	background: url(../images/pic25.png) no-repeat left center;
	background-size: 7px 36px;
	display: inline-block;
}
.qy_main3_1 .item1 {
	width: 100%;
	padding: 40px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qy_main3_1 .item1 .pic {
	width: 32.5%;
	overflow: hidden;
}
.qy_main3_1 .item1 .pic img {
	width: 100%;
}
.qy_main3_1 .item1 .text {
	font-size: 18px;
	width: 67.5%;
	line-height: 30px;
	padding-left: 60px;
}
.qy_main3_1 .item1 .text .title2 {
	font-weight: bold;
	color: #000;
	width: 100%;
}
.qy_main3_1 .item1 .text .content {
	color: #2a2c2e;
	width: 100%;
	margin-top: 8px;
}
.qy_main3_1 .item2 {
	width: 100%;
	padding: 34px 0;
}
.qy_main3_1 .item2 ul {
	width: 100%;
}
.qy_main3_1 .item2 ul li {
	font-size: 18px;
	color: #2a2c2e;
	width: 100%;
	line-height: 30px;
	margin-top: 30px;
	padding-left: 34px;
	background: url(../images/pic26.png) no-repeat 10px 8px;
	background-size: 14px;
}
.qy_main3_1 .item2 ul li:first-child {
	margin-top: 0;
}
.qy_main3_1 .item3 {
	width: 100%;
	margin-top: 20px;
}
.qy_main3_1 .item3 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.qy_main3_1 .item3 ul li {
	width: 33.33%;
	padding: 20px 50px 0;
}
.qy_main3_1 .item3 ul li .nr {
	width: 100%;
	text-align: center;
}
.qy_main3_1 .item3 ul li .nr .pic {
	width: 100%;
}
.qy_main3_1 .item3 ul li .nr .pic img {
	height: 32px;
}
.qy_main3_1 .item3 ul li .nr .title2 {
	font-size: 26px;
	color: #0b0c0c;
	width: 100%;
	line-height: 100%;
	margin: 20px 0 30px;
}
.qy_main3_1 .item3 ul li .nr .content {
	font-size: 18px;
	color: #67686a;
	width: 100%;
	line-height: 36px;
}

.qy_main4 {
	width: 100%;
	padding: 80px 0;
}
.qy_main4_1 {
	width: 100%;
}
.qy_main4_1 ul {
	margin: 0 -32px 0 0;
}
.qy_main4_1 ul li {
	width: 33.33%;
	padding: 40px 32px 0 0;
}
.qy_main4_1 ul li .item {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 13px rgba(3, 0, 0, .14);
	-moz-box-shadow: 0px 0px 13px rgba(3, 0, 0, .14);
	box-shadow: 0px 0px 13px rgba(3, 0, 0, .14);
}
.qy_main4_1 ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.qy_main4_1 ul li .item .pic img {
	width: 100%;
}
.qy_main4_1 ul li .item .text {
	width: 100%;
	padding: 24px 20px 36px;
	border-bottom: 8px solid #fff;
}
.qy_main4_1 ul li .item .text .title {
	font-size: 18px;
	color: #171616;
	width: 100%;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main4_1 ul li .item .text .date {
	font-size: 14px;
	color: #909294;
	width: 100%;
	line-height: 20px;
	margin-top: 14px;
	padding-left: 30px;
	background: url(../images/pic33.png) no-repeat left center;
	background-size: 20px;
}
.qy_main4_1 ul li .item:hover .text {
	border-bottom: 8px solid #3d76ba;
}
.qy_main4_1 ul li .item:hover .text .title {
	color: #3d76ba;
}

.qy_main5 {
	width: 100%;
	padding: 80px 0 40px;
}
.qy_main5_1 {
	font-size: 16px;
	color: #727272;
	width: 100%;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
}
.qy_main5_2 {
  font-family: "SourceHanSerifCN-SemiBold";
	font-size: 36px;
	color: #3a3a3a;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 30px;
}
.qy_main5_3 {
	width: 100%;
	margin-top: 80px;
}
.qy_main5_3 ul {
	margin: -26px -26px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.qy_main5_3 ul li {
	width: 33.33%;
	padding: 26px 26px 0 0;
}
.qy_main5_3 ul li .item {
	width: 100%;
	height: 100%;
	padding: 24px 0px 14px;
	border: 1px solid #dadada;
}
.qy_main5_3 ul li .item .pic {
	width: 110px;
	margin-top: 8px;
}
.qy_main5_3 ul li .item .pic img {
	width: 30px;
}
.qy_main5_3 ul li .item .text {
	width: calc(100% - 110px);
	padding-right: 30px;
}
.qy_main5_3 ul li .item .text .title {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
}
.qy_main5_3 ul li .item .text .content {
	font-size: 14px;
	color: #818181;
	width: 100%;
	min-height: 40px;
	line-height: 20px;
	margin-top: 12px;
}

.qy_main6 {
	width: 100%;
}
.qy_main6 * {
	width: 100%;
}

.qy_main7 {
	width: 100%;
	padding: 80px 0;
}
.qy_main7_1 {
	width: 100%;
	margin-top: 40px;
}
.swiper4 {
	width: 100%;
	padding-bottom: 44px;
}
.swiper4 .item {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.swiper4 .item .pic {
	width: 45.75%;
	overflow: hidden;
}
.swiper4 .item .pic img {
	width: 100%;
}
.swiper4 .item .text {
	width: 54.25%;
	padding-left: 50px;
}
.swiper4 .item .text .date {
	font-size: 14px;
	color: #b2b2b2;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper4 .item .text .title {
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper4 .item .text .content {
	font-size: 16px;
	color: #717171;
	width: 100%;
	height: 60px;
	line-height: 30px;
	margin: 24px 0 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper4 .item .text .more {
	font-size: 16px;
	color: #717171;
	width: 100%;
	line-height: 26px;
	padding-left: 46px;
	background: url(../images/pic39.png) no-repeat left center;
	background-size: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper4 .item:hover .text .title {
	color: #3d76ba;
}
.swiper4 .item:hover .text .more {
	color: #3d76ba;
}
.swiper4 .swiper-button-next,
.swiper4 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 22px;
  margin-top: -11px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper4 .swiper-button-prev {
  background: url(../images/pic6.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper4 .swiper-button-next {
  background: url(../images/pic7.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper4 .swiper-button-prev:hover {
  background: url(../images/pic6h.png) no-repeat center;
}
.swiper4 .swiper-button-next:hover {
  background: url(../images/pic7h.png) no-repeat center;
}
.swiper4 .swiper-button-next:after,
.swiper4 .swiper-button-prev:after {
  content: "";
}
.swiper4 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 0px;
  left: 0;
}
.swiper4 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 4px !important;
  display: inline-block;
  border-radius: 100%;
	background: #cdcdcd;
	border: 1px solid #fff;
  opacity: 1;
}
.swiper4 .swiper-pagination-bullet-active {
  background: #3d76ba;
	border: 1px solid #3d76ba;
}
.qy_main7_2 {
	width: 100%;
	margin-top: 40px;
}
.qy_main7_2 ul {
	margin: -22px -22px 0 0;
}
.qy_main7_2 ul li {
	width: 33.33%;
	padding: 22px 22px 0 0;
}
.qy_main7_2 ul li .item {
	width: 100%;
	background-color: #fff;
	border: 1px solid #dadada;
}
.qy_main7_2 ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.qy_main7_2 ul li .item .pic img {
	width: 100%;
}
.qy_main7_2 ul li .item .text {
	width: 100%;
	padding: 30px 20px;
}
.qy_main7_2 ul li .item .text .date {
	font-size: 14px;
	color: #666;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main7_2 ul li .item .text .title {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin: 20px 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main7_2 ul li .item .text .content {
	font-size: 14px;
	color: #828282;
	width: 100%;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main7_2 ul li .item:hover {
	border: 1px solid #3d76ba;
	-webkit-box-shadow: 0px 0px 13px rgba(22, 20, 20, .19);
	-moz-box-shadow: 0px 0px 13px rgba(22, 20, 20, .19);
	box-shadow: 0px 0px 13px rgba(22, 20, 20, .19);
}
.qy_main7_2 ul li .item:hover .text .title {
	color: #3d76ba;
}

.qy_main8 {
	width: 100%;
	padding: 80px 0;
}
.qy_main8_1 {
	width: 100%;
}
.qy_main8_1 a {
	font-size: 16px;
	color: #3d76ba;
	line-height: 100%;
	display: inline-block;
}
.qy_main8_1 a:hover {
	text-decoration: underline;
}
.qy_main8_2 {
	width: 100%;
	text-align: center;
	padding: 34px 0 26px;
}
.qy_main8_2 .item1 {
	font-size: 22px;
	color: #000;
	width: 100%;
}
.qy_main8_2 .item2 {
	font-size: 16px;
	color: #515151;
	width: 100%;
	margin-top: 22px;
}
.qy_main8_3 {
	font-size: 16px;
	color: #363636;
	width: 100%;
	line-height: 30px;
	padding: 32px 0;
	border-top: 1px solid #e5e5e5;
}
.qy_main8_4 {
	width: 100%;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}
.qy_main8_4 a {
	font-size: 18px;
	color: #2a5e94;
	line-height: 100%;
	display: inline-block;
}
.qy_main8_4 a:hover {
	text-decoration: underline;
}

.qy_main9 {
	width: 100%;
	padding: 80px 0;
}
.qy_main9_1 {
	width: 100%;
	margin-top: 40px;
}
.swiper5 {
	width: 100%;
}
.swiper5 .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper5 .swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper5 .gallery-top {
  height: auto;
  width: 82.92%;
}
.swiper5 .gallery-top .swiper-slide {
  width: 100%;
  position: relative;
}
.swiper5 .gallery-top .swiper-slide .pic {
	width: 100%;
	height: 560px;
	overflow: hidden;
}
.swiper5 .gallery-top .swiper-slide .pic img {
  width: 100%;
}
.swiper5 .gallery-thumbs {
	width: 17.08%;
  height: 560px;
	padding-left: 15px;
	box-sizing: border-box;
}
.swiper5 .gallery-thumbs .swiper-slide {
  width: 100%;
}
.swiper5 .gallery-thumbs .swiper-slide .pic {
	width: 100%;
	height: 104px;
	border: 3px solid #dfdfdf;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.swiper5 .gallery-thumbs .swiper-slide .pic img {
  width: 100%;
}
.swiper5 .gallery-thumbs .swiper-slide-active .pic {
	border: 3px solid #2a5e94;
}

.qy_main10 {
	width: 100%;
	padding: 80px 0;
	background-color: #f6f6f6;
}
.qy_main10_1 {
	width: 100%;
	margin-top: 40px;
	padding-top: 80px;
	border-top: 1px solid #ddd;
}
.swiper6 {
	width: 100%;
	position: static;
}
.swiper6 .item {
	width: 100%;
}
.swiper6 .item .pic {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.swiper6 .item .pic img {
	width: 100%;
}
.swiper6 .item .text {
	width: 100%;
}
.swiper6 .item .text .title {
	font-size: 22px;
	color: #1c1a1a;
	width: 100%;
	height: 60px;
	line-height: 30px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper6 .item:hover .text .title {
	color: #3d76ba;
}
.swiper6 .swiper-button-next,
.swiper6 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
	margin-top: -30px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper6 .swiper-button-prev {
  background: url(../images/pic40.png) no-repeat center;
  left: -100px;
  right: auto;
}
.swiper6 .swiper-button-next {
  background: url(../images/pic41.png) no-repeat center;
  right: -100px;
  left: auto;
}
.swiper6 .swiper-button-prev:hover {
  background: url(../images/pic40.png) no-repeat center;
}
.swiper6 .swiper-button-next:hover {
  background: url(../images/pic41.png) no-repeat center;
}
.swiper6 .swiper-button-next:after,
.swiper6 .swiper-button-prev:after {
  content: "";
}
.swiper6 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 0px;
  left: 0;
	display: none;
}
.swiper6 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 4px !important;
  display: inline-block;
  border-radius: 100%;
	background: #cdcdcd;
	border: 1px solid #fff;
  opacity: 1;
}
.swiper6 .swiper-pagination-bullet-active {
  background: #3d76ba;
	border: 1px solid #3d76ba;
}

.qy_main11 {
	width: 100%;
	padding: 80px 0;
}
.qy_main11 h2 {
	text-align: left;
}
.qy_main11_1 {
	width: 100%;
}
.qy_main11_1 .text {
	width: 59%;
}
.qy_main11_1 .text .content {
	font-size: 16px;
	color: #1b1a1a;
	width: 100%;
	line-height: 30px;
	padding: 30px 0 37px;
	position: relative;
}
.qy_main11_1 .text .content:before {
	content: "";
	width: 18px;
	height: 4px;
	background-color: #2a5e94;
	position: absolute;
	bottom: 0;
	left: 0;
}
.qy_main11_1 .pic {
	width: 30.08%;
	margin-right: -5%;
}
.qy_main11_1 .pic img {
	width: 100%;
}

.qy_main12 {
	width: 100%;
	padding: 80px 0;
	background-color: #f6f6f6;
}
.qy_main12_1 {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}
.qy_main12_1 .pc {
	width: 1200px;
	max-width: 100%;
	position:relative;
}

/*旋转木马必要样式*/
.poster-main{ width:1200px;height:472px;}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width:354px;height:472px;position:relative;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.poster-main .poster-list .poster-item .pic{
	width: 100%;
	display: block;
	/* -webkit-box-shadow:2px 2px 15px rgba(0, 0, 0, .12);
	-moz-box-shadow:2px 2px 15px rgba(0, 0, 0, .12);
	box-shadow:2px 2px 15px rgba(0, 0, 0, .12); */
}
.poster-main .poster-list .poster-item .pic *{
  width: 100%;
}
.poster-main .poster-btn{ position:absolute;top:0;width:60px !important;height:60px; z-index:10; cursor:pointer;}
.poster-main .poster-prev-btn{left:-100px; background: url(../images/pic40.png) no-repeat center center;}
.poster-main .poster-next-btn{right:-100px; background: url(../images/pic41.png) no-repeat center center;}
.poster-main .poster-prev-btn:hover{ background: url(../images/pic40.png) no-repeat center center;}
.poster-main .poster-next-btn:hover{ background: url(../images/pic41.png) no-repeat center center;}
.qy_main12_1 .phone {
	width: 80%;
	position: relative;
	display: none;
}
.swiper8 {
	width: 100%;
	position: static;
}
.swiper8 .item {
	width: 100%;
}
.swiper8 .item .pic {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.swiper8 .item .pic img {
	width: 100%;
}
.swiper8 .swiper-button-next,
.swiper8 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
	margin-top: -30px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper8 .swiper-button-prev {
  background: url(../images/pic40.png) no-repeat center;
  left: -100px;
  right: auto;
}
.swiper8 .swiper-button-next {
  background: url(../images/pic41.png) no-repeat center;
  right: -100px;
  left: auto;
}
.swiper8 .swiper-button-prev:hover {
  background: url(../images/pic40.png) no-repeat center;
}
.swiper8 .swiper-button-next:hover {
  background: url(../images/pic41.png) no-repeat center;
}
.swiper8 .swiper-button-next:after,
.swiper8 .swiper-button-prev:after {
  content: "";
}
.swiper8 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 0px;
  left: 0;
	display: none;
}
.swiper8 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 4px !important;
  display: inline-block;
  border-radius: 100%;
	background: #cdcdcd;
	border: 1px solid #fff;
  opacity: 1;
}
.swiper8 .swiper-pagination-bullet-active {
  background: #3d76ba;
	border: 1px solid #3d76ba;
}

.qy_main13 {
	width: 100%;
	padding: 80px 0;
	position: relative;
}
.qy_main13:before {
	content: "";
	width: 100%;
	height: 50%;
	background-color: #3d76ba;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.qy_main13 h2 {
	text-align: left;
}
.qy_main13_1 {
	width: 100%;
	margin-top: 40px;
}
.swiper7 {
	width: 100%;
	padding-bottom: 47px;
}
.swiper7 .item {
	width: 100%;
	position: relative;
}
.swiper7 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper7 .item .pic img {
	width: 100%;
}
.swiper7 .item .text {
	width: 100%;
	padding: 40px 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.swiper7 .item .text .title {
	font-size: 24px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper7 .item .text .content {
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper7 .swiper-button-next,
.swiper7 .swiper-button-prev {
  position: absolute;
  top: 113px;
  width: 67px;
  height: 67px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	border-radius: 100%;
	display: none;
}
.swiper7 .swiper-button-prev {
	background-image: url(../images/pic31.png);
  left: -87px;
  right: auto;
}
.swiper7 .swiper-button-next {
	background-image: url(../images/pic32.png);
  right: -87px;
  left: auto;
}
.swiper7 .swiper-button-prev:hover {
	background-color: rgba(255, 255, 255, .49);
}
.swiper7 .swiper-button-next:hover {
	background-color: rgba(255, 255, 255, .49);
}
.swiper7 .swiper-button-next:after,
.swiper7 .swiper-button-prev:after {
  content: "";
}
.swiper7 .swiper-pagination {
  font-size: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 0px;
	top: auto;
  bottom: 3px;
	left: 0;
}
.swiper7 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	height: 7px;
	background: #fff;
	border-radius: 0px;
	top: -3px;
	bottom: -3px;
}

.qy_main14 {
	width: 100%;
	padding: 80px 0 0;
}
.qy_main14_1 {
	width: 100%;
}
.qy_main14_1 ul {
	width: 100%;
}
.qy_main14_1 ul li {
	width: 100%;
	margin-top: 40px;
}
.qy_main14_1 ul li .item {
	width: 100%;
	position: relative;
}
.qy_main14_1 ul li .item .pic {
	width: 57.17%;
	overflow: hidden;
}
.qy_main14_1 ul li .item .pic img {
	width: 100%;
}
.qy_main14_1 ul li .item .text {
	width: 52.17%;
	min-height: 77.76%;
	padding: 20px 40px 20px 56px;
	background-color: #f0f1f5;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qy_main14_1 ul li .item .text_nr {
	width: 100%;
}
.qy_main14_1 ul li .item .text1 {
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main14_1 ul li .item .text1 img {
	width: 76px;
	height: 3px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.qy_main14_1 ul li .item .text2 {
	font-size: 20px;
	color: #969696;
	width: 100%;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main14_1 ul li .item .text3 {
	font-size: 16px;
	color: #505050;
	width: 100%;
	line-height: 30px;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.qy_main14_1 ul li .item .text4 {
	width: 100%;
	margin-top: 22px;
}
.qy_main14_1 ul li .item .text4 a {
	font-size: 16px;
	color: #fff;
	width: 170px;
	max-width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #366fa7;
	display: inline-block;
}
.qy_main14_1 ul li .item .text4 a:hover {
	text-decoration: underline;
}
.qy_main14_1 ul li .item .text3 span.style1 {
	color: #181616;
}
.qy_main14_1 ul li:nth-child(2n) .item .pic {
	float: right;
}
.qy_main14_1 ul li:nth-child(2n) .item .text {
	right: auto;
	left: 0;
}

.qy_main15 {
	width: 100%;
	padding: 80px 0 0;
}
.qy_main15_1 {
	width: 100%;
	margin-top: 40px;
	padding: 220px 0 280px;
}
.qy_main15_1 .text {
	width: 61%;
	text-align: center;
}
.qy_main15_1 .text1 {
	font-size: 42px;
	color: #454242;
	width: 100%;
	line-height: 100%;
}
.qy_main15_1 .text2 {
	width: 100%;
	margin-top: 40px;
}
.qy_main15_1 .text2 span {
	font-size: 24px;
	color: #fff;
	width: 318px;
	max-width: 100%;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background-color: #fa2829;
	border-radius: 62px;
	display: inline-block;
}
.qy_main15_1 .text3 {
	font-size: 0;
	width: 100%;
	margin-top: 70px;
}
.qy_main15_1 .text3 a {
	font-size: 18px;
	color: #3e3b3b;
	line-height: 20px;
	margin: 30px;
	display: inline-block;
}
.qy_main15_1 .text3 a img {
	height: 20px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.qy_main15_1 .text3 a img.img1 {
	display: inline-block;
}
.qy_main15_1 .text3 a img.img2 {
	display: none;
}
.qy_main15_1 .text3 a:hover {
	color: #366fa7;
}
.qy_main15_1 .text3 a:hover img.img1 {
	display: none;
}
.qy_main15_1 .text3 a:hover img.img2 {
	display: inline-block;
}

/* 弹窗1 */
.zx1 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.3); */
	z-index: 999998;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv1 {
	width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999998;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv1_nr {
	width: 100%;
	padding: 60px 0px 30px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 16px rgba(22, 20, 20, .14);
	-moz-box-shadow: 0px 0px 16px rgba(22, 20, 20, .14);
	box-shadow: 0px 0px 16px rgba(22, 20, 20, .14);
	position: relative;
}
.tcdiv1_nr1 {
	width: 100%;
	padding: 0 50px;
}
.tcdiv1_nr1 .item1 {
	font-size: 24px;
	font-weight: bold;
	color: #080808;
	width: 100%;
}
.tcdiv1_nr1 .item2 {
	font-size: 18px;
	color: #19191a;
	width: 100%;
	margin-top: 14px;
}
.tcdiv1_nr2 {
	font-size: 16px;
	color: #434445;
	width: 100%;
	line-height: 30px;
	margin-top: 56px;
	display: flex;
	flex-wrap: wrap;
}
.tcdiv1_nr2 .item_l {
	width: 42.75%;
	height: 222px;
	padding: 8px 50px 8px 80px;
	overflow: hidden;
	overflow-y: auto;
}
.tcdiv1_nr2 .item_r {
	width: 57.25%;
	height: 222px;
	padding: 8px 50px 8px 80px;
	border-left: 1px solid #e5e5e5;
	overflow-y: auto;
}
.tcdiv1 .gb1 {
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}
.tcdiv1 .gb1 img {
	height: 48px;
	transition: all 0.6s ease;
}
.tcdiv1 .gb1:hover img {
	transform: rotate(180deg);
}