<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background-color: rgba(243, 243, 243, 1);
}
#nav-box {
	position: absolute !important;
	z-index: 11111;
	top: 0;
	left: 0;
	right: 0;
}
strong {
	color: #333;
}
li{
	list-style: none;
}
.productIntroduction-left-bg a {
	color: rgba(157, 157, 157, 1);
}

.productApplication-left-bg a {
	color: rgba(157, 157, 157, 1);
}

.main-foot-left-bg a {
	color: #FFF;
}

.main-foot-b-bg a {
	color: #FFF;
}
#web_bg{
	background-position: center 0;
	background-size: cover;
}
a{
	text-decoration: none !important;
}
.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
	text-decoration: none;
	/* background-color: #eee; */
}

.nav&gt;li&gt;a:focus,
.nav&gt;li&gt;a:hover {
	background-color: transparent;
}

#nav-box a {
	color:rgba(128, 128, 128, 1);
}

#nav-box a:focus,
#nav-box a:hover {
	color: rgba(128, 128, 128, 1);
}

.top-val-bg-bg{
	background-color: rgba(0, 97, 168, 1);
	color: #FFFFFF;
	font-size: 14px;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.top-val-bg{
	background-color: rgba(0, 97, 168, 1);
	color: #FFFFFF;
	font-size: 14px;
	width: 1200px;
	display: flex;
	position: relative;
}

.top-val{
	
}
.top-val-phone{
	position: absolute;
	right: 10px;
	display: flex;
}
.top-val-phone img{
	width: 20px;
	height: 20px;
}

.nav&gt;li {}

#navmenu a {
	color:#FFFFFF;
	font-size: 14px !important;
}

#navmenu .active {
	color: #FFFFFF !important;
	/* background-color: rgba(0, 0, 0, 0.23); */
	background-color: rgba(0, 0, 0, 0.9) !important;
	/* border-top: 1px solid rgb(24,35,54); */
	font-size: 14px !important;
}


#menu .active {
	/* border-bottom: 2.5px solid #3e3a39; */
	/* font-weight: bolder; */
	color: rgba(128, 128, 128, 1);
	/* font-size: 16px !important; */
	/* background-color: rgba(0, 0, 0, 0.23); */
	background-color: rgba(153, 153, 153, 0.15);
	/* border-top: 1px solid rgb(24,35,54); */
	box-sizing: border;
}

#menu .active2 {
	/* border-bottom: 2.5px solid #3e3a39; */
	color: #FFF;
	/* background-color: rgba(0, 0, 0, 0.23); */
	background-color: rgba(153, 153, 153, 0.15);
}

#menu .nav&gt;li&gt;a {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 32px 20px 32px 20px;
}


.carousel-indicators li {
	background-color: #2b2b2b;
	border: none;
}

#navtop {}

#navtop .nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
	text-decoration: none;
	/* background-color: #eee; */
}

#navtop .nav&gt;li&gt;a:focus,
.nav&gt;li&gt;a:hover {
	background-color: transparent;
}

#navtop a {
	color: rgba(102, 102, 102, 1);
}

#navtop a:focus,
#navtop a:hover {
	color: rgba(32, 76, 156, 1);
}

#cmenu .active {
	/* border-bottom: 2.5px solid #3e3a39; */
	background-color: rgba(229, 229, 229, 1);
	color: rgba(32, 76, 156, 1);
}

