@charset "utf-8";
.fywximgd{height: 150px}
: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;
}

body {
	padding-top: 80px;
	word-wrap:break-word;word-break:break-word;
}

.qcontainer {
  margin-right: auto;
  margin-left: auto;
}

/* 头部 */
.header {
  width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
  z-index: 999999;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 80px;
  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: 80px;
  padding: 21px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 38px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #212121;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .navbar .language {
	font-size: 16px;
	color: #222;
	line-height: 80px;
}
.header .navbar .language a {
	color: #222;
}
.header .navbar .language a:hover {
	color: #4b78b3;
}

.header .nav {
  padding-right: 171px;
  padding-bottom: 0px;
}
.header .nav > li {
  margin-right: 52px !important;
  position: static;
}
/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a {
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding: 0 17px;
  display: block;
}



.header .nav li.navli_one{position: relative}
.header .nav li.navli_one .dropdown-menu{    width: 176px !important;  left: 50% !important;  margin-left: -88px !important;  text-align: center;  padding: 30px 0;}
.header .nav li.navli_one .qcontainer{width: 100% !important;}
.header .nav li.navli_one .dropdown-menu .item{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: #4b78b3;
	background: none;
	border-bottom: 3px solid #4b78b3;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #4b78b3;
	background: none;
	border-bottom: 3px solid #4b78b3;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 13px;
  margin-right: 0px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #4b78b3;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #4b78b3;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #4b78b3;
}
.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: #4b78b3;
	background: none;
	border-bottom: 3px solid #4b78b3;
}

.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: 60px 0;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background: #fff;
  border: 0px solid #a7a6a7;
	border-top: 1px solid #0a1229;
  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 .item {
	margin: -10px -5px;
	display: flex;
	justify-content: space-between;
}
.header .dropdown-menu .item .nr {
	padding: 10px 5px;
}
.header .dropdown-menu .item .nr p {
	width: 100%;
	padding-bottom: 2px;
}
.header .dropdown-menu .item .nr p a {
	font-size: 18px;
	color: #555;
	width: 100%;
	line-height: 100%;
	display: block;
    font-weight: bold;
}
.header .nav li.navli_one .qcontainer .nr p a{font-weight: normal}



.header .dropdown-menu .item .nr p a:hover {
	color: #4b78b3;
}
.header .dropdown-menu .item .nr span {
	width: 100%;
	margin-top: 18px;
	display: block;
}
.header .dropdown-menu .item .nr span a {
	font-size: 14px;
	color: #555;
	width: 100%;
	line-height: 100%;
	display: block;
}
.header .dropdown-menu .item .nr span a:hover {
	color: #4b78b3;
}

