@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul,li,p{
	padding:0px;
	margin:0px;
	list-style: none;
}
a{
	text-decoration: none;
}
body {
	font-size: 14px;
	min-width: 1400px;
	overflow-x: hidden;
	padding: 0px;
	margin: 0;
	background: rgb(239,246,253);
	font-family: "Microsoft Yahei", "微软雅黑";
}
::-webkit-scrollbar{
	width:6px;
	height: 5px;
	background:#ddd;/* 鏁翠釜婊氭潯鑳屾櫙 */
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius:4px;
	border-radius:2px;
	background:#007AFF; /* 婊氭潯鍐呭祵棰滆壊 */
}
::-webkit-scrollbar-button {
	background-color:#ddd;/* 涓よ竟绔寜閽鑹� */
	display: none;
}
/*banner*/
.banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 15px;
}
img{
	vertical-align: middle;
}
.banner .swiper-pagination-bullet{
	width:15px;
	height:15px;
	background:#fff;
	border-radius:50%;
}


.top_nav{
	background: #fff;

}
#top_nav{
	background: #fff;
	box-shadow: 1px 0 23px 0px rgba(0, 0, 0,.1);
}
.top_nav>div{
	width: 1200px;
	margin: auto;
	height: 118px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-log{
	height: 32px;
}
.top-log img{
	height: 32px;
}
.top-nav-box{
	display: flex;
}
.top-nav-box>.title{
	/*margin-left: 30px;*/
	position: relative;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* 标准语法 */
}
.top-nav-box>.title>a{
	padding: 0 15px;
	font-size: 19px;
	color: #000000;
	display: block;
	line-height: 118px;
}
.top-nav-box>.title>a.active{
	color: #007AFF;
}
/*.top-nav-box>.title:hover>.top-sub-name{*/
/*	display: block;*/
/*}*/
.top-nav-box>.title>.top-sub-name{
	position: absolute;
	width: 200%;
	background: #fff;
	top: 20rpx;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	box-shadow: 1px 0 23px 0px rgba(0, 0, 0,.1);
	z-index: 99;
}
#safdsdagsda13{
	width: 230%;
}
#safdsdagsda16{
	width: 120%;
}
.top-nav-box>.title>.top-sub-name>a:hover{
	color: #fff;
	background: #007AFF;
}
.top-nav-box>.title>.top-sub-name>a{
	display: block;
	text-align: left;
	font-size: 16px;
	color: #000000;
	line-height: 50px;
	padding-left: 20px;

}
.top-nav-box>.title>.top-sub-name>a>span{
	color: #007AFF;
}
.top-nav-box>.title>.top-sub-name>a:hover>span{
	color: #fff;
}
.foot{
	background: #404040;
	padding: 34px 0;
}
.foot>div{
	width: 864px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.foot-title{
	font-size: 17px;
	color: #FFFFFF;
	padding-left: 21px;
	position: relative;
	height: 53px;
	line-height: 53px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0,.33);
}
.foot-title::after{
	position: absolute;
	content: " ";
	width: 6px;
	height: 22px;
	background: #007AFF;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.foot1foot1{
	display: flex;
	justify-content: space-between;
}
.foot-sub-title>a{
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 35px;
}
.foot-sub-title>a>span{
	color: #007AFF;
	margin-right: 10px;
}
.foot-address{
	color: #FFFFFF;
	line-height: 23px;
	margin-top:12px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 23px;
}
.foot-address a{
    	color: #FFFFFF;
}






