.menu {
	display: none;
	height: 60px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 99999;
}
.menu i {
	transition: all 0.2s;
	position: relative;
	width: 30px;
	height: 3px;
	margin-top: 20px;
	background: #333;
	display: block;
}
.menu i:before, .menu i:after {
	position: relative;
	content: "";
	width: 100%;
	height: 100%;
	top: 10px;
	background: #333;
	display: block;
	transition: all 0.2s;
}
.menu i:after {
	top: unset;
	bottom: -18px;
}
.close i:before {
	top: 4px;
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
.close i:after {
	top: 4px;
	-webkit-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}
.close i {
	background: transparent;
}
.ding {
	position: relative;
}
.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	height: 100px;
	padding: 0 2%;
	box-sizing: border-box;
}
.logo {
	float: left;
	width: 21%;
	margin-right: 12%;
}
.logo img {
	width: 100%;
	margin-top: 20px;
}
.dao {
	float: left;
	width: 58%;
}
.dao ul {
	font-size: 0;
}
.dao ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #fff;
	line-height: 100px;
	box-sizing: border-box;
	position: relative;
}
.dao ul li a {
	line-height: 38px;
	padding: 8px 40px;
	box-sizing: border-box;
}
.dao ul .adcive a {
	border: 1px solid #618cd3;
	border-radius: 25px;
	color: #618CD3;
}
.dao ul li .erji {
	position: absolute;
	left: -30%;
	top: 70px;
	border: 1px solid #618cd3;
	border-radius: 25px;
	min-width: 190px;
	text-align: center;
	padding: 10px 0;
	display: none;
	margin-top: 10px;
}
.dao ul li .er {
	left: 0;
}
.dao ul li .san {
	left: -14%;
}
.dao ul li:hover .erji {
	display: block;
}
.dao ul li .erji a {
	padding: 0;
	border: 0;
}
.dao ul li .erji dl dd {
	font-size: 16px;
	line-height: 36px;
	color: #618CD3;
}
.dao ul li .erji dl dd:hover {
	text-decoration: underline;
}
.you {
	float: right;
	padding-top: 34px;
}
.you .sousuo {
	display: inline-block;
	vertical-align: middle;
}
.you .zy {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	margin-left: 40px;
}
.header .sousuo .tan {
	position: absolute;
	width: 20%;
	bottom: -54px;
	background: #fff;
	height: 54px;
	z-index: 999;
	right: 2%;
	box-sizing: border-box;
}
.header .sousuo .tan form {
	width: 100%;
	height: 100%;
}
.header .sousuo .tan .key {
	border: 1px solid #eee;
	background: url(../images/b_11.png) no-repeat;
	background-position: 20px 20px;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	box-sizing: border-box;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
	display: block;
}
.banner .sb {
	bottom: 400px !important;
}
.banner .sb span {
	width: 10px;
	height: 10px;
	background-color: #bababa;
	opacity: 1;
	border-radius: 10px;
}
.banner .sb .swiper-pagination-bullet-active {
	background-color: #5279b9;
	width: 10px;
	height: 10px;
}
.index1 {
	background: #083884;
	padding-top: 30px;
	padding-bottom: 280px;
	box-sizing: border-box;
}
.index1 h3 {
	font-size: 54px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.index1 ul {
	font-size: 0;
	padding-top: 130px;
}
.index1 ul li {
	display: inline-block;
	width: 16.6%;
	vertical-align: top;
}
.index1 ul li img {
	display: block;
	margin: 0 auto;
	width: 67%;
}
.index1 ul li .a2 {
	display: none;
}
.index1 ul li:hover .a2 {
	display: block;
}
.index1 ul li:hover .a1 {
	display: none;
}
.index1 ul li p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 50px;
}
.index2 {
	padding-top: 100px;
	padding-bottom: 160px;
	background: url(../images/bj1_02.jpg) no-repeat;
	background-size: cover;
}
.title {
	font-size: 54px;
	font-weight: bold;
	text-align: center;
}
.index2 img {
	width: 100%;
}
.index2 .lubo {
	margin-top: 70px;
	position: relative;
	padding-bottom: 40px;
}
.index2 .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}
.index2 .swiper-slide-active, .swiper-slide-duplicate-active {
	transition: 300ms;
	transform: scale(1);
}
.index2 .swiper-slide p {
	text-align: center;
	font-size: 24px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 40px;
}
.index2 .swiper-slide-active .ff {
	color: #083884;
	font-size: 30px;
}
.index2 .swiper-slide-active .tu a {
	display: block;
}
.index2 .tu {
	position: relative;
}
.index2 .tu .a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	margin: 0 auto;
	z-index: 99;
	background: #083884;
	color: #fff;
	text-align: center;
	width: 60%;
	display: block;
	line-height: 50px;
	font-size: 20px;
	border-radius: 10px;
	display: none;
}
.index2 .sb {
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.index2 .sb span {
	width: 10px;
	height: 10px;
	background-color: #c8c8c8;
	opacity: 1;
	border-radius: 10px;
	margin: 0 5px;
}
.index2 .sb .swiper-pagination-bullet-active {
	background-color: #083884;
	width: 10px;
	height: 10px;
}
.index3 {
	background: #083884;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index3 .zuo {
	width: 51.5%;
}
.index3 .zuo img {
	width: 100%;
	display: block;
}
.index3 .youy {
	width: 48.5%;
	color: #fff;
	padding: 0 6%;
	box-sizing: border-box;
}
.index3 .youy .tit {
	font-size: 54px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index3 .youy .nrr, .nrr * {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
}
.index3 .youy .nrr {
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.index3 .cha {
	width: 180px;
	border: 1px solid #fff;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	margin-top: 48px;
}
.index4 {
	background: #f6f6f6;
	padding-top: 200px;
	padding-bottom: 150px;
}
.lans {
	background: #083884;
	padding-top: 100px;
	padding-bottom: 160px;
	color: #fff;
}
.lans .kuai1 .tit {
	text-align: center;
	font-size: 54px;
	font-weight: bold;
	color: #fff;
}
.lans .kuai1 ul {
	padding-top: 60px;
}
.lans .kuai1 ul li {
	margin-top: 20px;
	display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
}
.lans .kuai1 ul li .tu {
	float: left;
	width: 61%;
	margin-left: -10%;
}
.lans .kuai1 ul li .tu img {
	width: 100%;
	display: block;
}
.lans .kuai1 ul li .zi {
	float: right;
	width: 45%;
	padding-left: 4%;
	box-sizing: border-box;
}
.lans .kuai1 ul li .zi .aa1 p {
	width: 73%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 32px;
}
.lans .kuai1 ul li .zi .aa1 a {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	border-radius: 25px;
	background: #fff;
	font-size: 20px;
	color: #083884;
	line-height: 50px;
	text-align: center;
}
.lans .kuai1 ul li .zi .aa2, .aa2 * {
	font-size: 20px;
	line-height: 36px;
}
.lans .kuai1 ul li .zi .aa2 {
	margin-top: 40px;
}
.lans .kuai2 {
	margin-top: 160px;
	padding: 0 6%;
}
.lans .kuai2 .tit {
	text-align: center;
	font-size: 54px;
	font-weight: bold;
	color: #fff;
}
.lans .kuai2 ul {
	font-size: 0;
	padding-top: 40px;
	padding-bottom: 60px;
}
.lans .kuai2 ul li {
	width: 18%;
	margin-right: 2.2%;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}
 .lans .kuai2 ul li:nth-child(5n) {
 margin-right: 0;
}
.lans .kuai2 ul li img {
	width: 100%
}
.lans .kuai2 .gen {
	width: 220px;
	border-radius: 25px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	color: #083884;
	display: block;
	margin: 0 auto;
	font-size: 20px;
}
.footer {
	background: #1e1f23;
	padding-top: 160px;
}
.foot1 {
	padding-bottom: 100px;
}
.foot1 .fff {
	float: left;
	width: 53%;
}
.foot1 .hhh {
	float: right;
	width: 47%;
	padding-left: 4%;
	box-sizing: border-box;
	border-left: 1px solid #5a5a5a;
}
.foot1 .fff .zuu {
	width: 47%;
	float: left;
	box-sizing: border-box;
}
.foot1 .fff .zuu .ddf img {
	width: 100%;
	margin-bottom: 20px;
}
.foot1 .fff .zuu .zhu {
	font-size: 20px;
	line-height: 45px;
	color: #fff;
}
.foot1 .fff .zuu .yuyu {
	margin-top: 40px;
}
.foot1 .fff .zuu .yuyu img {
	width: 67%;
	display: block;
	margin: 0 auto;
}
.foot1 .fff .zuu .yuyu p {
	font-size: 20px;
	line-height: 45px;
	color: #fff;
	text-align: center;
}
.foot1 .fff .zyy {
	width: 42%;
	float: right;
}
.foot1 .fff .zyy h3 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.foot1 .fff .zyy .nvv, .nvv * {
	font-size: 20px;
	line-height: 45px;
	color: #fff;
}
.foot1 .hhh ul {
	font-size: 0;
}
.foot1 .hhh ul li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 2%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.foot1 .hhh ul li h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
}
.foot1 .hhh ul li .yg, .yg * {
	font-size: 20px;
	line-height: 45px;
	color: #fff;
}
.foot2 {
	border-top: 1px solid #5a5a5a;
	padding: 44px 0;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.banner .min {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
}
.main_tt {
	text-align: center;
	color: #fff;
	font-size: 54px;
	margin-bottom: 130px;
}
.banner .min ul {
	font-size: 0;
}
.banner .min ul li {
	width: 16.5%;
	line-height: 70px;
	text-align: center;
	background: #686868;
	margin-right: 0.2%;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0.2%;
}
.main_tt2 h3 {
	text-align: center;
	color: #fff;
	font-size: 65px;
	line-height: 120px;
	margin-bottom: 48px;
}
.main_tt2 h4 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin-bottom: 200px;
}
.banner .min .n2 li {
	width: 32.5%;
	margin-right: 1.25%;
	line-height: 150px;
	font-size: 32px;
	font-weight: bold;
}
 .banner .min .n2 li:nth-child(3n) {
 margin-right: 0;
}
.banner .min ul .no {
	background: #083884;
	color: #fff;
}
 .banner .min ul li:nth-child(6n) {
 margin-right: 0;
}
.hangye {
	padding-top: 100px;
	padding-bottom: 130px;
}
.hangye h3 {
	font-size: 24px;
	color: #083884;
	font-weight: bold;
}
.hangye,.hangye * {
	font-size: 24px!important;
	line-height: 55px;
}

.hangye  img{
	display: block;
	margin: auto;
}

.cp ul li {
	padding: 105px 0;
	box-sizing: border-box;
}
.cp ul li .centerBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
 .cp ul li:nth-child(2n) {
 background: #f7f7f7;
}
.cp ul li .thumb {
	width: 32.5%;
	border-radius: 5px;
}
.cp ul li .thumb img {
	width: 100%;
	border-radius: 5px;
}
.cp ul li .cont {
	width: 67.5%;
	padding-left: 4%;
	box-sizing: border-box;
}
 .cp ul li:nth-child(2n) .cont {
 padding-left: 0;
 padding-right: 4%;
 box-sizing: border-box;
}
.cp ul li .cont h3 {
	font-size: 36px;
	margin-bottom: 80px;
}
.cp ul li .cont .nr, .nr * {
	font-size: 24px;
	line-height: 48px;
}
.cp ul li .cont .nr {
	min-height: 445px;
}
.cp ul li .cha {
	width: 230px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #083884;
	border-radius: 10px;
}
.news ul {
	font-size: 0;
	padding-top: 100px;
	padding-bottom: 75px;
}
.news ul li {
	width: 32.5%;
	margin-right: 1.25%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #dadada;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.news ul li img {
	width: 100%;
}
 .news ul li:nth-child(3n) {
 margin-right: 0;
}
.news ul li .zi {
	padding: 30px 7%;
	box-sizing: border-box;
}
.news ul li h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.news ul li .nm, .nm * {
	font-size: 20px;
	line-height: 35px;
	color: #999999;
}
.news ul li .gdd {
	width: 136px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	background: #bbbbbb;
	text-align: center;
	margin-top: 14px;
}
.news ul li:hover .gdd {
	background: #083884;
}
.hei {
	background: #14171a;
	position: unset;
}
.anli {
	padding-top: 160px;
	padding-bottom: 130px;
}
.anli .ty {
	text-align: center;
	font-size: 54px;
}
.anli ul {
	font-size: 0;
	padding-top: 90px;
}
.anli ul li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 35px;
	border-radius: 25px;
	box-sizing: border-box;
}
 .anli ul li:nth-child(3n) {
 margin-right: 0;
}
.anli ul li img {
	width: 100%;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.anli ul li p {
	text-align: center;
	font-size: 24px;
	line-height: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #dadada;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.min h3 {
	text-align: center;
	font-size: 65px;
	color: #fff;
	margin-bottom: 60px;
}
.min .yuuu {
	min-height: 590px;
}
.min .yuuu, .yuuu * {
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.gy1 {
	padding-top: 120px;
	padding-bottom: 130px;
}
.gy1 ul {
	font-size: 0;
}
.gy1 ul li {
	width: 32%;
	margin-right: 2%;
	background: #083884;
	display: inline-block;
	vertical-align: top;
	min-height: 440px;
	padding: 30px 1%;
	box-sizing: border-box;
}
.gy1 ul li img {
	width: 94px;
	display: block;
	margin: 30px auto;
}
 .gy1 ul li:nth-child(3n) {
 margin-right: 0;
}
.gy1 ul li .nn, .nn * {
	font-size: 22px;
	line-height: 55px;
	color: #fff;
}
.gy2 {
	background: #f5f5f5;
	padding-top: 120px;
	padding-bottom: 130px;
	position: relative;
}
.gy2 h3 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 50px;
}
.gy2 img {
	width: 100%;
}
.gy2 p {
	font-size: 24px;
	margin-top: 36px;
	text-align: center;
}
.gy2 .sb2 {
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 50px;
}
.gy2 .sb2 span {
	width: 16px;
	height: 16px;
	background-color: #bbbbbb;
	opacity: 1;
	border-radius: 10px;
	margin: 0 5px;
}
.gy2 .sb2 .swiper-pagination-bullet-active {
	background-color: #083884;
	width: 16px;
	height: 16px;
}
.gy3 img {
	width: 100%;
}
.gy3 h3 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 40px;
}
.gy3 .see {
	background: #f5f5f5;
	box-shadow: 0px 0px 20px #f5f5f5;
}
.gy3 {
	padding: 110px 0;
	box-sizing: border-box;
	position: relative;
}
.gy3 .zz {
	width: 37px;
	height: 34px;
	background: url(../images/zz_05.jpg);
	top: 94% !important;
	right: 47% !important;
}
.gy3 .yy {
	width: 37px;
	height: 34px;
	background: url(../images/zz_03.jpg);
	top: 94% !important;
	left: 47% !important;
}
.gy4 {
	background: #f5f5f5;
	padding-top: 130px;
	padding-bottom: 190px;
}
.gy4 .ffs {
	font-size: 42px;
	text-align: center;
	margin-bottom: 40px;
}
.gy4 ul li {
	margin-bottom: 8px;
}
.gy4 ul li .zpp1 {
	background: #b9b9b9;
	padding: 0 2%;
	box-sizing: border-box;
}
.gy4 ul li .zpp2 {
	background: #fff;
}
.gy4 ul li .zpp1 h3 {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	line-height: 80px;
	min-width: 17%;
	margin-right:2%;
}
.gy4 ul li .zpp1 dl {
	display: inline-block;
	line-height: 80px;
	color: #fff;
	width: 75%;
	font-size: 16px;
}
.gy4 ul li .zpp1 dl dd {
	display: inline-block;
}
.gy4 ul li .zpp1 i {
	background: url(../images/gg_31.png)no-repeat;
	background-size: 100% 100%;
	float: right;
	width: 23px;
	height:13px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 34px;
}
.gy4 ul .bg .zpp1 i {
	background: url(../images/gg_37.png)no-repeat;
	width: 13px;
	height: 23px;
	margin-top: 28px;
}
.gy4 ul li .zpp2 {
	padding: 40px 4% 0px 4%;
	box-sizing: border-box;
	min-height: 400px;
	font-size: 0;
}
.gy4 ul li .zpp2 .nnn h3 {
	font-size: 20px;
	color: #083884;
	line-height: 45px;
	font-weight: bold;
}
.gy4 ul li .zpp2 .nnn, .nnn * {
	font-size: 20px;
	line-height: 45px;
}
.gy4 ul .bg .zpp1 {
	background: #083884;
}
.gy4 ul li .zpp2 .nnn {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	box-sizing: border-box;
}

.page_body a {
	min-width: 12px;
	color: #618cd3;
	border:1px solid #618cd3;
	text-align: center;
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 3px 8px;
}

.page_body span {
	min-width: 12px;
	background: #618cd3;
	color: #FFF;
	text-align: center;
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	border:1px solid #618cd3;
	padding: 3px 8px;
}
.page_body a:hover{
	background: #618cd3;
	color: #FFF;
	}
.resume{
	color: #0000ee;
	font-size: 20px;
}
.Telephone{
	color: #000000;
	font-size: 18px;
}
.bottom{
	text-align: center;
	margin: 0 auto;
	padding: 7px 0px;
	margin: 5px 0px;
}
