@charset "gb2312";
/* CSS Document */
html, body, div, footer, header, iframe, h1, h2, h3, h4, h5, h6, p, img, q, dl, dt, dd, ol, ul, li, form, video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	font-size: 100%;
	font-style: normal;
}
html {
	-webkit-tap-highlight-color: rgba(255,255,255,255);
	overflow-x : hidden;
}
body {
	background: #2de0eb;
	font-size: 14px;
	line-height: 1.42857143;
	font-family: Microsoft YaHei, Arial, sans-serif;
	overflow-x: hidden;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

footer, header {
	display: block;
}
a {
	vertical-align: baseline;
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0;
	padding: 0;
}
a, input {
	outline: none;
}
input, select, textarea {
	outline: none;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
  list-style-type: none;
}
li {
  list-style-type: none;
}
.container {
	margin: 0 auto;
	max-width: 1500px;
	overflow: hidden;
}
.container_top {
	margin: 0 auto;
	max-width: 1300px;
}
.clear{
	clear: both;
}
.fl{float: left;}
.fr{float: right;}
.margintop30{margin: 30px auto;}
.margintop70{margin: 70px auto;}
.margintop120{margin: 120px auto;}
.sy_bg{background-image: linear-gradient(180deg, #0972e7 0%, #2de0eb 100%);}
.bg{background-color: #0972e7}

.fontsize26{font-size:26px;}


.fal,.far,.fas,.fab,.fad {
    display: inline-block;
    line-height: 1;
    font-family: "fontawesome";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
/*----------- 头部 -----------*/
.header {
	padding-top: 0px;
}
.header .header-nav {
	position: fixed;
	width: 100%;
	background-color: rgba(9, 114, 231, 0);
	z-index: 666;
	transition: all .3s ease;
	top: 0;
	overflow: visible !important;
}
.header .header-nav.fixed {
	background-color: rgba(255, 255, 255,.7);
	
}
.header .logo {
	position: absolute;
	height: 35px;
	display: block;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -18px;
}
.header .logo a {
	display: block;
	color: #999;
}
.header .logo .logob {
	display: none
}
.logo img {
	height: 35px;
}

.header .header-nav.fixed {
	background-color: rgba(9, 114, 231,0.7);
	opacity: 1;
}
.header .navbar {
	color: #FFFFFF;
	line-height: 72px;
	font-size: 16px;
	float: right;
	/*opacity: 0.6*/
}
.header .navbar a.active {
	color: #3ded5a;
	opacity: 1
}


.header .navbar a:hover {
	color: #3ded5a;
}

.header .logo .logoa, .header .header-nav.fixed .logo .logob {
	display: none
}
.header .logo .logob, .header .header-nav.fixed .logo .logoa {
	display: block
}

/*导航栏*/

.navbar_li {
	display: block;
	float: left;
	margin: 0px 0px;
	position: relative;
	min-width: 50px;
	text-align: center;
	padding: 0px 20px;
}


.navbar_li a:after {
	background: #3ded5a;
	content: "";
	height: 4px;
	width: 0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
	webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 50px;
}
.navbar_li a.active:after, .navbar_li a:hover:after {
	width: 10px;
}
.navbar_li a.active:before {
	width: 100%;
	left: 0;
}

.nav-menu-sub {
	display: none;
	position: absolute;
	top: 70px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 999;
}
.nav-menu-sub li {
	text-align: center;
	width: 150px;
	background-color: rgba(9, 114, 231,0.9);
	color: #fff;
}
.nav-menu-sub li a {
    color: #fff;
    font-size: 16px !important;
    line-height: 55px;
    display: block;
}
.nav-menu-sub li:hover a {
	color: #3ded5a;
}
.navbar li:hover .nav-menu-sub {
	display: block;
	
}
.nav-menu-sub li:after {
	background: #3ded5a;
	content: "";
	height: 4px;
	width: 0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2px;
	webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 50px;
}
.nav-menu-sub li:hover:after {
	width: 0px;
}
.h_tel { float: right; right: 4%; margin-top: 18px; position: absolute;}
.h_tel img { display: block; width: 36px; height: 36px; background: #3eee5d; border-radius: 50%; float: left; margin-right: 10px; margin-top: 2px; }
.h_tel p { float: left; }
.h_tel strong { display: block; font-size: 22px; line-height: 100%; color: #fff; font-family: LSB; font-style: italic; white-space: nowrap; }
.h_tel span { display: block; font-size: 12px; line-height: 100%; color: #fff; margin-top: 2px; }

/*banner视频*/
.setVideoContent {
	
}
.video{width: 100%;
	height:auto;}
.indexContent {
	width: 980px;
	text-align: center;
	height: 100%;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -490px
}

.swiper-banner {
	width: 100%;
	height: 100%;
	margin: 20px auto;
	position: relative
}
.swiper-banner ul {
	width: 100%;
	position: absolute;
	top: 20%
}
.swiper-banner ul li {
	color: white !important
}

.swiper-banner .title {
	width: 100%;
	font-size: 4rem;
	line-height: 4rem;
	margin: 0 auto 30px;
	text-align: center;
	color: #fff;
	top: 5px;

	font-weight: bold;
	z-index: 10;
	display: block
}

@media screen and (min-width: 1276px) and (max-width: 1500px) {
.swiper-banner .title {
	font-size: 3rem
}
}

@media screen and (min-width: 1500px) {
.swiper-banner .title {
	font-size: 4rem
}
}

/*业务范围*/
.index_section_3_box{
    position: relative;
    background-size:cover;
    background-repeat: no-repeat;
	 background: url(../ywfwbg.jpg) no-repeat center; background-size: 100% 100%;
}

.index_section_3_box .bus-left-img2{
    margin: 5% auto;
    width: 100%;
}
.titleyw {
	font-size: 34px;
	color: #fff;
	text-align: center;
	margin: 30px auto;
	padding-top: 50px;
}
.tiaoyw {
	width: 100px;
	height: 2px;
	background: #3eef60;
	margin: 5px auto;
}
.bus-left-img2_text{
    color: #f5f5f5;
    font-size: 24px;
	text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
}
.index_section_3_box .bus--rt{
    width: 100%;
    min-width: 600px;
    background:#fff;
    margin-top: 4%;
    padding: 2%;
	margin-bottom: 5%;
}
.index_section_3_box .bus--rt .row{
    margin: 2%;

}

.index_section_3_box .bus--rt img{
    float: left;
    margin: 0 24px 0 0;
    width: 45%;
}

.index_section_3_box .bus--rt .row .h2{
  margin-top: 2.5%;
  font-size: 20px;
  display: block;
  color: #333;
}
.index_section_3_box .bus--rt .row .h2:hover{
    color: #0972e7;
}
.index_section_3_box .bus--rt .row p{
    font-size: 13px;
    margin-top: 10px;
    color: #727272;
    line-height: 22px;
}
.index_section_3_box .bus--rt .ywfw-25{
    padding: 0 1% 4% 1%;
	float: left;
	width: 25%;
}
/*服务范围*/
.index_section_4_box{
    background-image: linear-gradient(180deg, #0972e7 0%, #2de0eb 100%);
    width:100%;overflow: hidden;
}
.index_section_4_box .index_section_4_img_title{
    width: 100%;
    height: 20%;
	padding-top: 4%;
    text-align:center;
    vertical-align: middle;
}

.index_section_4_box .index_section_4_img_title .text_1{
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,SimSun,sans-serif;
}
.index_section_4_box .index_section_4_img_title .text_1 span{
    color: #2de0eb;
}
.index_section_4_box .index_section_4_img_title .text_2{
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin: 12px 0 16px 0;
}
.index_section_4_box .index_section_4_img_title .text_3{
    font-size: 24px;
    line-height: 24px;
    color: #fefefe;
    font-weight: 300;
    letter-spacing: 6px;
	padding-bottom: 3%;
}
.col-md-2{
    position:relative;
	width:16.66666667%;
	float:left;
	display: grid;
    background: #0972e7;height: 27%;
	background-size: cover;
	 min-height:1px;
}
.col-md-2:hover{
    background: #2de0eb;
}
.col-md-2 img{
    width: 100%;
}
.col-md-2 img:hover{
    opacity: 0.7;
}
.col-md-2 .item_text{
	position:absolute;
    color: #ffffff;
    text-align: center;
	bottom: 39%;
    width: 100%;
	align-content: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.col-md-2 .item_text span{
    font-size: 20px;
    letter-spacing: 2px;
}
/**/
.titleClass {
	text-align: center;
	width: 100%;
	margin-top: 80px
}
.titleClass div:first-child {
	font-size: 34px;
	color: #fff;
	/* 下列为渐变文字颜色式样 
	background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 0,
    rgba(206, 105, 7, 1) 100%,
    rgba(206, 105, 7, 1) 100%
  );
	width: 380px;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	white-space: nowrap;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 0 auto;
	 结束 (上下渐变时 去掉90deg,即可) */
}
.titleClass div:last-child {
	width: 100px;
	height: 2px;
	background: #3ded5a;
	margin: 0 auto;
	margin-top: 20px
}

.p_customer { padding-top: 1px; height: auto; box-sizing: border-box; }
.p_customer h2 { margin-top: 50px; }
/*title*/
h2.main_title { text-align: center; position: relative; padding-top: 34px; }
h2.main_title a { display: block; line-height: 0; }
h2.main_title i { display: block; font-size: 100px; line-height: 100%; color: rgba(61,237,90,0.12); font-style: italic; font-weight: normal; position: absolute; font-family: LS; left: 50%; top: 0; white-space: nowrap; letter-spacing: 5px; transform: translateX(-50%); }
h2.main_title strong { display: block; font-size: 56px; line-height: 100%; color: #fff; }
h2.main_title span { display: block; font-weight: normal; font-size: 24px; line-height: 100%; color: #fff; margin-top: 20px; }

.extend{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}
.extend p{
	text-align: left;
	font-size: 16px;
	line-height: 36px;
}
.extend a{
	font-size: 16px;
    line-height: 16px;
    display: block;
    margin-top: 30px;
    color: #0052d9;
    text-align: left;
}
.extendBox{
	width: 375px;
	background: #fff;
	float: left;
	margin-left: 31px;
	border-radius: 15px;
	-webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.extendBox:first-child{
	margin: 10px;

}
.mark{
	width: 100%;
	height: 250px;
	background: #000;
	position: relative;
	background-color: rgba(0,0,0,.5);
	border-radius: 15px;
}

.markCon{
	width: 100%;
	height: 250px;
    position: absolute;
	z-index: 3;
	top: 0;
    background-image: url('../video_icon.png');
	background-repeat: no-repeat; /* 防止图片重复 */
    background-position: center; /* 图片居中 */
}
.markCon:hover{
    width: 100%;
	height: 250px;
    position: absolute;
	z-index: 3;
	top: 0;
	background-image: none;
}
.shadow{
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 15px;
	background: rgba(0,0,0,0.5);
}
.mark video{
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: 15px;
}

.markCon h3{
	color: #fff;
	font-size: 16px;
text-align: center;
display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 56%;
}
/*实力*/
.videoIntro{
	width: 100%;
	height: 760px;
    position: relative;
    overflow: hidden;
}
.mask{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}
.videoIntro video{
	height: 760px;
	position: absolute;
	top: 0;
	left: 0;
}

.text_box{position: absolute;top:23%;left:0;z-index: 9;text-align:center;width:100%;}
.text_box span{display:inline-block;color:#fff;font-size:18px;font-family: newFont-2;width: 16.6%;padding: 35px 0;}
.text_box span em{display: block;font-weight: bold;font-style: normal;font-size: 50px;color: #3ded5a; transition: all 0.2s ease;}
.text_box span em b{transition: all 0.2s ease;}
.text_box span.iconFont{font-size:36px;margin:15px 0;}
.text_box a{display:block;width:160px;height:38px;line-height:38px;border:1px solid #3ded5a;font-size:14px;color:#3ded5a;text-align:center;margin:32px auto 0 auto;transition: all 0.2s linear 0s;}
.text_box a i{font-size:20px;font-weight:bold;vertical-align:middle;margin-bottom:2px;margin-left:5px;}
.text_box a:hover{background:#0972e7;color:#fff;}
.text_box a:active{position: relative;top:2px;}


/*合作*/
.ourFriends {
	padding-top: 10px;
	background-image: linear-gradient(180deg, #0972e7 0%, #2de0eb 100%);
}
.ourFriends .content {
	font-size: 24px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 30px
}
.ourFriends .ClientsSli {
	height: 100% !important
}

@media screen and (min-width: 960px) and (max-width: 1275px) {
.ourFriends .ClientsSli {
	height: 450px !important
}
}
.ourFriends .Clients {
	width: 1500px;
	height: 650px;
	margin: 0 auto;
	font-size: 0px;
	margin-top: 80px
}

@media screen and (min-width: 960px) and (max-width: 1275px) {
.ourFriends .Clients {
	width: 960px;
	height: 550px
}
}
.ourFriends .Clients .setClients {
	opacity: 1 !important;
	top: 0 !important
}
.ourFriends .Clients li {
	position: relative;
	opacity: 0;
	margin-top: 10px;
	width: 16.6666666667%;
	height: 180px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 960px) and (max-width: 1275px) {
.ourFriends .Clients li {
	width: 160px;
	height: 128px
}
}
.ourFriends .Clients li img {
	width: 100%;
	height: 100%
}

.swiper-container {
	width: 100%;
	height: 100%
}
.swiper-slide {
	font-size: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
/*洽谈合作流程*/
.p_process { height: 750px; padding-top: 70px; box-sizing: border-box; background-image: linear-gradient(180deg, #0972e7 0%, #2de0eb 100%);}
.p_process h2 { margin-bottom: 70px; }
.p_process ul { margin: 0 auto; width: 1700px;}
.p_process li { width: 14.28%; float: left; padding-top: 146px; box-sizing: border-box; position: relative; z-index: 4; }
.p_process li i { display: block; width: 52px; height: 52px; background: #e0e8f5; border-radius: 50%; box-sizing: border-box; margin: 0 auto; padding-left: 11px; font-size: 22px; line-height: 57px; color: #0151ca; font-family: LSB; font-style: italic; }
.p_process li h3 { text-align: center; width: 100%; position: absolute; top: 0; padding-bottom: 96px; transition: all 0.5s ease; }
.p_process li h3 img { display: block; width: 50px; margin: 0 auto; transition: all 0.5s ease; }
.p_process li h3 span { display: block; font-size: 26px; line-height: 100%; color: #fff; font-weight: normal; margin-top: 20px; white-space: nowrap; position: absolute; left: 50%; transform: translateX(-50%); }
.p_process li h3:after { position: absolute; content: ""; width: 8px; height: 32px; background: url(../p_process_icon.png) no-repeat center; background-size: 100% 100%; bottom: 5px; left: 50%; margin-left: -4px; }
.p_process li:before { position: absolute; content: ""; width: 68px; height: 20px; background: url(../p_process_bg.png) no-repeat center; background-size: 100% 100%; right: -34px; top: 162px; }
.p_process li:nth-child(2n) h3 { top: 203px; padding-top: 91px; }
.p_process li:nth-child(2n) h3:after { background: url(../p_process_icon1.png) no-repeat center; background-size: 100% 100%; bottom: auto; top: 0; }
.p_process li:nth-child(2n) h3 span { top: 45px; margin-top: 0; margin-bottom: 20px; }
.p_process li:last-child:before { display: none; }
.p_process li:hover h3 { top: -6px; }
.p_process li:hover h3 img { -webkit-animation: flipInY 1.5s; animation: flipInY 1.5s; }
.p_process li:nth-child(2n):hover h3 { top: 209px; }

/*底部*/
.footer { background: url(../footer_bg1.png) no-repeat center top; }
.footer-s {width:1400px; margin:0 auto; }
.footer > .content { height: 1047px; padding-top: 240px; box-sizing: border-box; }
.footer .f_slogan { text-align: center; padding-bottom: 40px; position: relative; margin-bottom: 20px; }
.footer .f_slogan strong { display: block; font-size: 52px; line-height: 100%; color: #fff; letter-spacing: 2px; }
.footer .f_slogan span { display: block; font-size: 32px; line-height: 100%; color: #fff; margin: 20px 0 20px; font-weight: 600; letter-spacing: 2px; }
.footer .f_slogan a { display: block; width: 434px; height: 52px; font-weight: 600; background: #ff010c; border-radius: 31px; letter-spacing: 0.5px; font-size: 28px; line-height: 52px; color: #fff; margin: 0 auto; transition: all 0.5s ease; font-style: italic;}
.footer .f_slogan a:hover { width: 470px; letter-spacing: 1px; }
.f_track { float: left; }
.f_track h3 strong { display: inline-block; font-size: 32px; line-height: 100%; color: #fff; margin-right: 12px; margin-bottom: 35px; }
.f_track h3 i { display: inline-block; font-size: 18px; line-height: 100%; color: #fff; font-family: LS; font-style: italic; font-weight: normal; vertical-align: -3px; }
.f_track dl { margin-bottom: 26px; }
.f_track dt { font-size: 18px; line-height: 100%; color: #fff; font-weight: 600; margin-bottom: 10px; }
.f_track dd { overflow: hidden; }
.f_track dd a { display: block; float: left; font-size: 14px; line-height: 22px; color: rgba(255,255,255,0.8); position: relative; padding-right: 9px; margin-right: 8px; transition: all 0.5s ease; }
.f_track dd a:hover { color: #fff; }
.f_track dd a:after { position: absolute; content: ""; width: 1px; height: 10px; background: #ffffff; opacity: 0.2; right: 0; top: 6px; }
.f_track dd a:last-child:after { display: none; }
.f_tel { float: right; padding-left: 46px; background: url(../f_tel.png) no-repeat left center; background-size: 36px 36px; margin-bottom: 47px; }
.f_tel span { display: block; font-size: 12px; line-height: 100%; color: #fff; margin-bottom: 8px; }
.f_tel strong { display: inline-block; white-space: nowrap; font-family: CS; font-size: 22px; line-height: 100%; color: #fff; font-style: italic; font-style: oblique 20deg; letter-spacing: 1.5px; }
.f_tel strong:last-child { margin-left: 20px; }
.f_qr { float: right; width: 488px; }
.f_qr p { float: left; margin-left: 50px; width: 194px; margin-bottom: 35px; }
.f_qr p img { display: block; float: left; width: 150px; height: 150px; background: #ffffff; border-radius: 20px; }
.f_qr p span { display: block; float: right; width: 34px; height: 150px; border-radius: 17px; border: 1px solid rgba(255,255,255,0.12); box-sizing: border-box; text-align: center; font-size: 14px; line-height: 100%; color: #fff; padding: 0 9px; -webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; }
.f_menu { height: 76px; background: #2de0eb; clear: both; text-align: center; font-size: 0; }
.f_menu .content a { display: inline-block; font-size: 16px;  font-weight: bold; line-height: 76px; color: #fff; transition: all 0.5s ease; vertical-align: middle;position: relative;margin-right: 60px;}
.f_menu .content a::before{content: "";width: 1px; height: 14px; background: #ffffff; opacity: 0.2;position: absolute;right: -30px;top: 50%;margin-top: -7px;}
.f_menu .content a:last-of-type{margin-right: 0;}
.f_menu .content a:last-of-type::before{display: none;}
.f_menu .content a:hover {  color: #0972e7; }
.f_menu .content a:after { display: block; content: attr(title); font-weight: bold; visibility: hidden; height: 1px; color: transparent; margin-bottom: -1px; overflow: hidden; }
.f_info { background: #50b3f8; height: 76px; text-align: center; font-size: 0; }
.f_info span { display: inline-block; font-size: 14px; line-height: 64px; color: #fff; vertical-align: middle; }
.f_info span a{color: #fff;}
.f_info i { display: inline-block; vertical-align: middle; margin: 0 32px; width: 1px; height: 14px; background: #ffffff; opacity: 0.2; }
.side_bar.cur { padding: 6px 4px; transition: all 0.5s ease; height: 70px; overflow: hidden; }
.side_bar { display: block; width: 168px; height: 510px; background: #fff; box-shadow: 0 0 20px 0 rgba(0,0,0,0.1); border-radius: 8px; position: fixed; left: 0; bottom: 10%; box-sizing: border-box; padding: 20px 4px 0; line-height: 0; text-align: center; z-index: 9; transition: all 0.5s ease; }
.side_bar > img { display: block; width: 135px; margin: 0 auto 12px; cursor: pointer; }
.side_bar > p { font-size: 16px; line-height: 22px; color: #3b3a39; margin-bottom: 17px; }
.side_bar ul { width: 160px; height: 341px; background: #0972e7; border-radius: 8px; padding-top: 22px; box-sizing: border-box; }
.side_bar li { position: relative; }
.side_bar li img { display: block; margin: 0 auto; }
.side_bar li span { display: block; font-size: 16px; line-height: 100%; color: #fff; margin-top: 11px; }
.side_bar li p { position: absolute; width: 240px; left: 168px; top: -18px; display: none; padding-right: 8px; transition: all 0.5s ease; }
.side_bar li p strong { font-size: 22px; line-height: 50px; color: #fff; font-family: CS,LSB; display: block; border-radius: 4px; margin-bottom: 4px; background: #0972e7; letter-spacing: 1px; box-shadow: 0 0 20px 0 rgba(0,0,0,0.1); }
.side_bar li p strong:last-child { background: #1fccd7; }
.side_bar .side_wx img { width: 81px; height: 81px; }
.side_bar li:nth-child(2) { padding-top: 14px; padding-bottom: 15px; border-top: 1px dotted #c6c9c1; border-bottom: 1px dotted #c6c9c1; margin: 18px 0; }
.side_bar li:nth-child(2) span { font-size: 13px; margin-top: 4px; }
.side_bar li:nth-child(3):hover p { right: 100%; display: block; }
.go_top { display: none; width: 68px; height: 68px; background: #ffffff; box-shadow: 0px 5px 12px 0px rgba(0,37,93,0.14); position: fixed; right: 0; bottom: 10px; border-radius: 50%; text-align: center; cursor: pointer; }
.go_top img { display: block; width: 30px; margin: 11px auto 2px; transition: all 0.5s ease; }
.go_top span { display: block; font-size: 12px; line-height: 100%; color: #ff010c; }
.go_top:hover img { margin-top: 9px; margin-bottom: 4px; }

/*底部留言*/
input::-webkit-input-placeholder {
    color: #fff;
}
input::-moz-input-placeholder {
    color: #fff;
}
input::-ms-input-placeholder {
   color: #fff;
}

.quoteForm{
	position: relative;
	margin: 0 auto;
}
.quoteForm:after { position: absolute; content: ""; width: 1800px; height: 1px; background: #2de0eb; opacity: 0.4; left: 50%; margin-left: -900px; bottom: 30px; }
#main_demo{
	width: 750px;
	display:table;
	margin:0 auto;
}
.select-edu{
	    width: 330px;
    height: 40px;
    background: #0972e7;
	opacity: 0.6;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 30px;
    outline: 0px;
    color: #fff;
    font-size: 14px;
    margin-right: 40px;
    float: left;
}
.person{
	width: 330px;
    height: 40px;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 30px;
    outline: 0px;
    color: #fff;
    font-size: 14px;
}
.phone{
	    width: 330px;
    height: 40px;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 30px;
    outline: 0px;
    color: #fff;
    font-size: 14px;
    margin-right: 40px;
    float: left;
}
.telNum{
	width:350px;
	border: 1px solid #fff;
	float: left;
	height: 40px;
	border-radius: 5px;
}
.telNum input{
	width: 210px;
	height: 40px;
	background: none;
	border: none;
        padding:0 10px;
	float: left;
	color: #fff;
	font-size: 14px;
	outline: none;
}
#imgVerify{
	width: 95px;
	height: 39px;
	float: right;
	background: none;
	color: #fff;
	border: none;
	border-left: 1px solid #fff;
	font-size: 14px;
}
.finish{
	width: 300px;
    margin: 90px auto;
	display: block; height: 52px; border: 1px solid #2de0eb; font-weight: 600; background: #2de0eb; border-radius: 30px; letter-spacing: 0.5px; font-size: 22px; line-height: 52px; color: #fff; transition: all 0.5s ease; font-style: italic;
}
.finish:hover{
	width: 340px; letter-spacing: 1px;
}

/*关于我们*/
.intro{
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.intro h3{
	width: auto;
    margin: 0 auto 30px;
    color: #2de0eb;
    font-size: 45px;   
    pointer-events: none;
    font-family: ling;
    font-style: italic;
    text-align: center;
}
.intro p{
	width: 100%;
	margin: 0 auto;
	text-indent: 40px;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}
.cont_text2 {
  width: 100%;
  display: flex;
  padding: 12px 0 0 0px;
  margin: 0 auto;
}

.cont_text2 li {
  color: #fff;
	text-align: center;
}
.cont_text2 li h4{
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.cont_text2 li h4 b{ transition: all 0.2s ease;}
.cont_text2 li span{
  font-size: 26px;
  color: #fff;
}

.cont_text2 li:nth-child(2) {
  margin-left: 100px;
}

.cont_text2 li:nth-child(3) {
  margin-left: 90px;
}

.cont_text2 li:nth-child(4) {
  margin-left: 140px;
}

.line_03 {
  background: #2de0eb;
}

.line_03 .main {
  background: #2de0eb;
	width: 1400px;
	margin: 0 auto;
}
.title_34 {
  font-size: 34px;
  font-weight: bold;
  padding-top: 100px;
  letter-spacing: 1px;
  color: #393939;
  text-align: center;
}
.other_color1 {
  color: #fff !important;
}
.text_18 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #797979;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  opacity: .5;
}

.text_18::before {
  content: '';
  width: 81px;
  height: 7px;
  background: url(../text_right.png) no-repeat top center;
  margin-right: 11px;
}

.text_18::after {
  content: '';
  width: 81px;
  height: 7px;
  background: url(../text_left.png) no-repeat top center;
  margin-left: 11px;
}

.ul_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}

.ul_1 li {
  width: 374px;
  height: 460px;
}

.ul_1 li:nth-child(1) {
  width: 374px;
  height: 460px;
  background: url(../ul1_bg1.jpg) no-repeat top center;
}

.ul_1 li:nth-child(2) {
  width: 374px;
  height: 460px;
  background: url(../ul1_bg2.jpg) no-repeat top center;
}

.ul_1 li:nth-child(3) {
  width: 374px;
  height: 460px;
  background: url(../ul1_bg3.jpg) no-repeat top center;
}

.ul_1 li .title_1 {
  font-size: 30px;
  font-weight: bold;
  color: #393939;
  text-align: center;
  padding-top: 210px;
}

.ul_1 li .title_2 {
  font-size: 18px;
  color: #999999;
  text-align: center;
  padding-top: 21px;
}

.solve_job{width:100%;background:#0972e7;padding:80px 0;}

.solve_job ul{display: inline-block;width:100%;margin-top:80px;}
.solve_job ul li{display: inline-block;width:16.6666%;float:left;vertical-align:bottom;}
.solve_job ul li img{width:100%;vertical-align:bottom;}
.solve_job ul li span{display: block;text-align:center;font-size:24px;color:#fff;margin-top:30px;font-family:newFont-2;}
.solve_yan{margin: 0 auto; width: 1200px;}
.solve_yan h2{font-size:36px; text-align: center; color:#fff;display:block; margin: 0 auto; vertical-align:bottom;margin-bottom:15px;font-weight:normal;}
.solve_yan h2.en{font-weight: 100;font-family: 'iconfont';font-size:38px;}

.warpath{
	width: 1200px;
	margin: 0px auto;
	padding-top: 100px;
}
.warpath h3{
	width: auto;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 45px;
   font-family: ling;
    font-style: italic;
    
    pointer-events: none;
    text-align: center;
}
.warpath>p{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}

.ul_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 32px;
  flex-wrap: wrap;
}

.ul_3 li {
  width: 220px;
  height: 152px;
  margin-top: 28px;
}

.ul_3 li img {
  display: block;
}

/*联系我们*/
.abo3 {
        height: 260px;
      padding-top: 50px;
    }
    .abo3 ul li {
        float: left;
        width: 32%;
        height: 232px;
        border-radius: 5px;
        background:url(../20230816112622_7503.png) no-repeat center 50px #eee;
        text-align: center;
        box-sizing: border-box;
        transition: all 0.2s;
    }
    .abo3 ul li:nth-child(2) {
        background:url(../20230816112622_5090.png) no-repeat center 50px #eee;
        margin: 0 2%;
    }
    .abo3 ul li:nth-child(3) {
        background:url(../20230816112621_9993.png) no-repeat center 50px #eee;
    }
    .abo3 ul li em {
        display: block;
        padding-top: 121px;
        font-weight: normal;
        font-size: 20px;
        color: #333;
        padding-bottom: 13px;
        font-style: normal;
    }
    .abo3 ul li i {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin: 0 30px;
        font-style: normal;
    }
    .abo3 ul li b {
        display: block;
        line-height: 100%;
        color: #666;
        font-size: 26px;
        font-family: arial;
        font-weight: normal;
        font-style: normal;
    }
    .abo3 ul li:hover {
        background:url(../20230816112622_8452.png) no-repeat center 50px  #3980cd;
        transform: translateY(-7px);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    }
    .abo3 ul li:hover i {
        color: #fff;
    }
    .abo3 ul li:hover em {
        color: #fff;
    }
    .abo3 ul li:hover b {
        color: #fff;
    }
    .abo3 ul li:nth-child(2):hover {
        background:url(../20230816112622_6154.png) no-repeat center 50px  #3980cd;
    }
    .abo3 ul li:nth-child(3):hover {
        background:url(../20230816112622_4218.png) no-repeat center 50px  #3980cd;
    }

/*分页符*/
.page{
	font-size: 16px;
    color: #999;
    padding: 60px 0;
}
.page ul {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin: auto;
}
.page ul li{
	float: left;
	border: 1px solid #ddd;
	width: 33px;
    border-radius: 15px;
    height: 33px;
    margin: 0 5px;
    text-align: center;
    line-height: 33px;
}
.page ul li a{
	color:#606266;
	display: block;
}
.page ul li a:hover{
	background: #0972e7;
	color: #fff;
	border-radius: 15px;
}
.pageSelect{
	background: #0972e7;
	color: #fff !important;
	display: block;
	border-radius: 15px;
}

.disabled{
    color: #cccccc;
  }
.page li.active {
    background-color: #0972e7!important;
    color: #fff !important;
    font-size: 14px;
}


/*新闻列表*/
.help_con{ padding-top:20px;}

.tl_news_con .list_dl{ width:100%; float:none; display:inline; margin-bottom:24px; position:relative;  display:block; border:1px solid #2de0eb; box-sizing:border-box; padding:16px 20px 16px 20px; }
.tl_news_con .list_dl dt{ width:25%; border:none; padding:12px; overflow:hidden; display:inline-block; vertical-align:middle;}
.tl_news_con .list_dl img{ max-width:100%; margin: 0 auto;  display:block;}
.tl_news_con .list_dl dd{ width:68%; margin-left:20px; display:inline-block; vertical-align:middle; border:none;font-size:16px;padding-top: 0;}
.tl_news_con .list_dl dd h4 a{ display:block; font-size:22px; text-align:left; font-weight:bold; color:#000; white-space:normal; text-overflow:ellipsis; overflow:hidden; line-height: 32px;}
.tl_news_con .list_dl dd p{ font-size:15px; color:#292929; line-height:26px; height:78px; text-indent: 30px; overflow:hidden; display:block; margin-top: 12px;margin-bottom: 6px; letter-spacing:0.5px;}
.tl_news_con .list_dl dd p .date_show{display: none;}
.tl_news_con .list_dl dd .ckxq{display: block;}
.tl_news_con .list_dl dd .attr{ line-height:26px; color:#222; height:auto; margin-bottom:0;}
.tl_news_con .list_dl dd .attr span{ width:45%; display:block; float:left; margin-right:5%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.tl_news_con .list_dl dd .tag{ display:block; margin-bottom:6px;}
.tl_news_con .list_dl dd .tag a{display: inline-block;background: #f1f1f1;font-size: 12px;line-height: 18px;border-radius: 4px;padding: 3px 12px; margin-right:12px;}
.tl_news_con .list_dl dd .more{position: absolute;bottom: 16px;right: 16px;color: #0151ca;display: inline-block; border: 1px solid #0151ca; box-sizing:border-box; padding-left: 12px;padding-right: 12px;line-height: 26px;border-radius: 20px;}
.tl_news_con .list_dl dd.hits{ display: none; }
.tl_news_con .list_dl dd.hits img{ width: 18px;display: inline-block;margin-right: 4px;vertical-align: text-bottom;}
.tl_news_con .list_dl:hover{border:1px solid #0151ca; box-shadow:2px 4px 8px #f1f1f1;}
.tl_news_con .list_dl:hover dd h4 a{ font-weight:bold;color:#fff;}
.tl_news_con .list_dl:hover dd{border-color:#0151ca;}

/*新闻内*/
.n_news_m{padding: 50px 0 50px 0; width: 1200px; text-align: center; margin: 0 auto; color: #37ecba;}
.n_news_z{margin: 0 auto;}
.n_news_z p{margin: 0 0 15px 0;font-size: 16px;text-indent: 2em;}

/*服务范围 活动*/
.n_fuwu_boxbg{background: #E39496;}
.n_fuwu_box{ padding-top: 100px; width: 1300px; margin: 0 auto;}
.n_fuwu_box_l{width: 50%;float: left; height: 100%;}
.n_fuwu_box_l h2{margin: 0 0 15px 0;font-size: 26px;line-height: 30px; color: #F81216;}
.n_fuwu_box_l p{margin: 30px 0 30px 0;font-size: 16px; color: #F81216;}
.n_fuwu_bont{width: 300px; height: 52px; border: 1px solid #ff010c; font-weight: 600; text-align: center; background: #ff010c; border-radius: 30px; letter-spacing: 0.5px; font-size: 16px; line-height: 52px; color: #fff;}
.n_fuwu_box_r{width: 50%;float: right; height: 100%;}
.n_fuwu_bont2{display: flex; float: left; width: 45%; margin: 0 2% 4% 2%; height: 95px; line-height: 95px; border: 1px solid #ff010c; font-weight: 600;align-items: center;justify-content: center; background: #ff010c; border-radius: 30px; letter-spacing: 0.5px; font-size: 20px; line-height: 52px; color: #fff;}

.n_fuwu_l_zhan{display: table; height: 1px;line-height: 1px; width: 100%;}
.n_fuwu_l_bnt3{float: left; width: 15.6%; margin: 0 0.5% 1% 0.5%; font-weight: 600; align-items: center;justify-content: center; background: #FBB812; border-radius: 30px; letter-spacing: 0.5px; font-size: 20px; line-height: 52px; color: #fff;}

.w-iconbox-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
	margin-left: 37%;
	margin-top: 1.7rem;
    max-width: 100%;
	background:#2de0eb;
	border-radius: 30px; 
}

.w-iconbox-icon i {

	padding: 15px;

	color: #fff;
}

.fa-icons:before {
    content: "\f86d";
}
.fa-weixin:before{content:"\f0a4"}
.n_fuwu_fz{
	font-size: 1rem;
    text-align: center;
	color: #000000;padding-bottom: 1.7rem;
}
.n_fuwu_zxbnt{
	display: block;
	width: 300px;
    margin: 30px auto;
	height: 52px; font-weight: 600; background: #fff; border-radius: 30px; letter-spacing: 0.5px; font-size: 22px; line-height: 52px; color: #000; transition: all 0.5s ease; text-align: center;
	
}
.n_fuwu_zxbnt i {

	color: #FBB812;
}
.n_fuwu_zxbnt:hover{
	width: 340px; letter-spacing: 1px; background: #0972e7;
}
.n_fuwu_d_bg{
	background:#096AED;
	color: #aaa;
	font-size: 14px;
	line-height: 1.42857143;
	font-family: Microsoft YaHei, Arial, sans-serif;
	overflow-x: hidden;
}
.n_fuwu_d_daz{font-size: 44px;font-weight: bold; margin-top: 90px;color: #FFFFFF;line-height: 60px;}
.n_fuwu_d_daz2{font-size: 35px; margin-top: 40px; color: #FFFFFF;}
.n_fuwu_d_daz3{font-size: 22px; margin-top: 60px; color: #FFFFFF;}
.n_fuwu_d_qianz{float: left; width: 15.6%; margin: 0 0.5% 0.7% 0.5%; line-height: 42px;}
.n_fuwu_d-iconbox-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
	margin-left: 25%;
	margin-top: 1.7rem;
    max-width: 100%;
	background:#2de0eb;
	border-radius: 30px; 
}

.n_fuwu_d-iconbox-icon i {

	padding: 15px;

	color: #fff;
}
.n_fuwu_d_fz{
	font-size: 1.2rem;
    text-align: center;
	color: #2de0eb;
}
.n_fuwu_d_zxbnt{
	display: block;
	width: 300px;
    margin-top: 30px;
	height: 42px; border: 1px solid #2de0eb; font-weight: 600; background: #2de0eb; border-radius: 30px; letter-spacing: 0.5px; font-size: 18px; line-height: 42px; color: #fff; transition: all 0.5s ease;text-align: center;
}
.n_fuwu_d_zxbnt i {

	color: #fff;
}
.fa-star:before{content:"\f005"}

/*案例缩放*/
.image-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
.image-gallery-nei {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 80px;
        }
        .image-container {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 75%; /* 4:3 宽高比，可以调整 */
            overflow: hidden;
            border-radius: 8px;
            cursor: pointer;
        }

        .image-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        /* 放大效果 */
        .image-container:hover img {
            transform: scale(1.1);
        }

        .image-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(9, 114, 231, 0.7);
            color: white;
            padding: 20px;
            text-align: center;
            font-size: 0.9rem;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .image-container:hover .image-caption {
            opacity: 1;
        }
        .image-caption-nei {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(9, 114, 231, 0.7);
            color: white;
            padding: 20px;
            text-align: center;
            font-size: 0.9rem;
            opacity: 1;
        }
        .usg_post_title_1{font-size:1.4rem!important;font-weight:700!important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.us-btn-style_3{ margin: 0 auto; width: 200px; display: block; font-size:1rem;line-height:1.2!important;font-weight:600;letter-spacing:0.05em;  transition: all 0.5s ease; border-radius:10rem;padding:0.8em 1.8em;background:#ffffff;border-color:transparent;color:#1a1a1a!important}.us-btn-style_3:hover{background:#0972e7; width: 300px;  letter-spacing: 1px; color:#ffffff!important}



        @media (max-width: 768px) {
            .content {
                flex-direction: column;
            }
            
            .image-gallery {
                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            }
			.usg_post_title_1{font-size:1rem!important}
        }

/*案例内页*/
.anli-nei{
	margin: 50px auto;
	width: 100%;
	height: 320px;
}
.anli-nei-zuo{
	float: left;
	width: 30%;
	height: 100%;
	background:#ededed;
}
.anli-nei-zuo p{
	height: 2.19vw;
	color: rgba(0, 0, 0, 1);
  font-size: 0.83vw;
  font-family: MicrosoftYaHeiLight;
  text-align: justifyLeft;
  line-height: 1.56vw;
	margin: 2.88vw 0 2.96vw 5.46vw;
}
.anli-nei-you{
 width: 70%;
	height: 100%;
	background:#f5f5f5;
	float: left;
}
.anli-nei-y1{

	height: 100%;
	padding-top: 1.88vw;
	margin: 0vw 5vw 2.96vw 4.46vw;
}
.anli-nei-y1 p{

	color: rgba(0, 0, 0, 1);
  font-size: 0.83vw;
  font-family: MicrosoftYaHeiLight;
  text-align: justifyLeft;
  line-height: 1.36vw;
	margin: 0.5vw 0 1vw 0;
}
.anli-nei-z{
	margin: 20px auto;
	width: 100%;
	background: #FFFFFF;
	height: auto;
}
.anli-nei-z img{
	width: 100%;
	height: auto;
}



