header {
	width: 100%;
	min-width: 1200px;
	height: 107px;
	background-color: #000;
	position: relative;
}

header.cur {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	box-shadow: 1px 2px 4px rgb(221 221 221 / 70%);
}

header .top {
	width: 1200px;
	margin: auto;
	position: relative;
}

header .top .language {
	position: absolute;
	top: 6px;
	right: 30px;
	font-size: 14px;
	color:#333;
   width: 70px;
    height: 20px;
    background: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}



 header .top .language  .text_c{
	font-weight: 700;	
   color:#000;
}


 header .top .language  .text_line{
    margin-right: 2px 
  }

header .top .language a:hover {
	color: #006400;
}

header .top .logo {
	position: absolute;
	height: 80px;
	width: 259px;
	left: 0px;
	top: 6px;
	z-index: 2;
}

header .top .logo img {
	width: 257px;
	height: auto;
	margin-top: -12.3208px;
	margin-left: 0px;
}

#nav1 {
	position: absolute;
	width: 931px;
	left: 269px;
	top: 39px;
	z-index: 5;
}

#nav1>ul {
	display: flex;
	justify-content: space-between;
}

#nav1>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 135px;
	margin-right: 0 !important;
	position: relative;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

#nav1>ul>li:first-child {
	opacity: 0;
}

#nav1>ul>li:before {
	width: 100%;
	height: 2px;
	background-color: #1e6bb2;
	position: absolute;
	left: 0;
	top: -2px;
}

#nav1>ul>li>a {
	color: #808080;
	font-size: 18px;
	font-weight: bold;
}

.nav1>ul>li>a {
	color: #808080;
	font-size: 18px;
	font-weight: bold;
}

#nav1>ul>li:hover a.A,#nav1>ul>li.active a.A{
	color: #1e6bb2;
}

#nav1>ul>li:hover:before {
	content: '';
}

.nav2 {
	width:100vw;
	min-width: 1200px;
	background-color: rgba(243, 243, 243, 0.7);
	position: absolute;
	z-index: 99;
	top: 78px;
	height: 81px;
	display: none;
}

.nav2::before {
	content: '';
	display: block;
	/*background-color: transparent;*/
	background-color: rgba(243, 243, 243, 0.7);
	width: 100%;
	height: 40px;
	position: absolute;
	top: -40px;
}

.nav2 ul {
	display: flex;
	position: absolute;
	top: 0;
}

.nav2 ul:after {
	content: '';
	display: block;
	clear: both;
}

.nav2 li {
	height: 81px;
	line-height: 81px;
	margin: 0 10px;
}

.nav2 li a {
 	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.nav2 li a:hover {
	color: #1e6bb2;
}

#index_banner {
	width: 100%;
}

#index_banner .bannerBox {
	width: 100%;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#index_banner span.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
}

#index_banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 0.6);
}

#index_banner .swiper-button-prev:after,
#index_banner .swiper-button-next:after {
	color: #fff;
	padding: 5px;
	background: rgba(0, 0, 0, .5);
	line-height: 1.5;
	font-size: 36px;
}

#index_banner img {
	width: 800px;
	position: absolute;
	top: calc(50% - 98.5px);
	left: calc(50% - 400px);
	display: none;
}

.hide {
	display: none !important;
}
.hz_img{
    with:160px;
    height:120px;
  border-radius: 8px;
    object-fit: contain;

}
.show {
	display: block !important;
}

.index_Solution {
	min-height: 400px;
	width: 1200px;
	/* height: 3420px; */
	position: relative;
	margin: 0 auto;
	padding-top: 35px;
}