.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: 53px;
  height: 80px;
	margin-top: -40px;
	background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper1 .swiper-button-prev {
  background: url(/Public/home/images/pic1.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper1 .swiper-button-next {
  background: url(/Public/home/images/pic2.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper1 .swiper-button-prev:hover {
	background-color: #4b78b3;
}
.swiper1 .swiper-button-next:hover {
	background-color: #4b78b3;
}
.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: 100px;
  height: 2px;
  margin: 0 2px !important;
  display: inline-block;
  border-radius: 0;
  background: #c8ccd4;
  opacity: .5;
}
.swiper1 .swiper-pagination-bullet-active {
	opacity: 1;
}

/* 底部 */
.footer{
	width: 100%;
	text-align: center;
	border-top: 3px solid #0185cd;
	overflow: hidden;
}
.footer_t{
	width: 100%;
	padding: 40px 0 24px;
}
.footer_t1{
	width: 100%;
}
.footer_t1 img{
	height: 56px;
}
.footer_t2{
	font-size: 16px;
	color: #aaa;
	width: 100%;
	line-height: 26px;
	margin-top: 10px;
}
.footer_t3{
	font-size: 0;
	width: 100%;
	line-height: 26px;
	margin-top: 0 !important;
}
.footer_t3 a{
	font-size: 16px;
	color: #212121;
	margin: 0 43px;
	display: inline-block;
}
.footer_t3 a:hover{
	color: #4b78b3;
}
.footer_t4{
	font-size: 0;
	width: 100%;
	margin-top: 40px;
}
.footer_t4 a{
	margin: 0 10px;
	display: inline-block;
}
.footer_t4 a p{
	width: 50px;
	display: inline-block;
}
.footer_t4 a p img{
	width: 100%;
}
.footer_t5{
	width: 100%;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-around;
}
.footer_t5 .item{
	line-height: 26px;
	padding: 10px;
}
.footer_t5 .item p{
	font-size: 18px;
	color: #aaa;
	width: 100%;
}
.footer_t5 .item span{
	font-size: 16px;
	color: #333;
	width: 100%;
	display: block;
}
.footer_b{
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 14px 0;
	background-color: #222;
}
.footer_b a{
	color: #fff;
}
.footer_b a:hover{
	text-decoration: underline;
}

/* 内页banner */
.qy_banner {
  width: 100%;
}
.qy_banner img {
  width: 100%;
  display: block;
}

/* 网站首页 */
.main {
	width: 100%;
  overflow: hidden;
}
.main h2 {
	font-size: 34px;
	color: #222;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0;
	padding-bottom: 26px;
  background: url(/Public/home/images/pic3.png) no-repeat center bottom;
}

.main1 {
  width: 100%;
}
.main1 img {
  width: 100%;
  display: block;
}

.main2 {
	width: 100%;
	padding-top: 66px;
}
.main2_1 {
	width: 100%;
	margin-top: 20px;
}
.main2_1 ul {
  width: 100%;
}
.main2_1 ul li {
  width: 100%;
}
.main2_1 ul li .item {
	width: 100%;
	position: relative;
}
.main2_1 ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.main2_1 ul li .item .pic img {
  width: 100%;
}
.main2_1 ul li .item .text {
	width: 100%;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.main2_1 ul li .item .text .title {
	font-size: 34px;
	color: #fff;
	width: 100%;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2_1 ul li .item .text .more {
	width: 100%;
	margin-top: 55px;
	display: flex;
	justify-content: flex-end;
}
.main2_1 ul li .item .text .more span {
	font-size: 16px;
	color: #fff;
	width: 172px;
	max-width: 100%;
	height: 56px;
	padding: 0 20px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main2_1 ul li .item .text .more span img {
	width: 26px;
}
.main2_1 ul li .item .text .more span:hover {
	background-color: #4b78b3;
	border: 1px solid #4b78b3;
}
.main2_1 ul li:nth-child(2n) .item .text {
	text-align: left;
}
.main2_1 ul li:nth-child(2n) .item .more {
	justify-content: flex-start;
}

.main3 {
	width: 100%;
	padding: 84px 0 90px;
}
.main3_1 {
	width: 100%;
	margin-top: 64px;
	position: relative;
}
.main3_1 .pic {
	width: 49.42%;
	overflow: hidden;
	order: 2;
	position: absolute;
	top:0;
	right:0;
	height:100%;
}
.main3_1 .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	object-fit: cover;
}
.main3_1 .text {
	width: 46%;
	order: 1;
}
.main3_1 .text .title {
	font-size: 34px;
	color: #222;
	width: 100%;
	line-height: 100%;
	padding-bottom: 16px;
}
.main3_1 .text .content {
	font-size: 17px;
	color: #333;
	width: 100%;
	line-height: 30px;
}
.main3_1 .text .content p {
	margin: 16px 0 0;
}
.main3_1 .text .content p:first-child{margin-top: 0 !important;}

.main4 {
	width: 100%;
	padding: 84px 0 120px;
	background-color: #f7fcff;
}
.main4_1 {
	width: 100%;
	margin-top: 40px;
}
.main4_1 ul {
	margin: -10px -10px 0 0;
}
.main4_1 ul li {
	width: 33.33%;
	padding: 10px 10px 0 0;
}
.main4_1 ul li .item {
	width: 100%;
}
.main4_1 ul li .item .pic {
	width: 100%;
	background-color: #222;
	overflow: hidden;
}
.main4_1 ul li .item .pic img {
	width: 100%;
}
.main4_1 ul li .item .text {
	width: 100%;
	padding: 12px 36px 12px 20px;
	background-color: #222;
	position: relative;
}
.main4_1 ul li .item .text:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(/Public/home/images/pic6.png) no-repeat center;
	background-size: cover !important;
	position: absolute;
	right: 0;
	bottom: 0;
}
.main4_1 ul li .item .text .title {
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 52px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main4_1 ul li .item .text .date {
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main4_1 ul li .item .text2 {
	width: 100%;
	padding: 30px 36px 24px 20px;
	border-bottom: 1px solid #dedede;
}
.main4_1 ul li .item .text2 .title {
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 52px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main4_1 ul li .item .text2 .date {
	font-size: 14px;
	color: #aaa;
	width: 100%;
	line-height: 100%;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main4_1 ul li .item:hover .text .title {
	color: #4b78b3;
}
.main4_1 ul li .item:hover .text2 .title {
	color: #4b78b3;
}
.main4_2 {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.main4_2 a {
	font-size: 16px;
	color: #333;
	width: 172px;
	max-width: 100%;
	height: 56px;
	padding: 0 20px;
	border: 1px solid #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main4_2 a img {
	width: 26px;
}
.main4_2 a img.img1 {
	display: block;
}
.main4_2 a img.img2 {
	display: none;
}
.main4_2 a:hover {
	color: #fff;
	background-color: #4b78b3;
	border: 1px solid #4b78b3;
}
.main4_2 a:hover img.img1 {
	display: none;
}
.main4_2 a:hover img.img2 {
	display: block;
}

/* 产品中心 */
.cpzx_main {
	width: 100%;
	padding: 60px 0 90px;
	background: #f7f8f8 url(../images/pic12.png) no-repeat center top;
}
.cpzx_main ul {
	width: 100%;
}
.cpzx_main ul li {
	width: 100%;
	margin-top: 30px;
}
.cpzx_main ul li:first-child {
	margin-top: 0;
}
.cpzx_main ul li .item {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 35px rgba(0, 0, 0, .1);
	-moz-box-shadow: 5px 5px 35px rgba(0, 0, 0, .1);
	box-shadow: 5px 5px 35px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cpzx_main ul li .item .pic {
	width: 50%;
	order: 2;
	overflow: hidden;
}
.cpzx_main ul li .item .pic img {
  width: 100%;
}
.cpzx_main ul li .item .text {
	width: 50%;
	padding: 20px 90px;
	order: 1;
}
.cpzx_main ul li .item .text .title {
	font-size: 34px;
	color: #4b78b3;
	width: 100%;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpzx_main ul li .item .text .content {
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin: 16px 0 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.cpzx_main ul li .item .text .more {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.cpzx_main ul li .item .text .more span {
	font-size: 16px;
	color: #4b78b3;
	width: 172px;
	max-width: 100%;
	height: 56px;
	padding: 0 20px;
	border: 1px solid #4b78b3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpzx_main ul li .item .text .more span img {
	width: 26px;
}
.cpzx_main ul li .item .text .more span img.img1 {
	display: block;
}
.cpzx_main ul li .item .text .more span img.img2 {
	display: none;
}
.cpzx_main ul li .item .text .more span:hover {
	color: #fff;
	background-color: #4b78b3;
	border: 1px solid #4b78b3;
}
.cpzx_main ul li .item .text .more span:hover img.img1 {
	display: none;
}
.cpzx_main ul li .item .text .more span:hover img.img2 {
	display: block;
}

/* 产品中心-详情 */
.cpzxxq_main {
	width: 100%;
	padding: 60px 0 90px;
}
.cpzxxq_main h2 {
	text-align: left;
	background-position: left bottom !important;
}
.cpzxxq_main_l {
	width: 68.5%;
}
.cpzxxq_main_l .title {
	font-size: 20px;
	color: #4b78b3;
	width: 100%;
	line-height: 100%;
	margin-top: 60px;
    font-weight: bold;
}
.cpzxxq_main_l .content {
	font-size: 16px;
	color: #555;
	width: 100%;
	line-height: 30px;
	padding: 30px 0;
	border-bottom: 1px solid #4b78b3;

}

.cpzxxq_main_l .jjbjq,.cpzxxq_main_l .jjbjq p,.cpzxxq_main_l .jjbjq span,.cpzxxq_main_l .jjbjq strong,.cpzxxq_main_l .jjbjq i,.cpzxxq_main_l .jjbjq li,.cpzxxq_main_l .jjbjq pre{font-size: 16px !important;font-family: "思源黑体 CN Regular", "微软雅黑", Helvetica, Arial, sans-serif !important;
line-height: 30px !important;color: #555 !important;;font-weight: normal !important;
}


.fymsbjq,.fymsbjq div,.fymsbjq p,.fymsbjq span,.fymsbjq strong,.fymsbjq i,.fymsbjq li,.fymsbjq pre{font-size: 14px !important;font-family: "思源黑体 CN Regular", "微软雅黑", Helvetica, Arial, sans-serif !important;color: #4b78b3 !important;;font-weight: normal !important;line-height: 1.25 !important;margin-top: 10px !important;}




.cpzxxq_main_l .content:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.cpzxxq_main_l .content .item1 {
	margin-right: -30px;
}
.cpzxxq_main_l .content .item1 .nr {
	margin-right: 30px;
}
.cpzxxq_main_l .content .item1 .nr span.style1 {
	color: #4b78b3;
	margin-right: 6px;
}
.cpzxxq_main_r {
	width: 23%;
	padding-left: 100px;
}
.cpzxxq_main_r1 {
	width: 100%;
}
.cpzxxq_main_r1 .item {
	width: 100%;
	border: 1px solid #eaeaea;
}
.cpzxxq_main_r1 .item .pic {
	width: 100%;
	overflow: hidden;
}
.cpzxxq_main_r1 .item .pic img {
	width: 100%;
}
.cpzxxq_main_r1 .item .title {
	font-size: 20px;
	color: #222;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	padding: 0 10px;
	background-color: #f5f8f9;
	border-top: 1px solid #eaeaea;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpzxxq_main_r1 .item:hover .title {
	color: #fff;
	background-color: #4b78b3;
}
.cpzxxq_main_r2 {
	width: 100%;
	margin-top: 30px;
}
.cpzxxq_main_r2 a {
	font-size: 14px;
	color: #4b78b3;
	width: 100%;
	height: 56px;
	padding: 0 10px;
	border: 1px solid #4b78b3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpzxxq_main_r2 a img {
	width: 16px;
	margin-left: 0;
}
.cpzxxq_main_r2 a img.img1 {
	display: block;
}
.cpzxxq_main_r2 a img.img2 {
	display: none;
}
.cpzxxq_main_r2 a:hover {
	color: #fff;
	background-color: #4b78b3;
	border: 1px solid #4b78b3;
}
.cpzxxq_main_r2 a:hover img.img1 {
	display: none;
}
.cpzxxq_main_r2 a:hover img.img2 {
	display: block;
}

/* 产品中心-应用场景 */
.cpzxcj_main {
	width: 100%;
}
.cpzxcj_main1 {
	width: 100%;
	padding: 60px 0 70px;
	background: url(/Public/home/images/img15.jpg) no-repeat center;
	background-size: cover;
}
.cpzxcj_main1_1 {
	width: 100%;
	margin-top: 60px;
}
.cpzxcj_main1_1 ul {
	margin: -30px -30px 0 0;
}
.cpzxcj_main1_1 ul li {
	width: 25%;
	padding: 30px 30px 0 0;
}
.cpzxcj_main1_1 ul li .item {
	width: 100%;
}
.cpzxcj_main1_1 ul li .item .pic {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 35px rgba(0, 0, 0, .06);
	-moz-box-shadow: 5px 5px 35px rgba(0, 0, 0, .06);
	box-shadow: 5px 5px 35px rgba(0, 0, 0, .06);
	overflow: hidden;
	padding-bottom: 97%;
	position: relative;
}
.cpzxcj_main1_1 ul li .item .pic img {
	width: 100%;
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
}
.cpzxcj_main1_1 ul li .item .title {
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpzxcj_main2 {
	width: 100%;
	padding: 60px 0 90px;
}
.cpzxcj_main2_1 {
	width: 100%;
	margin-top: 60px;
	border-top: 1px solid #4b78b3;
}
.cpzxcj_main2_1 .item {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #4b78b3;
}
.cpzxcj_main2_1 .item .name {
	width: 17%;
}
.cpzxcj_main2_1 .item .name .pic {
	width: 100%;
	margin: 30px 0 20px;
}
.cpzxcj_main2_1 .item .name .pic img {
	height: 38px;
}
.cpzxcj_main2_1 .item .name .title {
	font-size:20px;
	color: #4b78b3;
	width: 100%;
	line-height: 100%;
}
.cpzxcj_main2_1 .item .list {
	width: 83%;
}
.cpzxcj_main2_1 .item .list ul {
	margin: -30px 0 0 0;
}
.cpzxcj_main2_1 .item .list ul li {
	width: 20%;
	padding: 30px 0 0 20px;
}
.cpzxcj_main2_1 .item .list ul li .nr {
	width: 100%;
	border: 1px solid #eaeaea;
}
.cpzxcj_main2_1 .item .list ul li .nr .pic {
	width: 100%;
	overflow: hidden;
    position: relative;
}
.cpzxcj_main2_1 .item .list ul li .nr .pic img {
	width: 100%;
}

.picfd_xq{position: absolute;display: none;top: 0;left: 0;width: 100%;height: 100%;background:url(/Public/home/images/fyhxcpbgxq.png) no-repeat center bottom;background-size: 100% auto}
.picfd_xq p{position: absolute;bottom: 17px;margin: 0 10%;width: 80%;color:#fff;z-index: 2;background: url(/Public/home/images/fycpxqjtw.png) center right no-repeat}
.cpzxcj_main2_1 .item .list ul li:hover .picfd_xq{display: block}


.cpzxcj_main2_1 .item .list ul li .nr .title {
	font-size: 20px;
	color: #222;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	padding: 0 10px;
	background-color: #f5f8f9;
	border-top: 1px solid #eaeaea;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpzxcj_main2_1 .item .list ul li .nr:hover .title {
	color: #fff;
	background-color: #4b78b3;
}
.cpzxcj_main2_1 .item .more {
	width: 100%;
	margin: 30px 0;
	display: block;
	justify-content: center;
}
.cpzxcj_main2_1 .item .more a {
	font-size: 16px;
	color: #4b78b3;
	width: 172px;
	max-width: 100%;
	height: 56px;
	padding: 0 20px;
	border: 1px solid #4b78b3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpzxcj_main2_1 .item .more a img {
	width: 26px;
}
.cpzxcj_main2_1 .item .more a img.img1 {
	display: block;
}
.cpzxcj_main2_1 .item .more a img.img2 {
	display: none;
}
.cpzxcj_main2_1 .item .more a:hover {
	color: #fff;
	background-color: #4b78b3;
	border: 1px solid #4b78b3;
}
.cpzxcj_main2_1 .item .more a:hover img.img1 {
	display: none;
}
.cpzxcj_main2_1 .item .more a:hover img.img2 {
	display: block;
}

/* 招聘信息 */
.zpxx_main {
	width: 100%;
	padding: 80px 0;
}
.zpxx_main1 {
	width: 100%;
	margin-top: 40px;
}
.zpxx_main1 ul {
	width: 100%;
}
.zpxx_main1 ul li {
	width: 100%;
	margin-top: 10px;
}
.zpxx_main1 ul li:first-child {
	margin-top: 0;
}
.zpxx_main1 ul li .item {
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 44px rgba(0, 0, 0, .07);
	-moz-box-shadow: 0px 0px 44px rgba(0, 0, 0, .07);
	box-shadow: 0px 0px 44px rgba(0, 0, 0, .07);
}
.zpxx_main1 ul li .item .title {
	font-size: 16px;
	width: 100%;
	line-height: 70px;
	padding: 0 54px 0 36px;
	background: url(/Public/home/images/pic10.png) no-repeat;
	background-position: right 36px center !important;
	border-radius: 6px;
	cursor: pointer;
}
.zpxx_main1 ul li .item .title .item1 {
	color: #555;
	width: 36.58%;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zpxx_main1 ul li .item .title .item2 {
	color: #999;
	width: 63.42%;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zpxx_main1 ul li .item .title .item2 span.style1 {
	margin: 0 32px;
}
.zpxx_main1 ul li .item .content {
	width: 100%;
	padding: 0 36px 30px;
	display: none;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.zpxx_main1 ul li .item .content .item1 {
	font-size: 18px;
	color: #222;
	width: 100%;
	line-height: 100%;
	margin-top: 30px;
	padding-left: 10px;
	border-left: 3px solid #4b78b3;
}
.zpxx_main1 ul li .item .content .item2 {
	font-size: 14px;
	color: #999;
	width: 100%;
	line-height: 30px;
	margin-top: 12px;
	padding-left: 13px;
}
.zpxx_main1 ul li .item .mstd {
	width: 100%;
	text-align: right;
}
.zpxx_main1 ul li .item .mstd a {
	font-size: 14px;
	color: #fff;
	width: 120px;
	max-width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #4b78b3;
	border-radius: 36px;
	display: inline-block;
}
.zpxx_main1 ul li .item .mstd a:hover {
	text-decoration: underline;
}
.zpxx_main1 ul li.on .item .title {
	background: #4b78b3 url(../images/pic10h.png) no-repeat;
}
.zpxx_main1 ul li.on .item .title .item1 {
	color: #fff;
}
.zpxx_main1 ul li.on .item .title .item2 {
	color: #fff;
}

/*page*/
.pages {
  font-size: 0;
	text-align: center;
	margin-top: 60px;
}
.pages a {
  display: inline-block;
  width: 32px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 14px;
  color: #727272;
  transition: all 0.5s;
}
.pages strong {
  display: inline-block;
  width: 32px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 14px;
  color: #727272;
  transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child {
	font-size: 12px;
	color: #848484;
	width: 70px;
}
.pages a:hover,
.pages a.on {
  background-color: #4b78b3;
  border: 1px solid #4b78b3;
  color: #fff;
}

/* 新闻中心详情 */
.xwzxxq_main {
	width: 100%;
	padding: 80px 0;
	background-color: #f7f8f8;
}
.xwzxxq_main1 {
	width: 100%;
	padding: 60px 100px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, .06);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, .06);
}
.xwzxxq_main1_1 {
	font-size: 26px;
	color: #222;
	width: 100%;
	text-align: center;
}
.xwzxxq_main1_2 {
	font-size: 12px;
	color: #5a5a5a;
	width: 100%;
	text-align: center;
	padding: 18px 0 38px;
	border-bottom: 1px dashed #898989;
}
.xwzxxq_main1_2 span.style1 {
	margin: 0 25px;
}
.xwzxxq_main1_3 {
	font-size: 14px;
	color: #999;
	width: 100%;
	line-height: 30px;
	margin-top: 50px;
}
.xwzxxq_main1_4 {
	width: 100%;
	margin-top: 150px;
	padding-right: 104px;
	position: relative;
}
.xwzxxq_main1_4 .item_l {
	width: 100%;
}
.xwzxxq_main1_4 .item_l .nr {
	width: 100%;
}
.xwzxxq_main1_4 .item_l .nr a {
	font-size: 14px;
	color: #2f2f2f;
	width: 100%;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwzxxq_main1_4 .item_l .nr a:hover {
	font-weight: bold;
	color: #4b78b3;
}
.xwzxxq_main1_4 .item_r {
	width: 104px;
	position: absolute;
	bottom: 8px;
	right: 0px;
}
.xwzxxq_main1_4 .item_r a {
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	color: #999;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #999;
	display: inline-block;
}
.xwzxxq_main1_4 .item_r a:hover {
	color: #fff;
	background-color: #4b78b3;
	border: 1px solid #4b78b3;
}

/* 新闻中心 */
.xwzx_main {
	width: 100%;
	padding: 80px 0;
}
.xwzx_main1 {
	width: 100%;
	border-top: 2px solid #f1f1f1;
}
.xwzx_main1 ul {
	width: 100%;
}
.xwzx_main1 ul li {
	width: 100%;
}
.xwzx_main1 ul li .item {
	width: 100%;
	padding: 40px 20px 40px 0;
	border-bottom: 2px solid #f1f1f1;
}
.xwzx_main1 ul li .item .date {
	width: 17.8%;
}
.xwzx_main1 ul li .item .date1 {
	font-family: "Arial";
	font-size: 30px;
	color: #a2a2a2;
	width: 100%;
	line-height: 100%;
}
.xwzx_main1 ul li .item .date2 {
	width: 100%;
	margin-top: 48px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.xwzx_main1 ul li .item .date2 img {
	width: 40px;
}
.xwzx_main1 ul li .item .date2 img.img1 {
	display: inline-block;
}
.xwzx_main1 ul li .item .date2 img.img2 {
	display: none;
}
.xwzx_main1 ul li .item .text {
	width: 51.2%;
}
.xwzx_main1 ul li .item .text .title {
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	width: 100%;
	line-height: 19px;
	margin: 32px 0 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwzx_main1 ul li .item .text .content {
	font-size: 14px;
	color: #6e6e6e;
	width: 100%;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xwzx_main1 ul li .item .pic {
	width: 23.9%;
	overflow: hidden;
}
.xwzx_main1 ul li .item .pic img {
	width: 100%;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.xwzx_main1 ul li .item:hover {
	border-bottom: 2px solid #00a0e8;
}
.xwzx_main1 ul li .item:hover .date1 {
	color: #00a0e8;
}
.xwzx_main1 ul li .item:hover .date2{
	padding-left: 44px;
}
.xwzx_main1 ul li .item:hover .date2 img.img1 {
	display: none;
}
.xwzx_main1 ul li .item:hover .date2 img.img2 {
	display: inline-block;
}
.xwzx_main1 ul li .item:hover .text .title {
	color: #00a0e8;
}
.xwzx_main1 ul li .item:hover .pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

/* 投资者关系 */
.tzzgx_main {
	width: 100%;
	padding: 1px 0 80px;
	background: #f7f8f8 url(../images/pic12.png) no-repeat center top;
}
.tzzgx_main h3 {
	font-size: 20px;
	color: #222;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0;
}
.tzzgx_main h3 img {
	width: 12px;
	margin: 0 20px;
	position: relative;
	top: -3px;
}
.tzzgx_main1 {
	font-size: 0;
	width: 100%;
	text-align: center;
	margin-top: 80px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
}
.tzzgx_main1 a {
	font-size: 16px;
	color: #222;
	line-height: 68px;
	text-align: center;
	margin: 0 76px;
	border-bottom: 2px solid #fff;
	display: inline-block;
}
.tzzgx_main1 a:hover, .tzzgx_main1 a.on {
	color: #4b78b3;
	border-bottom: 2px solid #4b78b3;
}
.tzzgx_main2 {
	width: 100%;
	margin-top: 20px;
	padding: 50px 17.9% 100px;
	background-color: rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
}
.tzzgx_main2_1 {
	font-size: 14px;
	color: #999;
	width: 100%;
	line-height: 24px;
	margin-top: 35px;
}
.tzzgx_main2_2 {
	width: 100%;
	margin-top: 55px;
}
.tzzgx_main2_3 {
	width: 100%;
	margin-top: 90px;
}
.tzzgx_main2_3 .tab{
  font-size:0px;
	width:100%;
	text-align:center;
	margin-bottom: -8px;
  background: url(/Public/home/images/pic15.png) repeat-x center bottom 8px;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.tzzgx_main2_3 .tab1{
	margin: 0 50px;
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.tzzgx_main2_3 .tab1 a{
	font-size: 16px;
	color: #222;
	width: 100%;
	height: 47px;
	line-height: 100%;
	background: url(/Public/home/images/pic16.png) no-repeat center bottom;
	background-size: 17px !important;
  display:block;
  overflow:hidden;
}
.tzzgx_main2_3 .tab1:hover a{
	color: #4b78b3;
  background: url(/Public/home/images/pic16h.png) no-repeat center bottom;
}
.tzzgx_main2_3 .tab1.on a{
	color: #4b78b3;
  background: url(/Public/home/images/pic16h.png) no-repeat center bottom;
}
.tzzgx_main2_3 .tab_nr {
	width:100%;
	margin-top: 0px;
}
.tzzgx_main2_3 .tab_nr1{
  width:100%;
  display: none;
}
.tzzgx_main2_3 ul {
	width: 100%;
}
.tzzgx_main2_3 ul li {
	width: 100%;
}
.tzzgx_main2_3 ul li .item {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.tzzgx_main2_3 ul li .item .title {
	width: 100%;
	padding: 0px 25px 0px 0px;
	background: url(/Public/home/images/pic17.png) no-repeat;
	background-position: right center !important;
	cursor: pointer;
}
.tzzgx_main2_3 ul li .item .title .item1 {
	font-size: 14px;
	color: #a1a1a1;
	width: 100%;
	line-height: 100%;
}
.tzzgx_main2_3 ul li .item .title .item2 {
	font-size: 16px;
	color: #222;
	width: 100%;
	line-height: 100%;
	margin-top: 12px;
}
.tzzgx_main2_3 ul li .item .content {
	font-size: 14px;
	color: #999;
	width: 100%;
	line-height: 24px;
	margin: 20px 0 -5px;
	display: none;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.tzzgx_main2_3 ul li.on .item .title {
	background: url(/Public/home/images/pic17h.png) no-repeat;
}
.tzzgx_main3 {
	width: 100%;
	margin-top: 20px;
	padding: 50px 100px 60px;
	background-color: rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
}
.tzzgx_main3_1 {
	width: 100%;
	margin-top: 20px;
}
.tzzgx_main3_1 ul {
	width: 100%;
}
.tzzgx_main3_1 ul li {
	font-size: 14px;
	color: #a1a1a1;
	width: 100%;
	line-height: 76px;
	text-align: right;
	border-bottom: 1px solid #ddd;
}
.tzzgx_main3_1 ul li a {
	font-size: 16px;
	color: #222;
	width: 80%;
	text-align: left;
	padding-left: 19px;
	background: url(/Public/home/images/pic18.png) no-repeat;
	background-position: left center !important;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tzzgx_main3_1 ul li a:hover {
	color: #4b78b3;
	background: url(/Public/home/images/pic18h.png) no-repeat;
}
.tzzgx_main4 {
	width: 100%;
	min-height: 525px;
	margin-top: 20px;
	padding: 70px 0px;
	background-color: rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
}
.tzzgx_main4_1 {
	width: 100%;
	overflow: hidden;
}
.tzzgx_main4_1 ul {
	margin: -20px -1px 0 0;
}
.tzzgx_main4_1 ul li {
	width: 33.33%;
	text-align: center;
	margin-top: 20px;
	padding: 0 20px;
	background: url(/Public/home/images/pic19.png) no-repeat right 12px;
}
.tzzgx_main4_1 ul li .item {
	padding-left: 36px;
	display: inline-block;
	position: relative;
}
.tzzgx_main4_1 ul li .item .pic {
	width: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.tzzgx_main4_1 ul li .item .pic img {
	width: 100%;
}
.tzzgx_main4_1 ul li .item .text {
	text-align: left;
}
.tzzgx_main4_1 ul li .item .text1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 26px;
}
.tzzgx_main4_1 ul li .item .text2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 32px;
	margin-top: 14px;
}

/* 联系我们 */
.lxwm_main {
	width: 100%;
	padding: 1px 0 60px;
	background: #f7f8f8;
}
.lxwm_main1 {
	width: 100%;
	margin-top: 60px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 21px rgba(101, 101, 101, .08);
	-moz-box-shadow: 0px 0px 21px rgba(101, 101, 101, .08);
	box-shadow: 0px 0px 21px rgba(101, 101, 101, .08);
	display: flex;
	flex-wrap: wrap;
}
.lxwm_main1_l {
	width: 55.83%;
	padding: 70px 60px 30px;
	background-color: #4b78b3;
}
.lxwm_main1_l1 {
	width: 100%;
	overflow: hidden;
}
.lxwm_main1_l1 ul {
	margin: -50px -60px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.lxwm_main1_l1 ul li {
	width: 50%;
	padding: 50px 60px 0 0;
}
.lxwm_main1_l1 ul li .item {
	padding-left: 30px;
	display: inline-block;
	position: relative;
}
.lxwm_main1_l1 ul li .item .pic {
	width: 16px;
	height: 2px;
	position: absolute;
	top: 9px;
	left: 0;
}
.lxwm_main1_l1 ul li .item .pic img {
	width: 100%;
}
.lxwm_main1_l1 ul li .item .text {
	text-align: left;
}
.lxwm_main1_l1 ul li .item .text1 {
	font-size: 20px;
	color: #fff;
	line-height: 100%;
}
.lxwm_main1_l1 ul li .item .text2 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;

}
.lxwm_main1_l2 {
	width: 100%;
	margin-top: 52px;
	padding-top: 52px;
	border-top: 1px solid #33a9e9;
	overflow: hidden;
}
.lxwm_main1_l2 ul {
	margin: -50px -60px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.lxwm_main1_l2 ul li {
	width: 50%;
	padding: 50px 60px 0 0;
}
.lxwm_main1_l2 ul li .item {
	padding-left: 30px;
	display: inline-block;
	position: relative;
}
.lxwm_main1_l2 ul li .item .pic {
	width: 20px;
	position: absolute;
	top: 7px;
	left: 0;
}
.lxwm_main1_l2 ul li .item .pic img {
	width: 100%;
}
.lxwm_main1_l2 ul li .item .text {
	text-align: left;
}
.lxwm_main1_l2 ul li .item .text1 {
	font-size: 20px;
	color: #fff;
	line-height: 100%;
}
.lxwm_main1_l2 ul li .item .text2 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;

}
.lxwm_main1_r {
	width: 44.17%;
	padding: 80px 60px;
	background:#fff url(../images/lxmwbgfyss.png) no-repeat center top;background-size: cover;
}
.lxwm_main1_r ul {
	width: 100%;
}
.lxwm_main1_r ul li {
	width: 100%;
	margin-top: 56px;
}
.lxwm_main1_r ul li:first-child {
	margin-top: 0;
}
.lxwm_main1_r ul li .nr {
	margin: -56px -50px 0 0;
}
.lxwm_main1_r ul li .nrk {
	width: 50%;
	padding: 56px 50px 0 0;
}
.lxwm_main1_r ul li .wbk1 {
	font-size: 14px;
	color: #313031;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: none;
	border: 0;
	border-bottom: 1px solid #999;
}
.lxwm_main1_r ul li .wbk2 {
	font-size: 14px;
	color: #313031;
	width: 100%;
	height: 112px;
	line-height: 30px;
	padding: 6px 0;
	background: none;
	border: 0;
	border-bottom: 1px solid #999;
	resize: none;
	display: block;
}
.lxwm_main1_r ul li .btn1 {
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #4b78b3;
	border: 0;
	border-radius: 46px;
}

/* 核心技术 */
.hxjs_main {
	width: 100%;
}
.hxjs_main ul {
  width: 100%;
}
.hxjs_main ul li {
  width: 100%;
}
.hxjs_main ul li .item {
	width: 100%;
	position: relative;
}
.hxjs_main ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.hxjs_main ul li .item .pic img {
  width: 100%;
}
.hxjs_main ul li .item .text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.hxjs_main ul li .item .text .text_nr {
	width: 470px;
	max-width: 100%;
}
.hxjs_main ul li .item .text .title {
	font-size: 24px;
	color: #333;
	width: 100%;
	line-height: 100%;
}
.hxjs_main ul li .item .text .content {
	font-size: 14px;
	color: #555;
	width: 100%;
	line-height: 30px;
	margin-top: 22px;
}
.hxjs_main ul li:nth-child(2n) .item .text_nr {
	float: left;
}
.hxjs_main ul li:nth-child(2n) .item .title {
	color: #fff;
}
.hxjs_main ul li:nth-child(2n) .item .content {
	color: #fff;
}

/* 加入我们 */
.jrwm_main {
	width: 100%;
	padding: 90px 0;
}
.jrwm_main1 {
	width: 100%;
}
.jrwm_main1_1 {
	width: 100%;
}
.jrwm_main1_1 ul {
	width: 100%;
}
.jrwm_main1_1 ul li {
	width: 100%;
	margin-bottom: 80px;
}
.jrwm_main1_1 ul li .item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jrwm_main1_1 ul li .item .pic {
	width: 50%;
	overflow: hidden;
	order: 2;
}
.jrwm_main1_1 ul li .item .pic img {
	width: 100%;
}
.jrwm_main1_1 ul li .item .text {
	width: 42.5%;
	order: 1;
}
.jrwm_main1_1 ul li .item .text .icon {
	width: 100%;
}
.jrwm_main1_1 ul li .item .text .icon img {
	height: 56px;
}
.jrwm_main1_1 ul li .item .text .title {
	font-size: 24px;
	color: #222;
	width: 100%;
	margin: 22px 0;
	padding-bottom: 16px;
	position: relative;
}
.jrwm_main1_1 ul li .item .text .title:before {
	content: "";
	width: 32px;
	height: 2px;
	background-color: #4b78b3;
	position: absolute;
	bottom: 0;
	left: 0;
}
.jrwm_main1_1 ul li .item .text .content {
	font-size: 14px;
	color: #555;
	width: 100%;
	line-height: 30px;
}
.jrwm_main1_1 ul li:nth-child(2n) .item .pic {
	order: 1;
}
.jrwm_main1_1 ul li:nth-child(2n) .item .text {
	order: 2;
}
.jrwm_main2 {
	width: 100%;
}
.jrwm_main2_1 {
	width: 100%;
	margin-top: 30px;
}
.jrwm_main2_1 .item_l {
	width: 42.5%;
}
.jrwm_main2_1 .item_l ul {
	width: 100%;
}
.jrwm_main2_1 .item_l ul li {
	width: 100%;
}
.jrwm_main2_1 .item_r {
	width: 57.5%;
}
.jrwm_main2_1 .item_r ul {
	width: 100%;
}
.jrwm_main2_1 .item_r ul li {
	width: 33.33%;
}
.jrwm_main2_1 .item_r ul li:last-child {
	width: 66.67%;
}
.jrwm_main2_1 .nr {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.jrwm_main2_1 .nr .pic {
	width: 100%;
}
.jrwm_main2_1 .nr .pic img {
	width: 100%;
}
.jrwm_main2_1 .nr .text {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 165, 255, .91);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.jrwm_main2_1 .nr .text_nr {
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.jrwm_main2_1 .nr .text_nrk {
	width: 100%;
}
.jrwm_main2_1 .nr .text_nrk .title {
	font-size: 18px;
	color: #fff;
	width: 100%;
}
.jrwm_main2_1 .nr .text_nrk .content {
	font-size: 12px;
	color: #fff;
	width: 100%;
	line-height: 18px;
	margin-top: 10px;
	text-transform: uppercase;
}

/* 公司介绍 */
.gsjj_main {
	width: 100%;
}
.gsjj_main1 {
	width: 100%;
	margin: 80px 0 80px;
	padding: 46px;
	background: #fff url(../images/img33.jpg) no-repeat left bottom;
	background-size: cover;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .05);
	position: relative;
}
.gsjj_main1 .pic {
	width: 45%;
	overflow: hidden;
	order: 2;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.gsjj_main1 .pic img {
	width: 100%;
	position: absolute;
	top: 0;
	right:0;
	height: 100%;
	object-fit: cover;
}
.gsjj_main1 .text {
	width: 50%;
	padding-right: 0 !important;
	order: 1;
}
.gsjj_main1 .text .title {
	font-size: 20px;
	color: #222;
	width: 100%;
	padding-bottom: 18px;
	position: relative;
}
.gsjj_main1 .text .title:before {
	content: "";
	width: 46px;
	height: 2px;
	background-color: #4b78b3;
	position: absolute;
	bottom: 0;
	left: 0;
}
.gsjj_main1 .text .content {
	font-size: 17px;
	color: #999;
	width: 100%;
	line-height: 30px;
}
.gsjj_main1 .text .content p{margin-top: 16px}
.gsjj_main1 .text .content p:first-child{margin-top:0 !important;}


.gsjj_main2 {
	width: 100%;
	padding: 80px 0 50px;
	background: url(/Public/home/images/img35.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.gsjj_main2_1 {
	width: 100%;
	margin-top: 60px;
	padding: 0 14%;
	background: url(/Public/home/images/pic32.png) repeat-x center 8px;
}
.swiper2 {
	width: 100%;
	padding-bottom: 50px;
}
.swiper2 .item {
	width: 100%;
	padding: 35px 0 30px;
}
.swiper2 .item:before {
	content: "";
	width: 17px;
	height: 17px;
	background: url(/Public/home/images/pic33.png) no-repeat center;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
}
.swiper2 .item:after {
	content: "";
	width: 0%;
	height: 2px;
	background: #4b78b3;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease;
}
.swiper2 .item .date {
	font-family: "Arial";
	font-size: 52px;
	font-size: 30px;
	color: #222;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper2 .item .title {
	font-size: 18px;
	color: #555;
	width: 100%;
	line-height: 100%;
	margin: 20px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper2 .item .content {
	font-size: 16px;
	color: #999;
	width: 100%;

	line-height: 24px;

}
.swiper2 .item:hover:before {
	background: url(/Public/home/images/pic33h.png) no-repeat center;
	left: 50%;
	transform: translateX(-50%);
}
.swiper2 .item:hover:after {
	width: 100%;
}
.swiper2 .item:hover .date {
	color: #4b78b3;
}
.swiper2 .item:hover .title {
	color: #4b78b3;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  position: absolute;
	top: auto;
	bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	border-radius: 100%;
}
.swiper2 .swiper-button-prev {
	background-image: url(/Public/home/images/pic34.png);
  left: 45%;
  right: auto;
}
.swiper2 .swiper-button-next {
	background-image: url(/Public/home/images/pic35.png);
  right: 45%;
  left: auto;
}
.swiper2 .swiper-button-prev:hover {
	background-image: url(/Public/home/images/pic34h.png);
}
.swiper2 .swiper-button-next:hover {
	background-image: url(/Public/home/images/pic35h.png);
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
  content: "";
}
.swiper2 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 46px;
	left: 0;
	display: none;
}
.swiper2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px !important;
  display: inline-block;
  border-radius: 100%;
	background: none;
	border: 1px solid #1f3315;
	border-radius: 100%;
  opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active {
  background: #556346;
}
.gsjj_main3 {
    display: none;
	width: 100%;
	padding: 100px 0 0px;
	overflow: hidden;
}
.gsjj_main3_1 {
	width: 100%;
	margin-top: 60px;
	padding: 90px 0;
	background: url(/Public/home/images/img36.jpg) no-repeat center;
	background-size: cover;
}
.gsjj_main3_1 .text {
	max-width: 100%;
	padding: 44px 70px;

}
.gsjj_main3_1 .text_nr {
	width: 100%;
	text-align: center;
	position: relative;
}
.gsjj_main3_1 .text_nr:before {
	content: '';
	width: 25px;
	height: 20px;
	background: url(/Public/home/images/pic29.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
    display: none;
}
.gsjj_main3_1 .text_nr:after {
	content: '';
	width: 25px;
	height: 20px;
	background: url(/Public/home/images/pic30.png) no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
    display: none;
}
.gsjj_main3_1 .text_nr .title {
	font-size: 26px;
	color: #fff;
	width: 100%;
	line-height: 36px;
	position: relative;
}
.gsjj_main3_1 .text_nr .title:before {
	content: "";
	height: 1px;
	background-color: rgba(255, 255, 255, .4);
	position: absolute;
	bottom: 6px;
	left: -1920px;
	right: -1920px;
    display: none;
}
.gsjj_main3_1 .text_nr .title:after {
	content: "";
	width: 13px;
	height: 13px;
	border: 3px solid #fff;
	border-radius: 100%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
    display: none;
}
.gsjj_main3_1 .text_nr .content {
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 18px;
	margin-top: 16px;
}
.titleimg1,.titleimg0{margin: 0 10px;display: none}
.gsjj_main4 {
	width: 100%;
	padding: 70px 0 0px;
	overflow: hidden;
}
.gsjj_main4_1 {
	width: 100%;
	margin-top: 60px;
}
.gsjj_main4_1 {
	width: 100%;
}
.gsjj_main4_1 .item_l {
	width: 65.99%;

}
.gsjj_main4_1 .item_l,.gsjj_main4_1 .nr{background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;}


.gsjj_main4_1 .item_r {
	width: 34.01%;
}
.gsjj_main4_1 .nr {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gsjj_main4_1 .nr .pic {
	width: 100%;
}
.gsjj_main4_1 .nr .pic img {
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
}
.gsjj_main4_1 .nr .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gsjj_main4_1 .nr .text_nr {
	width: 100%;
	height: 100%;
	padding: 20px 140px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.gsjj_main4_1 .nr .text_nrk {
	width: 100%;
}
.gsjj_main4_1 .nr .text_nrk .title {
	font-size: 36px;
	color: #fff;
	width: 100%;
}
.gsjj_main4_1 .nr .text_nrk .content {
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	margin-top: 2px;
	text-transform: uppercase;
}
.gsjj_main4_1 .nr .text_nrk .content2 {
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	margin-top: 44px;
	text-transform: uppercase;
}

.fyxgygma{margin-top: 60px;position: relative}
.fyywwind{width: 100%!important;}

.fytkys{margin-top: 20px;line-height: 14px;cursor:pointer}
.fyxygx{background: url(/Public/home/images/fyttkxqicn1.png) no-repeat center left;height: 14px;background-size: 14px auto;display: inline-block;vertical-align: top;padding-left: 20px}
.fytkdj{color: #4b78b3;text-decoration: underline}
.fytkysatv{}
.fytkysatv .fyxygx{background-image: url(/Public/home/images/fyttkxqicnred1.png)}
.fytkbg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 999999;display: none}
.fytkbgsub{position: absolute; top: 50%;  left: 50%;  background: #fff;  -webkit-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);  width: 1200px;  max-width: 90%;}
.fyysbot { margin: 0 40px 25px;  max-height: 60vh;  overflow: auto;  padding-right: 10px;  }
.fyysbot::-webkit-scrollbar{width:4px;}
.fyysbot::-webkit-scrollbar-track{background-color:#e5e5e5;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.fyysbot::-webkit-scrollbar-thumb{background-color:#000;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.fyysbot::-webkit-scrollbar-thumb:hover {background-color:#000}
.fyysbot::-webkit-scrollbar-thumb:active {background-color:#000}

.fyystop {font-weight: bold;position: relative;background: url(/Public/home/images/clicook.png) no-repeat center center;height: 50px;width: 15px;display: inline-block;vertical-align: top;    margin-right: 40px;cursor: pointer}
.fytkbgsub{text-align: right}
.fyysbot{text-align: left}


.fyysbtn{text-align: center;padding: 0 40px 25px}
.fyysbtn p{display: inline-block;vertical-align: top;  height: 36px;  line-height: 36px;  cursor: pointer;  color: #fff;  border: 0;  outline: none;  background: #4b78b3; padding: 0 20px}
@media only screen and (max-width:1499px){
	.cpzxxq_main_r{width: 24%}
}
@media only screen and (max-width:1440px){
	.main3_1 .text{width: 48%}
	.gsjj_main1 .text{width: 53%}
}
@media only screen and (max-width:1366px){
	.cpzxxq_main_r2 a img{margin-left: 14px;}
}
@media only screen and (max-width:1280px){
	.cpzxxq_main_r2 a{font-size: 12px !important;padding: 0 5px !important;}
	.cpzxxq_main_r2 a img{width: 16px}
}
@media only screen and (max-width:1199px){
	.cpzxxq_main_r{width: 19%}
	.fyxgygma{margin-top: 30px}
}
@media only screen and (max-width:768px){
    .header .nav li.navli_one .dropdown-menu{width: 100% !important;left: 0 !important;margin-left: 0 !important;}
    .header .nav li.navli_one .dropdown-menu .item .nr{width: 100%}
    .fywximgd{height: 100px}



	.fyysbot { margin: 0 20px 20px;  }
	.fyystop{margin-right: 20px}

}
@media only screen and (max-width:767px){
	.main3_1 .pic,.gsjj_main1 .pic{position: relative}
	.main3_1 .pic img,.gsjj_main1 .pic img{position: relative}
	.gsjj_main1 .pic {  top: 0!important;  bottom: 0!important;  right: 0 !important;  }


	.cpzxxq_main_r1{margin: 20px auto 0;width: 36%}

	.cpzxxq_main_r2{position: relative}
	.cpzxxq_main_r2 a{    justify-content: center;font-size: 14px !important;width: 47%}
	.cpzxxq_main_r2 a:last-child{position: absolute;top: 0;right: 0;margin: 0 !important;}
	.cpzxxq_main_r2 a img{margin-left: 10px !important;}
}
