* {
	padding: 0;
	margin: 0;
	-webkiit-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 16px;
	/*font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;*/
	font-family: "fontawesome";
	opacity: 1;
	background-color: #08162E;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
input[type=text]:focus, input[type=text]:active {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: middle;
}
input, input:focus, input:active, button, button[type=button], textarea:focus {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.m {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto
}
@font-face {
	font-family: "fontawesome";
	src: url(../fonts/brandon_light.eot);
	src: url(../fonts/brandon_light.eot) format('embedded-opentype'), url(../fonts/brandon_light.woff) format('woff'), url(../fonts/brandon_light.ttf) format('truetype'), url(../fonts/brandon_light.svg) format('svg');
}
.header-section {
	padding: 20px 0;
	border-bottom: 1px solid rgb(22, 37, 87);
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.header-section .m {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-section .logo {
	width: 5%
}
.header-section .logo img {
	width: 100%
}
.header-section .navbar-nav {
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.header-section .navbar-nav li a {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
}
.banner {
	position: relative
}
.banner .bannerimg {
	position: relative;
	width: 100%;
	height: 100%;
}
.banner .text {
	position: absolute;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #FFF;
	top: 50%;
	transform: translateY(-50%);
}
.banner .text .title {
	font-size: 45px;
	font-family: comic sans ms;
}
.banner .text .desc {
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
	height: 600px;
}
.banner a {
padding: 16px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 2px;
}
.s-1 {
	background-color: #0B1D3D;
	padding: 100px 0;
	color: #fff
}
.s-1 .m {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.s-1 .zuo {
	width: 50%
}
.s-1 .you {
	width: 50%
}
.s-1 .zuo ul li {
	display: flex;
	justify-content: space-between;
	padding: 14px;
	gap: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.25);
	margin-bottom: 20px;
}
.s-1 .zuo ul li:hover {
/*transform: translateY(-13px);
	background:#000;*/
}
.s-1 .zuo ul li .desc {
	width: 564px
}
.s-1 .zuo ul li .desc .title {
	font-size: 24px;
}
.s-1 .zuo ul li .icon-box {
	width: 85px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	display: inline-block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #0039e4;
	background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
	background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
	background-image: linear-gradient(145deg, #0039e4, #04dbf1);
	box-shadow: 8px 8px 30px 0 rgba(1,96,231,.3);
	-webkit-box-shadow: 8px 8px 30px 0 rgba(1,96,231,.3);
	-moz-box-shadow: 8px 8px 30px 0 rgba(1, 96, 231, .3);
}
.s-1 .zuo ul li .icon-box span {
	font-size: 30px;
}
.s-1 .you .title {
	text-align: center;
	font-size: 25px;
}
.s-1 .you .desc {
	padding-top: 30px;
	padding-bottom: 30px;
}
.s-1 .you .desc p {
	margin-bottom: 10px;
	font-size: 18px;
}
.s-1 .you img {
	width: 100%;
	height: 193px;
}
.zhuan {
	/*background-color: #0B1D3D;*/
	padding: 40px 0;
	color: #FFF;
}
.zhuan ul li {
	font-size: 52px;
	margin-bottom: 10px;
	text-align: center;
}
.zhuan ul li p {
	font-size: 25px;
}
.zhuan ul {
	display: flex;
	justify-content: space-between;
}
.zhuan ul li sup {
	position: relative;
	top: 15px;
	right: -21px;
}
.posss {
	/*background-color: #0B1D3D;*/
	padding: 65px 0;
	color: #fff
}
.posss h1 {
	text-align: center
}
.accordion {
	width: 100%;
	background: #0B1D3D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 30px;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 14px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #fff;
}
.accordion li.open i {
	color: #fff;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	background: #444359;
	font-size: 14px;
}
.submenu .desc {
	padding: 20px;
	font-size: 20px;
}
.submenu li {
	border-bottom: 1px solid #4b4a5e;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu a:hover {
	background: #b63b4d;
	color: #FFF;
}
.duotu {
	background-color: #0B1D3D;
	padding: 40px 0;
	color: #FFF;
}
.duotu .duotu-title {
	text-align: center
}
.duotu .duotu-title .x-title {
	color: #7B61FF;
	font-size: 30px;
}
.duotu .duotu-title .title {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.duotu .duotu-title .sub-title {
	font-size: 20px;
}
.duotu-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.duotu-list ul li {
	width: 15%;
	text-align: center;
	margin-bottom: 34px;
}
.duotu-list {
	padding-top: 64px;
	padding-bottom: 64px;
}
.duotu-list ul li .title {
	margin-top: 23px;
	font-size: 18px;
	text-transform: capitalize;
}
.facebook {
	padding: 40px 0;
	color: #FFF;
	text-align: center
}
.facebook .title {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.facebook p {
	font-size: 20px;
}
.s-2 {
	background-color: #0B1D3D;
	padding: 40px 0;
	color: #FFF;
}
.s-2 .m {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s-2 .zuo {
	width: 73%
}
.s-2 .you {
	width: 25%;
}
.s-2 .you img {
	width: 100%
}
.s-2 .zuo .title {
	font-size: 42px;
}
.s-2 .zuo .desc {
	padding-top: 10px;
	font-size: 20px;
	margin-bottom: 10px;
}
.connecting {
	padding: 40px 0;
	color: #FFF;
	background-color: #0B1D3D;
}
.connecting .title {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}
.culture .item {
	width: calc(100% / 4);
	position: relative;
	color: #fff;
	cursor: pointer;
}
.culture .item::after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	transition: all 0.5s;
}
.culture .icon {
	width: 90px;
	height: 90px;
	margin: auto;
	text-align: center;
	line-height: 90px;
}
.culture .item .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 2;
	transition: all 0.5s;
	height: max-content;
	top: 0px;
}
.culture .item .text .title {
	margin-top: 30px;
	font-size: 30px;
}
.culture .item .text .line {
	width: 60px;
	height: 2px;
	background: #fff;
	margin: 15px auto;
}
.culture .item .text .summary {
	font-size: 20px;
	line-height: 30px;
	padding: 17px 40px;
}
.culture .item:hover .imgBox img {
	transform: scale(1.1);
	transition: all 0.5s;
}
.culture .item:hover .text {
	transition: all 0.5s;
	top: 0;
}
.culture .item:hover::after {
	background: rgba(11, 29, 61, 0.7);
	transition: all 0.5s;
}
.culture .sss {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	padding-top: 50px;
}
.culture .item::after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	transition: all 0.5s;
}
.imgBox {
	overflow: hidden;
}
.imgBox img {
	width: 100%;
}
.culture .item .text .subtitle {
	font-size: 20px;
}
.clients {
	/*background-color: #0B1D3D;*/
	padding: 40px 0;
	color: #FFF;
}
.clients .duotu-title .x-title {
	color: #7B61FF;
	font-size: 30px;
	text-align: center;
}
.clients .duotu-title .title {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.clients-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.clients-list ul li {
	width: 18.5%;
	overflow: hidden;
}
.clients-list ul li img {
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.clients-list ul li:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.clients-list {
	padding-top: 40px;
}
.s-3 {
	background: url(../images/b2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 55px 0;
	overflow: hidden;
	color: #FFF;
}
.s-3 .title {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.s-3 .desc {
	padding-top: 10px;
	font-size: 23px;
	margin-bottom: 10px;
	text-align: center;
}
.s-3 form input {
	width: 100%;
	border: 0px;
	background: none;
	border-bottom: 1px solid #fff;
	line-height: 75px;
	color: #fff;
	font-size: 20px;
}
 input::placeholder {
 color:#fff;
 font-family: "fontawesome";
 font-weight:bold
}
 textarea::placeholder {
 color:#fff;
 font-family: "fontawesome";
 font-weight:bold
}
.s-3 form button {
	border: 0;
	display: block;
	margin: 0 auto;
	width: 135px;
	line-height: 50px;
	font-size: 23px;
	margin-top: 40px;
	border-radius: 10px;
	font-family: "fontawesome";
	font-weight: bold;
}
.tijiao {
	background-color: #0B1D3D;
	padding: 40px 0;
	color: #FFF;
}
.tijiao .title {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 46px;
	text-align: center;
}
.tijiao form input {
	width: 100%;
	border: 1px solid #fff;
	background: none;
	line-height: 75px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 37px;
	border-radius: 20px;
	text-indent: 1rem;
}
.tijiao form textarea {
	width: 100%;
	background: none;
	border: 1px solid #fff;
	border-radius: 20px;
	text-indent: 1rem;
	line-height: 75px;
	color: #fff;
	font-size: 20px;
}
.tijiao form button {
	border: 0;
	display: block;
	margin: 0 auto;
	width: 135px;
	line-height: 50px;
	font-size: 23px;
	margin-top: 40px;
	border-radius: 10px;
	font-family: "fontawesome";
	font-weight: bold;
}
.foot {
	padding: 40px 0;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.foot a {
	color: #FFF;
}
.gh-1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.mk {
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 10px;
}
.mk a {
	font-size: 24px;
	font-weight: 100;
	color: #FFF;
}
.fess {
	padding: 40px 0;
}
.fess ul {
	display: flex;
	text-align: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fess ul li {
	width: 40%;
	margin-bottom: 60px;
}
.fess ul li .title {
	font-size: 18px;
	font-weight: bold;
	background-color: #0039e4;
	line-height: 60px;
}
.fess ul li .desc {
	    margin-bottom: 23px;
    height: 90px;
    font-size: 18px;
}