.index_Solution_tit {
	width: 100%;
	text-align: center;
	width: 938px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.index_Solution_tit h2 {
	font-size: 28px;
	font-weight: bold;
	color: #444;
	line-height: 2;
}

.index_Solution_tit p {
	font-size: 20px;
	/* font-family: 等线; */
	color: #000;
	line-height: 1.75;
}

.index_Solution_sort ul {
	width: 100%;
	display: flex;
}

.index_Solution_sort li {
	width: 25%;
	height: 89px;
	display: flex;
	font-size: 20px;
	line-height: 2;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-left: 1px solid #eee;
	box-sizing: border-box;
	font-weight: bold;
	color: #444;
}

.index_Solution_sort li:last-child {
	border-right: 1px solid #eee;
}

.index_Solution_sort li.cur {
	background-color: #e6f5fd;
}

.index_Solution_sort img {
	height: 45px;
}

.index_Solution_content {
	width: 100%;
	height: 523px;
	position: relative;
}

.index_Solution_content li {
	height: 495px;
	width: 100%;
	left: 0px;
	top: 20px;
	z-index: 1;
	position: absolute;
	display: none;
}

.index_Solution_content li .text {
	position: absolute;
	height: 260px;
	width: 545px;
	left: 0px;
	top: 107px;
	z-index: 7;
	background-color: rgba(68, 68, 68, 0.6);
	color: #fff;
}

.index_Solution_content li .text h3 {
	/* height: 46px; */
	width: 296px;
	margin-left: 13px;
	margin-top: 30px;
	font-size: 26px;
	font-weight: normal;
}

.index_Solution_content li .text p {
	/* height: 73px; */
	width: 497px;
	margin-left: 13px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.75;
	color: #ddd;
	text-align: justify;
	margin-bottom: 10px;
}

.index_Solution_content li .text a {
	width: 216px;
	height: 38px;
	line-height: 38px;
	margin-left: 13px;
	display: inline-block;
	background-color: #002D5E;
	box-shadow: 0 0 0 rgb(0 0 0 / 50%);
	cursor: pointer;
	outline: none;
	text-align: center;
	padding: 0 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	vertical-align: middle;

}

.index_Solution_content li .text a i.mw-iconfont {
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
}

.index_Solution_content li .text a:hover {
	background-color: #012245;
}

.index_Product {
	width: 1200px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 70px;
}

.index_Prioduct_tit {
	/* width: 542px; */
	/* height: 99px; */
	margin: auto;
	text-align: center;
	line-height: 2;
	margin-bottom: 60px;
}

.index_Prioduct_tit h2 {
	font-size: 26px;
	color: #444;
}

.index_Prioduct_tit p {
	font-size: 16px;
	color: #888;
}

.index_Product_content {
	width: 1200px;
	margin: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.index_Product_list {
	width: 96%;
	margin: auto;
	overflow: hidden;
}

.index_Product_list li {
	height: 249px;
	width: 25%;
}

.index_Product_list .pic {
	padding: 0;
	margin: 0;
	width: 99%;
	min-width: 100px;
	height: 200px;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.index_Product_list img {
	height: 200px;
	width: auto;
	max-width: unset;
	min-width: 100px;
	/* margin-left: -55px; */
	transition: transform .3s linear;
	object-fit: cover;
	display: block;
	margin: auto;
}

.index_Product_list li:hover img {
	transform: scale(1.2);
}

.index_Product_list h3 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	line-height: 39px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 16px;
	color: #404040;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Tahoma;
	transition: color 200ms linear;
	height: 39px;
}

.index_Product_list h3:hover {
	color: #3099dd;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.index_Product_content .swiper-button-prev {
	left: -5px;
}

.index_Product_content .swiper-button-next {
	right: -5px;
}

.index_Product_content .swiper-button-prev:after,
.index_Product_content .swiper-button-next:after {
	color: #aaa;
	font-size: 30px;
}

.More {
	width: 309px;
	height: 38px;
	line-height: 38px;
	display: block;
	background-color: #002D5E;
	box-shadow: 0 0 0 rgb(0 0 0 / 50%);
	outline: none;
	text-align: center;
	margin: auto;
	color: #fff;
}

.More:hover {
	background-color: #012245;
}

.index_News {
	background-color: transparent;
	background-image: url(../image/2621895.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 764px;
	padding-top: 46px;
	box-sizing: border-box;
	min-width: 1200px;
}

.index_News_tit {
	width: 542px;
	margin: 0 auto 60px;
	color: #fff;
	text-align: center;
	line-height: 2;

}

.index_News_tit h2 {
	font-size: 26px;
}

.index_News_content {
	width: 1200px;
	margin: auto;
	margin-bottom: 86px;
}

.index_News_list {
	width: 660px;
}

.index_News_list li {
	display: flex;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	min-height: 88px;
	border-bottom-color: #ddd;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.index_News_list .pic {
	padding: 0;
	margin: 0;
	margin-right: 10px;
	width: 116px;
	height: 88px;
	overflow: hidden;
}

.index_News_list .pic img {
	height: 100%;
	width: 100%;
}

.index_News_list .text {
	width: 534px;
}

.index_News_list .text .tit {
	padding: 0;
	margin: 0;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}

.index_News_list .text .tit a {
	line-height: 24px;
	display: block;
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;

}

.index_News_list .text .tit a:hover {
	text-decoration: underline;
}

.index_News_list .text .txt p {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 36px;
}

.index_News_list .text .txt span {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BBB;
	text-decoration: none;
	margin-top: 10px;
}

.index_Case {
	width: 1200px;
	margin: auto;
	padding-top: 65px;
	box-sizing: border-box;
}

.index_Case_tit {
	width: 542px;
	text-align: center;
	margin: 0 auto 60px;
}

.index_Case_tit h2 {
	font-size: 26px;
	color: #444;
	line-height: 2;
}

.index_Case_content {
	width: 100%;
	overflow: hidden;
	height: 630px;
	position: relative;
}

.index_Case_list li {
	display: flex;
}

.index_Case_list .pic {
	width: 681px;
	height: 540px;
}

.index_Case_list .pic img {
	width: 100%;
	height: 100%;
}

.index_Case_list .txt {
	width: 519px;
	height: 540px;
	background-color: #000;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 60px;
	box-sizing: border-box;
}

.index_Case_list .txt h3 {
	font-size: 26px;
	color: rgb(238, 238, 238);
	line-height: 2;
}

.index_Case_list .txt p {
	text-align: justify;
	font-size: 16px;
	color: rgb(136, 136, 136);
	line-height: 2;
	
}

.index_Case_list .txt a {
	display: block;
	height: 38px;
	width: 125px;
	color: rgb(238, 238, 238);
	border: 1px solid #fff;
	text-align: center;
	border-radius: 19px;
	box-sizing: border-box;
	line-height: 38px;
}

.index_Case_list span.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.index_Case_list span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, .6);
}

.index_Case_list .swiper-button-prev:after,
.index_Case_list .swiper-button-next:after {
	font-size: 30px;
	color: #fff;
}

.index_Case_list .swiper-button-prev,
.index_Case_list .swiper-button-next {
	background-color: rgba(0, 0, 0, .6);
}

.index_hzhb {
	width: 1200px;
	margin: auto;
	padding-top: 50px;
	box-sizing: border-box;
}

.index_hzhb_content {
	width: 100%;
	overflow: hidden;
}

.index_hzhb_list ul {
	white-space: nowrap;
}

.index_hzhb_list li {
	width: 210px;
	height: 140px;
	display: inline-block;
   margin-right:8px;
  
}

footer {
	width: 100%;
	background-color: rgb(34, 39, 45);
	padding-top: 40px;
	box-sizing: border-box;
	color: #f3f3f3;
	min-width: 1200px;
}

footer .foot {
	width: 1260px;
	margin: auto;
}

footer .foot_content,
footer .foot_content .foot_nav,
.foot_cont {
	display: flex;
	justify-content: space-evenly;
}

.foot_nav {
	width: 795px;
}

.foot_nav>li {
	width: 25%;
}

.foot_nav>li>a {
	display: block;
	height: 46px;
	line-height: 46px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.foot_nav>li>a:hover,
.linklist a:hover {
	color: #059FE9;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.foot_nav>li>ul {
	width: 100%;
	height: 193px;
	text-align: center;
}

.foot_nav>li>ul>li {
	width: 100%;
	padding: 0 0px;
	box-sizing: border-box;
  text-align: left;
}

.foot_nav>li>ul>li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}



.foot_nav>li>ul>li a:hover {
	background-color: #171f25;
}

.foot_cont {
	align-items: center;
}

.lxfs {
	width: 306px;
}

.lxfs li {
	display: block;
	padding-left: 18px;
	margin-top: 9px;
	color: #cccccc;
	font-size: 14px;
	margin-left: 5px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
}

.lxfs li i {
	position: relative;
	left: -5px;
	margin-left: -18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 18px;
	vertical-align: top;
	color: #999999;
	font-size: 18px;
}

.lxfs li i.gs-gongsi:before {
	content: "\e6ac";
}

.lxfs li i.gs-dizhi:before {
	content: "\e6ab";
}

.lxfs li i.gs-dianhua:before {
	content: "\e6ad";
}

.lxfs li i.gs-youxiang:before {
	content: "\e6cb";
}

.ewm {
	text-align: center;
	padding-top: 10px;
}

.ewm p {
	font-size: 16px;
	margin-bottom: 40px;
}

.ewm p:nth-child(2) img {
	width: 101px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.linklist {
	height: 31px;
	margin-bottom: 10px;
}

.linklist a {
	display: inline-block;
	width: 99px;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 12px;
}

.linklist a:last-child {
	border: none;
}

.copyrght {
	width: 100%;
	border-top: 1px solid #444444;
	text-align: center;
	font-family: Tahoma;
	color: #666;
	font-size: 12px;
	padding: 20px 0;
}


/* 单页 */
.pagebanner {
	width: 100% !important;
	min-width: 1200px;
	height: 336px !important;
}

.pagebanner .desc {
	height: 163px;
	width: 585px;
	position: absolute;
	left: 120px;
	top: calc(50% - 80px);
	color: #fff;
	font-size: 30px;
	line-height: 2;
	font-weight: bold;
}




.container {
	width: 1200px;
	margin: auto;
	min-height: 336px;
	position: relative;
}

.container .tit {
	width: 360px;
	height: 86px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5;
	color: #333;
}

.container .tit h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 5px;
}

.container .tit p {
	font-size: 16px;
	color: #aaa;
}

.comp:after {
	/* display: flex; */
	content: '';
	display: block;
	clear: both;
}

.comp {
	height: 830px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.comp .con {
	width: 580px;
	height: 100%;
	padding-top: 15px;
	background-color: #fff;
	box-sizing: border-box;
}

.container .comp .con .tit {
	height: 86px;
	width: 360px;
	margin-left: unset;
	margin-right: unset;
	text-align: unset;
	line-height: 1.5;
	color: #333;
}

.comp .con .tit h2 {
	font-size: 28px;
	line-height: 1.5;
	font-weight: normal;
}

.comp .con .tit p {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.comp .con .txt {
	font-size: 16px;
	line-height: 1.5;
}

.comp .con .txt p {
	margin-bottom: 20px;
}

.comp .pic {
	height: 100%;
	width: 580px;
	overflow: hidden;
}

.comp .pic img {
	/* width: auto;
	height: 693px; */
	/* margin-left: -653.8px; */
	margin-top: 78px;
	max-width: unset;
}

.hxjz {
	width: 100%;
	min-width: 1200px;
	height: 772px;
	background: url(../image/2617155.jpg) no-repeat center/cover;
	padding-top: 50px;
	box-sizing: border-box;
}

.hxjz .container .tit {
	font-size: 28px;
	color: #fff;
	height: 86px;
	width: 356px;
	margin-left: unset;
	margin-right: unset;
	text-align: unset;
}

.hxjz .content {
	/* height: 440px; */
	width: 945px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.hxjz .content dl {
	width: 31.3333%;
	margin: 0 1%;
	line-height: 2;
	font-size: 14px;
	background-color: #fff;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.hxjz .content dl dd{
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
  text-align: center;
}
.hxjz .content dl dd:nth-child(2){
	text-align: center;
	font-size: 18px;
}
.hxjz .content dl img{
	height: 196px;
	width: 100%;
}
.honor {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -130px;
	padding-top: 47px;
	height: 450px;
	background-color: rgba(238, 238, 238, 0.9);
	box-sizing: border-box;
}

.honor .tit {
	width: 360px;
	height: 86px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5;
	color: #333;
}

.honor .tit h2 {
	font-size: 28px;
	font-weight: normal;
}

.honor .tit p {
	font-size: 16px;
	color: #aaa;
}

.honorList ul {
	white-space: nowrap;
}

.honorList li {
	width: 382px;
	height: 304px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
}

/* .honorList li:nth-child(3) img {
	margin-left: -27.2443px;
} */

.honorList {
	width: 100%;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.honorList img {
	max-width: unset; 
	width: auto;
	height: 80%;
	margin: auto;
	margin-top: 10%;
}

.fzlc {
	padding-top: 60px;
}


.fzlc .content {
	padding-top: 40px;
	width: 100%;
	margin: auto;
	padding-bottom: 40px;
}

/* 团队 */
#team {
	padding-top: 50px;
}

#team>.tit,
#zscq>.tit {
	margin: 0;
	height: auto;
	text-align: left;
}

#team>.tit p,
#zscq>.tit p {
	color: #333;
}

.kysl,
.jytd {
	display: flex;
	justify-content: space-around;
}

#team .txt {
	height: 278px;
	width: 530px;
}

#team .txt .tit {
	height: auto;
	line-height: 1.75;
	font-weight: bold;
	font-size: 22px;
	color: #444;
}

