body,
html {
	min-width: 1300px;
}

.header{
	position: fixed;
	z-index: 999;
	left: 0px;
	width: 100%;
	min-width: 1300px;
	top: 0;
	
}
.header .nav {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #dfdfdf;
	background-color: #fff
}

.header .nav .nav_1 {
	width: 1273px;
	height: 80px;
	margin: 0 auto;
}

.header .nav .nav_1 #nav_logo {
	width: 170px;
	height: 80px;
	float: left
}

.header .nav .nav_1 #nav_logo a {
	display: block
}

.header .nav .nav_1 #nav_logo img {
	border: 0;
	padding-top:16px
}

.header .nav .nav_1 .nav_nav2 {
	width: 1103px;
	height: 80px;
	float: left;
}

.header .nav .nav_1 .nav_nav2 ul li 
{
    padding: 0 21px 0 24px;
    list-style: none;
    float: left;
    line-height: 80px;
    display: flex;
    align-items: center;
    align-content: center;
}

.header .nav .nav_1 .nav_nav2 ul li a 
{
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	color: #333;
	padding: 0 11px
}

.header .nav .nav_1 .nav_nav2 ul li a:hover {
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	color: #2fa5fd
}

.header .nav .nav_1 .nav_nav2 ul li .nav_select {
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	color: #2fa5fd;
	font-weight: bold
}

.header .nav .nav_1 .nav_nav2 .nav_nav3 {
	width: 250px;
	height: 80px;
	float: left
}
.header .nav a {
	display: inline-block;
	text-decoration: none;
	color: #0058ae
}

.bannerbox {
	min-width: 1300px;
	margin: 0 auto;
	position: relative;
}

.swiper-container {
	height: 600px;
}

.swiper-slide:nth-child(1) {
	background: url(../images/banner1.jpg) center;
}

.swiper-slide:nth-child(2) {
	background: url(../images/banner2.jpg) center;
}

.g-row {
	display: flex;
}

.g-wrap {
	width: 1300px;
	margin: 0 auto;
}