#cmenu .nav&gt;li&gt;a {
	position: relative;
	display: block;
	padding: 25px 20px 25px 20px;
	height: 100%;
	line-height: 34px;
}
.child-nav a{
	padding: 10px 20px 10px 20px !important;
	line-height: 54px !important;
}
.main-content-bg {
	width: 100%;
	background-color: rgba(243, 243, 243, 1);
	display: flex;
	justify-content: center;
}
.navbar-nav&gt;li{
	float: left !important;
}
.groupHonor-box img{
	transition: all 0.3s;
}
.groupHonor-box img:hover{
	transform: scale(1.03);
}
.main-content {
	width: 1200px;
	min-height: 600px;
	line-height: 150%;
	font-size: 14px;
	background-color: #FFFFFF;
	height: auto;
	box-sizing: border-box;
	display: flex;
}
.main-content-left-bg{
	padding: 0 20px 0 20px;
	width: 273;
	border-right: 1px solid rgba(229, 229, 229, 1);
	height: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.main-content-left-title{
	color: rgba(175, 175, 175, 1);
	font-size: 28px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}
.main-content-left-item{
	width: 233px;
	height: 38px;
	color: rgba(80, 80, 80, 1);
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(241, 241, 241, 1);
	cursor: pointer;
}
.main-content-left-item a{
	color: rgba(80, 80, 80, 1);
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.main-content-left-item-active{
	background-color: rgba(42, 130, 228, 1);
	color: #FFFFFF;
	cursor: pointer;
}
.main-content-left-item-active a{
	background-color: rgba(42, 130, 228, 1)!important;
	color: #FFFFFF !important;
	cursor: pointer;
}
.main-content-left-item2{
	cursor: pointer;
	width: 233px;
	height: 38px;
	color: rgba(80, 80, 80, 1);
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-content-left-item2 a{
	color: rgba(80, 80, 80, 1);
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.main-content-left-item2:hover{
	background-color:rgb(249 249 249);
}

.main-content-right-bg{
	width: 927px;
	padding: 45px 40px;
	box-sizing: border-box;
}
.main-content-right-val{
	width: 100%;
}

.main-content-right-val img{
	max-width: 100%;
	height: auto;
}
.main-content-right-val p a{
	position: relative;
	margin: 0 !important;
	margin: 0 auto;
	padding: 0 !important;
}
.main-content-right-val p a img{
	width: auto;
	height: auto;
	float: left;
}
.main-content-right-newlist{
	width: 100%;
}
.main-content-newlist-item{
	margin-top: 26px;
	display: flex;
	width: 100%;
	border-bottom: rgba(229, 229, 229, 1) 1px solid;
	padding-bottom: 40px;
}
.main-content-newlist-item a{
	display: flex;
	width: 100%;
}
.main-content-newlist-item-date{
	border: rgba(230, 234, 236, 1) solid 6px;
	width: 117px;
	height: 120px;
	text-align: center;
	margin-right: 33px;
}
.main-content-newlist-item-day{
	color: rgba(42, 130, 228, 1);
	font-size: 42px;
	margin-top: 30px;
}
.main-content-newlist-item-year{
	color: rgba(136, 137, 141, 1);
	font-size:18px;
	margin-top: 15px;
}
.main-content-newlist-item-content{
	width: 670px;
}
.main-content-newlist-item-title{
	color: rgba(80, 80, 80, 1);
	font-size: 24px;
}
.main-content-newlist-item-num{
	color: rgba(182, 182, 182, 1);
	font-size: 14px;
	margin-top: 15px;
}
.main-content-newlist-item-num img{
	width: 18px;
	height: 18px;
	margin-right: 7px;
}
.main-content-newlist-item-val{
	margin-top: 22px;
	color: rgba(128, 128, 128, 1);
	font-size: 18px;
}
.main-content-right-imglist{
	width: 100%;
	min-height: 700px;
	overflow: hidden;
}
.main-content-right-imglist-item{
	width: 274px;
	height: 198px;
	color: rgba(80, 80, 80, 1);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 3px;
	box-shadow: 0px 0px 20px 0px rgba(211, 211, 211, 1);
	padding: 14px 12px;
	box-sizing: border-box;
	margin-right: 32px;
	margin-bottom: 37px;
	float: left;
}
.main-content-right-imglist-item:nth-child(3n+3){
	margin-right: 0px;	
}
.main-content-right-imglist-item img{
	width: 250px;
	height: 133px;
	box-shadow: 0px 0px 2px 0px rgb(208 208 208);
}

.swiper-wrapper{
    -webkit-transition-timing-function: linear; /*涔嬪墠鏄痚ase-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.main-content-right-imglist-item-title{
	width: 100%;
	margin-top: 16px;
	color: rgba(80, 80, 80, 1);
	font-size: 14px;
	float: left;
	text-align: center;
}
.main-content-right-detail-top-bg{
	border-bottom: 1px rgba(230, 234, 236, 1) solid;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.main-content-right-detail-top-title{
	color: rgba(80, 80, 80, 1);
	font-size: 24px;
}
.main-content-right-detail-top-val{
	width: 100%;
	display: flex;
	margin-top: 15px;
	position: relative;
}
.main-content-right-detail-top-num{
	color: rgba(182, 182, 182, 1);
	font-size: 14px;
}
.main-content-right-detail-top-num img{
	width: 18px;
	height: 18px;
	margin-right: 7px;
}
.main-content-right-detail-top-time{
	color: rgba(80, 80, 80, 1);
	font-size: 14px;
	margin-left: 132px;
}
.main-content-right-contact-bg{
	width: 100%;
	padding: 35px 20px;
	box-sizing: border-box;
}
.main-content-right-contact-title{
	color: rgba(42, 130, 228, 1);
	border-bottom: 1px solid rgba(229, 229, 229, 1);
	font-size: 24px;
	padding-bottom: 17px;
	padding-left: 10px;
	width: 1080px;
	margin-left: 40px;
	font-weight: bold;
}
.main-content-right-contact-val-bg{
	margin-top: 30px;
	width: 100%;
	padding: 0 60px;
	display: flex;
	box-sizing: border-box;
}
.main-content-right-contact-val-left-bg{
	margin-top: 5px;
	width: 370px;
	margin-right: 100px;
}
.main-content-right-contact-val-left-title{
	 color: rgba(56, 56, 56, 1);
	 font-size: 18px;
	 margin-bottom: 25px;
	 font-weight: bold;
}
.main-content-right-contact-val-left-item{
	color: rgba(80, 80, 80, 1);
	font-size: 16px;
	margin-bottom: 20px;
}

.main-content-right-contact-val-right-title{
	color: rgba(56, 56, 56, 1);
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}
.main-content-right-contact-val-right-item{
	display: flex;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-left: 20px;
}
.main-content-right-contact-val-right-item-title{
	color: rgba(56, 56, 56, 1);
	font-size: 14px;
	height: 40px;
	width: 94px;
	display: flex;
	align-items: center;
}
.main-content-right-contact-val-right-item-val{

}
.main-content-right-contact-val-right-item-val input{
	width: 440px;
	height: 40px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 150%;
	border: rgba(229, 229, 229, 1) solid 1px;
}
.inputContact {
	width: 174px !important;
	height: 32px;
	text-align: center;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	margin: 0 auto;
	border: 1px solid rgba(42, 130, 228, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 8px;
	background-color: rgba(42, 130, 228, 1);
	color: #FFF;
	cursor: pointer;
}
.main-content-right-contact-val-left-mtsj-title{
	color: rgba(80, 80, 80, 1);
	font-size: 16px;
	margin-top: 50px;
}
.main-content-right-contact-val-left-mtsj{
	margin-top: 15px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	display: flex;
	line-height: 2;
}
.main-content-right-contact-map-bg{
	width: 1160px;
	height: 333px;
	margin-top: 67px;
}
#dituContent{
	width: 600px;
	height: 350px;
}
.main-content-right-contact-val-right-bg{
	width: 600px;
	height: 350px;
}
.product-main-item{
	position: relative !important;
	overflow: hidden;
	cursor: pointer;
}
@media (max-width: 765px) {
	#menu ul {
		background: #ffffff;
	}

	/*#nav-box {*/
	/*	position: relative;*/
	/*	!*position:absolute;z-index: 11111;top: 1%;left:0;right: 0;*!*/
	/*}*/

	.footer1 {
		display: none;
	}

	#footer1 {
		display: none;
	}

	#footer2 {
		display: block;
		text-align: center;
	}

	#footer2 img {
		margin: 0 auto;
	}

	#agent .item1 {
		border-bottom: 1px solid #ededed;
		;
		padding-bottom: 2%;
		transform: translateX(-15%);
	}

	#agent .item2 {
		display: block;
	}

	#agent .titleimg {
		display: none;
	}

	#introduce_show1 {
		display: none;
	}

	#introduce_show2 {
		display: block;
	}

	#introduce_show2 img {
		margin: 0 auto;
	}

	#about_show1 {
		display: none;
	}

	#about_show2 {
		display: block;
	}

	#home .main-content {
		line-height: 26px !important;
	}

	.fixed_top {
		background-color: #ffe032;
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: fixed;
		right: 5px;
		bottom: 10%;
		text-align: center;
		display: block;
	}

}

.col-xs-1-8,
.col-sm-1-8,
.col-md-1-8,
.col-lg-1-8 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-1-8 {
	width: 12.5%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-8 {
		width: 12.5%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-8 {
		width: 12.5%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-8 {
		width: 12.5%;
		float: left;
	}
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	margin-right: 10px;
	margin-left: 10px;

}

.col-xs-1-5 {
	width: 18%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 18%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 18%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 18%;
		float: left;
	}
}

@media (min-width: 765px) {
	.footer1 {
		display: block;
	}

	#footer1 {
		display: block;
	}

	#footer2 {
		display: none;
	}

	#nav-box {
		position: absolute;
		z-index: 11111;
		top: 0;
		left: 0;
		right: 0;
	}

	.fixed_top {
		background-color: #ffe032;
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: fixed;
		right: 5px;
		bottom: 10%;
		text-align: center;
		display: none;
	}

	#agent .item1 {
		border-bottom: 1px solid #ededed;
		;
		padding-bottom: 2%;

	}

	#agent .item2 {
		display: none;
	}

	#agent .titleimg {
		display: block;
	}

	#introduce_show1 {
		display: block;
	}

	#introduce_show2 {
		display: none;
	}

	#about_show1 {
		display: block;
	}

	#about_show2 {
		display: none;
	}

}

@media (max-width: 1200px) {
	#produce_show1 {
		display: none;
	}

	#produce_show2 {
		display: block;
	}

	#produce_show2 img {
		margin: 0 auto;
		margin-bottom: 20px;
	}

	#advantage_show1 {
		display: none;
	}

	#advantage_show2 {
		display: block;
	}


}