#team .txt p {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 15px;
}

#team .pic {
	height: 280px;
	width: 592px;
	overflow: hidden;
}

#team .pic img {
	width: 568px;
	height: auto;
	margin-top: -60.2271px;
	margin-left: 0px;
}

.jytd .txt {
	padding-top: 35px;
	position: relative;
	left: -30px;
}

#zscq {
	padding-top: 50px;
}

#zscq .tit {
	margin-bottom: 40px;
}

#zscq .desc {
	width: 100%;
	padding-left: 22px;
	box-sizing: border-box;
	height: 85px;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	font-weight: 500;
	font-family: 微软雅黑;
}

.zscqList li {
	width: 23%;
	height: 400px;
	float: left;
	margin: 1%;
}

.zscqList ul:after {
	content: '';
	display: block;
	clear: both;
}

.zscqList li:hover img {
	border: 5px solid transparent;
}


/* 解决方案 */
.solution-title {
	width: 100%;
	height: 200px;
	text-align: center;
	padding-top: 60px;
	box-sizing: border-box;
	min-width: 1200px;
}

.solution-title h2 {
	font-size: 26px;
	line-height: 2;
	color: #444;
}

.solution-title p {
	font-size: 16px;
	color: #000;
	line-height: 2;
}

.solution-content {
	margin-bottom: 45px;
}

