@charset "utf-8";
/* 全局链接样式 */
*{ font-family:"Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial;}
/* HEADER */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: transparent;
    z-index: 12;
    transition: 1s;
    border-radius: 0;
	height:68px;
}
.container {
	padding: 0;
	width: 1200px;
	margin:0 auto;
}
.container img{max-width:100%;}
header .logo {
	width: 150px;
	height: 37px;
	display: block;
	background: url('../images/white_logo.png') no-repeat;
	background-position: center center;
	background-size: 100%;
}
header .navbar {
	width: 100%;
	margin-bottom: 0px;
	padding: 0;
	border: none;
	display: flex;
	justify-content:center;
	align-items:center;
	white-space: nowrap;
	height:68px;
}
.brand{
	flex:0 0 150px;
}
.navbar-nav{
	flex:1;
	display: flex;
	align-items:center;
	white-space: nowrap;
	height:68px;
	
}
.navbar-btns {
    flex:0 0 94px;
}
.navbar-nav {
    margin-left: 50px;
}
header .navbar-nav > li > a {
    color: #eee;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    padding: 0 30px;
}
header .navbar-nav > li > a:hover {
	background: none;
}
header .navbar-nav > li.active > a,header .navbar-nav .open > a {
    color: #fff;
    color: rgba(255, 255, 255, 1.0);
}

header .navbar-nav > li > a span {
    position: relative;
    display: inline-block;
    padding: 24px 0;
}
header .navbar-nav > li > a > span:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 18px;
    background: rgba(255, 255, 255, 0);
}
header .navbar-nav > li.active > a > span:after,
header .navbar-nav > li:hover > a > span:after,
header .navbar-nav .open > a > span:after {
    background: rgba(255, 255, 255, 1.0);
}
header .navbar-nav > li > a .nav-arrow-down {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    margin-left: 6px;
    opacity: 0.6;
    background: url(../images/nav-arrow-down.png) no-repeat;
}

.white-header .navbar-nav > li > a .nav-arrow-down {
    background: url(../images/nav-arrow-down-black.png) no-repeat;
}
header .navbar-nav .dropdown{
	position:relative;
}
header .navbar-nav .dropdown-menu {
    position: absolute;
	display:none;
	background:#fff;
	left: 50%;
    margin-left: -62px;
	width:100px;
	border-radius:4px;
}
header .navbar-nav .dropdown-menu::after {
	display: table;
	content: " ";
}
header .navbar-nav .dropdown-menu li {
	display: block;
}

header .nav .open > a,
header .nav .open > a:hover,
header .nav .open > a:focus,
header .navbar-nav > li > a:focus {
    background: none;
}

header .navbar-btns > .btn {
    margin-left: 10px;
    margin-right: 0;
	font-size: 14px;
    padding: 3px 20px;
}

header .dropdown-menu {
    /*top: 70px;*/
    padding: 6px 0;
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border: none;
    /*min-width: 128px;*/
	padding:5px;
}

