.header {
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	transition: all .3s;
}
.header.on {
	background: rgba(18, 42, 136, 0.9);
}
.code {
	margin-left: 150px!important;
}
.btmenu {
	display: flex;
	width: 70%;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 100px;
}
.btmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 33%;
	float: left;
	color: #fff;
}
.btmenu li p {
	background: #f1f1f1;
	height: 3px;
	width: 50%;
	display: block;
}
.btmenu li a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.btmenu li a:hover {
	color: #ff0;
}
.xiaoguo_imgy:hover {
	transform: translateY(-15px);
}
.xiaoguo_imgy {
	transition: transform .2s ease-out;
}
.xiaoguo_imgx:hover {
	transform: translateX(-5px);
}
.xiaoguo_imgx {
	transition: transform .2s ease-out;
}
.xiaoguo_imgz:hover {
	transform: scale(1.1);
}
.xiaoguo_imgz {
	transition: transform .2s ease-out;
}
.header .m {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .m img {
	width: auto;
	height: 50px;
	display: block;
	margin-left: 60px;
}
.header .m ul {
	height: 100%;
	display: flex;
	align-items: center;
}
.header .m ul li {
	width: 110px;
	transition: all .2s;
	height: 46px;
	position: relative;
	border-radius: 6px;
}
.header .m ul li .slide {
	width: 100%;
	overflow: hidden;
	position: absolute;
	padding: 10px 0;
	left: 0;
	top: 45px;
	display: none;
	background: rgba(77, 94, 127, 0.6);
	border-radius: 0 0 6px 6px;
}
.header .m ul li .slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	height: 40px;
}
.header .m ul li:hover {
	background: rgba(77, 94, 127, 0.6);
}
.header .m ul li:hover .slide {
	display: block;
}
.header .m ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}
.header .m ul li.on {
	background: rgba(77, 94, 127, 0.6);
}
.banner {
	overflow: hidden;
	width: 100%;
	height: 796px;
	position: relative;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
}
.banner .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner .prevs1 {
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 300px;
	z-index: 999;
}
.banner .nexts1 {
	position: absolute;
	right: 20px;
	cursor: pointer;
	top: 300px;
	z-index: 999;
}
.des_icon {
	width: 100%;
	height: 104px;
	background: #122981;
	display: flex;
	align-items: center;
	justify-content: center;
}
.des_icon .m {
	width: 1200px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.des_icon .item {
	overflow: hidden;
	display: flex;
	align-items: center;
}
.des_icon .item img {
	display: block;
}
.des_icon .item div {
	overflow: hidden;
	margin-left: 20px;
}
.des_icon .item div p {
	font-size: 14px;
	line-height: 24px;
	height: 45px;
	display: flex;
	align-items: center;
	color: #fff;
}
.des_icon .item div span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.main_ourservice {
	overflow: hidden;
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	padding: 105px 0 150px 0;
}
.main_ourservice h2 {
	display: flex;
	align-items: center;
	font-size: 34px;
	color: #000;
	line-height: 1;
	font-weight: bold;
}
.main_ourservice h2 span {
	font-size: 26px;
	color: #999999;
}
.main_ourservice h2 div {
	width: 2px;
	height: 30px;
	background: #999999;
	margin: 0 20px;
}
.main_ourservice ul {
	width: 100%;
	margin-top: 156px;
	display: flex;
	justify-content: space-between;
}
.main_ourservice ul li {
	width: 224px;
	height: 161px;
	position: relative;
}
.main_ourservice ul li div {
	width: 100%;
	background: #067ae9;
	padding: 60px 0 0 0;
	border-radius: 10px;
	height: 100%;
	transition: all .4s;
}
.main_ourservice ul li div:hover {
	transform: translateY(-15px);
}
.main_ourservice ul li:nth-child(even) div {
	background: #1fc1c3;
}
.main_ourservice ul li p {
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin-bottom: 16px;
	line-height: 1;
}
.main_ourservice ul li span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 22px;
}
.main_ourservice ul li img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -43px;
}
.service_box {
	width: 100%;
	height: 694px;
	background-image: url("/images/icon_40.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.main_process {
	width: 100%;
	background: #eeeeee;
	height: 700px;
}
.main_process .m {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_process .m .font {
	overflow: hidden;
	width: 550px;
}
.main_process .m .font .tit {
	margin-bottom: 55px;
	font-size: 33px;
	line-height: 1;
	color: #000;
	display: flex;
	align-items: flex-end;
	font-weight: bold;
}
.main_process .m .font .tit div {
	width: 2px;
	height: 30px;
	background: #999999;
	margin: 0 13px;
}
.main_process .m .font .tit span {
	font-size: 21px;
	color: #bfbfbf;
}
.main_process .m .font em {
	display: block;
	width: 435px;
	font-size: 17px;
	color: #000000;
	line-height: 36px;
}
.news {
	overflow: hidden;
	width: 100%;
	height: 670px;
	background-image: url("/images/icon_46.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 62px;
}
.news h2 {
	font-size: 72px;
	font-weight: bold;
	color: #29bdec;
	width: 1590px;
	line-height: 1;
	margin: 0 auto;
}
.news .box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.news .box .prevs {
	cursor: pointer;
	position: absolute;
	left: -77px;
	top: 148px;
}
.news .box .nexts {
	position: absolute;
	right: -77px;
	cursor: pointer;
	top: 148px;
}
.news .box .item {
	width: 289px;
	height: 433px;
	background: #fff;
	margin-top: 45px;
	margin-bottom: 60px;
	transition: all .3s;
	padding: 18px 18px 0 18px;
}
.news .box .item:hover {
	transform: scale(1.16);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 9999;
}
.news .box .item:hover p {
	color: #29bdec;
}
.news .box .item:hover a > span {
	color: #29BDEC;
}
.news .box .item:hover .info {
	color: #29bdec;
}
.news .box .item:hover .info div {
	background-image: url("/images/icons.jpg");
}
.news .box .item h3 {
	font-size: 25px;
	color: #cccccc;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.news .box .item h3 span {
	font-size: 18px;
	color: #cccccc;
	font-weight: bold;
}
.news .box .item p {
	font-size: 18px;
	color: #4f4f4f;
	margin-top: 30px;
}
.news .box .item .pic {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 24px 0;
}
.news .box .item .pic img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}
.news .box .item span {
	display: block;
	color: #515151;
	font-size: 16px;
	line-height: 30px;
}
.news .box .item .info {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 22px;
	font-size: 16px;
	color: #696969;
}
.news .box .item .info div {
	width: 24px;
	margin-left: 16px;
	background-image: url("/images/icons_19.jpg");
	height: 13px;
	background-size: 100% 100%;
}
.main_news {
	overflow: hidden;
	width: 100%;
	background: #eeeeee;
}
.main_news .m {
	width: 1400px;
	overflow: hidden;
	background: #fff;
	margin: 50px auto;
	padding: 48px 103px 66px 103px;
}
.main_news .m .more {
	width: 227px;
	height: 58px;
	margin: 0 auto;
	transition: all .2s;
	border-radius: 6px;
	border: 2px solid #666666;
	margin-top: 46px;
}
.main_news .m .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	color: #666666;
}
.main_news .m .more:hover {
	border: 2px solid #057ae8;
	background: #057ae8;
	color: #fff;
}
.main_news .m .more:hover a {
	color: #fff;
}
.main_news .m .mbo {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.main_news .m .item {
	overflow: hidden;
	width: 50%;
}
.main_news .m .item.on ul li::after {
	content: '';
	width: 2px;
	height: 104px;
	background: #969495;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main_news .m .item.on ul li {
	padding-left: 0;
}
.main_news .m .item .tit {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	display: flex;
	align-items: center;
	line-height: 1;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
.main_news .m .item .tit div {
	width: 2px;
	height: 30px;
	margin: 0 12px;
	background: #969495;
}
.main_news .m .item .tit span {
	font-size: 28px;
	color: #bfbfbf;
}
.main_news .m .item ul {
	overflow: hidden;
	width: 100%;
}
.main_news .m .item ul li {
	width: 100%;
	padding-left: 40px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}
.main_news .m .item ul li:hover a .date p {
	background: #057ae8;
}
.main_news .m .item ul li:hover a .grow p {
	color: #057ae8;
}
.main_news .m .item ul li a {
	display: flex;
	padding: 20px 0;
	box-sizing: border-box;
	width: 100%;
}
.main_news .m .item ul li a .date {
	overflow: hidden;
	width: 80px;
}
.main_news .m .item ul li a .date p {
	width: 80px;
	height: 80px;
	transition: all .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #a5a5a5;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.main_news .m .item ul li a .date span {
	display: block;
	font-size: 14px;
	margin-top: 7px;
	line-height: 1;
	color: #666666;
	text-align: center;
}
.main_news .m .item ul li a .grow {
	overflow: hidden;
	width: 470px;
	margin-left: 20px;
}
.main_news .m .item ul li a .grow p {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333333;
}
.main_news .m .item ul li a .grow span {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.footer {
	overflow: hidden;
	background: #122b88;
	height: 264px;
	display: flex;
	justify-content: center;
	padding-top: 48px;
}
.footer .fl {
	overflow: hidden;
}
.footer .fl .tel {
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	display: flex;
	align-items: center;
	width: 295px;
	padding-bottom: 14px;
}
.footer .fl .tel div {
	overflow: hidden;
	margin-left: 20px;
}
.footer .fl .tel div p {
	font-size: 12px;
	color: #dee0ea;
	line-height: 1;
	margin: 0!important;
	padding: 0!important;
}
.footer .fl .tel div span {
	display: block;
	font-size: 26px;
	line-height: 1;
	color: #dee0ea;
	font-weight: bold;
	margin-top: 5px;
}
.footer .fl .lab {
	overflow: hidden;
	margin-top: 10px;
}
.footer .fl .lab p {
	font-size: 12px;
	color: #dee0ea;
	line-height: 22px;
	margin: 0!important;
	padding: 0!important;
}
.footer .abouts {
	overflow: hidden;
	margin-left: 76px;
	width: 456px;
}
.footer .abouts p {
	font-size: 16px;
	margin-bottom: 28px;
	color: #fff;
}
.footer .abouts span {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}
.footer .code {
	overflow: hidden;
	margin-left: 50px;
}
.footer .code p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 28px;
	color: #fff;
}
.footer .code .box {
	overflow: hidden;
	width: 236px;
	display: flex;
	justify-content: space-between;
}
.footer .code .box img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.footer .code .box span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