.solutionList li {
	width: 100%;
	height: 290px;
	padding: 28px 0;
	box-sizing: border-box;
	background: url(../image/2633858.png) center;
	margin-bottom: 24px;
}

.solutionList .item {
	width: 1200px;
	margin: auto;
}

.solutionList .item .pic {
	width: 454px;
	height: 234px;
	overflow: hidden;
	float: left;
}

.solutionList .item .pic img {
	/* height: 234px; */
	/* max-width: unset; */
	width: 100%;
	transition: .3s;
      height: 100%;
}

.solutionList li:nth-child(2) img {
	height: 234px;
}

.solutionList .item .pic img:hover {
	transform: scale(1.3);
}





.solutionList .item .text {
	height: 177px;
	width: 672px;
	float: left;
	margin-left: 50px;
}

.solutionList .item .text .item-title {
	font-size: 26px;
	line-height: 2;
	color: #444;
    	font-weight: 600;
   
}

.solutionList .item .text .item-desc {
	font-size: 16px;
	color: #000;
	line-height: 2;
  height:106px
}

.solutionList .item .text .item-more {
	width: 135px;
	padding: 0 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #444444;
	margin-top: 56px;
}

.solutionList .item .text .item-more a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: left;
}

.solutionList .item .text .item-more:hover {
	border-color: #1687cd;
	color: #1687cd;
}


.zhzf-title {
	width: 1200px;
	height: 376px;
	margin: auto;
	position: relative;
}

.zhzf-title .pic {
	height: 246px;
	width: 453px;
	left: 0px;
	top: 156px;
	z-index: 3;
	position: absolute;
	overflow: hidden;

}

.zhzf-title .pic img {
	transition: .5s;
  height: 100%; 
}