header .dropdown-menu li a {
	font-size: 14px;
	color: #363637;
	line-height: 36px;
	text-align: center;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

header .dropdown-menu.about li a {
	text-align: center;
}

header .dropdown-menu li a:hover {
	background: #eaf3ff;
	color: #4a98f3;
}

header.white-header {
    background: #fff;
    transition: 1s;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

header.white-header .navbar-nav > li > a {
	color: #666;
	color: rgba(55, 55, 55, 0.6);
}

header.white-header .navbar-nav > li.active > a,
header.white-header .navbar-nav > li:hover > a,
header.white-header .nav .open > a {
	color: #373737;
	color: rgba(55, 55, 55, 1.0);
}

	header.white-header .navbar-nav > li.active > a > span:after,
	header.white-header .navbar-nav > li:hover > a > span:after,
	header.white-header .navbar-nav .open > a > span:after {
		background: rgba(102, 142, 255, 1.0);
	}

header.white-header .navbar-btns > .btn {
	border-color: #363637;
	color: #363637;
}

	header.white-header .navbar-btns > .btn:hover {
		background: #f5f5f5;
	}

header.white-header .logo {
	background: url('../images/logo.png') no-repeat;
	background-position: center center;
	background-size: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.btn-border-white, .btn-border-white:focus {
    border: solid 1px #fff;
    color: #fff;
    border-radius: 100px;
    background: none;
}
.btn-border-white:hover {
	color: #fff;
	background: rgba(255, 255, 255, .2)
}

/*banner*/
.banner{ height:640px;width:100%;overflow:hidden; min-width:1200px; position:relative;}
.banner .banner_box{height:640px;display:block;width:100%;overflow:hidden; position:relative;} 
.banner .banner_box > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-width:1200px;
}
.banner .banner_box > div.banner1{
	background:url(../images/banner1.jpg) no-repeat top center;
	opacity:0;
}
.banner .banner_box > div.banner2{
	background:url(../images/banner2.jpg) no-repeat top center;
	opacity:0;
}
.banner .banner_box > div.banner3{
	background:url(../images/banner3.jpg) no-repeat top center;
	opacity:0;
}
.banner .banner_box > div.banner4{
	background:url(../images/banner4.png) no-repeat top center;
	opacity:0;
}
.banner .banner_box > div.banner5{
	background:url(../images/banner5.png) no-repeat top center;
	opacity:0;
}
.banner .banner_box > div.banner6{
	background:url(../images/banner6.jpg) no-repeat top center;
	opacity:0;
}
.banner .banner_box > div.active{
	-webkit-animation: slide-fade 10s infinite 0s;
	animation: slide-fade 10s infinite 0s
}
.banner .banner_text{
	position:absolute;
	min-width:1200px;
    top: 0;
    right: 0;
    left: 0;
}
.banner .banner_text > div{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	display:none;
	opacity:0;
	transition:all 0.5s ease-in-out;
	color:#fff;
	text-align:center;
}
.banner .banner_text > div.active{
	display:block;
	opacity:1;
}
.banner .banner_text > div .banner_title{
	text-align:center;
    font-size: 48px;
    padding-top: 180px;
    font-weight: bold;
}
.banner .banner_text > div .banner_subtitle{
	text-align:center;
	font-size:24px;
	padding:7px 30px;
	display:inline-block;
	border-radius: 30px;
	margin-top:30px;
}
.banner .banner_text > div.banner1 .banner_subtitle, .banner .banner_text > div.banner3 .banner_subtitle{
	background-image: linear-gradient(to right, #d15400, #d3953d);
}
.banner .banner_text > div.banner2 .banner_subtitle{
	background-image: linear-gradient(to right, #6634da, #6e43c3);
}
.banner .banner_text > div.banner4 .banner_subtitle{
	background-image: linear-gradient(to right, #269798, #27babb);
}
.banner .banner_text > div.banner5 .banner_subtitle{
	background-image: linear-gradient(to right, #266BC7, #58adea);
}

.banner .banner_text > div.banner6 .banner_subtitle{
	background-image: linear-gradient(to right, #8e0101, #b30102);
}



@-webkit-keyframes slide-fade {
    0% {
        opacity: .9
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(-4%) rotateZ(1deg);
        transform: scale(1.1) translateY(-4%) rotateZ(1deg)
    }
}

@keyframes slide-fade {
    0% {
        opacity: .9
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(-4%) rotateZ(1deg);
        transform: scale(1.1) translateY(-4%) rotateZ(1deg)
    }
}
.banner_bottom{
	height:102px;
	background:rgba(0,0,0,0.65);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	min-width:1200px;
}
.banner_bottom ul{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	text-align:center;
	height:102px;
}
.banner_bottom ul li{
	width:20%;
	height:100%;
	padding-top:22px;
	box-sizing:border-box;
	cursor:pointer;
}
.banner_bottom ul li.active{
	background:#2d3449;
}
.banner_bottom ul li h1{
	font-size:20px;
	font-weight:normal;
}
.banner_bottom ul li h2{
	font-size:16px;
	font-weight:normal;
}

/*首页模块1*/
.block{padding:70px 0;min-width: 1200px;}
.block > h1{text-align:center; font-size:36px;margin-bottom:10px;}
.block > h2{text-align:center; font-size: 18px;color: #555;display: block;line-height: 1.8em; margin-bottom:20px;}
.block01_ul{ display:flex; justify-content:center; align-items:center;}
.block01_ul li{width:16%; padding:13px; text-align:center; transition:all 0.5s ease-in-out;box-sizing: border-box;}
.block01_ul li span.icon{display:block; width:80px; height:80px; border-radius:50%; margin:0 auto;}
.block01_ul li span.icon01{background:url(../images/block_icon01.png) no-repeat center #157aef;background-size:100%;}
.block01_ul li span.icon02{background:url(../images/block_icon02.png) no-repeat center #157aef;background-size:100%;}
.block01_ul li span.icon03{background:url(../images/block_icon03.png) no-repeat center #157aef;background-size:100%;}
.block01_ul li span.icon04{background:url(../images/block_icon04.png) no-repeat center #157aef;background-size:100%;}
.block01_ul li span.icon05{background:url(../images/block_icon05.png) no-repeat center #157aef;background-size:100%;}
.block01_ul li span.icon06{background:url(../images/block_icon06.png) no-repeat center #157aef;background-size:100%;}
.block01_ul li h3{font-size:20px; line-height:1.3em; padding-top:20px;font-weight:normal;}
.block01_ul li h4{font-size:12px; line-height:1.3em;font-weight:normal;}
.block01_ul li p{font-size:14px; line-height:2em; text-align:left; color:#777; padding:25px 0; height:180px;}
.block01_ul li a{font-size:12px; line-height:1.2em; text-align:left; color:#157aef; border:1px solid #157aef; display:inline-block; padding:3px 10px; border-radius:20px;}
.block01_ul li.active{ background:#157aef; border-radius:5px; transform:scale(1.1); box-shadow:0 0 10px rgba(0,0,0,0.2);}
.block01_ul li.active h3{color:#fff;}
.block01_ul li.active h4{color:#fff;}
.block01_ul li.active p{color:#eee;}
.block01_ul li.active a{color:#fff;border:1px solid #fff;}
.block01_con{ display:flex; justify-content:center; align-items:center; padding-top:50px;}
.block01_con .block01_con_title{ flex:0 0 400px; text-align:center; font-size:30px;}
.block01_con .block01_con_title > div{ position:relative; display:none; transition:all 0.2s ease-in-out;}
.block01_con .block01_con_title > div:after{ content:''; display:block; position:absolute; bottom:3px; width:70px; height:10px; background:#b4c7ff; left:50%; margin-left:-35px; z-index:-1;}
.block01_con .block01_con_imgs{ flex:0 0 800px;}
.block01_con .block01_con_imgs > div{ position:relative; display:none; transition:all 0.2s ease-in-out;}

/*首页模块2*/
/*.block02{background:url(../images/index_block02_bg.jpg) no-repeat bottom center #2d3449; min-width:1200px;}*/
.block02{background:url(../images/recruitbg.png) no-repeat bottom center #2c5dc6; min-width:1200px;}

.block02 h1{color:#fff;}
.block02 h2{color:#9bcfff;}
.block02_ul{ display:flex; justify-content:center; align-items:center;}
.block02_ul li{width:20%; padding:25px; text-align:center; transition:all 0.5s ease-in-out;}
.block02_ul li span{transition:all 0.5s ease-in-out;}
.block02_ul li span.icon{display:block; width:80px; height:80px; border-radius:50%; margin:0 auto;}
.block02_ul li span.icon01{background:url(../images/block02_icon01.png) no-repeat center; background-size:100%;}
.block02_ul li span.icon02{background:url(../images/block02_icon02.png) no-repeat center; background-size:100%;}
.block02_ul li span.icon03{background:url(../images/block02_icon03.png) no-repeat center; background-size:100%;}
.block02_ul li span.icon04{background:url(../images/block02_icon04.png) no-repeat center; background-size:100%;}
.block02_ul li span.icon05{background:url(../images/block02_icon05.png) no-repeat center; background-size:100%;}
.block02_ul li h3{font-size:20px; line-height:1.3em; padding-top:20px;color: #fff;
    border-bottom: 1px solid #407bff;
    padding-bottom: 25px;font-weight:normal;}
.block02_ul li p{font-size:14px; line-height:28px; text-align:left; color:#cfddfc; padding:25px 0;}
.block02_ul li.active{ transform:scale(1.1);}

.block02_ul li a{font-size:12px; line-height:1.2em; text-align:left; color:#157aef; border:1px solid #157aef; display:inline-block; padding:3px 10px; border-radius:20px;}
.block02_ul li.active a{color:#fff;border:1px solid #fff;}
.joinBtn{ text-align:center;}
.joinBtn a{font-size:14px; line-height:1.6em; text-align:left; color:#fff;background: #366cd6; border:1px solid #366cd6; display:inline-block; padding:3px 20px; border-radius:20px; transition:all 0.2s ease-in-out;}
.joinBtn a:hover{color:#fff; box-shadow:0 3px 5px rgba(94,251,255,0.8); background:#3966d4;}
.block02_ul li.active p{color:#fff;}
.block02_ul li.active span{ transform:rotateY(360deg);}

/*首页模块*/
.block03{background-color: #F0F3F7;background-image:url(../images/index_block03_bg.png);background-repeat:no-repeat; background-position: bottom center;  min-width:1200px; padding-bottom:0;}
.block03 .swiper-container {
	margin-top:50px;
	width: 100%;
	height: 850px;
}
.block03 .swiper-slide {
	text-align: center;
	font-size: 18px;
	position:relative;
	
	/* Center slide text vertically */
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
}
.block03 .block03_img{text-align:center; height:580px;}
.block03 .bottom_text{ position:absolute; bottom:0px; height:170px;}
.block03 .bottom_text h1{ font-size:24px; color:#333;font-weight:normal;}
.block03 .bottom_text h1 span{color:#1278ef;}
.block03 .bottom_text p{ font-size:14px; color:#777; padding:20px; width:80%; margin:0 auto; text-align:left; line-height:2em;}
/*首页模块4*/
.block04{ text-align:center;}
.hasBg{background:url(../images/block04_bg.png) no-repeat bottom center;}
.block04 h1{line-height: 1em;
    margin-bottom: 20px;font-size: 30px;
    display: block;font-weight:normal;}
.block04 h2{text-align:center; font-size: 18px;color: #555;display: block;line-height: 1.8em; margin-bottom:20px;font-weight:normal;}
.block04_btn{display: inline-block;
    font-size: 14px;
    text-align: center;
	background: #1278ef;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
	border:none;
	cursor:pointer;
	transition:all 0.2s ease-in-out;
}
.block04_btn:hover{box-shadow: 0px 4px 6px rgb(124 154 239 / 80%);}

/*网站底部*/
.foot{ background:#404040; position:relative; height:340px;min-width:1200px;}
.foot .foot_bottom{background:#383838; position:absolute; bottom:0; height:80px; z-index:1; left:0;width:100%; line-height:80px; color:#888; text-align:center; min-width:1200px;}
.foot_bottom img{width:120px; padding-right:50px;}
.foot .phone{ float:right; width:150px; text-align:center; color:#fff;}
.foot .phone span{ background:url(../images/phone.png) no-repeat center; display:block; margin:0 auto; width:48px; height:48px; border-radius:50%; border:1px solid #fff; margin-top:75px;}
.foot .phone p{ font-size:20px; padding:20px 0;}
.foot ul{ float:left; width:1050px; padding:40px 0;}
.foot ul li{ float:left; width:140px; padding-left:20px;}
.foot ul li > a{ color:#fff;}
.foot ul li > div{padding-top:15px;}
.foot ul li > div > a{ display:block; color:#c7c7c7; font-size:12px; line-height:30px;}
.foot ul li > div > a:hover{ color:#fff;}

/* contact-icon */

.contact-icon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-icon ul {
	position: relative;
	z-index: 1;
}
.contact-icon li {
	padding: 0 11px;
}
.contact-icon .icon {
	width: 38px;
	height: 38px;
	display: block;
	opacity: 1;
	margin: auto;
}

.contact-icon .icon.icon-weixin {
	background: url('../images/contact-icon-weixin.png') no-repeat;
	background-size: 100%;
}

.contact-icon .icon.icon-qq {
	background: url('../images/contact-icon-qq.png') no-repeat;
	background-size: 100%;
}

.contact-icon .icon.icon-email {
	background: url('../images/contact-icon-email.png') no-repeat;
	background-size: 100%;
}

.contact-icon .icon.icon-tel {
	background: url('../images/contact-icon-tel.png') no-repeat;
	background-size: 100%;
}
.contact-icon .icon.icon-totop {
	background: url('../images/contact-icon-top.png') no-repeat;
	background-size: 100%;
	margin-top:10px;
}


.contact-icon li:hover .icon.icon-qq {
	background: url('../images/contact-icon-qq-white.png') no-repeat;
	background-size: 100%;
}

.contact-icon li:hover  .icon.icon-email {
	background: url('../images/contact-icon-email-white.png') no-repeat;
	background-size: 100%;
}

.contact-icon li:hover .icon.icon-tel {
	background: url('../images/contact-icon-tel-white.png') no-repeat;
	background-size: 100%;
}

.contact-icon li:hover .icon.icon-totop {
	background: url('../images/contact-icon-top-white.png') no-repeat;
	background-size: 100%;
}
.contact-icon a {
	display: inline-block;
	color: #A1A3AB;
	position: relative;
	font-size:12px;
}

.contact-icon li {
	position: relative;
	display: block;
	position: relative;
	text-align: center;
	width: 73px;
	height: 73px;
	background: #ffffff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 8px;
	margin-top: 1.5px;
	color: #A1A3AB;
}
.contact-icon li:hover {
	background: rgba(102, 142, 255, 1.0);
	color: #fff;
}
/*.contact-icon li:first-child:hover,
.contact-icon li:nth-child(2):hover,
.contact-icon li:nth-child(3):hover {
	border-radius: 0 8px 8px 0;
}*/
.contact-icon li:hover a, .contact-icon li.active a,
.contact-icon li#icon_contact  a{
	color: #fff;
	text-decoration: none;
}

.contact-icon li.active {
	background: rgba(102, 142, 255, 1.0);
	border-radius:0 8px 8px 0;
}
.contact-icon li#icon_contact{
	background: rgba(102, 142, 255, 1.0);
}


.contact-icon .tel-layout,
.contact-icon .qq-layout,
.contact-icon .contact-layout {
	position: absolute;
	top: 0;
	right: 73px;
	color: #fff;
	opacity:0;
	font-size: 22px;
	border-radius: 0;
	width: 170px;
	z-index: 0;
	min-height: 73px;
	padding: 10px 0;
	border-radius: 8px 0 0 8px;
	box-sizing: border-box;
}
	.contact-icon .qq-layout{
		width:240px;
	}
	.contact-icon .tel-layout {
		background: rgba(102, 142, 255, 1.0);
	}
.contact-icon .contact-layout {
	background: rgba(102, 142, 255, 1.0);
 
	line-height: 50px;
}
.contact-icon .contact-layout a {
	font-size: 15px;
  
}
.contact-icon .contact-layout a:first-child {
	margin-right: 10px;
}
#icon_tel.active .tel-layout,
#icon_qq.active .qq-layout,
#icon_contact.active .contact-layout {
	opacity: 1;
}

.contact-icon .tel-layout p {
    padding: 0 12px 0px 12px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size:16px;

}
.contact-icon .qq-layout {
    padding: 20px;
    background: rgba(102, 142, 255, 1.0);
    display:flex;
    font-size:15px;
}
.contact-icon .qq-layout div:first-child{
	margin-right:20px;
}
.contact-icon .qq-layout img {
	width: 90px;
	border-radius: 4px;
	border: 1px solid #979797;
}
.contact-icon .qq-layout p {
	margin-bottom:5px;
}

.contact-icon .tel-layout p {
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
   
}


/*公司简介banner*/
.profile_banner{ height:640px;width:100%;overflow:hidden; min-width:1200px; position:relative; background:url(../images/profile_banner.png) no-repeat bottom center;}
.profile_top{ width:1200px; height:150px; border-radius:8px; background:#fff; box-shadow:0 3px 38px rgba(7,72,149,0.13); margin-top:-75px; z-index:1; position:relative;}
.profile_top > div{ float:left; width:50%; text-align:center; line-height:150px; font-size:30px; position:relative; cursor:pointer;}
.profile_top > div span{ width:80px; height:80px; display:inline-block; vertical-align:middle; margin:-2px 0 1px; margin-right:20px; opacity:0.6;}
.profile_top > div:nth-child(1):after{ content:''; display:block; position:absolute;right:0; top:27px; bottom:27px; width:1px; background:#ccc;}
.profile_top > div span.icon01{ background: url(../images/company_ico.png) no-repeat center; background-size:100%;}
.profile_top > div span.icon02{ background: url(../images/contact_ico.png) no-repeat center; background-size:100%;}
.profile_top > div.active span{opacity:1;}
.profile_con{padding:30px 30px 0;}
.profile_con p{ margin:20px 0; font-size:18px; line-height:2.4em;}
.profile_con p span{font-size: 24px; position:relative;}
.profile_con p span:after{content:''; display:block; position:absolute; height:7px; background: #5ca7ff;
    left: 0px;
	width:145px;
    /*right: 20px;*/
    bottom: -1px; z-index:-1;}
.profile_culture {padding:5px; margin:130px 0 50px;}
.profile_culture ul{ display:flex;}
.profile_culture li{width:25%; padding:25px; height:160px; position:relative;}
.profile_culture li:nth-child(1):after{ content:''; display:block; position:absolute; bottom:0; height:100px; left:0; right:0; background:#82d6c8;}
.profile_culture li:nth-child(2):after{ content:''; display:block; position:absolute; bottom:0; height:75px; left:0; right:0; background:#6abae1;}
.profile_culture li:nth-child(3):after{ content:''; display:block; position:absolute; bottom:0; height:50px; left:0; right:0; background:#4a86be;}
.profile_culture li:nth-child(4):after{ content:''; display:block; position:absolute; bottom:0; height:25px; left:0; right:0; background:#3469ba;}
.profile_culture li h1{ font-size:20px; margin-bottom:10px;}
.profile_idea{ background:url(../images/porfile_bg.png) no-repeat center; height:380px; position:relative; font-size:24px;}
.profile_idea .box01{ position:absolute;left: 150px;top: 91px;border: 1px solid #84a9f6;padding: 30px;border-radius: 5px;}
.profile_idea .box02{ position:absolute;left: 50%;margin-left: -79px;text-align: center;bottom: -115px;border: 1px solid #a4bff9;padding: 30px;border-radius: 5px;}
.profile_idea .box03{ position:absolute;right: 165px;top: 91px;border: 1px solid #84a9f6;padding: 30px;border-radius: 5px;}

/*联系我们*/
.address01{ background:url(../images/address02.jpg) no-repeat left top; background-size:contain; padding-left:300px; height:300px; width:800px; margin:40px auto; box-sizing:border-box; margin-top:60px;}
.address01 h1{ font-size:24px; padding-top:90px; margin-bottom:20px; position:relative;}
.address01 p{ font-size:18px;}
.address02{ background:url(../images/address01.jpg) no-repeat right top; background-size:contain; padding-right:300px; height:300px; width:800px; margin:40px auto; box-sizing:border-box;}
.address02 h1{ font-size:24px; padding-top:90px; margin-bottom:20px;}
.address02 p{ font-size:18px;}

.profile_info > div{width:33.33%; float:left; text-align:center; padding:30px; box-sizing:border-box; margin:50px 0;}
.profile_info:after{ content:''; display:block; clear:both;}
.profile_info > div h1{font-size:24px;  margin-bottom:20px; position:relative;}
.profile_info > div h1:after{ content:''; display:block; position:absolute; bottom:3px; width:70px; height:10px; background:#b4c7ff; left:50%; margin-left:-35px; z-index:-1;}
.profile_info > div p{ font-size:18px;}

/*招贤纳士*/
.recruit_banner{ display:flex; align-items:center; text-align:center; color:#fff; flex-direction:column; justify-content:center;height:640px;width:100%;overflow:hidden; min-width:1200px; position:relative; background:url(../images/recruit.png) no-repeat bottom center;}
.recruit_banner p{ font-size:30px; line-height:2em;}
.recruit_banner h1{ font-size:44px; line-height:2em;}
.recruit_con{background:#f8fafe; min-width:1200px; min-height:500px;}
.recruit_item{ display:flex; background:#fff; padding:30px 50px 30px 10px; margin:30px 0; box-shadow:0 0 2px rgba(0,0,0,0.05);}
.recruit_item .recruit_number{ flex:0 0 200px;font-size: 48px; position:relative; color:#1278ef; text-align:center; padding-top:20px; box-sizing:border-box;}
.recruit_item .recruit_number:after{ content:''; display:block; position:absolute; height:1px; width:80%; background:#c1d9ff; transform:rotateZ(-45deg); top:80px; right:-10px;}
.recruit_item .recruit_text{ flex:1; padding-left:50px;}
.recruit_item .recruit_text h1{font-size:24px;line-height:2.5em; color:#1278ef;}
.recruit_item .recruit_text p{font-size:14px; line-height:2.5em;}
.recruit_item .recruit_text p.dec{padding-left: 70px;margin-top: -35px;}
.recruit_info{background:#668eff; width:60%; line-height:2em; border-radius:4px; text-align:center; color:#fff; font-size:24px; margin:auto;}

/*成功案例*/
.success_banner{ display:flex; align-items:center; text-align:center; color:#fff; flex-direction:column; justify-content:center;height:640px;width:100%;overflow:hidden; min-width:1200px; position:relative; background:url(../images/success.png) no-repeat bottom center;}
.success_banner p{ font-size:30px; line-height:2.5em;}
.success_banner h1{ font-size:44px; line-height:2.5em;}
.success_banner h2{ font-size:24px; line-height:2.5em;}

/*产品模块*/
.cloud_banner{ display:flex; align-items:center; text-align:center; color:#fff; flex-direction:column; justify-content:center;height:640px;width:100%;overflow:hidden; min-width:1200px; position:relative; background:url(../images/cloud_banner.png) no-repeat bottom center;}
.cloud_banner h1{ font-size:44px; line-height:2.5em;max-width:900px;}
.cloud_banner h2{ font-size:18px; line-height:2.5em;max-width:900px; font-weight:normal;}
.cloud_banner button{margin-top:30px;display: inline-block;
    font-size: 14px;
    text-align: center;
	background: #1278ef;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
	border:none;
	cursor:pointer;
	transition:all 0.2s ease-in-out;
}
.cloud_banner button:hover{box-shadow: 0px 4px 6px rgb(124 154 239 / 80%);}
.cloud_con p{font-size:16px; line-height:30px; margin:30px;}