@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 {
  margin-right: auto;
  margin-left: auto;
}

/* 顶部内容 */
.dbnr {
  font-size: 16px;
  color: #2d2d2d;
	width: 100%;
	line-height: 24px;
	padding: 8px 0;
	border-bottom: 1px solid #efefef;
}

/* 头部 */
.header {
  width: 100%;
	background: #fff;
  position: relative;
  z-index: 999999;
}
.header .collapse {
  position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 108px;
  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: 108px;
  padding: 16px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 76px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 18px;
  color: #000;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .nav {
	padding-top: 36px;
  padding-right: 110px;
  padding-bottom: 0px;
}
.header .nav > li {
	margin-right: 0px !important;
	padding: 0 14px 0 23px;
	background: url(../images/pic1.png) no-repeat left center;
	background-size: 9px 17px;
  position: relative;
}
.header .nav > li:first-child {
	padding-left: 0;
	background: none;
}
/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a {
  line-height: 35px;
	text-align: center;
	padding: 0 14px;
	border-radius: 35px;
  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: #fff;
	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
}
.header .navbar-default .navbar-nav > .active > a {
  color: #fff;
	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
}
.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: #2e6db0;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #2e6db0;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #2e6db0;
}
.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: #fff;
	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
}

.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: #2e6db0;
}

.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: 65px;
  height: 65px;
	margin-top: -32px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	opacity: .3;
	display: none;
}
.swiper1 .swiper-button-prev {
  background: url(../images/pic38.png) no-repeat center;
  left: 5.2%;
  right: auto;
}
.swiper1 .swiper-button-next {
  background: url(../images/pic39.png) no-repeat center;
  right: 5.2%;
  left: auto;
}
.swiper1 .swiper-button-prev:hover {
	opacity: .5;
}
.swiper1 .swiper-button-next:hover {
	opacity: .5;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  content: "";
}
.swiper1 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 20px;
  left: 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 14px;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.swiper1 .swiper-pagination.hidden {
	display: none !important;
	visibility: hidden !important;
}