.zhzf-title .pic:hover img {
	transform: scale(1.3);
}

.zhzf-title .text {
	height: 216px;
	width: 656px;
	position: absolute;
	left: 500px;
	top: 82px;
	z-index: 3;
}

.zhzf-title .text .title {
	font-size: 26px;
	color: #444;
	line-height: 2;
	margin-bottom: 20px;
}

.zhzf-title .text .desc {
	font-size: 16px;
	color: #000;
	line-height: 2;
}

.zhzf-one {
	width: 100%;
	min-width: 1200px;
	height: 456px;
	/* background-color: rgb(68, 68, 68); */
}

.zhzf-one .content {
	width: 1200px;
	margin: auto;
	position: relative;
	height: 100%;
}

.zhzf-one .content .title {
	position: absolute;
	height: 60px;
	width: 306px;
	left: 25px;
	top: 33px;
	z-index: 3;
	font-size: 26px;
	line-height: 2;
	color: #444;
}

.zhzf-one .content img {
	width: 100%;
	height: 100%;
}

.zhzf-one .content .img01 {
	position: absolute;
	height: 172px;
	width: 307px;
	left: 23px;
	top: 154px;
	z-index: 3;
}

.zhzf-one .content .img02 {
	position: absolute;
	height: 172px;
	width: 307px;
	left: 403px;
	top: 154px;
	z-index: 3;
}

.zhzf-one .content .img03 {
	position: absolute;
	height: 172px;
	width: 307px;
	left: 792px;
	top: 37px;
	z-index: 3;
}

.zhzf-one .content .img04 {
	position: absolute;
	height: 172px;
	width: 307px;
	left: 792px;
	top: 248px;
	z-index: 3;
}

.zhzf-two {
	width: 100%;
	min-width: 1200px;
	height: 440px;
	background-color: #F5F5F5;
}

.zhzf-two .content {
	height: 440px;
	position: relative;
	width: 1200px;
	margin: auto;
}

.zhzf-two .content .title {
	position: absolute;
	height: 54px;
	width: 693px;
	left: 247px;
	top: 50px;
	z-index: 3;
	text-align: center;
	color: #444;
	font-size: 26px;
	line-height: 2;
}

.zhzf-two .content .fa {
	position: absolute;
	width: 153px;
	cursor: pointer;
	top: 173px;
	z-index: 5;
}

.zhzf-two .content .fa span {
	display: block;
	width: 100%;
	text-align: center;
}

.zhzf-two .content .fa span:first-child {
	height: 88px;
	line-height: 88px;
	margin-bottom: 10px;
	color: #666666;
}

.zhzf-two .content .fa span:last-child {
	color: #888;
	font-size: 14px;
	line-height: 2;
}

.zhzf-two .content .fa span i {
	display: inline-block;
	margin-right: 3px;
	font-size: 50px;

	font-weight: 400;
	font-style: normal;
	vertical-align: top;
}



.zhzf-two .content .fa01 {
	left: 139px;

}

.zhzf-two .content .fa02 {
	left: 386px;

}

.zhzf-two .content .fa03 {
	left: 633px;
}

.zhzf-two .content .fa04 {
	left: 881px;
}



.zhzf-two .content .fa:hover span {
	color: #1E6BB2;
}

.zhzf-three {
	width: 1200px;
	margin: auto;
	padding-top: 60px;
}

.zhzf-three .title {
	font-size: 26px;
	text-align: center;
	color: #444;
	margin-bottom: 60px;
}

.zhzf-three .pic {
	width: 993px;
	margin: auto;
}

.zhzf-three .pic img {
	width: 100%;
    height: 100%;
	margin-bottom: 20px;
}

.zcgl-one .text {
	line-height: 3;
	font-size: 16px;
	color: #000;
	position: absolute;
	height: 367px;
	width: 432px;
	left: 25px;
	top: 110px;
}

.zcgl-one .pic {
	height: 385px;
	width: 698px;
	left: 479px;
	top: 48px;
	z-index: 3;
	position: absolute;
}

.zcgl-two .content .fa {
	width: 224px;
	top: 160px;
}

.zcgl-two .fa p {
	font-size: 16px;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
	color: #777;
}

.zcgl-two .content .fa span:last-child {
	color: #3c3c3c;
	font-size: 14px;
	text-align: justify;
	text-indent: 2em;
}

.zcgl-two .content .fa01 {
	left: 74px;
}

.zcgl-two .content .fa02 {
	left: 358px;
}

.zcgl-two .content .fa03 {
	left: 631px;
}

.zcgl-two .content .fa04 {
	left: 918px;
}

.zcgl-three .pic {
	width: 1200px;
}

.zcgl-three .title {
	margin-top: 60px;
}

.zhxd-three .pic {
	width: 1060px;
}

.zhyl-one .pic {
	height: 404px;
	width: 515px;
	left: 629px;
	top: 28px;
	overflow: hidden;
}

.zhyl-one .pic img {
	transition: 0.5s;
}

.zhyl-one .pic img:hover {
	transform: scale(1.3);
}

.zhyl-one .text {
	width: 490px;
	top: 120px;
	line-height: 2;
}

.zhyl-two .content .fa {
	width: 190px;
}