.g_tit {
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

.g_tit>span {
	color: #016B9D;
}

.partOne {
	padding-top: 130px;
}

.partOne .listbox {
	display: flex;
	text-align: center;
	width: 1300px;
	margin: 0 auto 155px;
}

.partOne .listbox .item {
	flex: 1;
}

.partOne .listbox .imgbox {
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 20px 0px rgba(34, 120, 196, 0.1);
	border-radius: 50%;
	margin: 137px auto 37px;
	cursor: pointer;
}

.partOne .listbox h3 {
	font-size: 22px;
	font-family: PingFang;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.partOne .listbox .desc {
	font-size: 16px;
	font-weight: 500;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	margin-top: 25px;
}

.partTwo {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.partTwo .g_tit {
	margin-bottom: 50px;
}

.partTwo .listbox {
	width: 1334px;
	margin-left: -17px;
}

.partTwo .listbox .item {
	height: 516px;
	flex: 1;
	margin: 40px 17px 0px;
	border: 1px solid rgba(162, 210, 234, 1);
	text-align: center;
}

.partTwo .listbox .item .tit {
	height: 70px;
	background: rgba(162, 210, 234, 0.3);
	border-bottom: 1px solid rgba(162, 210, 234, 1);
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: rgba(1, 107, 157, 1);
	line-height: 70px;
}

.partTwo .listbox.listbox_one .item img {
	margin-top: 70px;
	margin-bottom: 60px;
}

.partTwo .listbox.listbox_Two .item img {
	margin-top: 45px;
	margin-bottom: 50px;
}

.partTwo .listbox .item img {
	margin-top: 70px;
	margin-bottom: 60px;
}

.partTwo .listbox .item .word {
	font-size: 22px;
	font-weight: bold;
	color: rgba(102, 102, 102, 1);
}

.partTwo .listbox.listbox_Two .item .desc {
	width: 370px;
}

.partTwo .listbox .item .desc {
	margin: 40px auto 0;
	border-top: 1px solid rgba(162, 210, 234, 1);
	width: 581px;
	font-size: 16px;
	font-weight: 500;
	padding-top: 20px;
	color: rgba(102, 102, 102, 1);
	line-height: 27px;
	text-align: left;
}

.partThreeBox {
	margin-top: 100px;
	width: 100%;
	min-width: 1300px;
	height: 500px;
	background: rgba(40, 132, 224, 1);
	box-sizing: border-box;
	padding-top: 58px;
	margin-bottom: 257px;
}

.partThreeBox .g_tit {
	color: #FFFFFF;
}

.g_tit .desc {
	font-size: 20px;
	font-weight: 500;
	margin: 20px auto 0;
	color: #666666;
}

.partThreeBox .g_tit .desc {
	color: rgba(255, 255, 255, 1);
}

.partThreeBox .listbox {
	width: 1300px;
	height: 460px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 20px 0px rgba(34, 120, 196, 0.1);
	border-radius: 6px 0px 0px 0px;
	margin: 58px auto 0;
}

.partThreeBox .listbox .item {
	flex: 1;
	text-align: center;
	box-sizing: border-box;
	padding-top: 38px;
	position: relative;
}

.partThreeBox .listbox .item:before {
	position: absolute;
	content: '';
	background: url(../images/soild.png);
	width: 17px;
	height: 340px;
	top: 63px;
	right: -14px;
}

.partThreeBox .listbox .item:last-child:before {
	display: none;
}

.partThreeBox .listbox .item .tit {
	font-size: 24px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 10px;
	margin-bottom: 34px;
}

.partThreeBox .desclist .row {
	position: relative;
	text-align: left;
	padding-left: 28px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;

}

.partThreeBox .desclist .row:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgba(22, 131, 251, 1);
	border-radius: 50%;
	left: 15px;
	top: 12px
}

.partFour .wrap {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.partFour .listbox {
	width: 1320px;
	margin-left: -10px;
	font-size: 0px;
	overflow: hidden;
	margin-top: 93px;
	margin-bottom: 80px;
}

.partFour .listbox .item {
	display: inline-block;
	margin: 0 10px 19px;
	width: 200px;
	height: 80px;
	background: rgba(245, 245, 245, 1);
	font-size: 28px;
	font-weight: 500;
	color: rgba(40, 132, 224, 1);
	text-align: center;
	line-height: 80px;
	cursor: pointer;
}

.partFive .warp {
	width: 100%;
	position: relative;
	height: 235px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
	box-sizing: border-box;
	padding-top: 101px;
	margin-bottom: 133px;
}

.partFive .listbox {
	width: 1300px;
	margin: 0 auto;
}

.partFive .listbox .item {
	flex: 1;
	text-align: center;
}

.partFive .listbox .item .tit {
	height: 19px;
	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: rgba(102, 102, 102, 1);
	margin-top: 30px;
}

.partFive .listbox .item .icon,
.partFive .listbox .item .iconB {
	height: 6px;
	width: 24px;
	margin: 37px auto 17px;
	background-color: #fff;
	position: relative;
}

.partFive .listbox .item .icon:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #A8A8A8;
	left: 9px;
}

.partFive .listbox .item:first-child .iconB:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-radius: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #A8A8A8;
	left: 8px;
	top: -3px;
}

.partFive .listbox .item .num {
	font-size: 30px;
	font-weight: bold;
	color: rgba(102, 102, 102, 1);
}

.partSixBox {
	width: 100%;
	min-width: 1300px;
	margin: 0 auto;
	height: 637px;
	background: url(../images/bg.jpg) repeat;
	box-sizing: border-box;
	padding-top: 70px;
}

.partSixBox .g_tit {
	position: relative;
}

.partSixBox .g_tit:before {
	position: absolute;
	content: '';
	background: url(../images/arrow1.png);
	width: 279px;
	height: 19px;
	left: 50%;
	margin-left: -140px;
	top: 13px
}

.partSixBox .listbox {
	width: 1300px;
	margin: 0 auto;
	justify-content: space-around;
	margin-top: 59px;
}

.partSixBox .listbox .item {
	width: 330px;
	height: 370px;
	opacity: 0.6;
	border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}

.partSixBox .listbox .item .desc {
	background: #fff;
}

.partSixBox .box {
	height: 100%;
	text-align: center;
	overflow: hidden;
	color: #fff;
	position: relative;
}

.partSixBox .box:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.partSixBox .box:hover:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.09) 11%, rgba(0, 0, 0, 0.12) 13%, rgba(0, 0, 0, 0.19) 20%, rgba(0, 0, 0, 0.29) 28%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.46) 43%, rgba(0, 0, 0, 0.53) 47%, rgba(0, 0, 0, 0.75) 69%, rgba(0, 0, 0, 0.87) 84%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 0.94) 100%);
}