@media (min-width: 1200px) {
	#produce_show1 {
		display: block;
	}

	#produce_show2 {
		display: none;
	}

	#advantage_show1 {
		display: block;
	}

	#advantage_show2 {
		display: none;
	}
}



.footer1 {
	background: #3e3a39;
	position: relative;
	width: 90%;
	margin-left: 5%;
}

.footer1 a {
	color: #898989;
	cursor: pointer;
}

.footer1 .item {
	padding: 0 30px;
}

.footer2 {
	padding-bottom: 20px;
	padding-top: 15px;
	background: #2b2828;
	width: 100%;
	color: #898989;
}

.footer2 img {
	margin-left: 30px;
}

.bottom_nav li {
	float: left;
	list-style: none;
	padding: 15px 20px;
	width: 170px;
}

/*home*/
#home .title img {
	margin: 0 auto;

}

#home .main-body {

	width: 90%;
	margin: 0 auto;
}
#home .title {
	margin-top: 4%;
	margin-bottom: 4%;
}

#home #home_ys [class*="col-"] {
	padding: 0 40px;

}

#home .main-content {

	padding: 0 13%;
	top: 50%;
	transform: translateY(-70%);
	position: absolute;
	z-index: 1;
	line-height: 36px;
	/*padding-top:3rem;
	/*background:url(../img/home/1.png) no-repeat;
	background-size: 100% 100%;
	display: block;*/
}

#home_ys img {
	margin: 0 auto;
}

#home .ystx {
	margin-top: 25px;
}

#home .imgbg {
	position: relative;
	z-index: 0;
}

#home .title1 {
	padding: 0 0 0 0;
	/*font-size: 36px;*/
	font-weight: bolder;
}

#home .title2 {
	padding: 0 0 0 0;
	/*font-size: 26px;*/
	font-weight: bolder;
	color: #ededed;
}

#home .content {
	padding: 0 13%;
	line-height: 35px;
	color: #3e3a39;
	font-size: 18px;
}

#home .title3 {
	font-size: 2.6rem;
	font-weight: bolder;
	border-left: 3px solid #ffe633;
	padding-left: 10px;
}

#home .pro {
	margin-top: 5%;
	line-height: 30px;
	padding-right: 3%;
	font-size: 18px
}

.main-box-type {
	background-color: rgba(243, 243, 243, 1);
	padding-top: 45px;
}

.main-box-type-title {
	color: rgba(3, 96, 164, 1);
	font-size: 20px;
	font-weight: bolder;
}
.main-box-type-title-line-bg {
	display: flex;
	justify-content: center;
	margin-top: 9px;
}

.main-box-type-title-line-bg img {
	width: 24px;
	height: 24px;
	margin-left: 10px;
	margin-right: 10px;
}

.main-box-type-title-line {
	margin-top: 10px;
	height: 1px;
	width: 110px;
	border-bottom: 1px dashed #cccccc;
	overflow: hidden;
}


.navbar-collapse{
	height: 74px !important;
}
.home-banner-content {
	position: absolute;
	color: #FFF;
	top: 275px;
	width: 100%;
}
.home-banner-content  .home-banner-content-main{
	width: 1339px;
	height: auto;
	margin: 0 auto;
	padding-left:10px;
}
.home-banner-title{
	margin-bottom: 27px;
	font-size: 36px;
	width: 311px;
	height: 54px;
	line-height: 54px;
}
.home-banner-title-i{
	width: 340px;
	height: 1px;
	display: block;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 34px;
}
.home-banner-val {
	background-color: rgba(0, 0, 0, 0.6);
	width: 720px;
	font-size: 12px;
	padding: 12px 18px 12px 16px;
	line-height: 2;
	box-sizing: border-box;
}

.home-banner-gslist {
	width: 720px;
	display: flex;
	margin-top: 13px;
	font-size: 12px;
	justify-content: space-between;
}

.home-banner-gslist-item {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	height: 34px;
	line-height: 34px;
	padding-left: 20px;
	padding-right: 20px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
}

.home-banner-gslist-item:last-child {
	margin-right: 0;
}

.box-active {
	position: fixed;
	top: 0;
}