.zhyl-three .title {
	margin-top: 60px;
}

.zhyl-three .desc {
	text-align: center;
	line-height: 2;
	font-size: 18px;
	width: 923px;
	margin: auto;
}

.zhyl-three .box {
	display: flex;
	justify-content: space-evenly;
}

.zhyl-three .box .pic {
	width: 387px;
	margin: 0;
}

.zhyl-three .box .text {
	width: 477px;
	line-height: 1.75;
	font-size: 18px;
	color: #555;
}

.xssc-one .content .title {
	top: 117px;
}

.xssc-one .pic {
	display: flex;
	justify-content: space-between;
	width: 500px;
	left: 643px;
	top: 36px;
}

.xssc-one .content .text {
	width: 542px;
	position: absolute;
	left: 25px;
	top: 190px;
	line-height: 2;
	font-size: 16px;
}

#khfw,
#contact {
	margin-bottom: 50px;
}

#khfw .zzfw,
#contact {
	padding-top: 50px;
}

#khfw .zzfw .title h2,
#khfw .jszc .title h2,
#contact .title h2 {
	font-size: 26px;
	line-height: 2;
	text-align: center;
	color: #333;
	font-weight: normal;
	margin-bottom: 50px;
}

#khfw .zzfw .zzfwList ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

#khfw .zzfw .zzfwList li {
	width: 290px;
	height: 203px;
	box-sizing: border-box;
	background-color: rgb(243, 243, 243);
	padding: 40px 25px;
}

#khfw .zzfw .zzfwList li h3 {
	font-size: 20px;
	line-height: 1.75;
	font-weight: normal;
}

#khfw .zzfw .zzfwList li p {
	font-size: 14px;
	line-height: 1.75;
}

#khfw .zzfw .zzfwList li a {
	display: block;
	width: 63px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #444;
	border-radius: 200px;
	text-align: center;
	margin-top: 35px;
	transition: 0.5s;
}

#khfw .zzfw .zzfwList li a:hover {
	border-color: transparent;
	color: #1e6bb2;
}

#khfw .jszcList ul {
	display: flex;
}

#khfw .jszcList ul li {
	width: 400px;
	height: 505px;
	background-color: rgb(68, 68, 68);
	color: #eee;
	position: relative;
}

#khfw .jszcList ul li .pic {
	width: 100%;
	height: 50%;
	overflow: hidden;
}

#khfw .jszcList ul li .pic img {
	height: 100%;
	width: auto;
	max-width: unset;
}

#khfw .jszcList ul li:nth-child(2) .pic img {
	margin-left: calc(50% - 350px);
}

#khfw .jszcList ul li:nth-child(3) .pic img {
	margin-left: calc(50% - 267px);
}

#khfw .jszcList ul li .text {
	width: 100%;
	height: 50%;
	padding: 40px 20px;
	box-sizing: border-box;
}

#khfw .jszcList .text .tite {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 20px;
}

#khfw .jszcList .text .desc {
	font-size: 14px;
	line-height: 1.75;
}

#khfw .jszcList ul li:nth-child(2) .pic,
#khfw .jszcList ul li:nth-child(2) .text {
	position: absolute;
	left: 0;
}

#khfw .jszcList ul li:nth-child(2) .pic {
	bottom: 0;
}

#khfw .jszcList ul li:nth-child(2) .text {
	top: 0;
}

#contact .lxwm,
#contact .gzwm {
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}

#contact .lxwmList ul {
	display: flex;
	justify-content: space-between;
}

#contact .lxwmList li {
	width: 400px;
	height: 288px;
}

#contact .lxwmList li a,
.gzwmList li a {
	display: block;
	height: 105px;
	width: 140px;
	margin: 10px auto;
	text-align: center;
}

#contact .lxwmList li a i,
.gzwmList li a i {
	display: block;
	font-size: 50px;
	color: #1E6BB2;
	font-weight: 400;
	height: 70px;
	line-height: 70px;
}

#contact .lxwmList li a h3,
.gzwmList li a h3 {
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	font-weight: normal;
	color: #444;
}

#contact .lxwmList li p,
.gzwmList li p {
	
	width: 253px;
	margin: 20px auto;
	text-align: justify;
	line-height: 1.75;
	color: #444;
}

#contact .gzwm {
	margin-bottom: 50px;
}

#contact .gzwm .gzwmList ul {
	display: flex;
	justify-items: center;
    justify-content: center;
align-items: center;
}

#contact .gzwmList li {
	width: 400px;
	
}

#contact .gzwmList li .pic {
	height: 125px;
	width: 125px;
	margin: 10px auto;
}

#contact .gzwmList li .text {
	text-align: center;
	font-size: 16px;
	line-height: 1.75;
	color: #444;
}


/* 产品列表页 */

.pageNav {
	height: 50px;
	width: 820px;
	margin: 30px auto;
}

.pageNav ul {
	display: flex;
	justify-content: space-between;
}

.pageNav li {
	width: 20%;
	text-align: center;
	line-height: 50px;
	transition: 0.5s;
}