/* 网站首页 */
.main {
	width: 100%;
	padding-bottom: 60px;
  overflow: hidden;
}
.main h2 {
	font-family: "SourceHanSerifSC-Bold";
	width: 100%;
	text-align: center;
  margin: 0;
  padding: 40px 0 20px;
}
.main h2 p.cn {
	width: 100%;
}
.main h2 p.cn span {
	font-size: 48px;
	color: #2e6db0;
	line-height: 100%;
	display: inline-block;
	position: relative;
}
.main h2 p.cn span em {
	width: 367px;
	height: 5px;
	background-size: cover !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.main h2 p.cn span em.left {
	background: url(../images/pic2.png) no-repeat center;
	left: -417px;
}
.main h2 p.cn span em.right {
	background: url(../images/pic3.png) no-repeat center;
	right: -417px;
}
.main h2 p.en {
	font-size: 18px;
	color: rgba(0, 0, 0, .3);
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
}
.main .more {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.main .more a {
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 44px;
	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
	display: inline-block;
}

.main1 {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.main1_l {
	width: 48.36%;
}
.swiper2 {
  width: 100%;
}
.swiper2 .item {
	width: 100%;
	display: block;
	position: relative;
}
.swiper2 .item .pic {
  width: 100%;
}
.swiper2 .item .pic img {
  width: 100%;
}
.swiper2 .item .title {
	font-size: 20px;
	color: #fff;
	width: 100%;
	line-height: 50px;
	padding: 0 30px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 65px;
  height: 65px;
	margin-top: -32px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	opacity: .3;
	display: none;
}
.swiper2 .swiper-button-prev {
  background: url(../images/pic38.png) no-repeat center;
  left: 5.2%;
  right: auto;
}
.swiper2 .swiper-button-next {
  background: url(../images/pic39.png) no-repeat center;
  right: 5.2%;
  left: auto;
}
.swiper2 .swiper-button-prev:hover {
	opacity: .5;
}
.swiper2 .swiper-button-next:hover {
	opacity: .5;
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
  content: "";
}
.swiper2 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 20px;
  left: 0;
	display: none;
}
.swiper2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 14px;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.main1_r {
	width: 51.64%;
	padding-left: 30px;
}
.main1_r1 {
	width: 100%;
}
.main1_r1 .item {
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px dashed #96b6d7;
	display: block;
}
.main1_r1 .item .title {
  font-family: "SourceHanSerifSC-Bold";
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main1_r1 .item .content {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 30px;
	margin-top: 18px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main1_r1 .item:hover .title {
	color: #2e6db0;
}
.main1_r2 {
	width: 100%;
	margin-top: 18px;
}
.main1_r2 ul {
	width: 100%;
}
.main1_r2 ul li {
	font-size: 20px;
	color: #9a9a9a;
	width: 100%;
	line-height: 42px;
	text-align: right;
}
.main1_r2 ul li a {
	color: #5b5b5b;
	max-width: 70%;
	text-align: left;
	padding-left: 18px;
	background: url(../images/pic4.png) no-repeat left center;
	background-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main1_r2 ul li a:hover {
	color: #2e6db0;
}

.main2 {
	width: 100%;
}
.main2 ul {
	margin: -20px -22px 0 0;
}
.main2 ul li {
	width: 25%;
	padding: 20px 22px 0 0;
}
.main2 ul li .item {
	width: 100%;
	display: block;
}
.main2 ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.main2 ul li .item .pic img {
	width: 100%;
}
.main2 ul li .item .title {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 25px;
	margin-top: 20px;
	padding-left: 14px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2 ul li .item .title:before {
	content: "";
	width: 6px;
	height: 25px;
	background-image: linear-gradient(to bottom, #2e6db0, #6ab29a);
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
}
.main2 ul li .item:hover .title {
	color: #2e6db0;
}

.main3 {
	width: 100%;
}
.main3 ul {
	margin: -40px -40px 0 0;
}
.main3 ul li {
	width: 50%;
	padding: 0px 40px 0 0;
}
.main3 ul li .item {
	width: 100%;
	padding: 40px 15px 20px;
	border-bottom: 1px dashed #b2c9e2;
	display: block;
}
.main3 ul li .item .title {
  font-family: "SourceHanSerifSC-Bold";
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	padding-left: 32px;
	background: url(../images/pic5.png) no-repeat left center;
	background-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main3 ul li .item .content {
	font-size: 16px;
	color: #363535;
	width: 100%;
	height: 72px;
	line-height: 24px;
	margin-top: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main3 ul li .item:hover .title {
	color: #2e6db0;
}

.main4 {
	width: 100%;
	padding-top: 40px;
}
.swiper3 {
  width: 100%;
}
.swiper3 .swiper-slide img {
  width: 100%;
  display: block;
	/*transition: 1s linear 2s;
	transform: scale(1, 1);*/
}
/*.swiper3 .swiper-slide-active img, .swiper3 .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1.1, 1.1);
}*/
.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 65px;
  height: 65px;
	margin-top: -32px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	opacity: .3;
	display: none;
}
.swiper3 .swiper-button-prev {
  background: url(../images/pic38.png) no-repeat center;
  left: 5.2%;
  right: auto;
}
.swiper3 .swiper-button-next {
  background: url(../images/pic39.png) no-repeat center;
  right: 5.2%;
  left: auto;
}
.swiper3 .swiper-button-prev:hover {
	opacity: .5;
}
.swiper3 .swiper-button-next:hover {
	opacity: .5;
}
.swiper3 .swiper-button-next:after,
.swiper3 .swiper-button-prev:after {
  content: "";
}
.swiper3 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 20px;
  left: 0;
	display: none;
}
.swiper3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 14px;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}
.swiper3 .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.swiper3 .swiper-pagination.hidden {
	display: none !important;
	visibility: hidden !important;
}

.main5 {
	width: 100%;
}
.main5_l {
	width: 67.86%;
}
.main5_l ul {
	margin-top: -22px;
}
.main5_l ul li {
	width: 50%;
	padding: 22px 22px 0 0;
}
.main5_l ul li .item {
	width: 100%;
	background-color: #f6f6f6;
	display: block;
}
.main5_l ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.main5_l ul li .item .pic img {
	width: 100%;
}
.main5_l ul li .item .text {
	width: 100%;
	padding: 14px 30px 24px;
}
.main5_l ul li .item .text .title {
  font-family: "SourceHanSerifSC-Bold";
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main5_l ul li .item .text .date {
	font-size: 16px;
	color: #c3c3c3;
	width: 100%;
	line-height: 18px;
	margin: 14px 0 10px;
	padding-left: 30px;
	background: url(../images/pic6.png) no-repeat left center;
	background-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main5_l ul li .item .text .content {
	font-size: 16px;
	color: #626262;
	width: 100%;
	height: 66px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main5_l ul li .item .text .more2 {
	width: 100%;
	margin-top: 6px;
}
.main5_l ul li .item .text .more2 span {
	font-size: 12px;
	color: #636363;
	line-height: 25px;
	padding: 0 10px;
	border-radius: 25px;
	background-color: #cacaca;
	display: inline-block;
}
.main5_l ul li .item:hover .title {
	color: #2e6db0;
}
.main5_l ul li .item:hover .text .more2 span {
	color: #fff;
	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
}
.main5_r {
	width: 32.14%;
	padding: 30px 10px 30px 30px;
	background-color: #f6f6f6;
}
.nicescroll-rails {
	width: 6px !important;
	background-color: #ddd;
	border-radius: 6px !important;
}
.nicescroll-cursors{
	width: 6px !important;
	border-radius: 6px !important;
}
.main5_r_nr {
	width: 100%;
	height: 100%;
	padding-right: 20px;
	overflow: hidden;
	overflow-y: auto;
}
.main5_r ul li{
	margin-top: 30px;
}
.main5_r ul li:first-child{
	margin-top: 0px;
}
.main5_r ul li .item .title {
	font-size: 20px;
	color: #000;
	width: 100%;
	padding-left: 18px;
	background: url(../images/pic7.png) no-repeat left center;
	background-size: 10px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main5_r ul li .item .date {
	font-size: 14px;
	color: #727272;
	width: 100%;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main5_r ul li .item:hover .title {
	color: #2e6db0;
	background: url(../images/pic4.png) no-repeat left center;
}

/* 底部 */
.footer {
	font-size: 16px;
	color: #fff;
	width: 100%;
	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
}
.footer_t {
	width: 100%;
	padding: 50px 0 30px;
}
.footer_t .item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_t .item_l li {
	line-height: 20px;
	margin-top: 20px;
}
.footer_t .item_l li:first-child {
	margin-top: 0px;
}
.footer_t .item_l li span.style1 {
	margin: 0 30px;
}
.footer_t .item_c ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_t .item_c li {
	text-align: center;
	padding: 0 15px;
}
.footer_t .item_c li p {
	width: 124px;
	max-width: 100%;
	border: 1px solid rgba(255, 255, 255, .43);
	border-radius: 10px;
	overflow: hidden;
}
.footer_t .item_c li p img {
	width: 100%;
}
.footer_t .item_c li span {
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	display: block;
}
.footer_t .item_r li {
	color: rgba(255, 255, 255, .8);
	line-height: 28px;
	margin-top: 20px;
}
.footer_t .item_r li:first-child {
	margin-top: 0px;
}
.footer_t .item_r li img {
	height: 20px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.footer_t a {
	color: #fff;
}
.footer_t a:hover {
	text-decoration: underline;
}
.footer_b {
	width: 100%;
	line-height: 20px;
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer_b a {
	color: #fff;
}
.footer_b a:hover {
	text-decoration: underline;
}

/* 内页banner */
.qy_banner {
	width: 100%;
	overflow: hidden;
}
.qy_banner img {
  width: 100%;
	display: block;
}

/* 内页 */
.qy_main {
	width: 100%;
	padding: 70px 0;
  overflow: hidden;
}
.qy_main h2 {
	width: 100%;
	text-align: center;
  margin: 0;
	padding: 40px 0;
}
.qy_main h2 p {
	width: 100%;
	position: relative;
}
.qy_main h2 p:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #d5e2ef;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.qy_main h2 p em.style1 {
	padding: 0 30px;
	background-color: #fff;
}
.qy_main h2 p em.style2 {
	font-size: 36px;
	font-weight: bold;
 	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
  -webkit-background-clip: text;
  color: transparent;
	line-height: 100%;
	display: inline-block;
}
.qy_main h2 span {
	font-size: 18px;
	color: #858585;
	line-height: 100%;
	margin-top: 10px;
	display: block;
}

.qy_main1 {
	width: 100%;
}
.qy_main1_l {
	width: 62.14%;
}
.qy_main1_l1 {
	font-size: 18px;
	color: #909090;
	width: 100%;
	line-height: 33px;
	padding-left: 47px;
	background: url(../images/pic15.png) no-repeat left top;
	background-size: 35px 33px;
}
.qy_main1_l1 a {
	color: #909090;
}
.qy_main1_l1 a:hover {
	color: #2e6db0;
}
.qy_main1_l2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	width: 100%;
	padding: 32px 0 4px;
	border-bottom: 1px solid #e5e5e5;
}
.qy_main1_l3 {
	font-size: 16px;
	color: #a8a8a8;
	width: 100%;
	margin-top: 14px;
}
.qy_main1_l3 span.style1 {
	margin-left: 70px;
}
.qy_main1_l4 {
	font-size: 18px;
	color: #1a1a1a;
	width: 100%;
	line-height: 36px;
	margin-top: 30px;
}
.qy_main1_l5 {
	width: 100%;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}
.qy_main1_l5 a {
	font-size: 16px;
	color: #5e5d5d;
	line-height: 34px;
	padding: 0 34px;
	border-radius: 34px;
	background-color: #c2c2c2;
	display: inline-block;
	max-width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main1_l5 a:hover {
	color: #fff;
	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
}
.qy_main1_l6 {
	width: 100%;
}
.qy_main1_l6 ul {
	width: 100%;
}
.qy_main1_l6 ul li {
	width: 100%;
}
.qy_main1_l6 ul li .item {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
}
.qy_main1_l6 ul li:first-child .item {
	padding-top: 0;
}
.qy_main1_l6 ul li .item .pic {
	width: 40%;
	padding-right: 20px;
	flex-shrink: 0;
}
.qy_main1_l6 ul li .item .pic_nr {
	width: 100%;
	overflow: hidden;
}
.qy_main1_l6 ul li .item .pic_nr img {
	width: 100%;
}
.qy_main1_l6 ul li .item .pic_nr.video {
	position: relative;
}
.qy_main1_l6 ul li .item .pic_nr.video:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/pic17.png) no-repeat center;
	background-size: 61px 61px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.qy_main1_l6 ul li .item .text {
	width: 60%;
}
.qy_main1_l6 ul li .item .text_nr {
	height: 100%;
	/* display: flex;
	align-items: stretch;
	flex-wrap: wrap; */
}
.qy_main1_l6 ul li .item .text .title {
	font-size: 22px;
	color: #000;
	width: 100%;
	height: 80px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main1_l6 ul li .item .text .title2 {
	font-size: 22px;
	color: #000;
	width: 100%;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main1_l6 ul li .item .text .content {
	font-size: 16px;
	color: #4d4d4d;
	width: 100%;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main1_l6 ul li .item .text .date {
	font-size: 20px;
	color: #8b8b8b;
	width: 100%;
	line-height: 24px;
	margin: 28px 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main1_l6 ul li .item .text .date img {
	height: 24px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.qy_main1_l6 ul li .item .text .date2 {
	margin: 18px 0 20px;
}
.qy_main1_l6 ul li .item .text .tag span {
	font-size: 16px;
	color: #8b8b8b;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	display: inline-block;
}
.qy_main1_l6 ul li .item:hover .text .title, .qy_main1_l6 ul li .item:hover .text .title2 {
	color: #2e6db0;
}
.qy_main1_l7 {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 36px;
	margin-top: 40px;
}
.qy_main1_l7 span.style1 {
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0;
	display: block;
}
.qy_main1_l8 {
	font-size: 16px;
	color: #2b2b2b;
	width: 100%;
	margin-bottom: 30px;
}
.qy_main1_l8 .item1 {
	padding: 4px;
	background-color: #f6f6f6;
  border-radius: 5px;
}
.qy_main1_l8 .item1 .wbk1 {
	width: 280px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px 0 42px;
	background: url(../images/pic19.png) no-repeat 10px center;
	background-size: 22px 22px;
	border: 0;
}
.qy_main1_l8 .wbk2 {
	width: 100px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	margin-left: 40px;
	background: #fff;
	border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.qy_main1_l8 .item1 .btn1 {
	font-size: 20px;
	color: #fff;
	width: 114px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
	border: 0;
  border-radius: 5px;
}
.qy_main1_l9 {
	width: 100%;
}
.qy_main1_l9 ul {
	margin: -30px -18px 0 0;
}
.qy_main1_l9 ul li {
	width: 33.33%;
	padding: 30px 18px 0 0;
}
.qy_main1_l9 ul li .item {
	width: 100%;
	display: block;
}
.qy_main1_l9 ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.qy_main1_l9 ul li .item .pic img {
	width: 100%;
}
.qy_main1_l9 ul li .item .title {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 25px;
	margin-top: 20px;
	padding-left: 14px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main1_l9 ul li .item .title:before {
	content: "";
	width: 6px;
	height: 25px;
	background-image: linear-gradient(to bottom, #2e6db0, #6ab29a);
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
}
.qy_main1_l9 ul li .item:hover .title {
	color: #2e6db0;
}

/*page*/
.pages {
  font-size: 0;
	text-align: center;
	margin-top: 40px;
}
.pages a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
  padding: 0 5px;
  font-size: 14px;
  color: #5f5f5f;
  transition: all 0.5s;
}
.pages a {
  display: inline-block;
	width: 40px;
}
.pages a:first-child,.pages a:last-child{
	width: 66px;
}
.pages a:first-child{
	border-left: 1px solid #bfbfbf;
}
.pages a:hover,
.pages a.on {
  background-color: #2e6db0;
  color: #fff;
}
.qy_main1_r {
	width: 37.86%;
	padding-left: 40px;
}
.qy_main1_r1 {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 26px;
	padding-left: 24px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main1_r1:before {
	content: "";
	width: 4px;
	height: 26px;
	background-image: linear-gradient(to bottom, #2e6db0, #6ab29a);
	position: absolute;
	top: 0;
	left: 0;
}
.qy_main1_r1 a {
	font-size: 18px;
	font-weight: normal;
	color: #868686;
}
.qy_main1_r1 a:hover {
	color: #2e6db0;
}
.qy_main1_r2 {
	width: 100%;
	margin: 34px 0;
}
.qy_main1_r2 ul {
	width: 100%;
}
.qy_main1_r2 ul li {
	font-size: 18px;
	color: #aaa;
	width: 100%;
	line-height: 42px;
	text-align: right;
}
.qy_main1_r2 ul li a {
	font-size: 20px;
	color: #000;
	max-width: 70%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main1_r2 ul li a span.num {
	font-size: 18px;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 12px;
	background-color: #a2a1a1;
	border-radius: 30px;
	display: inline-block;
}
.qy_main1_r2 ul li:nth-child(1) a span.num, .qy_main1_r2 ul li:nth-child(2) a span.num, .qy_main1_r2 ul li:nth-child(3) a span.num {
	background-color: #2e6db0;
}
.qy_main1_r2 ul li a:hover {
	color: #2e6db0;
}
.qy_main1_r3 {
	width: 100%;
	margin-top: 54px;
}
.qy_main1_r3 ul{
	margin-top: -20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.qy_main1_r3 li {
	text-align: center;
	padding: 20px 10px 0;
}
.qy_main1_r3 li p {
	width: 166px;
	max-width: 100%;
	border: 1px solid #d7d7d7;
	overflow: hidden;
}
.qy_main1_r3 li p img {
	width: 100%;
}
.qy_main1_r3 li span {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
	display: block;
}
.qy_main1_r4 {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 30px;
	text-align: center;
	margin-top: 40px;
}
.qy_main1_r4 img {
	height: 30px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

.qy_main2 {
	width: 100%;
	padding: 0 0 70px;
  overflow: hidden;
}
.qy_main2 .item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.qy_main2 .item .pic {
	width: 62.14%;
  overflow: hidden;
}
.qy_main2 .item .pic img {
	width: 100%;
}
.qy_main2 .item .text {
	width: 37.86%;
	padding-left: 40px;
}
.qy_main2 .item .text_nr {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.qy_main2 .item .text .title {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 60px;
	margin: 10px 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main2 .item .text .content {
	font-size: 16px;
	color: #4e4e4e;
	width: 100%;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.qy_main2 .item .text .date {
	font-size: 14px;
	color: #4e4e4e;
	width: 100%;
	line-height: 100%;
	margin-top: auto;
}
.qy_main2 .item .text .date span.style1 {
	margin-left: 50px;
}
.qy_main2 .item:hover .text .title {
	color: #2e6db0;
}

.qy_main3 {
	width: 100%;
}
.qy_main3 ul {
	margin: -30px -43px 0 0;
}
.qy_main3 ul li {
	width: 33.33%;
	padding: 30px 43px 0 0;
}
.qy_main3 ul li .item {
	width: 100%;
	display: block;
}
.qy_main3 ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.qy_main3 ul li .item .pic img {
	width: 100%;
}
.qy_main3 ul li .item .text{
	width: 100%;
	padding: 40px 20px;
	border: 1px solid #d7d7d7;
}
.qy_main3 ul li .item .date {
	font-size: 16px;
	color: #999;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main3 ul li .item .title {
	font-size: 20px;
	color: #333;
	width: 100%;
	height: 72px;
	line-height: 36px;
	margin: 20px 0 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main3 ul li .item .content {
	font-size: 16px;
	color: #999;
	width: 100%;
	height: 90px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.qy_main3 ul li .item .more {
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height: 100%;
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main3 ul li .item:hover .title {
	color: #2e6db0;
}
.qy_main3 ul li .item:hover .text{
  box-shadow: 0 0px 17px rgba(0, 0, 0, .13);
}

.qy_main4 {
	font-size: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}
.qy_main4 a {
	font-size: 22px;
	color: #6e6e6e;
	line-height: 30px;
	margin-left: 20px;
	padding: 0 18px;
	border-radius: 30px;
	display: inline-block;
}
.qy_main4 a:first-child {
	margin-left: 0;
}
.qy_main4 a:hover, .qy_main4 a.on {
	color: #fff;
	background-image: linear-gradient(to right, #2e6db0, #6ab29a);
}

.qy_main5 {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 36px;
}
.qy_main5 span.style1 {
	font-size: 30px;
	font-weight: bold;
}
.qy_main5 span.style2 {
	font-size: 24px;
	font-weight: bold;
}
.qy_main5 span.style3 {
	margin-left: 180px;
}
.qy_main5 span.style4 {
	margin-left: 146px;
}

.qy_main6 {
	font-size: 20px;
	color: #2b2b2b;
	width: 100%;
	line-height: 36px;
}

.qy_main7 {
	width: 100%;
}
.qy_main7 ul {
	margin: -62px -62px 0 0;
}
.qy_main7 ul li {
	width: 33.33%;
	padding: 62px 62px 0 0;
}
.qy_main7 ul li .item {
	width: 100%;
  border-radius: 15px;
	overflow: hidden;
	display: block;
	position: relative;
}
.qy_main7 ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.qy_main7 ul li .item .pic img {
	width: 100%;
}
.qy_main7 ul li .item .text{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qy_main7 ul li .item .text_nr{
	width: 100%;
}
.qy_main7 ul li .item .text .icon{
	width: 100%;
}
.qy_main7 ul li .item .text .icon img{
	width: 45px;
}
.qy_main7 ul li .item .text .title{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 36px;
	margin: 14px 0 6px;
}
.qy_main7 ul li .item .text .content{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 30px;
}
.qy_main7 ul li .item:hover{
  box-shadow: 0 0px 17px rgba(0, 0, 0, .13);
}

.qy_main8 {
	width: 100%;
	padding: 0 70px;
}
.qy_main8_l {
	width: 62.14%;
}
.qy_main8_l .item {
	width: 100%;
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.qy_main8_l .item:first-child {
	margin-top: 0px;
}
.qy_main8_l .item .pic {
	width: 92px;
}
.qy_main8_l .item .pic img {
	width: 56px;
}
.qy_main8_l .item .text {
	width: calc(100% - 92px);
}
.qy_main8_l .item .text .title {
	font-size: 24px;
	color: #000;
	width: 100%;
}
.qy_main8_l .item .text .content {
	font-size: 16px;
	color: #484848;
	width: 100%;
	margin-top: 10px;
}
.qy_main8_r {
	width: 37.86%;
	padding-left: 15px;
}
.qy_main8_r ul{
	margin-top: -20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.qy_main8_r li {
	text-align: center;
	padding: 20px 15px 0;
}
.qy_main8_r li p {
	width: 166px;
	max-width: 100%;
	border: 1px solid #d7d7d7;
	overflow: hidden;
}
.qy_main8_r li p img {
	width: 100%;
}
.qy_main8_r li span {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	display: block;
}