@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);
}

/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
	border: none;
}

.qcontainer {
  margin-right: auto;
  margin-left: auto;
}

.padding1{
  padding: 100px 0;
}

.index-header{
	font-family: "微软雅黑";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.qy-header{
	font-family: "微软雅黑";
	width: 100%;
	padding-bottom: 50px;
	background-color: #0b2653;
}
/* 顶部内容 */
.dbnr {
  font-size: 14px;
  color: #fff;
	width: 100%;
	line-height: 27px;
	padding: 7px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
}
.dbnr1{
	display: none;
}
.dbnr1 a {
	color: #fff;
}
.dbnr1 a:hover {
	color: #fd5d14;
}
.dbnr2 a {
	color: #fd631d;
	height: 27px;
	line-height: 27px;
	padding: 0 16px;
	background-color: #fff;
	border-radius: 27px;
	display: inline-block;
}
.dbnr2 a img {
	height: 16px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.dbnr2 a:hover {
	text-decoration: underline;
}
.dbnr3{
	display: none;
}
.dbnr3 span.style1 {
	margin-right: 20px;
}
.dbnr3 span.style1 img {
	height: 16px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

/* 头部 */
.header {
  width: 100%;
	background: none;
  position: relative;
  z-index: 999999;
}
.header .qcontainer {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.header .collapse {
  position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 174px;
  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: 174px;
  padding: 50px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 74px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 13px;
  color: #fff;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .nav {
  padding-right: 0px;
  padding-bottom: 0px;
}
.header .nav > li {
	margin-right: 0px !important;
	padding: 0 16px 0 17px;
	background: url(../images/pic5.png) no-repeat left center;
	background-size: 1px 16px;
  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 {
  height: 177px;
  line-height: 174px;
	text-align: center;
	margin-bottom: -2px;
  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: #fff;
	background: none;
	border-bottom: 3px solid #fd5d14;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #fff;
	background: none;
	border-bottom: 3px solid #fd5d14;
}
.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: #fd5d14;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fd5d14;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #fd5d14;
}
.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: none;
	border-bottom: 3px solid #fd5d14;
}

.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: #fd5d14;
}

.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;
}
.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: 30px;
  left: 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 7px;
  background: #fff;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
	width: 26px;
  background: #fd5d14;
}