.pageNav a {
	font-family: Tahoma;
	font-size: 18px;
	color: #444444;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	text-align: center;
	display: block;
	padding: 0 12px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pageNav li:hover,.pageNav li.active {
	background-color: #1c6ab2;
}

.pageNav li:hover a,.pageNav li.active a {
	color: #fff;
	text-decoration: none;
}

.proList ul::after {
	content: '';
	display: block;
	clear: both;
}

.proList li {
	float: left;
	width: 24%;
	height: 300px;
	margin-left: 1%;
	margin-bottom: 1%;
	transition: all 200ms linear;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
}

.proList .pic {
	width: 100%;
	height: 236px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

/* .proList img {
	height: 100%;
	max-width: unset;
	width: auto;
	position: absolute;
	top: 0;
	transition: 0.5s;
} */

.proList h3 {
	width: 100%;
	height: 55px;
	font-size: 16px;
	line-height: 55px;
	color: #404040;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	padding: 0 10px;
	box-sizing: border-box;
	transition: 0.5s;
}

.proList li:hover {
	border-color: #1c6ab2;
}

.proList li:hover .pic {
	background-size: auto 120%;
}

.proList li h3:hover {
	color: #E43939;
	text-decoration: underline;
}

div#pagesize {
	text-align: center;
}

div#pagesize li {
	display: inline-block;
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	float: none;
}

.cont {
	width: 1000px;
	margin: auto;
}

.loca {
	min-height: 42px;
	color: #999;
	font-weight: bold;
	font-size: 16px;
	line-height: 42px;
	font-family: Tahoma;
	margin: 10px 0;
}

.loca span {
	margin: 0 5px;
}

.loca a:hover {
	color: #1c6ab2;
}

.contTop {
	display: flex;
	justify-content: space-between;
}

.topLeft {
	width: 40%;


}

.topLeft .box {
	position: relative;
	width: 100%;
	height: 367px;
}

.topLeft .box .swiper-container {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.topLeft .box .swiper-wrapper {
	height: 240px;
	width: 100%;
}

.topLeft .box .swiper-slide {
	width: 100%;
	height: 220px;
	text-align: center;
}

.topLeft .box .swiper-slide img {
	height: 100%;
	display: inline-block;
}

.topRight {
	width: 57%;
}

.topRight .title {
	width: 100%;
	margin-bottom: 10px;
}

.topRight .title h1 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-family: 'Microsoft YaHei';
	color: #0084c0;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 36px;
	word-wrap: break-word;
	word-break: normal;
}

.topRight .desc {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-family: 'Microsoft YaHei';
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	word-wrap: break-word;
	word-break: normal;
	margin-bottom: 10px;
}

.w-parameter {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background: -o-linear-gradient(top, none, none);
	background: -ms-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	list-style: none;
}

.w-parameter li {
	margin: -1px 0 0 0;
	padding: 0;
	position: relative;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.w-parameter .w-par-values {
	margin: 0 0 0 106px;
	padding: 0;
	border-left: 1px solid #DDD;
	color: #404040;
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 18px;
	white-space: normal;
	word-break: break-word;
}

.w-parameter .w-par-values .w-par-valuesin {
	margin: 0;
	padding: 8px 10px;
}

.w-parameter .w-par-title {
	margin: 0;
	padding: 8px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 106px;
	border-right: 1px solid #DDD;
}

.w-parameter .w-par-title .w-par-titlein {
	margin: 0;
	padding: 0 10px;
	color: #999;
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	white-space: normal;
	word-break: break-word;
}

.contCenter {
	width: 100%;
}

.contCenter .contNav {
	height: 40px;
	font-size: 0;
	position: relative;
	background-color: #f5f7fa;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: transparent;
	border-bottom-color: #0b5394;
	text-align: left;
	margin: 20px 0;
}

.contCenter .contNav h2 {
	text-align: center;
	background-color: rgb(11, 83, 148);
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 186px;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
}

.contNr {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-family: 'Microsoft YaHei';
	color: #404040;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 2;
	word-wrap: break-word;
	word-break: normal;
	margin-bottom: 20px;
}

.contNr img {
	margin: 20px 0;
	display: inline-block;
}

.newsNav {
	width: 100%;
	height: 61px;
	background-color: rgb(243, 243, 243);
}

.newsNav ul {
	width: 600px;
	margin: auto;
	position: relative;
}

.newsNav ul li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 25%;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 2;
	width: 50%;

}

.newsNav ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	display: block;
	height: 100%;
	color: #4A4A4A;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Tahoma;
	font-size: 16px;
	box-sizing: border-box;
}

.newsNav ul li a:hover {
	border-bottom: 2px solid #1c6ab2;
	color: #1c6ab2;
	box-sizing: border-box;
}

.newsCont {
	width: 100%;
}

.newsCont:after {
	content: '';
	display: block;
	clear: both;
}

.newsList {
	width: 70%;
	float: left;
}

.newsTj {
	width: 28%;
	float: right;
}

.newsListTit {
	text-align: center;
	color: #333;
	line-height: 2;
	font-weight: bold;
	margin: 30px auto;
	font-size: 26px;
}

.newsList li {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	min-height: 145px;
	border-bottom-color: #ddd;
	border-bottom-width: 1px;
	border-bottom-style: none;

}