.product-main{
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.home-product-application-img-a{
	display: block;
	height: auto;
	width: auto;
}
.product-application-img{
	cursor: pointer;
}
.main-box-application-b{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	position: relative;
	background: #fff;
}
.main-box-application-b .application-b-box{
	width: 249px;
	height: 185px;
}
.main-box-application-b-b {
	margin-top: 5%;
}
.main-box-application-b-bg-img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.application-b-box {
	cursor: pointer;
	transition: all 0.6s;
}



.application-b-val-bg {
	color: rgba(115, 115, 115, 1);
	font-size: 14px;
	line-height: 2;
	padding-bottom: 41px;
	width: 1317px;
	margin: 0 auto;
}

.application-b-val-item {
	text-indent: 2%;
}
.main-foot-right-right-bg{
	padding: 0!important;
	width: 468px !important;
}
.main-goot-right-btn-right{
	padding: 0 !important;
}
.main-foot-bg {
	background-color: rgba(0, 97, 168, 1);
	/* margin-top: 40px; */
	/* border-top: 39px solid rgba(243, 243, 243, 1); */
	position: relative;
	height: 100%;
	padding-bottom: 33px;
	padding-top: 25px;
	width: 100%;
}
.main-foot-bg .main-foot-content{
	width: 1200px;
	height: auto;
	display: flex;
	margin: 0 auto;
}
.main-foot-top-bg{
	width: 1200px;
	height: auto;
	display: flex;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: 1px #FFFFFF solid;
	padding-bottom: 15px;
	margin-bottom: 23px;
}
.main-foot-top-title{
	color: #FFFFFF;
}
.main-foot-top-val{
	color: #FFFFFF;
	margin-left: 18px;
}
.main-foot-top-val a{
	color: #FFFFFF;
}

.main-foot-left-bg {
	width: 48%;
}

.main-foot-left-item {
	width: 100%;
	color: #FFFFFF;
}

.main-foot-left-item-title {
	font-size: 16px;
}

.main-foot-left-item-val-bg {
	margin-top: 15%;
	font-size: 14px;
	line-height: 2;
}

.main-foot-right-bg {
	width: 51%;
	display: flex;
}
.main-foot-right-item{
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
	margin-top: 11px;
}
.main-foot-right-item2{
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.main-foot-right-title {
	width: 100%;
	border-bottom: 1px #fff solid;
	color: #FFF;
	padding-bottom: 2%;
}

.main-foot-right {
	width: 100%;
	display: flex;
	margin-top: 1%;
}

.main-foot-right-left-bg {
	width: 45%;
	padding:0;
}

.main-foot-right-left-item {
	width: 100%;
	color: #fff;
	font-size: 14px;
	display: flex;
	line-height: 2;
}

.main-foot-right-left-titile {
	width: 35px;
}

.main-foot-right-left-val {
	width: 85%;
}

.main-foot-right-right-item {
	width: 100%;
	display: flex;
}

.main-foot-right-right-item-right {
	width: 50%;
	text-align: right;
	margin-left: 28px;
}

.main-foot-right-right-item:last-child {
	margin-top: 5%;
}

.main-goot-right-btn-bg {
	margin-top: 5%;
}

.main-goot-right-btn-bg {
	color: #FFFFFF;
	font-size: 12px;
}

.main-goot-right-btn-left {
	margin-top: 10px;
}

.main-goot-right-btn {
	background-color: rgba(42, 130, 228, 1);
	color: #FFFFFF;
	border-radius: 5px;
	border: none;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#foot input {
	font-size: 14px;
	padding: 10px;
	padding-left: 15px;
	border-radius: 5px;
	border: none;
	width: 200px;
}

.main-foot-b-bg {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	padding: 10px;
	padding-bottom: 10px;
	background-color: rgba(32, 76, 156, 1);
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.main-banner-bg {
	width: 100%;
	height: 124px;
	/* padding-top: 84px; */
}
.main-banner-bg .main-banner-bg-ul{
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
}
.main-banner-bg .main-banner-bg-ul .main-banner-bg-li{
	display: none;
	margin-top: 120px;
	height: 313px;
	width: 100%;
	background-size:100% 100%;
	background-repead:no-repead;
	background-position:center center;
}
.main-banner-bg .main-banner-bg-ul .main-banner-bg-li-active{
	display: block !important;
}
.main-banner-bg .main-banner-bg-position{
	position: absolute;
	top: 0px;
	height: 316px;
	width: 300px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
	cursor: pointer;
	transition: all 0.5s;
	color: #666;
}
.main-banner-bg .main-banner-bg-right-box{
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .01) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .01) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .01)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .01) 100%);
}
.main-banner-bg .main-banner-bg-right-box:hover{
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .2)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	color: #777;
}
.main-banner-bg .main-banner-bg-left-box:hover{
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	color: #777;
}
.main-banner-bg .main-banner-bg-position i{
	height: 80px;
	width: 80px;
	display: block;
	line-height: 80px;
	font-size: 30px;
	text-align: center;
	padding-top: 118px;
	margin: 0 auto;
}
.main-banner-bg .main-banner-bg-left-box{
	left: 0;
	top: 120px;
}
.main-banner-bg .main-banner-bg-right-box{
	right: 0;
	top: 120px;
}
.main-banner-bg .main-banner-bg-ul li{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.main-banner-bg img {
	width: 100%;
	height: 400px;
}

/* 浼佷笟绠€浠� */
.groupProfile-bg {
	width: 990px;
	height: 100%
}
.groupProfile-bg p img{
	margin: 0 auto;
	display: block;
	height: auto;
	width: auto;
}
.groupProfile-title-bg {
	width: 100%;
	text-align: center;
}

.groupProfile-title-bg img {}

.groupProfile-val-item {
	width: 100%;
	text-indent: 5%;
	line-height: 2;
}

.groupProfile-img-item {
	width: 100%;
	text-align: center;
}

.groupProfile-bg p {
	width: 100%;
	line-height: 2;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
}
.groupProfile-bg p:last-child img{
	margin: 0 auto;
	height: auto;
	width: auto;
}

/* 闆嗗洟鑽ｈ獕 */
.groupHonor-bg {
	width: 1142px;
	overflow: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.groupHonor-box {
	box-shadow: 0px 0px 20px 0px rgba(211, 211, 211, 1);
	text-align: center;
	width: 330px;
	padding: 22px 25px 19px 25px;
	box-sizing: border-box;
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 56px;
}
.groupHonor-box img {
	width: 282px;
	height: 162px;
	margin: 0 auto;
}

.groupHonor-box-title {
	color: rgba(80, 80, 80, 1);
	text-align: left;
	font-size: 16px;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.groupHonor-box-title:hover{
	color: #999;
}
/* 棰嗗鑷磋緸 */
.leaderSpeech-bg {
	width: 100%;
}

.leaderSpeech-title-bg {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 16px;
}

.leaderSpeech-title:last-child {
	border-right: none;
}

.leaderSpeech-title{
	margin-left: 2%;
	padding-right: 2%;
	width: 128px;
	border-right: 1px solid #000;
	cursor: pointer;
	text-align: center;
}
.leaderSpeech-title-bg .active {
	color: rgba(32, 76, 156, 1);
}

.leaderSpeech-val-bg {
	width: 990px;
	text-align: right;
	margin-top: 3%;
}

.leaderSpeech-val-bg p {
	width: 100%;
	line-height: 2;
	text-align: left;
	font-size: 16px;
	margin: 0;
}
.leaderSpeech-val-bg hr{
	padding: 0;
	margin: 0;
	display: block;
	unicode-bidi: isolate;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	margin-inline-start: auto;
	margin-inline-end: auto;
	overflow: hidden;
	border-style: inset;
	border-width: 1px;
}
.nav-type ul li a{
	height: 74px !important;
	display: block;
}
.nav-type .nav-type{
	padding: 8px 20px 8px 20px !important;
}
.leaderSpeech-val-bg img {
	max-width: 57vw;
	margin: 0 auto;
}

/*pages*/
.pagebox {
	width: 100%;
	margin-top: -4px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.pagebox span a{
	color: rgba(80, 80, 80, 1) !important;
	background-color: rgba(255, 255, 255, 1) !important;
}
.pagebox span {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	background: #FFF;
}

.pagebox span a {
	display: block;
	overflow: hidden;
}

.pagebox span.pagebox_total {
	height: 21px;
	line-height: 21px;
}

.pagebox span.pagebox_pre_nolink {
	border: 1px #ddd solid;
	width: 53px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #999;
	cursor: default;
}

.pagebox span.pagebox_pre {
	color: #3568b9;
	height: 100%;
	width: 70px;
}

.pagebox span.pagebox_pre a,
.pagebox span.pagebox_pre a:visited,
.pagebox span.pagebox_next a,
.pagebox span.pagebox_next a:visited {
	border-left: rgba(230, 234, 236, 1) solid 1px;
	border-top: rgba(230, 234, 236, 1) solid 1px;
	border-bottom:rgba(230, 234, 236, 1) solid 1px;
	color: #b8b8b8;
	text-decoration: none;
	text-align: center;
	width: 70px;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	background-color: rgba(255, 255, 255, 1);
}

.pagebox span.pagebox_pre a:hover,
.pagebox span.pagebox_pre a:active,
.pagebox span.pagebox_next a:hover,
.pagebox span.pagebox_next a:active {
	color: #363636;
}

.pagebox span.pagebox_num_nonce {
	padding: 0 8px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	color: #fff;
	border-top: rgba(230, 234, 236, 1) solid 1px;
	border-bottom: rgba(230, 234, 236, 1) solid 1px;
	border-left: rgba(230, 234, 236, 1) solid 1px;;
	cursor: default;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(166, 166, 166, 1);
}

.pagebox span.pagebox_num {
	color: #3568b9;
	height: 36px;
	width: 36px;
}
.pagebox span.pagebox_num a,
.pagebox span.pagebox_num a{
	border-left: rgba(230, 234, 236, 1) solid 1px;
	border-top: rgba(230, 234, 236, 1) solid 1px;
	border-bottom: rgba(230, 234, 236, 1) solid 1px;
}
.pagebox span.pagebox_num a,
.pagebox span.pagebox_num a:visited {
	color: #8a8a8a;
	text-decoration: none;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
}

.pagebox span.pagebox_num a:hover,
.pagebox span.pagebox_num a:active {
	color: #363636;
}

.pagebox span.pagebox_num_ellipsis {
	color: #393733;
	width: 22px;
	background: none;
	line-height: 23px;
}

.pagebox span.pagebox_next_nolink {
	border: 1px #ddd solid;
	width: 53px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #999;
	cursor: default;
}

.hide {
	display: none;
}

.history-bg {
	width: 100%;
	padding: 3% 15%;
	display: flex;
}

.history-left-bg {
	width: 240px;
	margin-left: 100px;
	box-sizing: border-box;
	padding-top: 20px;
}

.history-line {
	width: 1px;
	background-color: rgba(229, 229, 229, 1);
	height: 100%;
	margin-left: -7.5px;
}

.history-right-bg {
	width: 65%;
	padding-left: 5%;
	padding-right: 5%;
}

.history-left-item {
	width: 100%;
	text-align: center;
}

.history-left-item-top {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 38px;

}

.history-left-item-title {
	width: 100%;
	color: rgba(153, 153, 153, 1);
	cursor: pointer;
}

.history-left-item-title-active {
	color: rgba(32, 76, 156, 1);
	font-weight: 700;
}

.history-left-item-title-tip {
	position: absolute;
	top: 15%;
	right: 0;
	width: 15px;
	height: 15px;
	background-color: rgba(32, 76, 156, 1);
	border-radius: 50px;
}

.history-left-item-b {
	background-color: rgb(218, 218, 218);
	height: 1px;
	width: 100px;
	/* margin-bottom: 38px; */
	margin: 0 auto;
	margin-bottom: 38px;
}

.history-right-item {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 20px 0px rgba(211, 211, 211, 1);
	width: 100%;
	padding: 2%;
	font-size: 14px;
	margin-bottom: 25px;
}

.history-right-item-title {
	color: rgba(32, 76, 156, 1);
	padding-bottom: 10px;
	width: max-content;
	border-bottom: 1px solid rgba(32, 76, 156, 1);
}

.history-right-item-val {
	margin-top: 2%;
	color: rgba(102, 102, 102, 1);
}

.history-right-item-val p {
	padding: 0 0 5px;
}

.newlist-bg {
	width: 100%;
}
.newlist-bg .newlist-item {
	width: 1100px !important;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 20px 0px rgba(211, 211, 211, 1);
	/* margin-top: 5%; */
	/* padding: 2%; */
	font-size: 16px;
	display: flex;
	margin: 0 auto;
	padding: 44px 45px 58px 42px;
	margin-bottom: 38px;
	height: 381px;
}

.newlist-item a {
	display: flex;
	width: 100%;
}

.newlist-item-left {
	width: 371px;
	height: 279px;
}

.newlist-item-left img {
	width: 100%;
	height: 100%;
}

.newlist-item-right {
	width: 592px;
	padding-left: 50px;
}
.newlist-item-right a{
	text-decoration: none;
}
.newlist-item-right-date {
	color: rgba(157, 157, 157, 1);
	height: 27px;
	line-height: 27px;
	font-size: 18px;
}

.newlist-item-right-title {
	margin-top: 14px;
	color: rgba(80, 80, 80, 1);
	font-size: 28px;
	transition: all 0.5s;
}
.newlist-item-right-title:hover{
	color: #999;
}
.newlist-item-right-date{
	transition: all 0.5s;
}
.newlist-item-right-date:hover{
	color: rgba(180, 180, 180, 1)
}
.newlist-item-right-val {
	color: rgba(157, 157, 157, 1);
	margin-top: 13px;
	line-height: 1.5;
	font-size: 16px;
}

.newlist-item-right-val p {
	line-height: 2;
}

.newDetails-title-bg {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

.newDetails-title {
	font-size: 24px;
}

.newDetails-title-b-bg {
	width: 100%;
	color: rgba(166, 166, 166, 1);
	margin-top: 3%;
	display: flex;
	border-bottom: 1px rgba(229, 229, 229, 1) solid;
	padding-bottom: 1%;
}

.newDetails-title-b-item:first-child {
	margin-left: 0;
}

.newDetails-title-b-item {
	margin-left: 2%;
	font-size: 13px;
}

.productApplication-bg {
	width: 100%;
	display: flex;
}

.productApplication-left-bg {
	border-right: 1px solid rgba(202, 202, 202, 1);
	width: 30%;
	padding: 5% 2% 5% 3%;
}

.productApplication-right-bg {
	padding: 5%;
	width: 70%;
	padding-bottom: 0;
}
.productApplication-right-bg p a{
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.productApplication-right-bg p a img{
	margin: 0 auto;
	max-width: 100%;
}
.productApplication-right-bg p {
	width: 100%;
	line-height: 2 !important;
	margin-top: 5%;
	font-size: 16px;
	text-align: left;
}

.productApplication-right-bg img {
	width: 100%;
	float: left;
	height: 100%;
}
.productApplication-right-bg article div{
	text-align: left;
}
.productApplication-left-item {
	width: 100%;
	color: rgba(157, 157, 157, 1);
}
.productApplication-left-title-jt{
	cursor:pointer;
}
.productApplication-left-title-jt {
	width: 30px;
	height: 30px;
	float: right;
	position: absolute;
	right: .1rem;
	top: 2%;
	transform: rotate(180deg);
}
/*.child-nav li a{*/
/*	padding: 26px 20px 26px 20px !important;*/
/*}*/
.productApplication-left-title-bg {
	width: 100%;
	display: flex;
	position: relative;
	padding: 3%;
	font-size: 16px;
	border-bottom: 1px rgba(202, 202, 202, 1) dashed;
}
.productApplication-left-title{
	cursor: pointer;
}
.productApplication-left-val {}

.productApplication-left-val-bg {
	padding-top: 3%;
}

.productApplication-left-val-title {
	width: 100%;
	padding: 3%;
	font-size: 14px;
	text-align: left;
	padding-left: 10%;
}

.productApplication-left-val-jt {
	width: 20px;
	height: 20px;
	float: right;
	position: absolute;
	right: .1rem;
	top: 25%;
}

.productApplication-left-val-item {
	width: 100%;
	position: relative;
}

.productApplication-left-val-active {
	background-color: rgba(0, 0, 0, 0.1);
}

.productIntroduction-bg {
	width: 100%;
	display: flex;
}

.productIntroduction-left-bg {
	border-right: 1px solid rgba(202, 202, 202, 1);
	width: 243px;
	margin-top: 8px;
}

.productIntroduction-right-bg {
	width: 70%;
	width: 813px;
	box-sizing: border-box;
	padding-left: 29px;
}
.productIntroduction-right-val{
	margin-bottom: 43px;
	height: auto;
	width: 100%;
	display: block;
	overflow: hidden;
}
.productIntroduction-right-val div{
	padding: 0 !important;
	width: 218px !important;
	float: left;
	margin-right: 26px;
}
.productIntroduction-right-val div:nth-child(even){

}
.productIntroduction-left-item {
	width: 100%;
	color: rgba(157, 157, 157, 1);
	padding-bottom: 2%;
}

.productIntroduction-left-title-jt {
	width: 30px;
	height: 30px;
	float: right;
	position: absolute;
	right: .1rem;
	top: 10%;
	transform: rotate(180deg);
	cursor: pointer;
}

.productIntroduction-left-title-bg {
	width: 100%;
	display: flex;
	position: relative;
	padding: 3%;
	font-size: 16px;
	border-bottom: 1px rgba(202, 202, 202, 1) dashed;
}
.productIntroduction-left-title{
	cursor: pointer;
}
.productIntroduction-left-val {}

.productIntroduction-left-val-bg {
	padding-top: 3%;
	border-bottom: 1px rgba(202, 202, 202, 1) dashed;
	padding-bottom: 3%;
}

.productIntroduction-left-val-title {
	width: 100%;
	padding: 3%;
	font-size: 14px;
	text-align: left;
	padding-left: 10%;
}

.productIntroduction-left-val-jt {
	width: 20px;
	height: 20px;
	float: right;
	position: absolute;
	right: .1rem;
	top: 25%;
}

.productIntroduction-left-val-item {
	width: 100%;
	position: relative;
}

.productIntroduction-left-val-active {
	background-color: rgba(0, 0, 0, 0.1);
}

.productIntroduction-right-title {
	color: rgba(42, 130, 228, 1);
	font-size: 12px;
	text-align: left;
}

.productIntroduction-right-val-box {
	cursor: pointer;
	transition: all 0.6s;
	margin-top: 10%;
	-webkit-transform: scale(1);
	transform: scale(1);
	margin-right: 26px;
	width: 230px;
	height: 150px;
}

.productIntroduction-right-val-box img {
	height: 100%;
	width: 230px;
	cursor: pointer;
	transition: all 0.6s;
}

.productIntroduction-right-val-box:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.productIntroduction-right-val-box2 {
	cursor: pointer;
	transition: all 0.6s;
	margin-top: 10%;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.productIntroduction-right-val-box2 img {
	height: 280px;
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.productIntroduction-right-val-box2:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}


.productIntroduction-right-val-box-title {
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	padding: 2%;
}

.jt-active {
	transform: none;
}

.tc-bg {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}

.tc-content-bg {
	background-color: #FFF;
	width: 750px;
	border-radius: 5px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	padding: 61px 75px 40px 75px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}
.tc-content-bg #tcLeft{
	cursor: pointer;
	height: 40px;
	width: 40px;
}
.tc-content-bg #tcRight{
	cursor: pointer;
	height: 40px;
	width: 40px;
}
.tc-close-btn {
	width: 36px;
	position: absolute;
	right: 3px;
	top: 3px;
	height: 36px;
	cursor: pointer;
}

.tc-banner-bg {
	width: 100%;
	overflow-x: hidden;
	height: 350px;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

.tc-banner-bg img {
	width: auto;
	height: 100%;
}

.tc-val-bg {
	width: 100%;
	margin-top: 21px;
	line-height: 2;
}
.tc-val-bg tr{
	height: 35px;
	line-height: 35px;
}
.tc-val-bg td{
	text-align: left;
}

.contact-tip {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5%;
	margin-top: 5%;
}

.msg-form {
	overflow: hidden;
	margin: 0 auto;
	width: 730px;
}

.msg-form ul {
	padding-left: 0;
	overflow: hidden;
}

.msg-form ul li {
	float: left;
	margin-bottom: 20px;
	display: inline;
	*overflow: hidden;
}

.inputType {
	width: 338px;
	height: 44px;
	border: 1px solid #cac8c8;
	line-height: 44px;
	padding: 0 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	-webkit-box-shadow: inset 0 1px 3px #ccc;
	-moz-box-shadow: inset 0 1px 3px #ccc;
	-ms-box-shadow: inset 0 1px 3px #ccc;
	-o-box-shadow: inset 0 1px 3px #ccc;
	box-shadow: inset 0 1px 3px #ccc;
}

.inputType:focus,
.areaType:focus {
	-webkit-box-shadow: 0 0 3px #a9d2e6;
	-moz-box-shadow: 0 0 3px #a9d2e6;
	-ms-box-shadow: 0 0 3px #a9d2e6;
	box-shadow: 0 0 3px #a9d2e6;
	border-color: #a9d2e6;
}

.areaType {
	width: 730px;
	height: 118px;
	border: 1px solid #cac8c8;
	padding: 10px 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	-webkit-box-shadow: inset 0 1px 3px #ccc;
	-moz-box-shadow: inset 0 1px 3px #ccc;
	-ms-box-shadow: inset 0 1px 3px #ccc;
	-o-box-shadow: inset 0 1px 3px #ccc;
	box-shadow: inset 0 1px 3px #ccc;
	resize: none;
}

.inputSub {
	width: 200px;
	height: 40px;
	text-align: center;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	margin: 0 auto;
	border: 1px solid #737373;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 8px;
	background-color: #11619c;
	color: #FFF;
	cursor: pointer;
}

.ml30 {
	margin-left: 54px;
}

.contact-way {
	margin-top: 20px;
}

.contact-tip {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}

.contact-addr {
	width: 428px;
	height: 149px;
	background: url(../images/bg_addr.jpg) no-repeat 0 0;
	padding: 38px 0 0 266px;
}

.contact-addr h1 {
	font-size: 20px;
	line-height: 20px;
}

.contact-addr h3 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 20px;
	padding-left: 35px;
}

.magzine-bg {
	padding: 3%;
	width: 100%;
	height: 40vh;
	margin-bottom: 60px;
}

.magzine-title-bg {
	width: 100%;
}

.magzine-title-bg {
	padding: 4%;
}

.magzine-title {
	font-size: 18px;
}

.magzine-title-vak {
	margin-top: 2%;
	text-align: left;
}

.magzine-list-bg {
	margin-top: 2%;
	padding: 3%;
	border-top: 1px #eee solid;
}

.magzine-list-title {
	font-size: 18px;
}

.magzine-list {
	margin-top: 2%;
	text-align: left;
}

.magzine-list-item {
	font-size: 16px;
}

.contact-addr {
	background: url(../img/bg_addr.jpg);
	position: relative;
	background-repeat: no-repeat;
	width: 900px;
	height: 250px;
	background-size: 100% 100%;
}

.contact-addr-val {
	position: absolute;
	top: 0%;
	right: 5%;
}

.contact-bg {
	width: 100%;
	text-align: center;
}

.contact-map-bg {
	width: 100%;
	margin-left: 44px;
}

.contact-addr h1 {
	font-size: 20px;
	line-height: 20px;
}

.contact-addr h3 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 2px;
	padding-left: 35px;
}

.contact-way {
	margin-top: 20px;
}
.contact-way img{
	width: 900px;
	float: left;
	margin-left: 44px;
	margin-bottom: 20px;
}
#tcLeft {
	position: absolute;
	top: 43%;
	left: 18px;
}

#tcRight {
	transform: rotate(180deg);
	position: absolute;
	top: 43%;
	right: 18px;
}

.hr-list-bg{
	width: 100%;
    padding: 5% 10%;
}
.hr-list-item{
	font-size: 16px;
	margin-top: 2vh;
}
.hr-list {
    margin-top: 2%;
    text-align: left;
}
.hr-list-item a{
	color: #333;
}
.tc-val-bg td{
	text-align: left;
}
.pagebox{
	height: 36px;
	width: auto;
	margin: 0 auto;
	/* width: 960px; */
	display: flex;
	justify-content: center;
}
.productIntroduction-right-bg .pagebox{
	margin-top: -4px;
	height: 36px;
	width: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.pagebox .pahebox-content{
	height: 36px;
	width: auto;
	margin: 0 auto;
	/* width: 960px; */
	display: flex;
	justify-content: center;
}
.pagebox .pahebox-content span{
	float: left;
}
.pagebox span:last-child{
	border-right: rgba(230, 234, 236, 1)  solid 1px;
}
.home-banner-content a:hover,
.home-banner-content a:focus {
	color: #FFF;
}

.home-banner-content a{
	color: #FFF;
}
.list-head{
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: bold;
}


#product_application .title {
	width: 100%;
	text-align: center;
}
#product_application .row {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
#product_application-b .row {
	padding-top: 54px;
	width: 1339px;
	margin: 0 auto;
	height: auto;
}
#product_application-b .row a{
	display: block;
	height: 185px;
	width: 249px;
	margin-bottom: 35px;
	cursor: pointer;
}
#product_application-b {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	min-height: 447px;
}