.index-ystuandui {
	height: 695px;
	background: url("../images/yyyys.png") no-repeat center;
	background-size: cover;
}
.index-ystuandui .zheli-title {
	text-align: center;
}
.index-ystuandui .zheli-title .zheli-title-1 {
	font-size: 37px;
	color: #FFFFFF;
	line-height: 37px;
	padding-top: 95px;
}
.index-ystuandui .zheli-title .zheli-title-2 {
	font-size: 17px;
	color: #F1F1F1;
	line-height: 17px;
	margin-top: 40px;
}
.index-ystuandui .index-swiper {
	width: 1200px;
	margin: auto;
	padding-top: 120px;
	overflow: hidden;
	position: relative;
}
.index-ystuandui .index-swiper .swiper-button-next-i {
	position: absolute;
	right: 512px;
	top: 41px;
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #FFFFFF;
}
.index-ystuandui .index-swiper .swiper-button-prev-i {
	position: absolute;
	left: 512px;
	top: 41px;
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #FFFFFF;
}
.index-ystuandui .index-swiper .swiper-slide {
	width: 214px;
	height: 298px;
	position: relative;
	background: #fff;
	border-radius: 10px;
}
.index-ystuandui .index-swiper .swiper-slide .ys-weqwewq-1 {
	position: absolute;
	width: 145px;
	height: 42px;
	background: #007AFF;
	border-radius: 21px 21px 21px 21px;
	text-align: center;
	line-height: 42px;
	top: -21px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 17px;
	color: #FFFFFF;
	z-index: 999;
}
.index-ystuandui .index-swiper .swiper-slide .ys-weqwewq-2 {
	width: 122px;
	height: 126px;
	margin: auto;
	margin-top: 54px;
}
.index-ystuandui .index-swiper .swiper-slide .ys-weqwewq-2 .ys-weqwewq-2-img {
	width: 122px;
	height: 126px;
	object-fit: cover;
}
.index-ystuandui .index-swiper .swiper-slide .ys-weqwewq-3 {
	font-size: 17px;
	color: #007AFF;
	line-height: 17px;
	text-align: center;
	margin-top: 25px;
}
.index-ystuandui .index-swiper .swiper-slide .ys-weqwewq-4 {
	width: 151px;
	font-size: 12px;
	color: #737373;
	line-height: 17px;
	margin: auto;
	margin-top: 15px;
}






.page-xgcp-tit {
	text-align: center;
	font-size: 37px;
	color: #000000;
	position: relative;
	margin-top: 95px;
}
.page-xgcp-tit::after {
	content: "";
	position: absolute;
	width: 48px;
	height: 2px;
	background: #007AFF;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
}

.page-xgcp-bpx {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 107px;
	margin-bottom: 92px;
}
.page-xgcp-bpx .page-xgcp-bpx-item {
	width: 279px;
	height: 376px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-xgcp-bpx .page-xgcp-bpx-item .page-xgcp-bpx-item-1 {
	width: 243px;
	height: 96px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 3px 3px 3px 3px;
	text-align: center;
}
.page-xgcp-bpx .page-xgcp-bpx-item .page-xgcp-bpx-item-1 .page-xgcp-bpx-item-1-1 {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 32px;
	padding-top: 17px;
}
.page-xgcp-bpx .page-xgcp-bpx-item .page-xgcp-bpx-item-1 .page-xgcp-bpx-item-1-2 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 32px;
}






.page-title-box {
	display: flex;
	justify-content: center;
	align-content: center;
}

.page-title {
	padding: 15px 80px;
	background: #0075F7;
	font-size: 37px;
	color: #FFFFFF;
	line-height: 58px;
	position: relative;
	text-align: center;
}
.page-title:after {
	content: "";
	width: 166px;
	height: 2px;
	background: #0075F7;
	position: absolute;
	right: 0;
	top: -8px;
}
.page-title:before {
	content: "";
	width: 166px;
	height: 2px;
	background: #0075F7;
	position: absolute;
	left: 0;
	bottom: -8px;
}