.newsList li .pic {
	padding: 0;
	margin: 0;
	margin-right: 10px;
	width: 252px;
	height: 145px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.newsList li .pic a {
	display: block;
	width: 252px;
	height: 145px;
}

.newsList li .pic img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.newsList li .pic img:hover {
	transform: scale(1.2);
}

.newsList li .text {
	padding-left: 252px;
}

.newsList li .text .tit {
	padding-left: 12px;
	margin: 0;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: auto;
	text-align: left;
}

.newsList li .text .tit a {
	line-height: 24px;
	display: block;
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.newsList li .text .desc {
	padding-left: 12px;
	margin: 0;
	margin-top: 5px;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	text-align: justify;
}

.newsList li .text .date {
	padding-left: 12px;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BBB;
	text-decoration: none;
}

.newsTj h3 {
	width: 100%;
	height: 62px;
	color: #333;
	font-size: 26px;
	font-weight: normal;
	line-height: 2;
}

.newsTj .Tja {
	height: 240px;
}

.newsTj .Tja li {
	position: relative;
	padding: 0 0 0 5px;
	margin-left: 14px;
	height: 36px;
	line-height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
}

.newsTj .Tja li i {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}

.newsTj .Tja li a {
	padding: 0;
	margin-left: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	outline: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.newsTj .Tjb li {
	padding: 0;
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 2px;
	position: relative;
	min-height: 88px;
	border-bottom-color: #ddd;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.newsTj .Tjb li .pic {
	padding: 0;
	margin: 0;
	margin-right: 10px;
	width: 116px;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.newsTj .Tjb li .pic a {
	display: block;
	width: 116px;
	height: 88px;
}

.newsTj .Tjb li .pic img {
	object-fit: cover;
	transition: 0.5s;
	height: 100%;
}

.newsTj .Tjb li .pic img:hover {
	transform: scale(1.2);
}

.newsTj .Tjb li .text {
	padding-left: 128px;
}

.newsTj .Tjb li .text .w-list-title {
	padding: 0;
	margin: 0;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.newsTj .Tjb li .text .w-list-title a {
	line-height: 24px;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.newsTj .Tjb li .text .w-list-desc {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsTj .Tjb li .text .w-list-bottom {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BBB;
	text-decoration: none;
}

.newsList h1 {
	padding: 0;
	margin: 0 0 40px;
	width: 100%;
	height: auto;
	font-family: 'Microsoft YaHei';
	color: #0084c0;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	word-wrap: break-word;
	word-break: normal;

}

.newsList .tips {
	text-align: center;
	margin-bottom: 40px;
}

.newsList .newsCont {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-family: 'Microsoft YaHei';
	color: #404040;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	word-wrap: break-word;
	word-break: normal;
}

.newsList .newsCont img {
	display: inline-block;
	margin: 20px 0;
}

.newsList .newsCont p {
	margin: 10px 0;
}

#zxly {
	width: 400px;
	height: 400px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	background-color: #fff;
	z-index: 9999;
	padding-left: 30px;
	padding-top: 30px;
	box-sizing: border-box;
	font-size: 16px;
	box-shadow: 0px 0px 20px #ccc;
	/* display: none; */
}

#zxly li {
	margin: 20px 0;

}

#zxly li input {
	height: 25px;
}

#zxly li img {
	display: inline-block;
	height: 27px;
	line-height: 25px;
	position: relative;
	top: -2px;
	border: 1px solid #767676;
}

#zxly .subm {
	display: block;
	margin: auto;
	width: 140px;
	height: 30px;
	line-height: 30px;
	border: none;
	outline: none;
	background-color: #1C6AB2;
	color: #fff;
}

#zxly .colse {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	border: 1px solid #1C6AB2;
	text-align: center;
	line-height: 20px;
	box-sizing: border-box;
	color: #1C6AB2;
	cursor: pointer;
}

.zxlyA {
	width: 148px;
	height: 40px;
	background-color: #1E6BB2;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	line-height: 40px;
	z-index: 9999;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 0px #22272d;
}
table {
	border: 1px solid #000;
	border-collapse: collapse;
}

td {
	padding-left: 15px;
}



@media (max-width:1200px) {
	.container {
		overflow: hidden;
	}

	.nav2 {
		width: 100%;
	}
}


.index_Product_content .swiper-button-prev,
.index_Product_content .swiper-button-next {
	top: 41%;
}

ul#joinList li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

ul#joinList li.active {
	background-color: #1e6bb2;
	color: #fff;
	font-size: 16px;
}

ul#joinList li div {
	width: 20%;
	float: left;
	text-align: center;
}

ul#joinList li a {
	display: block;
	width: 20%;
	text-align: center;
	float: left;
}

ul#joinList li a:hover {
	color: #1E6BB2;
}

.ptts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.ptts ul li{
	width: 23%;
	margin: 1%;
	height: 170px;
	background-color: #1E6BB2;
	color: #fff;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	cursor: pointer;
	transition: .5s;
}
.ptts ul li:hover{
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
}
.ptts ul li .tit{
	font-size:20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.ptts ul li .txt{
	font-size: 16px;
	line-height: 1.75;
}
.jszc {
    padding-top: 50px;
}