/* 网站首页 */
.main {
	width: 100%;
  overflow: hidden;
}
.main h2 {
  width: 100%;
  margin: 0;
  padding: 20px 248px 0 0;
  position: relative;
}
.main h2:before {
  content: "";
  width: 42px;
  height: 5px;
  background-color: #fd5d14;
  position: absolute;
  top: 0;
  left: 0;
}
.main h2 p {
  font-size: 30px;
  color: #001d3e;
  width: 100%;
  line-height: 100%;
  text-transform: uppercase;
}
.main h2 span {
  font-size: 14px;
  color: #9f9f9f;
  width: 100%;
  line-height: 24px;
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
}
.main h2 a {
  font-size: 14px;
  color: #fff;
  width: 178px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #c5c6c6;
  border-radius: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.main h2 a img {
  height: 21px;
  margin-left: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.main h2 a:hover {
  background-color: #fd5d14;
}

.main1 {
  width: 100%;
  background: url(../images/img1.jpg) no-repeat right bottom;
  background-size: cover;
}
.main1_1 {
  width: 100%;
  margin-top: 40px;
  padding-right: 248px;
}
.main1_1 ul {
  width: 100%;
}
.main1_1 ul li {
  width: 50%;
  padding: 0 50px 34px 0;
}
.main1_1 ul li .item {
  width: 100%;
  padding-left: 45px;
  position: relative;
}
.main1_1 ul li .item .pic {
  width: 45px;
  position: absolute;
  top: 5px;
  left: 0;
}
.main1_1 ul li .item .pic img {
  height: 20px;
}
.main1_1 ul li .item .text {
  width: 100%;
}
.main1_1 ul li .item .text .title {
  font-size: 20px;
  color: #001d3e;
  width: 100%;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main1_1 ul li .item .text .content {
  font-size: 14px;
  color: #9f9f9f;
  width: 100%;
  height: 96px;
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.main1_1 ul li .item:hover .text .title {
  color: #fd5d14;
}

.main2 {
  width: 100%;
}
.main2 h2 {
	padding-right: 0 !important;
}
.main2 h2 span {
	text-transform: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}
.main2_1 {
	width: 100%;
	position: relative;
}
.main2_1_l {
	width: 26.92%;
	padding-right: 50px;
}
.main2_1_r {
  width: 73.08%;
}
.swiper2 {
	width: 100%;
	position: static;
}
.swiper2 .item {
	width: 100%;
	display: block;
}
.swiper2 .item .pic {
	width: 100%;
	-webkit-box-shadow: 5px 5px 7px rgba(6, 0, 1, .21);
	-moz-box-shadow: 5px 5px 7px rgba(6, 0, 1, .21);
	box-shadow: 5px 5px 7px rgba(6, 0, 1, .21);
	overflow: hidden;
}
.swiper2 .item .pic img {
	width: 100%;
}
.swiper2 .item .text {
	width: 100%;
}
.swiper2 .item .text .title {
	font-size: 20px;
	color: #001d3e;
	width: 100%;
	line-height: 30px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper2 .item .text .content {
	font-size: 14px;
	color: #9f9f9f;
	width: 100%;
	height: 72px;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.swiper2 .item .text .more {
	font-size: 16px;
	color: #434343;
	width: 100%;
	line-height: 16px;
	margin-top: 36px;
}
.swiper2 .item .text .more img {
	height: 13px;
	margin-left: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.swiper2 .item .text .more img.img1 {
	display: inline-block;
}
.swiper2 .item .text .more img.img2 {
	display: none;
}
.swiper2 .item:hover .text .title {
	color: #fd5d14;
}
.swiper2 .item:hover .text .more {
	color: #fd5d14;
}
.swiper2 .item:hover .text .more img.img1 {
	display: none;
}
.swiper2 .item:hover .text .more img.img2 {
	display: inline-block;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper2 .swiper-button-prev {
  background: url(../images/pic155.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper2 .swiper-button-next {
  background: url(../images/pic156.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper2 .swiper-button-prev:hover {
  background: url(../images/pic155h.png) no-repeat center;
}
.swiper2 .swiper-button-next:hover {
  background: url(../images/pic156h.png) no-repeat center;
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
  content: "";
}
.swiper2 .swiper-pagination {
  font-size: 0px;
  width: auto;
  bottom: 50px;
	left: 0;
}
.swiper2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0 !important;
  display: inline-block;
  border-radius: 14px;
	background: #6a7a8e;
	border: 2px solid #fff;
  opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #fd5d14;
}

.main3 {
  width: 100%;
  background: url(../images/img2.jpg) no-repeat center;
  background-size: cover;
}
.main3_1 {
	width: 100%;
	margin-top: 50px;
}
.main3_1 .pic {
  width: 40.83%;
}
.main3_1 .pic .item {
	width: 100%;
	padding: 0 0 54px 24px;
	position: relative;
}
.main3_1 .pic .item .pic1 {
	width: 100%;
	overflow: hidden;
}
.main3_1 .pic .item .pic1 img {
	width: 100%;
}
.main3_1 .pic .item .pic2 {
	font-size: 24px;
	color: #fff;
	width: 100%;
	height: 108px;
	line-height: 108px;
	padding: 0 126px 0 30px;
	background: #fd5d14 url(../images/pic12.png) no-repeat right 50px center;
	background-size: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main3_1 .text {
	width: 59.17%;
	padding-right: 30px;
}
.main3_1 .text .title {
	font-size: 20px;
	color: #000;
	width: 100%;
	margin: 20px 0 34px;
	text-transform: uppercase;
}
.main3_1 .text .content {
	font-size: 14px;
	color: #000;
	width: 100%;
	line-height: 24px;
}
.main3_2 {
	width: 100%;
	overflow: hidden;
}
.main3_2 .item {
	margin: 34px -40px;
}
.main3_2 .item_nr {
	width: 50%;
	padding: 0 40px;
	border-right: 1px dashed rgba(77, 77, 77, .3);
}
.main3_2 .item_nr ul {
	width: 100%;
}
.main3_2 .item_nr ul li {
	font-size: 14px;
	color: #4d4d4d;
	width: 100%;
	line-height: 41px;
	text-align: right;
	border-bottom: 1px dashed rgba(90, 90, 90, .15);
}
.main3_2 .item_nr ul li a {
	color: #000;
	width: 70%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main3_2 .item_nr ul li a:hover {
	color: #fd5d14;
}
.main3 .more {
  width: 100%;
}
.main3 .more a {
  font-size: 14px;
  color: #fff;
  width: 178px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #c5c6c6;
  border-radius: 44px;
  display: inline-block;
}
.main3 .more a img {
  height: 21px;
  margin-left: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.main3 .more a:hover {
  background-color: #fd5d14;
}

.main4 {
  width: 100%;
  background: #f1f1f1;
}
.main4_1 {
  width: 100%;
	margin-top: 46px;
}
.swiper3 {
	width: 100%;
	/* padding-bottom: 64px; */
}
.swiper3 .swiper-wrapper {
	display: flex;
	align-items: flex-end;
}
.swiper3 .item {
	width: 100%;
	padding: 40px;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 7px rgba(6, 0, 1, .21);
	-moz-box-shadow: 3px 3px 7px rgba(6, 0, 1, .21);
	box-shadow: 3px 3px 7px rgba(6, 0, 1, .21);
	display: block;
	opacity: .5;
	position: relative;
}
.swiper3 .item:before {
	content: "";
	width: 100%;
	height: 10px;
	background-color: #fd5d14;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.swiper3 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper3 .item .pic img {
	width: 100%;
}
.swiper3 .item .text {
	width: 100%;
}
.swiper3 .item .text .title {
	font-size: 20px;
	color: #001d3e;
	width: 100%;
	height: 60px;
	line-height: 30px;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper3 .item .text .content {
	font-size: 14px;
	color: #9f9f9f;
	width: 100%;
	height: 72px;
	line-height: 24px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.swiper3 .item .text .more {
	font-size: 16px;
	color: #434343;
	width: 100%;
	line-height: 16px;
	margin-top: 44px;
	margin-bottom: 86px;
	/* display: none; */
}
.swiper3 .item .text .more img {
	height: 13px;
	margin-left: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.swiper3 .item .text .more img.img1 {
	display: inline-block;
}
.swiper3 .item .text .more img.img2 {
	display: none;
}
.swiper3 .item:hover .text .title {
	color: #fd5d14;
}
.swiper3 .item:hover .text .more {
	color: #fd5d14;
}
.swiper3 .item:hover .text .more img.img1 {
	display: none;
}
.swiper3 .item:hover .text .more img.img2 {
	display: inline-block;
}
.swiper3 .item:hover {
	opacity: 1;
}
.swiper3 .item:hover:before {
	opacity: 1;
}
/* .swiper3 .swiper-slide.swiper-slide-active .item {
	opacity: 1;
}
.swiper3 .swiper-slide.swiper-slide-active .item:before {
	opacity: 1;
}
.swiper3 .swiper-slide.swiper-slide-active .item .text .more {
	display: block;
} */
.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper3 .swiper-button-prev {
  background: url(../images/pic155.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper3 .swiper-button-next {
  background: url(../images/pic156.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper3 .swiper-button-prev:hover {
  background: url(../images/pic155h.png) no-repeat center;
}
.swiper3 .swiper-button-next:hover {
  background: url(../images/pic156h.png) no-repeat center;
}
.swiper3 .swiper-button-next:after,
.swiper3 .swiper-button-prev:after {
  content: "";
}
.swiper3 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 0px;
	left: 0;
	display: none;
}
.swiper3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 4px !important;
  display: inline-block;
  border-radius: 14px;
	background: #6a7a8e;
	border: 2px solid #f1f1f1;
  opacity: 1;
}
.swiper3 .swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #fd5d14;
}

.main5 {
  width: 100%;
}
.main5_1 {
	width: 100%;
	margin-top: 46px;
	position: relative;
}
.swiper4 {
	width: 100%;
	padding-bottom: 64px;
	position: static;
}
.swiper4 .item {
	width: 100%;
	height: 463px;
	padding-right: 27px;
	display: block;
	position: relative;
}
.swiper4 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper4 .item .pic img {
	width: 100%;
}
.swiper4 .item .text {
	height: 319px;
	padding: 75px 30px 0;
	background: url(../images/pic13.png) no-repeat right top;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 13px;
}
.swiper4 .item .text .title {
	font-size: 20px;
	color: #001d3e;
	width: 100%;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper4 .item .text .content {
	font-size: 14px;
	color: #9f9f9f;
	width: 100%;
	height: 96px;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.swiper4 .item .text .more {
	font-size: 16px;
	color: #434343;
	width: 100%;
	line-height: 16px;
	margin-top: 20px;
}
.swiper4 .item .text .more img {
	height: 13px;
	margin-left: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.swiper4 .item .text .more img.img1 {
	display: inline-block;
}
.swiper4 .item .text .more img.img2 {
	display: none;
}
.swiper4 .item:hover .text .title {
	color: #fd5d14;
}
.swiper4 .item:hover .text .more {
	color: #fd5d14;
}
.swiper4 .item:hover .text .more img.img1 {
	display: none;
}
.swiper4 .item:hover .text .more img.img2 {
	display: inline-block;
}
.swiper4 .swiper-button-next,
.swiper4 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper4 .swiper-button-prev {
  background: url(../images/pic40.png) no-repeat center;
  left: -88px;
  right: auto;
}
.swiper4 .swiper-button-next {
  background: url(../images/pic41.png) no-repeat center;
  right: -88px;
  left: auto;
}
.swiper4 .swiper-button-prev:hover {
  background: url(../images/pic40h.png) no-repeat center;
}
.swiper4 .swiper-button-next:hover {
  background: url(../images/pic41h.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: 14px;
	background: #6a7a8e;
	border: 2px solid #fff;
  opacity: 1;
}
.swiper4 .swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #fd5d14;
}

/* 底部 */
.footer{
	font-family: "微软雅黑";
	width: 100%;
}
.footer_t{
	width: 100%;
	padding: 50px 0;
	background-color: #0b2653;
}
.footer_t1{
	width: 24.17%;
}
.footer_t1 .item1{
	width: 100%;
}
.footer_t1 .item1 img{
	height: 63px;
}
.footer_t1 .item2{
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 20px;
	margin: 26px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.footer_t1 .item3 a{
	font-size: 14px;
	font-weight: bold;
	color: #fd5d14;
	width: 100%;
	line-height: 34px;
	display: inline-block;
}
.footer_t1 .item3 img{
	height: 34px;
	margin-right: 8px;
}
.footer_t2{
	width: 36.5%;
}
.footer_t2 ul{
	margin: -10px -30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.footer_t2 ul li{
	width: 50%;
	padding: 10px 30px 0 0;
}
.footer_t2 ul li.style1{
	width: 100%;
}
.footer_t2 ul li .item{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 24px;
}
.footer_t2 ul li .item .pic{
	width: 23px;
}
.footer_t2 ul li .item .pic img{
	width: 100%;
}
.footer_t2 ul li .item .text{
	margin-left: 31px;
	padding-top: 2px;
}
.footer_t2 ul li .item .text p{
	font-weight: bold;
}
.footer_t3{
	width: 24%;
	margin-right: 4.4%;
	display: none;
}
.footer_t3 .item1{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
.footer_t3 .item2{
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 24px;
	margin-top: 14px;
}
.footer_t3 .item3{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 28px;
	margin-top: 24px;
}
.footer_t3 .item3 img{
	height: 28px;
	margin-right: 8px;
}
.footer_t3 .item4{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-top: 30px;
}
.footer_t3 .item5{
	width: 100%;
	margin-top: 30px;
}
.footer_t3 .item5_nr{
	text-align: center;
	display: inline-block;
}
.footer_t3 .item5 p{
	width: 100%;
}
.footer_t3 .item5 p img{
	width: 23px;
}
.footer_t3 .item5 span{
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	display: block;
}
.footer_t4{
	width: 144px;
	text-align: center;
	margin-right: 16.67%;
}
.footer_t4 bdo{
	width: 100%;
	display: block;
}
.footer_t4 bdo img{
	width: 100%;
}
.footer_t4 p{
	width: 100%;
	margin-top: 64px;
}
.footer_t4 p img{
	width: 23px;
}
.footer_t4 span{
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	display: block;
}
.footer_b{
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 18px 0;
	background-color: #081e45;
}
.footer_b a{
	color: #fff;
}
.footer_b a:hover{
	text-decoration: underline;
}

/* 面包屑 */
.crumb{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(11, 38, 83, .5);
}
.crumb_nr{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 28px;
	padding-left: 50px;
	background: url(../images/pic22.png) no-repeat left center;
	background-size: 30px 28px;
}
.crumb_nr a{
	color: #777;
}
.crumb_nr a:hover{
	color: #0b2653;
}
.crumb_nr span.style1{
	color: #0b2653;
}

/*page*/
.pages {
  font-size: 0;
	text-align: center;
	margin-top: 50px;
}
.pages a {
  display: inline-block;
  width: 36px;
  height: 30px;
  line-height: 30px;
  text-align: center;
	border-radius: 30px;
  font-size: 14px;
  color: #747474;
  transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child {
	width: 80px;
	color: #fff;
  background-color: #ccc;
}
.pages a:hover,
.pages a.on {
	font-weight: bold;
  color: #fd5d14;
}
.pages a:first-child:hover,
.pages a:last-child:hover {
	color: #fff;
	background-color: #fd5d14;
}

/* 内页 */
.qy_main{
	width: 100%;
	padding: 50px 0;
  overflow: hidden;
}
.qy_main_l{
	width: 22.5%;
}
.qy_main_l.other1{
	width: 28.08%;
}
.qy_main_l h2{
	font-size: 30px;
	color: #fff;
	width: 100%;
	line-height: 42px;
	margin: 0;
	padding: 19px 34px;
	background-color: #0b2653;
	text-transform: uppercase;
}
.qy_main_l .ul1{
	width:100%;
	border-top: 1px solid #e5e5e5;
}
.qy_main_l .ul1>li{
	width:100%;
	position: relative;
}
.qy_main_l .ul1>li>a{
	font-size:18px;
	color:#a4a4a4;
	width:100%;
	line-height:26px;
	padding: 7px 34px;
	background: url(../images/pic23.png) no-repeat 8px center;
	background-size: 16px auto !important;
	border-bottom: 1px solid #e5e5e5;
	display:block;
	/* overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; */
}
.qy_main_l .ul1>li>a.on{
	color: #fff;
	background: #fd5d14 url(../images/pic23h.png) no-repeat 8px center;
}
.qy_main_l .ul2{
	width:100%;
	padding: 0 17px 10px;
	display:none;
}
.qy_main_l .ul2>li>a{
	font-size:16px;
	color:#888;
	width:100%;
	line-height:24px;
	padding: 3px 33px 3px 17px;
	background: url(../images/pic24.png) no-repeat right 8px center;
	background-size: 8px auto !important;
	border-bottom: 1px dashed #ededed;
	display:block;
	/* overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; */
}
.qy_main_l .ul2>li>a.on{
	color:#fd5d14;
	background: url(../images/pic24h.png) no-repeat right 8px center;
}
.qy_main_l .ul3{
	width:100%;
	padding: 10px 17px 10px;
	display:none;
}
.qy_main_l .ul3>li>a{
	font-size:14px;
	color:#888;
	line-height:24px;
	border-bottom: 1px solid #fff;
	display:inline-block;
	/* overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; */
}
.qy_main_l .ul3>li>a.on{
	color:#fd5d14;
	border-bottom: 1px solid #fd5d14;
}
.qy_main_r{
	width: 77.5%;
	padding: 50px;
	border: 1px solid #dbdbdb;
	float: right;
}
.qy_main_r h2{
	font-size: 30px;
	color: #001d3e;
	width: 100%;
	line-height: 100%;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}
.qy_main_r h2:before{
	content: "";
	width: 42px;
	height: 5px;
	background-color: #fd5d14;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.qy_main_r1{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r1 .item1{
	font-size: 18px;
	color: #2a2a2a;
	width: 100%;
	line-height: 24px;
}
.qy_main_r1 .item2{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 24px;
	margin-top: 14px;
}
.qy_main_r1 .item2 span.style1{
	color: #000;
}

.qy_main_r2{
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.qy_main_r2.other1{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.qy_main_r2 .icon{
	width: auto;
	max-width: 100%;
	position: absolute;
	top: -100px;
	right: 0;
}
.qy_main_r2 .icon img{
	height: 90px;
}
.qy_main_r2 .item1{
	font-size: 22px;
	color: #000;
	width: 100%;
	line-height: 24px;
}
.qy_main_r2 .item2{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 24px;
	margin-top: 14px;
}
.qy_main_r2 .item2 span.style1{
	color: #000;
}
.qy_main_r2 .item3{
	font-size: 14px;
	color: #c51515;
	line-height: 24px;
}
.qy_main_r2 .item3 img{
	height: 24px;
	margin-right: 10px;
}
.qy_main_r2 .item3 a{
	color: #c51515;
}
.qy_main_r2 .item3 a:hover{
	text-decoration: underline;
}

.qy_main_r3{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.qy_main_r3 ul{
	width: 100%;
}
.qy_main_r3 ul li{
	width: 100%;
	margin-top: 30px;
}
.qy_main_r3 ul li:first-child{
	margin-top: 0px;
}
.qy_main_r3 ul li .item{
	width: 100%;
}
.qy_main_r3 ul li .item .pic{
	width: 28.14%;
}
.qy_main_r3 ul li .item .pic .pic_nr{
	width: 100%;
	overflow: hidden;
}
.qy_main_r3 ul li .item .pic .pic_nr img{
	width: 100%;
}
.qy_main_r3 ul li .item .pic .title{
	font-size: 16px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 20px;
}
.qy_main_r3 ul li .item .text{
	width: 71.86%;
	padding-left: 20px;
}
.qy_main_r3 ul li .item .text .title{
	font-size: 18px;
	color: #001d3e;
	width: 100%;
	line-height: 36px;
}
.qy_main_r3 ul li .item .text .content{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 20px;
	margin-top: 8px;
}
.qy_main_r3 ul li .item:hover .text .title{
	color: #fd5d14;
}
.qy_main_r3.past{
	margin-bottom: 0;
}
.qy_main_r3.past ul li .item .pic{
	width: 23.43%;
}
.qy_main_r3.past ul li .item .text{
	width: 76.57%;
}

.qy_main_r4{
	width: 100%;
}
.qy_main_r4 .item1{
	width: 100%;
	position: relative;
}
.qy_main_r4 .item1 .nr1{
	font-size: 24px;
	color: #001d3e;
	width: 100%;
	text-transform: uppercase;
}
.qy_main_r4 .item1 .nr2{
	font-size: 18px;
	color: #888;
	width: 100%;
	line-height: 24px;
	margin-top: 8px;
}
.qy_main_r4 .item1 .nr3{
	font-size: 14px;
	color: #c51515;
	line-height: 24px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.qy_main_r4 .item1 .nr3 img{
	height: 24px;
	margin-right: 10px;
}
.qy_main_r4 .item1 .nr3 a{
	color: #c51515;
}
.qy_main_r4 .item1 .nr3 a:hover{
	text-decoration: underline;
}
.qy_main_r4 .item2{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 30px;
	margin-top: 30px;
}
.qy_main_r4 .item3{
	width: 100%;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #e5e5e5;
}
.qy_main_r4 .item3 ul{
	width: 380px;
	max-width: 100%;
}
.qy_main_r4 .item3 ul li{
	font-size: 16px;
	color: #000;
	width: 100%;
	margin-top: 10px;
}
.qy_main_r4 .item3 ul li:first-child{
	margin-top: 0px;
}
.qy_main_r4 .item3 ul li p{
	width: 96px;
	line-height: 50px;
	text-align: right;
}
.qy_main_r4 .item3 ul li span{
	margin-left: 96px;
	display: block;
}
.qy_main_r4 .item3 ul li span .wbk1{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}
.qy_main_r4 .item3 ul li span .btn1{
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	padding: 0 10px;
	background-color: #fd5d14;
	border: 0px;
	border-radius: 5px;
}

.qy_main_r5{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}
.qy_main_r5 ul{
	margin: 0 -3%;
	/* padding: 0 6.6%; */
}
.qy_main_r5 ul li{
	width: 50%;
	padding: 0 3%;
}
.qy_main_r5 ul li .title{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 100%;
	padding-bottom: 10px;
	position: relative;
}
.qy_main_r5 ul li .title:before{
	content: "";
	width: 35px;
	height: 3px;
	background-color: #fd5d14;
	position: absolute;
	bottom: 0;
	left: 0;
}
.qy_main_r5 ul li .list{
	width: 100%;
	margin-top: 20px;
}
.qy_main_r5 ul li .list p{
	font-size: 16px;
	color: #888787;
	width: 100%;
	height: 58px;
	line-height: 24px;
	padding: 5px 0;
	border-bottom: 1px dashed #f0f0f0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main_r5.other1{
	margin-bottom: 0;
}

.qy_main_r6{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r6 ul{
	width: 100%;
}
.qy_main_r6 ul li{
	width: 100%;
	margin-top: 40px;
}
.qy_main_r6 ul li .item{
	width: 100%;
}
.qy_main_r6 ul li .item .date{
	color: #fff;
	width: 74px;
	text-align: center;
	padding: 21px 0;
	background-color: #001d3e;
}
.qy_main_r6 ul li .item .date p{
	font-size: 28px;
	width: 100%;
	line-height: 100%;
}
.qy_main_r6 ul li .item .date span{
	font-size: 14px;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
	display: block;
}
.qy_main_r6 ul li .item .text{
	margin-left: 94px;
	display: block;
	position: relative;
}
.qy_main_r6 ul li .item .text .title{
	font-size: 22px;
	color: #000;
	width: 70%;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main_r6 ul li .item .text .title a{
	color: #000;
}
.qy_main_r6 ul li .item .text .title a:hover{
	color: #fd5d14;
}
.qy_main_r6 ul li .item .text .content{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qy_main_r6 ul li .item:hover .date{
	background-color: #fd5d14;
}
.qy_main_r6 ul li .item .text .download{
	font-size: 14px;
	color: #515151;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: 0;
}
.qy_main_r6 ul li .item .text .download a{
	color: #515151;
}
.qy_main_r6 ul li .item .text .download img{
	height: 20px;
	margin-left: 14px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qy_main_r6 ul li .item .text .download img.img1{
	display: inline-block;
}
.qy_main_r6 ul li .item .text .download img.img2{
	display: none;
}
.qy_main_r6 ul li .item .text .download:hover a{
	color: #fd5d14;
}
.qy_main_r6 ul li .item .text .download:hover img.img1{
	display: none;
}
.qy_main_r6 ul li .item .text .download:hover img.img2{
	display: inline-block;
}

.qy_main_r7{
	width: 100%;
	margin-top: 50px;
}

.qy_main_r8{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r8 ul{
	width: 100%;
}
.qy_main_r8 ul li{
	width: 100%;
	margin-top: 20px;
}
.qy_main_r8 ul li:first-child{
	margin-top: 0px;
}
.qy_main_r8 ul li .item{
	width: 100%;
	padding: 20px 30px;
	-webkit-box-shadow: 2px 2px 7px rgba(5, 0, 1, .11);
	-moz-box-shadow: 2px 2px 7px rgba(5, 0, 1, .11);
	box-shadow: 2px 2px 7px rgba(5, 0, 1, .11);
}
.qy_main_r8 ul li .item .title{
	font-size: 18px;
	color: #000;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main_r8 ul li .item .content{
	font-size: 14px;
	color: #757575;
	width: 100%;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main_r8 ul li .item:hover{
	background-color: #0b2653;
}
.qy_main_r8 ul li .item:hover .title{
	color: #fff;
}
.qy_main_r8 ul li .item:hover .content{
	color: #fff;
}

.qy_main_r9{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r9 ul{
	width: 100%;
}
.qy_main_r9 ul li{
	width: 100%;
	margin-top: 20px;
}
.qy_main_r9 ul li:first-child{
	margin-top: 0px;
}
.qy_main_r9 ul li .item{
	width: 100%;
}
.qy_main_r9 ul li .item .pic{
	width: 35.87%;
	overflow: hidden;
}
.qy_main_r9 ul li .item .pic img{
	width: 100%;
}
.qy_main_r9 ul li .item .text{
	width: 64.13%;
	padding-right: 30px;
}
.qy_main_r9 ul li .item .text .title{
	font-size: 22px;
	color: #000;
	width: 100%;
	line-height: 36px;
}
.qy_main_r9 ul li .item .text .content{
	width: 100%;
	margin-top: 40px;
}
.qy_main_r9 ul li .item .text .content span{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding: 8px 20px;
	background-color: #fd5d14;
	border-radius: 40px;
	display: inline-block;
}

.qy_main_r10{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r10 ul{
	margin: -9px -9px 0 0;
}
.qy_main_r10 ul li{
	width: 25%;
	padding: 9px 9px 0 0;
}
.qy_main_r10 ul li:first-child{
	margin-top: 0px;
}
.qy_main_r10 ul li .item{
	width: 100%;
}
.qy_main_r10 ul li .item .pic{
	width: 100%;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	overflow: hidden;
}
.qy_main_r10 ul li .item .pic img{
	width: 100%;
}

.qy_main_r11{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r11 .item1{
	width: 100%;
	position: relative;
}
.qy_main_r11 .item1 .nr1{
	font-size: 22px;
	color: #000;
	width: 70%;
	line-height: 30px;
}
.qy_main_r11 .item1 .nr3{
	font-size: 14px;
	color: #c51515;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.qy_main_r11 .item1 .nr3 img{
	height: 24px;
	margin-right: 10px;
}
.qy_main_r11 .item1 .nr3 a{
	color: #c51515;
}
.qy_main_r11 .item1 .nr3 a:hover{
	text-decoration: underline;
}
.qy_main_r11 .item2{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 24px;
	margin-top: 10px;
}

.qy_main_r12{
	width: 100%;
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
}
.qy_main_r12 .item{
	width: 100%;
}
.qy_main_r12 .item .pic{
	width: 47.83%;
	overflow: hidden;
}
.qy_main_r12 .item .pic img{
	width: 100%;
}
.qy_main_r12 .item .text{
	width: 52.17%;
	padding-left: 24px;
}
.qy_main_r12 .item .text .title{
	font-size: 22px;
	color: #000;
	width: 100%;
	line-height: 44px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main_r12 .item .text .content{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.qy_main_r12 .item .text .date{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 19px;
	margin-top: 26px;
}
.qy_main_r12 .item .text .date img{
	height: 19px;
	margin-right: 10px;
}

.qy_main_r13{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r13 ul{
	margin: -30px -30px 0 0;
}
.qy_main_r13 ul li{
	width: 50%;
	padding: 30px 30px 0 0;
}
.qy_main_r13 ul li .item{
	width: 100%;
}
.qy_main_r13 ul li .item .pic{
	width: 47.78%;
}
.qy_main_r13 ul li .item .pic .pic_nr{
	width: 100%;
	overflow: hidden;
}
.qy_main_r13 ul li .item .pic .pic_nr img{
	width: 100%;
}
.qy_main_r13 ul li .item .text{
	width: 52.22%;
	padding-left: 20px;
}
.qy_main_r13 ul li .item .text .title{
	font-size: 18px;
	color: #001d3e;
	width: 100%;
	line-height: 36px;
}
.qy_main_r13 ul li .item .text .content{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 20px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}
.qy_main_r13 ul li .item:hover .text .title{
	color: #fd5d14;
}

.qy_main_r14{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r14 ul{
	margin: -30px -30px 0 0;
}
.qy_main_r14 ul li{
	width: 33.33%;
	padding: 30px 30px 0 0;
}
.qy_main_r14 ul li .item{
	width: 100%;
	text-align: center;
	padding: 40px 20px 60px;
	-webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, .14);
	-moz-box-shadow: 6px 6px 18px rgba(0, 0, 0, .14);
	box-shadow: 6px 6px 18px rgba(0, 0, 0, .14);
}
.qy_main_r14 ul li .item .pic{
	width: 100%;
}
.qy_main_r14 ul li .item .pic .pic_nr{
	width: 136px;
	max-width: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.qy_main_r14 ul li .item .pic .pic_nr img{
	width: 100%;
}
.qy_main_r14 ul li .item .text{
	width: 100%;
}
.qy_main_r14 ul li .item .text .title{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 36px;
	margin-top: 14px;
}
.qy_main_r14 ul li .item .text .content{
	font-size: 14px;
	color: #6a6a6a;
	width: 100%;
	height: 120px;
	line-height: 24px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.qy_main_r14 ul li .item:hover .text .title{
	color: #fd5d14;
}

.qy_main_r15{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r15 .item1{
	width: 100%;
}
.qy_main_r15 .item1 .pic{
	width: 36.36%;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}
.qy_main_r15 .item1 .pic img{
	width: 100%;
}
.qy_main_r15 .item1 .text{
	font-size: 14px;
	color: #777;
	width: 63.64%;
	line-height: 24px;
	margin-top: 26px;
	padding-left: 26px;
}
.qy_main_r15 .item2{
	font-size: 24px;
	color: #000;
	width: 100%;
	margin: 22px 0;
	padding-bottom: 20px;
	text-transform: uppercase;
	position: relative;
}
.qy_main_r15 .item2:before{
	content: "";
	width: 40px;
	height: 3px;
	background-color: #fd5d14;
	position: absolute;
	bottom: 0;
	left: 0;
}
.qy_main_r15 .item3{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 26px;
}

.qy_main_r16{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r16 .item1{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 24px;
}
.qy_main_r16 .item2{
	width: 100%;
}
.qy_main_r16 .item2 ul{
	width: 100%;
}
.qy_main_r16 .item2 ul li{
	width: 100%;
	margin-top: 50px;
}
.qy_main_r16 .item2 ul li .item{
	width: 100%;
	display: flex;
	align-items: center;
}
.qy_main_r16 .item2 ul li .item .pic{
	width: 136px;
	height: 136px;
	padding: 45px;
	background: url(../images/pic34.png) no-repeat center;
	background-size: cover;
	flex-shrink: 0;
}
.qy_main_r16 .item2 ul li .item .pic img{
	width: 46px;
	height: 46px;
}
.qy_main_r16 .item2 ul li .item .text{
	font-size: 16px;
	color: #787878;
	line-height: 24px;
	padding-left: 40px;
}

.qy_main_r17{
	width: 67.42%;
}
.qy_main_r17 h3{
	font-size: 22px;
	color: #0b2653;
	width: 100%;
	line-height: 48px;
	margin: 0;
	border-bottom: 1px solid #0b2653;
	position: relative;
}
.qy_main_r17 h3:before{
	content: "";
	width: 70px;
	height: 3px;
	background-color: #fd5d14;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.qy_main_r17 .list{
	width: 100%;
	margin-top: 14px;
}
.qy_main_r17 .list ul {
	width: 100%;
}
.qy_main_r17 .list ul li {
	font-size: 16px;
	color: #8d8d8d;
	width: 100%;
	line-height: 48px;
	text-align: right;
	padding-right: 35px;
	border-bottom: 1px dashed rgba(90, 90, 90, .15);
	position: relative;
}
.qy_main_r17 .list ul li a.title {
	color: #232121;
	width: 70%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main_r17 .list ul li a.title:hover {
	color: #fd5d14;
}
.qy_main_r17 .list ul li a.download{
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 0;
}
.qy_main_r17 .list ul li a.download a{
	color: #454545;
}
.qy_main_r17 .list ul li a.download img{
	height: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qy_main_r17 .list ul li a.download img.img1{
	display: inline-block;
}
.qy_main_r17 .list ul li a.download img.img2{
	display: none;
}
.qy_main_r17 .list ul li a.download:hover img.img1{
	display: none;
}
.qy_main_r17 .list ul li a.download:hover img.img2{
	display: inline-block;
}

/* 关于ISA--详情 */
.xq_main{
	width: 100%;
	margin-bottom: 50px;
	padding: 100px 0;
	background-color: #f6f7f8;
	overflow: hidden;
}
.xq_main h2{
	font-size: 30px;
	color: #001d3e;
	width: 100%;
	line-height: 100%;
	padding-bottom: 20px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}
.xq_main h2:before{
	content: "";
	width: 42px;
	height: 5px;
	background-color: #fd5d14;
	position: absolute;
	bottom: 0;
	left: 0;
}
.xq_main1{
	width: 100%;
	margin-top: 50px;
}
.xq_main1 .pic{
	width: 27%;
	overflow: hidden;
}
.xq_main1 .pic img{
	width: 100%;
}
.xq_main1 .text{
	width: 73%;
	padding-left: 30px;
}
.xq_main1 .text .title{
	font-size: 22px;
	color: #000;
	width: 100%;
	line-height: 44px;
	margin: 26px 0 6px;
}
.xq_main1 .text .content{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 24px;
}

/* 关于ISA--详情 */
.industry_main{
	width: 100%;
	overflow: hidden;
}
.industry_main h2{
	font-size: 30px;
	color: #001d3e;
	width: 100%;
	line-height: 100%;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}
.industry_main h2:before{
	content: "";
	width: 42px;
	height: 5px;
	background-color: #fd5d14;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.industry_main1{
	width: 100%;
	padding: 100px 0;
	background-color: #f6f7f8;
}
.industry_main1_1{
	width: 100%;
	margin-top: 50px;
}
.swiper5 {
	width: 100%;
	padding-bottom: 35px;
}
.swiper5 .item{
	width: 100%;
}
.swiper5 .item .pic{
	width: 47.78%;
}
.swiper5 .item .pic .pic_nr{
	width: 100%;
	overflow: hidden;
}
.swiper5 .item .pic .pic_nr img{
	width: 100%;
}
.swiper5 .item .text{
	width: 52.22%;
	padding-left: 20px;
}
.swiper5 .item .text .title{
	font-size: 18px;
	color: #001d3e;
	width: 100%;
	line-height: 36px;
}
.swiper5 .item .text .content{
	font-size: 14px;
	color: #777;
	width: 100%;
	line-height: 20px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}
.swiper5 .item:hover .text .title{
	color: #fd5d14;
}
.swiper5 .swiper-button-next,
.swiper5 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper5 .swiper-button-prev {
  background: url(../images/pic155.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper5 .swiper-button-next {
  background: url(../images/pic156.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper5 .swiper-button-prev:hover {
  background: url(../images/pic155h.png) no-repeat center;
}
.swiper5 .swiper-button-next:hover {
  background: url(../images/pic156h.png) no-repeat center;
}
.swiper5 .swiper-button-next:after,
.swiper5 .swiper-button-prev:after {
  content: "";
}
.swiper5 .swiper-pagination {
  font-size: 0px;
	width: 100%;
	height: 3px;
	background-color: #dddedf;
	border-radius: 2px;
	top: auto;
  bottom: 1px;
	left: 0;
}
.swiper5 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	height: 5px;
	background: #fd5d14;
	border-radius: 2px;
	top: -1px;
	bottom: -1px;
}

.industry_main2{
	width: 100%;
	padding: 100px 0;
}
.industry_main2_1{
	width: 100%;
	margin-top: 50px;
}
.industry_main2_1 ul{
	margin: -30px -30px 0 0;
}
.industry_main2_1 ul li{
	width: 33.33%;
	padding: 30px 30px 0 0;
}
.industry_main2_1 ul li .item{
	width: 100%;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .22);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, .22);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .22);
}
.industry_main2_1 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.industry_main2_1 ul li .item .pic img{
	width: 100%;
}
.industry_main2_1 ul li .item .text{
	width: 100%;
	padding: 40px 30px 50px;
}
.industry_main2_1 ul li .item .text .title{
	font-size: 22px;
	color: #001d3e;
	width: 100%;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.industry_main2_1 ul li .item .text .title a{
	color: #001d3e;
}
.industry_main2_1 ul li .item .text .title a:hover{
	color: #fd5d14;
}
.industry_main2_1 ul li .item .text .content{
	font-size: 14px;
	color: #777;
	width: 100%;
	height: 120px;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.industry_main2_1 ul li .item .text .download{
	font-size: 14px;
	color: #454545;
	line-height: 20px;
	margin-top: 36px;
}
.industry_main2_1 ul li .item .text .download a{
	color: #454545;
}
.industry_main2_1 ul li .item .text .download img{
	height: 20px;
	margin-left: 30px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.industry_main2_1 ul li .item .text .download img.img1{
	display: inline-block;
}
.industry_main2_1 ul li .item .text .download img.img2{
	display: none;
}
.industry_main2_1 ul li .item .text .download:hover a{
	color: #fd5d14;
}
.industry_main2_1 ul li .item .text .download:hover img.img1{
	display: none;
}
.industry_main2_1 ul li .item .text .download:hover img.img2{
	display: inline-block;
}

/* 登录 */
.signIn_main{
	font-family: "微软雅黑";
	width: 100%;
	min-height: 100vh;
	padding: 64px 0;
	background: #0a1f3f !important;
	overflow: hidden;
}
.signIn_main1{
	width: 100%;
}
.signIn_main1 img{
	height: 118px;
}
.signIn_main2{
	width: 100%;
	margin-top: 90px;
}
.signIn_main2_l{
	color: #fff;
	width: 60%;
	padding-right: 30px;
}
.signIn_main2_l .item1{
	font-size: 72px;
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
}
.signIn_main2_l .item2{
	font-size: 60px;
	font-weight: bold;
	width: 100%;
	line-height: 72px;
	margin-top: 30px;
	text-transform: uppercase;
}
.signIn_main2_r{
	width: 40%;
	padding: 84px 30px;
	border: 2px solid #fff;
	border-radius: 2px;
}
.signIn_main2_r .item{
	width: 308px;
	max-width: 100%;
}
.signIn_main2_r .item1{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.signIn_main2_r .item2{
	width: 100%;
	margin-top: 14px;
}
.signIn_main2_r .item2 .wbk{
	font-size: 14px;
	color: #9e9e9e;
	width: 100%;
	height: 47px;
	line-height: 45px;
	padding: 0 10px 0 37px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 17px auto;
	border-radius: 5px;
}
.signIn_main2_r .item2 .wbk1{
	background-image: url(../images/pic36.png);
}
.signIn_main2_r .item2 .wbk2{
	background-image: url(../images/pic37.png);
}
.signIn_main2_r .item3{
	width: 100%;
	margin-top: 30px;
}
.signIn_main2_r .item3 .btn1{
	font-size: 16px;
	font-weight: bold;
	color: #0b2653;
	width: 100%;
	height: 47px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 40px rgba(6, 15, 30, .36);
	-moz-box-shadow: 2px 2px 40px rgba(6, 15, 30, .36);
	box-shadow: 2px 2px 40px rgba(6, 15, 30, .36);
}