* {
	margin: 0;
	padding: 0;
}
*::-webkit-scrollbar {
	height: 0;
	width: 0;
}
a {
	display: block;
	text-decoration: none;
}
header{
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #262626;
  z-index: 9999;
}
.header{
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.h_logo{
  display: block;
  width: 93px;
  line-height: 60px;
}
.h_logo img{
  width: 93px;
  height: 20px;
}

.h_list{
  display: flex;
  justify-content: space-between;
  width: 500px;
}
.h_list_a a{
  display: block;
  color: white;
  line-height: 60px;
  font-size: 12px;
}
.h_list_a:hover div{
  opacity: 1;
}
.h_list_a div{
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -13px;
  opacity: 0;
}
.banner {
	width: 100%;
	height: 771px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 326px;
	box-sizing: border-box;
}
.banner_describe {
	display: block;
	width: 1200px;
	margin: 0 auto;
	color: white;
}
.banner_describe div:nth-child(1) {
	font-size: 54px;
	font-weight: bold;
	margin-bottom: 10px;
}
.banner_describe div:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
}

.soluton {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 100px;
}
.soluton_option {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 585px;
	height: 559px;
}

.sp_item {
	display: block;
	text-decoration: none;
	width: 278px;
	height: 246px;
	border: 1px none #cccccc;
	box-shadow: 0px 5px 12px rgb(0 0 0 / 16%);
	transition: all 0.3s linear;
	box-sizing: border-box;
	padding: 30px;
}
.sp_item:hover {
	margin-top: -5px;
}
.sp_i_img {
	margin-top: 27px;
	width: 57px;
	height: 53px;
	margin-bottom: 19px;
}
.sp_i_img img {
	width: 57px;
	height: 53px;
}

.sp_i_h1 {
	color: #444444;
	font-size: 14px;
	margin-bottom: 16px;
}
.sp_i_h2 {
	color: #777777;
	font-size: 12px;
	line-height: 20px;
}
.soluton_text {
	text-align: right;
	width: 475px;
}

.s_t_h1 {
	margin-top: 90px;
	font-size: 22px;
	color: #cccccc;
}
.s_t_h2 {
	font-size: 30px;
	color: #000000;
	margin-bottom: 15px;
}
.s_t_h3 {
	font-size: 14px;
	color: #777777;
	margin-bottom: 70px;
	line-height: 30px;
}
.s_t_h4_box {
	display: flex;
	justify-content: flex-end;
}
.s_t_h4 {
	width: 158px;
	height: 48px;
	background-color: rgb(95, 134, 231);
	display: block;
	color: white;
	text-align: center;
	line-height: 48px;
	font-size: 12px;
}
.s_t_h4:hover {
	background-color: #476cc9;
}