.partSixBox .box img {
	width: 100%;
	height: auto;
}

.partSixBox .box .box-content {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
}

.partSixBox .box .title {
	width: 229px;
	height: 229px;
	text-transform: uppercase;
	margin: 0 auto 10px;
	transform: translateY(340px);
	transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
	margin-bottom: 50px;
}

.partSixBox .box .post {
	display: block;
	padding: 8px 0;
	font-size: 18px;
	transform: translateY(145px);
	transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}

.partSixBox .box:hover .title,
.partSixBox .box:hover .post {
	transform: translateY(-5px);
}

.partSixBox .box .social {
	list-style: none;
	padding: 0 0 5px 0;
	margin: 40px 0 25px;
	opacity: 0;
	position: relative;
	transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
	transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.partSixBox .box:hover .social {
	opacity: 1;
	transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.partSixBox .box .social:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
}

.partSixBox .box .social li {
	display: inline-block;
}

.partSixBox .box .social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #6d3795;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	transition: all 0.3s ease 0s;
}

.partSixBox .box .social li a:hover {
	background: #bea041;
}

.partSixBox .box .social li:last-child a {
	margin-right: 0;
}

.footer {
	padding-top: 90px;
	padding-bottom: 100px;
}

.footer .g_tit {
	position: relative;
	margin-bottom: 40px;
}

.footer .g_tit:before {
	position: absolute;
	content: '';
	background: url(../images/arrow2.png);
	width: 279px;
	height: 19px;
	left: 50%;
	margin-left: -140px;
	top: 13px
}

.footer .listbox {
	width: 1300px;
	margin: 0 auto;
}

.footer .item {
	flex: 1;
	width: 330px;
	height: 60px;
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 4px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
	line-height: 60px;
	padding: 0 19px;
	box-sizing: border-box;
	display: flex;
	margin-top: 30px;
}

.footer .item input {
	border: 0px;
	outline: none;
	flex: 1;
	margin-left: 19px;
	font-size: 20px;
}

.footer .item:nth-child(2) {
	margin: 30px 29px 0;
}

.footer .btn {
	width: 180px;
	height: 60px;
	background: rgba(40, 132, 224, 1);
	border-radius: 5px;
	margin: 30px 0 0 30px;
	font-size: 24px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.webFoot {
	clear: both;
	width: 100%;
	background-color: #ddd;
	color: #777
}

.foot {
	height: 100%
}

.footLinks {
	text-align: center;
	line-height: 50px
}

.footLinks span {
	margin: 0 3px
}

.footLinks a {
	color: #777;
	text-decoration: none
}

.footCpy {
	text-align: center;
	line-height: 25px
}

.footCpy a {
	text-decoration: none;
	color: #777
}

.footCert {
	text-align: center
}
.footLinks
{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;  
}
.middle {
	width: 1002px;
	margin: 0 auto;
	font-size: 12px
}