.fullPage {
	width:100%;
	height:100%;	
}
.fullPage .section {
	padding-top:50px;
	width:100%;
	height:calc(100vh - 0px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.fullPage .section .h_banner_cls1 {
	width:100%;
	height:100%;
}
.fullPage .section .h_banner_cls1 .swiper-wrapper {
	width:100%;
	height:100vh;	
}
.fullPage .section .h_banner_cls1 .swiper-wrapper .swiper-slide {
	width:100%;
	height:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.h_about_bg {
	width:100%;
	height:100%;
	background-image: url(../img/h_about_bg1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.h_about_bg .h_about_title {
	padding-top:25px;
	margin:0 auto;
	width:70%;
}
.h_about_bg .h_about_title img {
	width:100%;
}
.h_about_bg .h_about_subtitle {
	margin-top:30px;
	padding-left:30px;
	font-size: 3vh;
	font-family: '楷体';
}
.h_about_bg .h_about_text {
	padding:10px 30px 0 30px;
	font-size: 2.5vh;
	line-height: 3.5vh;
	text-indent: 40px;
	text-align: justify;
	font-family: '楷体';
}
.h_about_bg a.morebtn {
	display: block;
	float: right;
	margin-right:30px;
	width:20vh;
	height:5.5vh;
	line-height:5.5vh;
	font-size:2.2vh;
	color:#333333;
	border:1px #445B9D solid;
	text-align: center;
	border-radius: 4px;
}
.h_about_bg a.morebtn i {
	margin-left:5px;
	font-size:2.2vh;
}

.h_about_bg .moretitle {
	margin-top:25px;
	padding:0 0 0 20px;
	font-size:2.5vh;
	font-weight: bold;
}
.h_about_bg .moreitem {
	padding:10px 20px 20px 20px;
	width:100%;
}
.h_about_bg .moreitem ul li {
	float: left;
	margin-right:2%;
	margin-bottom:10px;
	width:49%;
}
.h_about_bg .moreitem ul li:nth-child(2n) {
	margin-right:0;
}
.h_about_bg .moreitem ul li img {
	width: 100%;
}


.h_pro_bg {
	width:100%;
	height:100%;
	background-image: url(../img/h_about_bg2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.h_pro_bg .h_pro_title {
	padding-top:25px;
	margin:0 auto 20px auto;
	width:70%;
}
.h_pro_bg .h_pro_title img {
	width:100%;
}
.h_pro_bg .h_pro_line {
	position: relative;
	margin:20px auto 25px auto;
	width:80%;
	height:1px;
	background: #083A8F;
}
.h_pro_bg .h_pro_line::after,
.h_pro_bg .h_pro_line::before {
	position: absolute;
	top:-4px;
	content: '';
	width:10px;
	height:10px;
	border-radius: 10px;
	background-color: #083A8F;
	z-index: 1;
}
.h_pro_bg .h_pro_line::after {
	left:0;
}
.h_pro_bg .h_pro_line::before {
	right:0;
}
.h_pro_bg .h_pro_item {
	padding:15px 20px 0 20px;
	width:auto;
}
.h_pro_bg .h_pro_item a {
	display: block;
	float: left;
	padding:10px;
	margin:0 2% 20px 0;
	width:49%;
	background: #ffffff;
}
.h_pro_bg .h_pro_item a dl {
	display: block;
	width:100%;
}
.h_pro_bg .h_pro_item a dl dt {
	position: relative;
	margin-bottom:5px;
	width:100%;
	height:15vh;
	background: #ffffff;
	overflow: hidden;
}
.h_pro_bg .h_pro_item a dl dt::before {
	position: absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	content: '';
	background-image: url(../../img/h_pro_bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.h_pro_bg .h_pro_item a dl dt img {
	width:100%;
	height: 100%;
}
.h_pro_bg .h_pro_item a:nth-child(2n) {
	margin-right:0;
}
.h_pro_bg .h_pro_item a dl dd {
	height:5vh;
	color:#ffffff;
	font-size:16px;
	line-height:5vh;
	text-align: center;
	background: #083A8F;
	overflow: hidden;
}

.pagebanner.about_banner {
	width:100%;
	background-image: url(../img/about_banner.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_type {
	position: relative;
	width:100%;
	height:40px;
	background: #ffffff;
	box-shadow: 0 5px 5px #eeeeee;
	z-index: 10;
}
.about_type a {
	float: left;
	display: block;
	width:25%;
	height:40px;
	text-align: center;
	color:#333333;
	line-height:40px;
	font-size:16px;
}
.about_type a.act {
	color:#ffffff;
	background:#3D82C5;
}
.aboutitem {
	padding:30px 0 0 0;
	width: 100%;
	background: #fafafa;
}
.aboutitem .aboutlist {
	margin:0 auto;
	width:90%;
}
.aboutitem .aboutlist .about_title,
.aboutitem .aboutlist .about_title dl {
	width:100%;
}
.aboutitem .aboutlist .about_title dl dt {
	float: left;
	font-size:2.7vh;
	color:#083A8F;
	font-weight: bold;
}
.aboutitem .aboutlist .about_title dl dd {
	padding:0 0 0 10px;
	float: left;
	width:calc(100% - 83px)
}
.aboutitem .aboutlist .about_title dl dd span {
	display: block;
	margin:0;
  font-size:2vh;
	height:25px;
}
.aboutitem .aboutlist .about_title dl dd em {
	margin:0;
	display: block;
	width:100%;
	height:1px;
	background: #083A8F;
}

.aboutitem .aboutlist .about_text {
	clear: both;
	padding:20px 0 0 0;
	text-align: justify;
}
.aboutitem .aboutlist .about_text p {
	margin-bottom:15px;
	font-size:2.2vh;
	text-indent: 4.4vh;
	line-height:3.5vh;
}
.aboutitem .aboutlist .about_text img.aboutimg1 {
	margin-right:15px;
	width:60%;
	float: left;
}
.about_img {
	padding:0 0 30px 0;
	width:auto;
}
.about_img .swiper_about {
	width:100%;
	overflow: hidden;
}
.about_img .swiper_about .swiper-wrapper {
	width:100%;
}
.about_img .swiper_about .swiper-slide {
	width:33.33%;
	height: 130px;
}
.about_img .swiper_about .swiper-slide img {
	width:100%;
	height: 100%;
}


.about_notes {
	position: relative;
	padding-top:70px;
	padding-bottom:70px;
	width:auto
}
.about_notes::before {
	position: absolute;
	top:80px;
	left:40px;
	content: '';
	width:1px;
	height:calc(100% - 120px);
	background: #083A8F;
	z-index: 1;
}
.about_notes dl {
	margin-bottom:40px;
	padding:0 0 0 15px;
	clear: both;
	display: block;
}
.about_notes dl dt {
	display: block;
	float: left;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:2vh;
	border-radius: 50px;
	text-align: center;
	color:#ffffff;
	background: #083A8F;
}
.about_notes dl dd {
	padding:0 0 0 70px;
}
.about_notes dl dd span,
.about_notes dl dd em {
	display: block;
}
.about_notes dl dd span {
	margin-bottom:10px;
	font-size:2.5vh;
}
.about_notes dl dd em {
	font-size:2.3vh;
	line-height:3.5vh;
}

.about_honor {
	padding:30px 0 20px 0;
	width:auto;
}

.about_honor ul {
	width:100%;
}

.about_honor ul li {
	float: left;
	margin:0 3% 15px 0;
	width:48.5%;
	height:33vh;
	overflow: hidden;
}
.about_honor ul li img {
	width: 100%;
	height: 100%;
	border:5px #c1cbdc solid;
}
.about_honor ul li:nth-child(2n) {
	margin-right:0;
}
.about_org {
	padding:50px 0 0 0;
	width:100%;
}
.about_org img {
	width:100%;
}


.pagebanner.pro_banner {
	width:100%;
	background-image: url(../img/pro_banner.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pro_type {
	position: relative;
	width:100%;
	height:5.4vh;
	background: #ffffff;
	box-shadow: 0 5px 5px #eeeeee;
	z-index: 100;
}
.pro_type .swiper_protype,
.pro_type .swiper_process {
	overflow: hidden;
	width:auto;
}
.pro_type .swiper_protype .swiper-slide,
.pro_type .swiper_process .swiper-slide {
	float: left;
}
.pro_type .swiper_protype .swiper-slide a,
.pro_type .swiper_process .swiper-slide a {
	display: block;
	padding:0 20px;
	width:auto;
	height:40px;
	color:#333333;
	line-height: 40px;
	text-align: center;
	background: #ffffff;
}
.pro_type .swiper_protype .swiper-slide a.act,
.pro_type .swiper_process .swiper-slide a.act {
	color:#ffffff;
	background: #3D82C5;
}

.pro_subtype {
	display: none;
	padding:10px 10px 0 10px;
	position: absolute;
	top:33.5vh;
	width:100%;
	height:220px;
	background: #ffffff;
	overflow-y: auto;
	box-shadow: 0 5px 5px #eeeeee;
	z-index: 101;
}
.pro_subtype a {
	float: left;
	display: block;
	margin:0 2% 10px 0;
	width:31%;
	height:40px;
	line-height:40px;
	color:#333333;
	font-size:16px;
	text-align: center;
	border:1px #eeeeee solid;
}
.pro_subtype a.act {
	background: #eeeeee;
}
.pro_bg {
	display: none;
	top:0;
	left:0;
	position: fixed;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0);
	z-index: 100;
}


.proitem {
	padding:20px 10px 0 10px;
	width:auto;
}
.proitem a.prolist {
	display: block;
	margin-right:2%;
	margin-bottom:15px;
	padding:10px;
	float: left;
	width:49%;
	height:45.5vw;
	box-shadow: 0 0 5px #aaaaaa;
}
.proitem a.prolist:active {
	background: #083A8F;
}
.proitem a.prolist:nth-child(2n) {
	margin-right:0px
}
.proitem a.prolist dl {
	width:100%;
}
.proitem a.prolist dl dt {
	margin-bottom:0.5vh;
	width:100%;
	height:31vw;
	overflow: hidden;
}
.proitem a.prolist dl dt img {
	width:100%;
	height:100%;
}
.proitem a.prolist dl dd {
	width:100%;
	height:5vh;
	line-height:5vh;
	text-align: center;
	color:#ffffff;
	background: #083A8F;
	font-size:18px;
}
.prov_main {
	padding:25px 0 30px 0;
	width:auto;
}
.prov_title {
	margin:0 auto 20px auto;
	width:80%;
	height:45px;
	line-height: 45px;
	color:#ffffff;
	font-size:16px;
	text-align: center;
	background:#3D82C5;
}
.prov_img {
	margin:0 auto;
	width:80%;
}
.prov_img img {
	width:100%;
}
.prov_info {
	padding-top:25px;
	margin:0 auto;
	width:80%;
	font-size:16px;
	line-height:32px;
}
.prov_info p {
	text-indent: 32px;
	margin-bottom:15px;
}
.prov_info img {
	width:100%;
}



.pagebanner.process_banner {
	width:100%;
	background-image: url(../img/process_banner.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.processitem {
	margin:10px 10px 0 10px;
	width:auto;
}
.processitem .processlist {
	width:auto;
}
.processitem .processlist .processflow {
	width:auto;
}
.processitem .processlist .processflow img {
	width:100%;
}
.processitem .processlist .processtext {
	padding:15px 10px;
}
.processitem .processlist .processtext p {
	margin-bottom:10px;
	font-size:16px;
	line-height:28px;
	text-indent: 32px;
}
.processitem .processlist .processimg {
	width:auto;
}
.processitem .processlist .processimg .swiper_flow {
	width:auto;
	overflow: hidden;
}
.processitem .processlist .processimg .swiper_flow .swiper-wrapper {
	width:auto;
}
.processitem .processlist .processimg .swiper_flow .swiper-wrapper .swiper-slide {
	margin-right:5%;
	padding-right:10px;
	width:45%;
	height: 130px;
}
.processitem .processlist .processimg .swiper_flow .swiper-wrapper .swiper-slide img {
	width:100%;
	height: 100%;
}


.pagebanner.contact_banner {
	width:100%;
	background-image: url(../img/contact_banner.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.map {
	margin:5px 10px 0 10px;
	width:auto;
	height:300px;
}
.contacttitle {
	margin:0 10px 0 10px;
	width:auto;
	height:45px;
	line-height:45px;
	font-size:18px;
	color:#ffffff;
	text-align: center;
	background: #3D82C5;
}
.contactitem {
	margin:15px 15px 20px 15px;
	width:auto;
}
.contactitem .conlist {
	width:auto;
	height:45px;
	overflow: hidden;
}
.contactitem .conlist img {
	position: relative;
	top:10px;
	display: block;
	float: left;
	height:26px;
}
.contactitem .conlist span {
	padding:0 0 0 35px;
	display: block;
	line-height:45px;
	font-size:16px;
}
.contactitem .conlist a {
	color:#333333;
	font-size:16px;
}



.nodata {
	padding:50px 0 0 0;
	width:100%;
	font-size:20px;
	text-align: center;
}

.pagebox {
	margin:40px 0 30px 0;
	display: flex;
	clear: both;
	width:auto;
	justify-content: center;
}
.pagebox a {
	display: block;
	margin:0 10px;
	width:100px;
	height:45px;
	line-height:43px;
	text-align: center;
	color:#333333;
	background: #fafafa;
	border:1px #eeeeee solid;
	border-radius: 6px;
	overflow: hidden;
}

.h_morebtn {
	margin-top:25px;
	clear: both;
	width:auto;
}

.h_morebtn a {
	float: unset!important;
	margin:0 auto!important;
	padding:0!important;
	display: block!important;
	width:150px!important;
	height:40px!important;
	line-height:38px!important;
	color:#083A8F!important;
	background: none!important;
	border:1px #083A8F solid;
	border-radius: 6px;
	text-align: center;
}