.al {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.al_text {
	text-align: left;
	width: 475px;
}

.al_show {
	width: 449px;
	height: 500px;
	background-color: #5f86e7;
	position: relative;
}
.al_show_img {
	margin-left: -10px;
	margin-top: -10px;
}
.al_show_img img {
	width: 449px;
	height: 500px;
}
.al_time {
	position: absolute;
	top: 20px;
	left: -75px;
	background-color: #5f86e7;
	width: 125px;
	height: 125px;
	box-sizing: border-box;
	padding: 20px;
}

.al_time_h1 {
	font-size: 36px;
	color: #ffffff;
}
.al_time_line {
	width: 100%;
	height: 1px;
	background-color: white;
	margin-top: 7px;
	margin-bottom: 10px;
}

.al_time_h2 {
	font-size: 14px;
	color: #ffffff;
}

.servce {
	width: 1200px;
	margin: 0 auto;
}

.title {
	text-align: center;
	margin-bottom: 75px;
}
.title_h1 {
	color: #333333;
	font-size: 36px;
}
.title_h2 {
	color: #333333;
	font-size: 12px;
}

.servce_tab {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 300px;
	font-size: 12px;
	color: #666;
	margin-bottom: 40px;
}
.servce_tab_i {
	cursor: pointer;
}
.servce_tab_i:hover {
	color: #5f86e9;
	font-weight: 500;
}

.servce_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.servce_img {
	display: block;
	width: 395px;
	height: 296px;
	box-sizing: border-box;
	background-color: #5f86e7;
	overflow: hidden;
	margin-bottom: 10px;
}
.servce_img:hover {
	padding: 5px;
	box-sizing: border-box;
}
.servce_img img {
	width: 100%;
	height: 100%;
}
.solution {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.solution_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.solution_list_i {
	display: block;
	width: 286px;
	box-sizing: border-box;
	padding: 35px;
}
.solution_list_i img {
	display: block;

	width: 55px;
	height: 56px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.solution_list_i_h1 {
	font-size: 16px;
	color: #444444;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.solution_list_i_h2 {
	color: #777777;
	font-size: 12px;
	line-height: 20px;
}
.stories {
	width: 100%;
	height: 701px;
	box-sizing: border-box;
	padding-top: 80px;
	margin-bottom: 80px;
}

.stories_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.stories_show {
	width: 598px;
	background-color: #d8d8d8;
	border-radius: 10px;
}
.stories_show_heaer {
	font-size: 80px;
	color: #9b9b9b;
	line-height: 20px;
	margin-left: 10px;
	margin-bottom: 40px;
}
.stories_show img {
	width: 598px;
	height: 462px;
}

.stories_man {
	width: 560px;
}
.stories_man_heaer {
	display: flex;
	margin-top: 40px;
}

.stories_man_h1 {
	width: 80px;
	height: 80px;
	border: 5px solid white;
	border-radius: 50%;
	overflow: hidden;
}
.stories_man_h1 img {
	width: 80px;
	height: 80px;
}
.stories_man_h2 {
	margin-left: 20px;
}
.stories_man_h2 div:nth-child(1) {
	font-size: 30px;
	color: #ffffff;
	line-height: 60px;
}
.stories_man_h2 div:nth-child(2) {
	font-size: 12px;
	color: #888888;
}

.stories_man_sym {
	font-size: 114px;
	margin-left: -20px;
	margin-top: 125px;
	color: #555555;
	line-height: 0;
}

.stories_man_h3 {
	font-size: 14px;
	color: #cccccc;
	line-height: 35px;
}

.partner {
	width: 1200px;
	margin: 0 auto;
}
.partner_list {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.partner_list_i {
  display: block;
	width: 395px;
	height: 132px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	line-height: 132px;
	line-height: 132px !important;
}
.partner_list_i:nth-child(2) {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.partner_list_i:nth-child(5) {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.partner_list_i:nth-child(n+4) {
	border-bottom: none;
}
.partner_list_i img {
	width: 181px;
	height: 75px;
	vertical-align: middle;
}


.infor{
  width: 100%;
  background-color: #f4f4f4;
  padding-top: 60px;
}

.infor_list{
  width: 1200px;margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 400px;
}

.infor_list_i{
  display: block;
  width: 393px;
  height: 278px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
  box-sizing: border-box;
  padding: 56px 30px 0;
  transition: all .3s linear;
}
.infor_list_h1{
  font-size: 24px;
    color: #cccccc;
}
.infor_list_h2{
  padding-top: 24px;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    line-height: 22px;
}
.infor_list_i:hover{
  background-color: #5f86e7;
  margin-top: -5px;
  transform: scale(1.02);
}
.infor_list_i:hover .infor_list_h2,.infor_list_i:hover .infor_list_h1{
  color: white;
}

footer{
  width: 100%;
  background-color: #262626;
  height: 325px;
  box-sizing: border-box;
  padding-top: 75px;
}
.ft{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.ft_1{
  padding-top: 65px;
  color: #ffffff;
  font-size: 12px;
}

.ft_1 img{
width: 84px;
height: 18px;
margin-bottom: 10px;
}

.ft_2{
  height: 180px;
  border-left:1px solid #444444 ;
  padding-left: 35px;
  color: #ffffff;
}
.ft_2_h1{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ft_2_h2{
  color: #cccccc;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: 400;
    line-height: 25px;
}
.ft_3{
  color: #ffffff;
  padding-left: 35px;
  border-left:1px solid #444444 ;
}
.ft_4{
  color: #ffffff;
  padding-left: 100px;
  border-left:1px solid #444444 ;
}
.ft_4 img{
  width: 70px;
  height: auto;
}
.bu{
  width: 100%;
  height: 50px;
  background-color: #000000;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 12px;
}