#application_type .application-box {
	text-align: center;
	width: 100%;
}

/* jy */
.main-box-profile {
	background-color: #FFFFFF;
	padding-top: 77px;
}
#profile .row {
	margin-top: 46px;
	width: 1200px;
	margin: 0 auto;
	height: 470px;
    margin-bottom: 70px;
}
.home-profile-left{
	width: 44%;
	position: relative;
}
.home-profile-title{
	letter-spacing: 2px;
	color: rgba(80, 80, 80, 1);
	font-size: 32px;
	line-height: 150%;
}
.home-profile-m{
	margin-top: 30px;
	letter-spacing: 2px;
	color: rgba(80, 80, 80, 1);
	font-size: 22px;
	line-height: 150%;
}
.home-profile-val{
	margin-top: 10px;
	color: rgba(80, 80, 80, 1);
	font-size: 14px;
	line-height: 200%;
}
.home-profile-more{
	color: rgba(42, 130, 228, 1);
	font-size: 14px;
	line-height: 150%;
	margin-top: 15px;
	cursor: pointer;
}
.home-profile-more a{
	color: rgba(42, 130, 228, 1);
}
.home-profile-imglist-bg{
	margin-top: 36px;
	width: 100%;
	display: flex;
}
.home-profile-imglist-item{
	float: left;
	cursor: pointer;
	margin-left: 3px;
	position: relative;
}
.home-profile-imglist-item-mask:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #000;
	opacity: 0.5;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.home-profile-imglist-item:first-child{
	margin-left: 0px !important;
}
.home-profile-imglist-item img{
	width: 82px;
	height: 82px;
	object-fit: cover;
}

