@charset "utf-8";

/*图片放大公用类*/
.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;
}

.padding2 {
	padding-top: 85px;
}

/* 头部 */
.header {
  width: 100%;
	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: 84px;
  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: 84px;
  padding: 15px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 54px;
}
.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: #fff;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .navbar .lang {
	margin: 27px -15px 0 8.83%;
	/* cursor: pointer; */
}
.header .navbar .lang img {
	height: 30px;
}
.header .navbar .lang img.img1 {
	display: block;
}
.header .navbar .lang img.img2 {
	display: none;
}

.header .nav {
  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 {
	min-width: 72px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  padding: 0 20px;
  display: block;
	/* transition: all 0.5s ease; */
}
/*.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: #fff;
	background: url(../images/line-nav.png) no-repeat center 64px;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #fff;
	background: url(../images/line-nav.png) no-repeat center 64px;
}
.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: #0B60AD;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #0B60AD;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #0B60AD;
}
.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: #fff;
	background: url(../images/line-nav.png) no-repeat center 64px;
}

.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);
  border-radius: 0px;
  background-clip: padding-box;
}

.header .dropdown-menu > li{
	margin: 0 20px;
	display: inline-block;
}
.header .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 0px !important;
  clear: both;
  font-weight: normal;
  height: 60px;
  line-height: 60px !important;
  font-size: 16px;
  color: #333;
  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 {
	color: #0B60AD;
	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: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.header.on .navbar-default .navbar-nav > li > a {
  color: #303030;
}
.header.on .navbar-brand img.img1 {
	display: none;
}
.header.on .navbar-brand img.img2 {
	display: block;
}
.header.on .navbar .lang img.img1 {
	display: none;
}
.header.on .navbar .lang img.img2 {
	display: block;
}
.header.on .navbar-default .navbar-nav > .active > a,
.header.on .navbar-default .navbar-nav > .active > a:hover,
.header.on .navbar-default .navbar-nav > .active > a:focus {
  color: #303030;
	background: url(../images/line-navh.png) no-repeat center 64px;
}
.header.on .navbar-default .navbar-nav > .active > a {
  color: #303030;
	background: url(../images/line-navh.png) no-repeat center 64px;
}
.header.on .navbar-default .navbar-nav > :hover > a,
.header.on .navbar-default .navbar-nav > :hover > a:hover,
.header.on .navbar-default .navbar-nav > :hover > a:focus {
  color: #303030;
	background: url(../images/line-navh.png) no-repeat center 64px;
}
.header.on2 {
	background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.header.on2 .navbar-default .navbar-nav > li > a {
  color: #303030;
}
.header.on2 .navbar-brand img.img1 {
	display: none;
}
.header.on2 .navbar-brand img.img2 {
	display: block;
}
.header.on2 .navbar .lang img.img1 {
	display: none;
}
.header.on2 .navbar .lang img.img2 {
	display: block;
}
.header.on2 .navbar-default .navbar-nav > .active > a,
.header.on2 .navbar-default .navbar-nav > .active > a:hover,
.header.on2 .navbar-default .navbar-nav > .active > a:focus {
  color: #303030;
	background: url(../images/line-navh.png) no-repeat center 64px;
}
.header.on2 .navbar-default .navbar-nav > .active > a {
  color: #303030;
	background: url(../images/line-navh.png) no-repeat center 64px;
}
.header.on2 .navbar-default .navbar-nav > :hover > a,
.header.on2 .navbar-default .navbar-nav > :hover > a:hover,
.header.on2 .navbar-default .navbar-nav > :hover > a:focus {
  color: #303030;
	background: url(../images/line-navh.png) no-repeat center 64px;
}

/* 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: 81px;
  left: 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 8px;
  background: #fff;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  width: 32px;
}

/* 首页 */
.main{
	width: 100%;
	margin-top: -40px;
	overflow: hidden;
}
.main h2{
	width: 100%;
	text-align: center;
	margin: 0;
}
.main h2.mar1{
	margin-bottom: 50px;
}
.main h2 p{
	font-size: 36px;
	font-weight: bold;
	color: #102440;
	width: 100%;
	line-height: 100%;
}
.main h2 p img{
	height: 20px;
	position: relative;
	top: -1px;
}
.main h2 p img.img1{
	margin-right: 16px;
}
.main h2 p img.img2{
	margin-left: 16px;
}
.main h2 span{
	font-size: 36px;
	color: #333;
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 10px;
	opacity: .5;
	display: block;
}

.main .search{
	width: 100%;
}
.main .search_nr{
	width: 802px;
	max-width: 100%;
	height: 76px;
	padding-right: 10px;
	background: url(../images/search-bg.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	z-index: 9;
}
.main .search_nr .wbk1{
	font-size: 18px;
	color: #999;
	width: 88.4%;
	height: 72px;
	line-height: 72px;
	padding: 0 42px;
	background: url(../images/search-line.png) no-repeat right center;
	border: 0;
}
.main .search_nr .btn1{
	width: 11.6%;
	height: 72px;
	line-height: 72px;
	background: url(../images/search.png) no-repeat center;
	border: 0;
}

.main1{
	width: 100%;
	padding: 80px 0;
}
.main1_1{
	width: 100%;
	margin-top: 80px;
	border-radius: 8px;
	overflow: hidden;
}
.main1_1 ul{
	width: 100%;
}
.main1_1 ul li{
	width: 16.67%;
	height: 420px;
	position: relative;
	-webkit-transition:all 1.2s ease;
	-moz-transition:all 1.2s ease;
	-o-transition:all 1.2s ease;
	transition:all 1.2s ease;
}
.main1_1 ul li .div1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	overflow: hidden;
}
.main1_1 ul li .div1 .title{
	width: 100%;
	text-align: center;
	padding: 0 15px 10px;
	background: url(../images/line-pro.png) no-repeat center bottom;
	position: absolute;
	bottom: 24px;
	left: 0;
}
.main1_1 ul li .div1 .title p{
	width: 100%;
}
.main1_1 ul li .div1 .title p img{
	height: 50px;
}
.main1_1 ul li .div1 .title span{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	margin-top: 16px;
	display: block;
}
.main1_1 ul li .div2{
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.main1_1 ul li .div2 .text{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 0;
	-webkit-transition:all 2s ease;
	-moz-transition:all 2s ease;
	-o-transition:all 2s ease;
	transition:all 2s ease;
}
.main1_1 ul li .div2 .title{
	width: 31.67%;
	text-align: center;
	padding: 0 15px 10px;
	background: url(../images/line-pro.png) no-repeat center bottom;
}
.main1_1 ul li .div2 .title p{
	width: 100%;
}
.main1_1 ul li .div2 .title p img{
	height: 50px;
}
.main1_1 ul li .div2 .title span{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	margin-top: 16px;
	display: block;
}
.main1_1 ul li .div2 .content{
	width: 68.33%;
	padding: 0 10%;
}
.main1_1 ul li .div2 .content p{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	padding-left: 38px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	transition: all 0.5s ease;
}
.main1_1 ul li .div2 .content p:before{
	content: "";
	width: 30px;
	height: 2px;
	background: url(../images/line-short.png) no-repeat center;
	position: absolute;
	top: 14px;
	left: 0;
	transition: all 0.5s ease;
}
.main1_1 ul li .div2 .content p:hover{
	padding-left: 68px;
}
.main1_1 ul li .div2 .content p:hover:before{
	width: 60px;
	background: url(../images/line-long.png) no-repeat center;
}
.main1_1 ul li.on{
	width: 49.99%;
}
.main1_1 ul li.on .div1{
	width: 0%;
	opacity: 0;
}
.main1_1 ul li.on .div2{
	width: 100%;
	opacity: 1;
}
.main1_1 ul li.on .div2 .text{
	opacity: 1;
}

.main2{
	width: 100%;
	padding: 80px 0;
}
.main2 h2 p{
	color: #fff;
}
.main2 h2 span{
	color: #fff;
}
.main2_1{
	width: 100%;
	/* margin-top: 50px; */
}
.main2_1 .pic{
	width: 48%;
}
.main2_1 .pic img{
	width: 100%;
}
.main2_1 .text{
	width: 52%;
	padding-right: 50px;
}
.main2_1 .text .content{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	text-align:justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.main2_1 .text .more{
	width: 100%;
	margin: 18px 0 40px;
}
.main2_1 .text .more a{
	font-size: 14px;
	color: #fff;
	width: 124px;
	max-width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url(../images/qbtn1.png) no-repeat center;
	background-size: cover !important;
	display: inline-block;
	transition: all 0.5s ease;
}
.main2_1 .text .more a:hover{
	color: #03416D;
	background: url(../images/qbtn1h.png) no-repeat center;
}
.main2_1 .text .list{
	margin-right: -10px;
	display: flex;
	justify-content: space-between;
}
.main2_1 .text .list .item{
	padding-right: 10px;
}
.main2_1 .text .list .item1{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
.main2_1 .text .list .item1 span{
	font-size: 24px;
	font-weight: bold;
	margin-right: 8px;
	display: inline-block;
	position: relative;
}
.main2_1 .text .list .item1 span bdo.style1{
	visibility: hidden;
}
.main2_1 .text .list .item1 span bdo.style2{
	position: absolute;
	top: 0px;
	left: 0px;
}
.main2_1 .text .list .item2{
	font-size: 14px;
	color: #fff;
	margin-top: 4px;
	opacity: .7;
}

.main3{
	width: 100%;
	padding: 80px 0;
}
.main3_1{
	width: 100%;
	margin-top: 80px;
}
.main3_1 ul{
	margin: -28px -68px 0 0;
}
.main3_1 ul li{
	width: 50%;
	padding: 28px 68px 0 0;
}
.main3_1 ul li .item{
	width: 100%;
}
.main3_1 ul li .item .date{
	color: #333;
	width: 75px;
	text-align: right;
	padding-right: 16px;
	border-right: 2px solid #f4f4f4;
	transition: all 0.3s ease;
}
.main3_1 ul li .item .date p{
	font-size: 22px;
	width: 100%;
	line-height: 26px;
	transition: all 0.3s ease;
}
.main3_1 ul li .item .date span{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 24px;
	display: block;
	transition: all 0.3s ease;
}
.main3_1 ul li .item .text{
	width: calc(100% - 75px);
	padding-left: 16px;
}
.main3_1 ul li .item .text .title{
	font-size: 18px;
	color: #333;
	width: 100%;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s ease;
}
.main3_1 ul li .item .text .content{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 20px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s ease;
}
.main3_1 ul li .item:hover .date{
	color: #0B60AD;
	border-right: 2px solid #0B60AD;
}
.main3_1 ul li .item:hover .date span{
	color: #0B60AD;
}
.main3_1 ul li .item:hover .text .title{
	font-weight: bold;
	color: #0B60AD;
}
.main3_1 ul li .item:hover .text .content{
	color: #0B60AD;
}
.main3 .more{
	width: 100%;
	text-align: center;
	margin-top: 36px;
}
.main3 .more a{
	font-size: 14px;
	color: #03416D;
	width: 124px;
	max-width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url(../images/qbtn2.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	transition: all 0.5s ease;
}
.main3 .more a:hover{
	color: #fff;
	background: url(../images/qbtn2h.png) no-repeat center;
}

/* 底部 */
.footer{
	width: 100%;
	padding: 40px 0 30px;
	background: #37373E url(../images/bg-bottom.png) no-repeat center bottom;
}
.footer_t{
	width: 100%;
}
.footer_t .qcontainer{
	display: flex;
	justify-content: space-between;
}
.footer_t .item_l{
	width: 21.67%;
}
.footer_t .item_l .nr1{
	width: 100%;
}
.footer_t .item_l .nr1 img{
	height: 54px;
}
.footer_t .item_l .nr2{
	width: 100%;
	margin-top: 20px;
}
.footer_t .item_l .nr2 ul{
	width: 100%;
}
.footer_t .item_l .nr2 ul li{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 24px;
	margin-top: 16px;
}
.footer_t .item_l .nr2 ul li p{
	width: 36px;
}
.footer_t .item_l .nr2 ul li p img{
	width: 24px;
}
.footer_t .item_l .nr2 ul li span{
	width: calc(100% - 36px);
	display: block;
}
.footer_t .item_c{
	width: 55.67%;
}
.footer_t .item_c ul{
	margin-right: -10px;
	display: flex;
	justify-content: space-between;
}
.footer_t .item_c ul li{
	padding-right: 10px;
}
.footer_t .item_c ul li p{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_t .item_c ul li p a{
	color: #fff;
}
.footer_t .item_c ul li p a:hover{
	color: #0B60AD;
}
.footer_t .item_c ul li span{
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	width: 100%;
	line-height: 26px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_t .item_c ul li span a{
	color: rgba(255, 255, 255, .6);
}
.footer_t .item_c ul li span a:hover{
	color: #0B60AD;
}
.footer_t .item_r{
	width: 10.33%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.footer_t .item_r .nr1{
	width: 100%;
	margin-bottom: 10px;
}
.footer_t .item_r .nr1 img{
	width: 100%;
}
.footer_t .item_r .nr2{
	width: 40px;
	position: absolute;
	left: -70px;
	bottom: 40px;
}
.footer_t .item_r .nr2 img{
	width: 100%;
	cursor: pointer;
}
.footer_b{
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 34px;
	text-align: center;
	margin-top: 20px;
}

/* 404 */
.error {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.error img {
  width: 100%;
  display: block;
}

/* 内页banner */
.qy_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.qy_banner img {
  width: 100%;
  display: block;
}
.qy_banner .text {
	width: 100%;
	position: absolute;
	bottom: 19.51%;
	left: 0;
}

h3{
	width: 100%;
	margin: 0;
	position: relative;
}
h3:before{
	content: "";
	width: 228px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
h3 p{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
h3 span{
	font-size: 36px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	padding: 44px 0 26px;
	text-transform: uppercase;
	display: block;
}

h4{
	width: 100%;
	margin: 80px 0 0;
	position: relative;
}
h4:before{
	content: "";
	width: 228px;
	height: 6px;
	background: url(../images/pic20.png) no-repeat center;
	background-size: cover !important;
	position: absolute;
	bottom: 0;
	left: 0;
}
h4 p{
	font-size: 40px;
	font-weight: bold;
	color: #333;
	width: 100%;
	line-height: 100%;
	padding: 12px 0 8px;
}
h4 span{
	font-size: 30px;
	color: #545454;
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
	display: block;
}

/*page*/
.pages {
  font-size: 0;
	text-align: center;
	margin-top: 80px;
}
.pages a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  background-color: #fafafa;
	border: 2px solid #dadada;
	border-radius: 5px;
  padding: 0 5px;
  margin: 0 10px;
  font-size: 16px;
  color: #494949;
  transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child {
	width: 134px;
	color: #888;
}
.pages a:hover,
.pages a.on {
  background-color: #0760a3;
  border: 2px solid #0760a3;
  color: #fff;
}

/* 内页公用 */
.qy_main{
	width: 100%;
	padding: 120px 0 80px;
	overflow: hidden;
}
.qy_main h3:before{
	background-color: #333;
}
.qy_main h3 p{
	color: #333;
}
.qy_main h3 span{
	color: #545454;
}

.qy_main1{
	font-size: 0;
	width: 100%;
	padding-bottom: 14px;
	border-bottom: 2px solid rgba(0, 0, 0, .2);
}
.qy_main1 a{
	font-size: 26px;
	color: #3f3b3b;
	/* width: 150px; */
	line-height: 47px;
	text-align: center;
	margin-left: 30px;
	padding: 0 23px;
	display: inline-block;
	transition: all 0.5s ease;
}
.qy_main1 a:first-child{
	margin-left: 0px;
}
.qy_main1 a:hover, .qy_main1 a.on{
	font-weight: bold;
	color: #fff;
	background: url(../images/pic1.png) no-repeat center;
	background-size: 100% 100%;
}

.qy_main2{
	width: 100%;
	margin-top: 26px;
}
.qy_main2 ul{
	width: 100%;
}
.qy_main2 ul li{
	width: 100%;
	padding: 20px 0 7px 0;
	border-bottom: 1px solid #ccc;
}
.qy_main2 ul li .item{
	margin-right: -11px;
	padding: 18px 42px 31px 0;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
}
.qy_main2 ul li .item .date{
	color: #101011;
	width: 127px;
	text-align: right;
	padding-right: 22px;
	transition: all 0.3s ease;
}
.qy_main2 ul li .item .date p{
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	line-height: 100%;
	transition: all 0.3s ease;
}
.qy_main2 ul li .item .date span{
	font-size: 16px;
	color: #767676;
	width: 100%;
	line-height: 100%;
	margin-top: 12px;
	display: block;
	transition: all 0.3s ease;
}
.qy_main2 ul li .item .text{
	width: calc(100% - 127px);
	padding-left: 20px;
	padding-bottom: 12px;
	border-left: 2px solid #ccc;
	transition: all 0.5s ease;
}
.qy_main2 ul li .item .text .title{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s ease;
}
.qy_main2 ul li .item .text .content{
	font-size: 18px;
	color: #767676;
	width: 100%;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all 0.5s ease;
}
.qy_main2 ul li .item .text .more2{
	font-size: 16px;
	color: #767676;
	width: 100%;
	line-height: 100%;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s ease;
}
.qy_main2 ul li .item:hover{
	background: url(../images/pic2.png) no-repeat center;
	background-size: 100% 100%;
}
.qy_main2 ul li .item:hover .date{
	color: #0760a3;
}
.qy_main2 ul li .item:hover .date span{
	color: #0760a3;
}
.qy_main2 ul li .item:hover .text{
	border-left: 2px solid #0760a3;
}
.qy_main2 ul li .item:hover .text .title{
	font-size: 24px;
	font-weight: bold;
	color: #0760a3;
}
.qy_main2 ul li .item:hover .text .content{
	color: #0760a3;
}
.qy_main2 ul li .item:hover .text .more2{
	color: #0760a3;
}

.qy_main3{
	width: 100%;
}
.qy_main3_l{
	width: 65.17%;
	padding: 120px 0 80px;
	border-right: 2px solid rgba(0, 0, 0, .1);
}
.qy_main3_l1{
	width: 100%;
	padding: 0 30px 30px 0;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
}
.qy_main3_l1 .item1{
	font-size: 30px;
	color: #0c0b0b;
	width: 100%;
	line-height: 40px;
	margin: -5px 0 15px;
}
.qy_main3_l1 .item2{
	font-size: 16px;
	color: #949494;
	width: 100%;
	line-height: 100%;
}
.qy_main3_l1 .item2 span.style1{
	margin-left: 48px;
}
.qy_main3_l2{
	font-size: 18px;
	color: #181717;
	width: 100%;
	line-height: 36px;
	padding: 22px 30px 32px 0;
}
.qy_main3_l3{
	width: 100%;
	padding: 40px 30px 0 0;
	border-top: 2px solid rgba(0, 0, 0, .1);
}
.qy_main3_l3 .item{
	font-size: 20px;
	color: #949393;
	width: 100%;
	line-height: 21px;
	margin-top: 32px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s ease;
}
.qy_main3_l3 .item:first-child{
	margin-top: 0;
}
.qy_main3_l3 .item:hover{
	color: #000;
}
.qy_main3_r{
	width: 34.83%;
	padding: 120px 0 80px 30px;
}
.qy_main3_r1{
	font-size: 30px;
	color: #0c0b0b;
	width: 100%;
	line-height: 100%;
	position: relative;
}
.qy_main3_r1:before{
	content: "";
	width: 3px;
	height: 100%;
	background-color: #0760a3;
	position: absolute;
	top: 0;
	left: -32px;
}
.qy_main3_r2{
	width: 100%;
	margin-top: 30px;
}
.qy_main3_r2 ul{
	width: 100%;
}
.qy_main3_r2 ul li{
	width: 100%;
}
.qy_main3_r2 ul li .item{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: block;
}
.qy_main3_r2 ul li .item .date{
	font-size: 14px;
	color: #0760a3;
	width: 100%;
	line-height: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s ease;
}
.qy_main3_r2 ul li .item .title{
	font-size: 20px;
	color: #181717;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s ease;
}
.qy_main3_r2 ul li .item:hover .title{
	color: #0760a3;
}

.qy_main4{
	width: 100%;
	padding-top: 10px;
}
.qy_main4 ul{
	width: 100%;
}
.qy_main4 ul li{
	width: 100%;
	margin-top: 30px;
}
.qy_main4 ul li .item {
	width: 100%;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease;
}
.qy_main4 ul li .item img {
  width: 100%;
  display: block;
}
.qy_main4 ul li .item:hover {
	box-shadow: 3.914px 5.803px 16px 0px rgba(3, 0, 0, 0.31);
}

.qy_main5{
	font-size: 18px;
	color: #282525;
	width: 100%;
	line-height: 30px;
	padding: 34px 0 4px;
}

.qy_main6{
	width: 100%;
	padding: 60px 0 80px;
}
.qy_main6 .item {
	width: 100%;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease;
}
.qy_main6 .item img {
  width: 100%;
  display: block;
}
.qy_main6 .item:hover {
	box-shadow: 3.914px 5.803px 16px 0px rgba(3, 0, 0, 0.31);
}

.qy_main7{
	font-size: 18px;
	color: #545454;
	width: 100%;
	line-height: 32px;
	padding: 33px 0 73px;
}
.qy_main7:last-child{
	padding-bottom: 0 !important;
}

.qy_main8{
	font-size: 20px;
	color: #2c2929;
	width: 100%;
	line-height: 34px;
	padding: 32px 0 152px;
}
.qy_main8:last-child{
	padding-bottom: 0 !important;
}

.qy_main9{
	width: 100%;
}
.qy_main9 ul{
	margin: -30px -30px 0 0;
}
.qy_main9 ul li{
	width: 33.33%;
	padding: 30px 30px 0 0;
}
.qy_main9 ul li .item{
	width: 100%;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease;
}
.qy_main9 .item img {
  width: 100%;
  display: block;
}
.qy_main9 ul li .item:hover{
	box-shadow: 3.914px 5.803px 16px 0px rgba(3, 0, 0, 0.31);
}

.qy_main10{
	width: 100%;
}
.qy_main10 .pic{
	width: 60.67%;
}
.qy_main10 .pic img{
	width: 100%;
}
.qy_main10 .text{
	width: 39.33%;
	padding-right: 40px;
}
.qy_main10 .text1{
	width: 100%;
}
.qy_main10 .text1 .item{
	font-size: 24px;
	color: #0d0c0c;
	width: 100%;
	line-height: 39px;
	margin-top: 20px;
}
.qy_main10 .text1 .item:first-child{
	margin-top: 0px;
}
.qy_main10 .text1 .item p{
	width: 57px;
}
.qy_main10 .text1 .item p img{
	width: 39px;
	height: 39px;
}
.qy_main10 .text1 .item span{
	width: calc(100% - 57px);
	display: block;
}
.qy_main10 .text2{
	width: 100%;
	margin-top: 46px;
}
.qy_main10 .text2 img{
	width: 56.78%;
}

.qy_main11{
	width: 100%;
	margin-top: 80px;
	display: flex;
}
.qy_main11 h3:before{
	background-color: #fff;
}
.qy_main11 h3 p{
	color: #fff;
}
.qy_main11 h3 span{
	color: #fff;
}
.qy_main11 .text{
	width: 37.42%;
	padding: 0 40px;
	background: url(../images/img11.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.qy_main11 .pic{
	width: 62.58%;
}
.qy_main11 .pic img{
	width: 100%;
}

.qy_main12{
	width: 100%;
}
.qy_main12 ul{
	margin: -26px -26px 0 0;
}
.qy_main12 ul li{
	width: 25%;
	padding: 26px 26px 0 0;
}
.qy_main12 ul li .item{
	width: 100%;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease;
}
.qy_main12 ul li .item .pic{
	width: 100%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}
.qy_main12 ul li .item .pic .img1{
	width: 100%;
	transition: all 0.5s ease;
}
.qy_main12 ul li .item .pic .img2{
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.qy_main12 ul li .item .text{
	width: 100%;
	text-align: center;
	padding: 46px 14px 30px;
}
.qy_main12 ul li .item .text .title{
	font-size: 32px;
	color: #151617;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main12 ul li .item .text .content{
	font-size: 18px;
	color: #626465;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin-top: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.qy_main12 ul li .item:hover{
	box-shadow: 3.914px 5.803px 16px 0px rgba(3, 0, 0, 0.31);
}
.qy_main12 ul li .item:hover .pic{
	border-radius: 10px 10px 0 0;
}
.qy_main12 ul li .item:hover .pic .img1{
	transform:scale(1.1);
}

.qy_main13{
	width: 100%;
	margin: 120px 0 60px;
}
.swiper2 {
	width: 100%;
	padding: 0 23px 136px;
	position: relative;
}
.swiper2:before {
	content: "";
	width: 100%;
	height: 6px;
	background-color: #0760a3;
	border-radius: 6px;
	position: absolute;
	top: 213px;
	left: 0;
}
.swiper2 .swiper-slide {
	width: 100%;
}
.swiper2 .swiper-slide .item {
	/* width: 238px; */
	max-width: 100%;
	height: 232px;
	padding-left: 36px;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.swiper2 .swiper-slide .item_nr {
	width: 100%;
}
.swiper2 .swiper-slide .item:before {
	content: "";
	width: 1px;
	background-color: #0760a3;
	position: absolute;
	top: 0;
	bottom: 13px;
	left: 15px;
}
.swiper2 .swiper-slide .item:after {
	content: "";
	width: 32px;
	height: 32px;
	background: url(../images/pic12.png) no-repeat center;
	background-size: cover !important;
	position: absolute;
	bottom: 0;
	left: 0px;
	transition: all 0.5s ease;
}
.swiper2 .swiper-slide .item:hover:after {
	background: url(../images/pic12h.png) no-repeat center;
}
.swiper2 .swiper-slide .item .title {
	font-size: 40px;
	font-weight: bold;
	color: #0760a3;
	width: 100%;
	line-height: 100%;
}
.swiper2 .swiper-slide .item .content {
	font-size: 16px;
	color: #201e1e;
	width: 100%;
	line-height: 24px;
	margin-top: 12px;
}
.swiper2 .swiper-slide:nth-child(2n) .item {
	margin-top: 200px;
	align-items: flex-end;
}
.swiper2 .swiper-slide:nth-child(2n) .item:before {
	top: 13px;
	bottom: 0px;
}
.swiper2 .swiper-slide:nth-child(2n) .item:after {
	top: 0;
	bottom: auto;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  position: absolute;
	top: auto;
	bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: 0px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper2 .swiper-button-prev {
  background: url(../images/pic13.png) no-repeat center;
  left: 40.5%;
  right: auto;
}
.swiper2 .swiper-button-next {
  background: url(../images/pic14.png) no-repeat center;
  right: 40.5%;
  left: auto;
}
.swiper2 .swiper-button-prev:hover {
  background: url(../images/pic13.png) no-repeat center;
}
.swiper2 .swiper-button-next:hover {
  background: url(../images/pic14.png) no-repeat center;
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
  content: "";
}
.swiper2 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 81px;
	left: 0;
	display: none;
}
.swiper2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 8px;
  background: #fff;
  opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active {
  width: 32px;
}

.qy_main14{
	width: 100%;
	padding: 40px 0 80px;
}
.qy_main14 ul{
	margin: -36px -36px 0 0;
}
.qy_main14 ul li{
	width: 33.33%;
	padding: 36px 36px 0 0;
}
.qy_main14 ul li .item{
	width: 100%;
	text-align: center;
	padding: 40px 20px;
	background-color: #73b0e7;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease;
}
.qy_main14 ul li .item .icon{
	width: 100%;
}
.qy_main14 ul li .item .icon img{
	height: 50px;
}
.qy_main14 ul li .item .title{
	font-size: 24px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main14 ul li .item .content{
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 72px;
	line-height: 24px;
	margin: 26px 0 -4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qy_main14 ul li .item .content_nr{
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.qy_main14 ul li .item:hover{
	box-shadow: 14px 14px 10px 0px rgba(3, 0, 0, 0.17);
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.qy_main14 ul li .item:hover .icon img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.qy_main15{
	width: 100%;
	margin-top: 40px;
}
.swiper3 {
	width: 100%;
	padding-bottom: 72px;
}
.swiper3 .swiper-slide{
	width: auto;
	max-width: 100%;
	height: 298px;
	display: flex;
	align-items: flex-end;
}
.swiper3 .swiper-slide img {
	width: auto;
	height: 122px;
  display: block;
}
.swiper3 .swiper-slide.swiper-slide-active img {
	height: 298px;
}
.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
  position: absolute;
	top: auto;
	bottom: 0;
  width: 36px;
  height: 15px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper3 .swiper-button-prev {
  background: url(../images/pic18.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper3 .swiper-button-next {
  background: url(../images/pic19.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper3 .swiper-button-prev:hover {
  background: url(../images/pic18.png) no-repeat center;
}
.swiper3 .swiper-button-next:hover {
  background: url(../images/pic19.png) no-repeat center;
}
.swiper3 .swiper-button-next:after,
.swiper3 .swiper-button-prev:after {
  content: "";
}
.swiper3 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 81px;
  left: 0;
	display: none;
}
.swiper3 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 8px;
  background: #fff;
  opacity: 1;
}
.swiper3 .swiper-pagination-bullet-active {
  width: 32px;
}
.swiper3 .swiper-scrollbar{
	position: absolute;
	left: 31px;
	right: 31px;
	bottom: 0px;
	z-index: 50;
	width: auto;
	height: 15px;
	border-radius: 15px;
	z-index: 8;
}