.gpt-2 {
	width: 1200px;
	background: #FFFFFF;
	box-shadow: 2px 0 14px 0px #dcdbdb;
	margin: auto;
	margin-top: 65px;
}
.gpt-2 img {
	width: 1200px;
}
.gpt2-1{
	height: 156px;
	background: rgb(0,125,225);
	color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.gpt2-1-item{
	padding: 0 20px;
	text-align: center;
	position: relative;
}
.gpt2-1-item::after{
	content: "";
	position: absolute;
	height: 82px;
	width:2px;
	background: #68AFFB;
	left: -38px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gpt2-1-item:nth-child(1)::after{
	display: none;
}
.gpt2-1-item-1{
	font-size: 59px;
	line-height: 59px;
	/*padding-top: 26px;*/
	font-weight: 700;
}
.gpt2-1-item-1>span{
	font-size: 40px;
	line-height: 64px;
}
.gpt2-1-item-2{
	font-size: 21px;
	/*margin-top: 24px;*/
}
.gpt2-sub-tit{
	font-size: 19px;
	color: #737373;
	line-height: 29px;
	padding-left: 53px;
	position: relative;
	margin-left: 43px;
	margin-top: 32px;
}
.gpt2-sub-tit::after{
	content: "";
	width: 20px;
	height: 3px;
	background: rgb(0,125,225);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gpt2-2-img-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 43px;
	margin-bottom: 5px;
}
.gpt2-2-img-box-item{
	/*width: 189px;*/
	width: auto;
	height: 47px;
	margin: 0 14px;
	border: 1px solid #ddd;

}
.gpt2-2-img-box-item>img{
	width: 100%;
	height: 47px;
	object-fit: contain;
}
.gpt2-3-box{
	height: 137px;
	display: flex;
	align-items: center;
	padding-bottom: 96px;
	margin-top: 40px;
}
.gpt2-3-box-item{
	width: 12.5%;
	height: 137px;
	text-align: center;
	position: relative;
	border-left: 1px solid #e9e9e9;
}
.gpt2-3-box-item:nth-child(1){
	border-left: none;
}

.gpt2-3-box-item-1{
	height: 48px;
	padding-top: 32px;
}
.gpt2-3-box-item-1>img{
	height: 48px;
	width: auto;
}
.gpt2-3-box-item-2{
	font-size: 14px;
	color: #737373;
	line-height: 14px;
	margin-top: 16px;
}




.gpt-3 {
	width: 1200px;
	background: #FFFFFF;
	box-shadow: 2px 0 14px 0px #dcdbdb;
	margin: auto;
	margin-top: 100px;
}
.gpt-3 img {
	width: 1200px;
}

.gpt-4 {
	width: 1200px;
	background: #FFFFFF;
	box-shadow: 2px 0 14px 0px #dcdbdb;
	margin: auto;
	margin-top: 100px;
	padding-top: 96px;
}
.gpt-4 .sx-box {
	width: 1010px;
	height: 109px;
	border-radius: 29px 29px 29px 29px;
	border: 2px dashed #737373;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gpt-4 .sx-box div {
	width: 116px;
	height: 48px;
	margin: 0 53px;
	background: #0049D3;
	border-radius: 24px 24px 24px 24px;
	line-height: 48px;
	text-align: center;
	font-size: 23px;
	color: #FFFFFF;
}
.gpt-4 .gpt4-box {
	display: flex;
	justify-content: center;
	margin-top: 145px;
	padding-bottom: 97px;
}
.gpt-4 .gpt4-box .gpt4-box-item {
	width: 316px;
	height: 400px;
	background: #fff;
	box-shadow: 1px 0 12px 0px #d9d9d9;
	border-radius: 29px;
	position: relative;
	margin: 0 24px;
}
.gpt-4 .gpt4-box .gpt4-box-item .gpt4-box-item-1 {
	width: 94px;
	height: 94px;
	background: #0049D3;
	line-height: 94px;
	text-align: center;
	font-size: 23px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: -47px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
}
.gpt-4 .gpt4-box .gpt4-box-item .gpt4-box-item-2 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 70px;
}
.gpt-4 .gpt4-box .gpt4-box-item .gpt4-box-item-2 div {
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #4F4E4E;
	line-height: 58px;
}


.gpt-1{
	width: 1219px;
//height: 520px;
	margin: auto;
	margin-top: 70px;
	img{
		width: 1219px;
	//height: 520px;
	}
}


.pro-index-title {
	font-size: 41px;
	color: #000000;
	line-height: 53px;
	text-align: center;
}


.ryzz-image{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.ryzz-image-item{
	width: 176px;
	height: 129px;
	margin-bottom: 20px;
}
.ryzz-image-item>img{
	width: 176px;
	height: 129px;
	object-fit: cover;
}

.index-kefu{
	position: fixed;
	width: 240px;
	top: 15vh;
	z-index: 9999999;
	right: 0;
	box-shadow: 1px 0 23px 0px rgba(0, 0, 0,.1);
}
.index-kefu-item{
	width: 191px;
	height: 213px;
	background: #fff;
	margin-top: 2px;
	text-align: center;
	box-sizing: border-box;
		/*box-sizing: border;*/

}
.index-kefu-1{
	width: 112px;
	height: 112px;
	margin: auto;
	margin-top: 78px;
		box-sizing: border-box;
	/*box-sizing: border;*/
	/*padding-top: 78px;*/
}
.index-kefu-1>img{
	width: 112px;
	height: 112px;
}
.index-kefu-2{
	font-size: 14px;
	color: #000;
	line-height: 14px;
	margin-top: 15px;
}
.index-kefu-3{

font-size: 12px;
color: #848484;
line-height: 19px;

	width: 120px;
	margin: auto;
		margin-top: 10px;
}




.index-kefus{
    display: flex;
    justify-content: space-between;
}
.sadsfdg-title-t{
    position: absolute;
    left: 0;
    right:0;
    margin: auto;
    text-align: center;
    top: 30px;
    font-size: 16px;
color: #007AFF;
}



