.home-profile-rigth{
	width: 56%;
	position: relative;
	float: left;
	text-align: left;
}
.home-profile-rigth-img{
	width: 640px;
	height: 386px;
	cursor: pointer;
	object-fit: cover;
}

.main-box-application {
	background-color: rgba(245, 245, 245, 1);
	height: 490px;
	box-sizing: border-box;
	padding-top: 40px;
}

.main-box-application-title {
	color: rgba(80, 80, 80, 1);
	font-size: 36px;
	line-height: 150%;
}



.main-box-application-title-line-bg {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	margin-bottom: 9px;
}

.main-box-application-title-line-bg img {
	width: 24px;
	margin-left: 10px;
	margin-right: 10px;
	height: 24px;
}

.main-box-application-title-line {
	margin-top: 10px;
	height: 1px;
	width: 60px;
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	overflow: hidden;
}
.main-box-application-title-val{
	color: rgba(80, 80, 80, 1);
	font-size: 14px;
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
}
.home-application-item{
	float: left;
	position: relative;
	width: 262px;
	height: 220px;
	margin-right: 50px;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 4px;
}
.home-application-item:nth-child(4n+4){
	margin-right: 0px;
}
.home-application-item-val{
	width: 262px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	padding: 2%;
}

.home-application-item-img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.home-application-item-img:hover{
	transform:scale(1.05);
}

.main-box-application .main-body .row{
	width: 1399px;
	margin: 0 auto;
}

.application-box-title {
	text-align: center;
	margin-top: 18px;
	font-weight: bolder;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	white-space:nowrap;
}

.main-box-application-b-b:last-child {
	margin-top: 16%;
	position: relative;
}

.application-b-box img{
	height: 185px;
	width: 249px;
	cursor: pointer;
	transition: all 0.6s;
}

.application-b-box-title {
	width: 249px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size: 12px;
	position: absolute;
	bottom: 38px;
	padding: 2%;
}

#homeProduct .title {
	width: 100%;
	text-align: center;
}
#homeProduct .row {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.main-box-product{
	background-color: rgba(245, 245, 245, 1);
	height: 780px;
	box-sizing: border-box;
	padding-top: 40px;
}
.home-product-tab-bg-bg{
	width: 100%;
	display: flex;
	justify-content: center;
}
.home-product-tab-bg{
	width: auto;
}
.home-product-tab-item-active{
	background-color: #c5c5c5 !important;
}
.home-product-tab-item{
	/* width: 130px; */
	width: 192px;
	height: 40px;
	color: rgba(80, 80, 80, 1);
	background-color: rgba(245, 245, 245, 1);
	border-radius: 4px;
	font-size: 14px;
	line-height: 150%;
	border: rgba(166, 166, 166, 1) solid 1px;
	text-align: center;
	float: left;
	/* margin-left: 20px; */
	margin-left: 9px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
}
.home-product-tab-item:hover{
	background-color: #afafaf;
}
.home-product-tab-item:first-child{
	margin-left: 0;
}
.home-product-tab-item a{color: rgba(80, 80, 80, 1);}
.home-product-item{
	float: left;
	position: relative;
	width: 257px;
	height: 219px;
	margin-right: 57px;
	margin-top: 35px;
	overflow: hidden;
	border: rgba(166, 166, 166, 0.3) solid 1px;
}
.home-product-item:nth-child(4n+4){
	margin-right: 0px;
}
.home-product-item-val{
	height: 36px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 257px;
	text-align: center;
    background-color: rgba(0,0,0,0.3);
	color:rgba(80, 80, 80, 1);
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	color: #FFFFFF;
	/* border-top: 1px #f3f3f3 solid; */
    /* padding: 6px 0px 4px 0px; */
}
.home-product-list{
	margin-top: 10px;
}

.home-product-item-img{
	height: 100%;
	width: 100%;
}
.home-product-item-img:hover{
	transform:scale(1.05);
}
#homeNews .title {
	width: 100%;
	text-align: center;
}
#homeNews .row {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.main-box-news{
	background-color: #FFFFFF;
	height: 800px;
	box-sizing: border-box;
	padding-top: 40px;
	margin-bottom: -40px;
}
.main-box-news-title {
	color: rgba(80, 80, 80, 1);
	font-size: 36px;
	line-height: 150%;
}
.main-box-news-title-line-bg {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	margin-bottom: 9px;
}
.main-box-news-title-line {
	margin-top: 10px;
	height: 1px;
	width: 60px;
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	overflow: hidden;
}
.main-box-news-title-val{
	color: rgba(80, 80, 80, 1);
	font-size: 14px;
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
}
.home-news-list-bg{
	margin-top: 10px;
}
.home-news-list-item{
	width: 100%;
	display: flex;
	margin-top: 20px;
	border-bottom: 1px rgba(229, 229, 229, 1) solid;
	padding: 0 10px 25px 10px;
}
.home-news-list-item-img-bg{
	width: 160px;
	height: 120px;
}
.home-news-list-item-img{
	width: 160px;
	object-fit: cover;
	height: 120px;
}
.home-news-list-item-val-bg{
	margin-left: 10px;
	width: 100%;
}
.home-news-list-item-title{
	color: rgba(46, 46, 46, 1);
	font-size: 18px;
	line-height: 150%;
}
.home-news-list-item-val{
	color: rgba(144, 144, 144, 1);
	font-size: 14px;
	line-height: 180%;
	margin-top: 13px;
	min-height: 45px;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
}
.home-news-list-item-b-bg{
	margin-top: 13px;
	width: 100%;
	position: relative;
}
.home-news-list-item-b-left{
	cursor: pointer;
	color: rgba(80, 80, 80, 1);
	font-size: 14px;
	line-height: 150%;
}
.home-news-list-item-b-left a{
	color: rgba(80, 80, 80, 1);
}
.home-news-list-item-b-right{
	position: absolute;
	right: 5px;
	top: 0;
	color: rgba(80, 80, 80, 1);
	font-size: 14px;
	line-height: 150%;
}
.home-news-list-more-bg{
	margin-top: 20px;
	width: 100%;
	justify-content: center;
	display: flex;
}
.home-news-list-more-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 117px;
	height: 32px;	
	color: rgba(80, 80, 80, 1);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	font-size: 14px;
	line-height: 150%;
	cursor: pointer;
	border: rgba(229, 229, 229, 1) solid 1px;
}
.home-news-list-more-btn a{
	color: rgba(80, 80, 80, 1);
}
.main-foot-left-item-val2{
	margin-right: 10px;
}
.main-foot-right-top-bg{
	width: 100%;
	color: #fff;
	font-size: 14px;
	display: flex;
	line-height: 2;
	margin-top: 10px;
}
.main-foot-right-top-item{margin-right: 12px;}
.main-foot-right-top-item-tb{width: 32px;height: 32px;}
.main-foot-right-img{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	margin-right: 41px;
	margin-left: 81px;
}
.main-foot-right-img img{
	width: 155px;
	height: 155px;
}
.imgxs{
	animation: xs 0.5s ease;
}
@keyframes xs{
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
.honor-item{
	text-align: center;
	margin-right: 26px !important;
	width: 270px !important;
	height: 240px !important;
	background-color: transparent;
	padding: 20px 0px;
}
.honor-item img{
	width: 258px;
	height: 170px;
}
.honor-item-title{
	color: rgba(80, 80, 80, 1);
	margin-top: 17px;
	font-size: 14px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper_btn{
	width: 20px;
	height: 20px;
	background-size: contain;
}
.out_container{
	width: 100%;
	position: relative;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	zoom: 0.3;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	zoom: 0.3;
}
.swiper-button-next, .swiper-button-prev{
	top: 30% !important;
	background-color: rgba(153, 153, 153, 0.07) !important;
	width: 20px  !important;
	height: 100px !important;
	color: rgba(153, 153, 153, 1) !important;
}
.in_container{
	  width: 1080px;
	  height: 240px;
	  margin: 0 auto;
	  overflow: hidden;
}
#homeBanner{
	margin-top: 120px;
}
.main-top-route-bg-bg{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.main-top-route-bg{
	color: rgba(80, 80, 80, 1);
	width: 1200px;
	display: flex;
	font-size: 14px;
	background-color: #FFFFFF;
}
.main-top-route-bg img{
	width: 24px;
	height: 24px;
}
.main-top-route-val{
	margin-left: 6px;
	margin-top: 2px;
}
.cpflMenu-bg{
	width: 100%;
    display: flex;
}
.cpflMenu-left-bg{
    width: 65%;
    margin-right: 5%;
}
.cpflMenu-left-title-bg{
	border-bottom: 1px solid #aeaeb0;
	color: #aeaeb0;
	padding: 15px;
}
.cpflMenu-left-val-bg{
    margin-top: 20px;
}
.cpflMenu-left-val-item{
	float: left;
	margin-right: 35px;
	height: 140px;
	margin-bottom: 20px;
	width: 145px;
}
.cpflMenu-left-val-item:nth-child(5n+5){
	margin-right: 0px;
}
.cpflMenu-left-val-item a{
	padding: 0 !important;
}
.cpflMenu-left-val-item-img{
	
}
.cpflMenu-left-val-item-img img{
	width: 145px;
	height: 100px;
}
.cpflMenu-left-val-item-title{
	text-align: center;
	color: #FFF;
	line-height: 1;
	margin-top: 20px;
}
.cpflMenu-right-bg{
	width: 30%;
}
.cpflMenu-right-title-bg{
	border-bottom: 1px solid #aeaeb0;
	color: #aeaeb0;
	padding: 15px;
}
.cpflMenu-right-val-bg{
	margin-top: 20px;
}
.cpflMenu-right-item{
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 170px;
	float: left;
}
.cpflMenu-right-item a{
	color: #FFFFFF !important;
	padding: 0 !important;
	line-height: 0 !important;
} 

.main-foot-right-item-a{
	color: #FFFFFF;
}
.main-foot-right-item-a:hover{
	text-decoration: underline;
}
.apply-xglj-title-bg{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.apply-xglj-list-bg{
	width: 100%;
}
.apply-xglj-list-item{
	float: left;
	position: relative;
	width: 188px;
	height: 160px;
	margin-right: 30px;
	margin-top: 20px;
	overflow: hidden;
	border: rgba(166, 166, 166, 0.3) solid 1px;
}
.apply-xglj-list-item:nth-child(4n+4){
	margin-right: 0px;
}
.apply-xglj-list-item-val{
	height: 36px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 188px;
	text-align: center;
    background-color: rgba(0,0,0,0.3);
	color:rgba(80, 80, 80, 1);
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	color: #FFFFFF;
	/* border-top: 1px #f3f3f3 solid; */
    /* padding: 6px 0px 4px 0px; */
}
.apply-xglj-list-list{
	margin-top: 10px;
}

.apply-xglj-list-item-img{
	height: 100%;
	width: 100%;
}
.apply-xglj-list-item-img:hover{
	transform:scale(1.05);
}</pre></body></html>