@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
	font-family: "Work Sans", Arial, sans-serif, OPPOSans;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	background: #080e26;

}

#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.offcanvas #page {
	overflow: hidden;
	position: absolute;
}

.offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}

a {
	color: #396ce3;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #396ce3;
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	color: #000;
	font-family: "Work Sans", Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
}

::-webkit-selection {
	color: #fff;
	background: #50CB86;
}

::-moz-selection {
	color: #fff;
	background: #50CB86;
}

::selection {
	color: #fff;
	background: #50CB86;
}

.fh5co-nav {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 10px 0 0 0;
	z-index: 1001;
	background: #03060f;
	min-width: 1200px;

}
@media (min-width: 768px){
	.container {
		width: 1200px !important;
	}
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.fh5co-nav {
		padding: 10px 0;
	}
}

.fh5co-nav #fh5co-logo {
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.fh5co-nav a {
	padding: 5px 10px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.fh5co-nav .menu-1 {
		display: none;
	}

	.head-btn {
		display: none !important;
	}

	.userinfo {
		display: none !important;
	}

	#fh5co-logo img {
		height: 30px;
	}
}

.fh5co-nav ul {
	padding: 0;
	margin: 2px 0 0 0;
}

.fh5co-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

.fh5co-nav ul li a {
	font-size: 18px;
	padding: 25px 0px;
	margin: 0 20px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 2px solid #fff;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
	color: #ff770b;
	border-bottom: 2px solid #ff770b;
}

.fh5co-nav ul li:active a {
	color: #ff770b;
	border-bottom: 2px solid #ff770b;

}

.fh5co-nav .head-btn {
	color: #000;
	background: #fff;
	width: 152px;
	height: 46px;
	border-radius: 4px;
	line-height: 46px;
	text-align: center;
	box-shadow: 0px 2px 5px rgba(255, 179, 64, 0.28);
	font-size: 16px;
	display: inline-block;
	border: 1px solid #e9e9e9;

}

.fh5co-nav .head-btn a {
	color: #000;
}

.fh5co-nav ul li.has-dropdown {
	position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
	width: 130px;
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
	margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
	display: block;
	color: #999999;
	line-height: 1.2;
	text-transform: none;
	font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
	color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
	color: #fff;
}

.fh5co-nav ul li.btn-cta a {
	color: #50CB86;
}

.fh5co-nav ul li.btn-cta a span {
	background: #fff;
	padding: 4px 20px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
}

.fh5co-nav ul li.btn-cta a:hover span {
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active>a {
	border-bottom: 2px solid #fe7608;
	color: #fe7608;
}


.menu-1 {
	min-width: 600px;
	margin-top: 21px;
}










#fh5co-offcanvas {
	position: absolute;
	z-index: 1901;
	width: 200px;
	background: #03060f;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 45px 40px 40px 40px;
	overflow-y: auto;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

#fh5co-offcanvas a {
	color: rgba(255, 255, 255, 1);

}

#fh5co-offcanvas a:hover {
	color: rgba(0 0, 0, 0.8);
}

#fh5co-offcanvas ul {
	padding: 0;
	margin: 0;
}

#fh5co-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2.5;
}

#fh5co-offcanvas ul li>ul {
	padding-left: 20px;
	display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a {
	display: block;
	position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}






.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gototop.active {
	opacity: 1;
	visibility: visible;
}

.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
	text-decoration: none;
	outline: none;
}





.fh5co-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
	background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.fh5co-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #252525;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #252525;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white>i {
	color: #fff;
	background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white>i::before,
.fh5co-nav-toggle.fh5co-nav-white>i::after {
	background: #fff;
}

.fh5co-nav-toggle i::before {
	top: -7px;
}

.fh5co-nav-toggle i::after {
	bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
	top: -10px;
}

.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}

.fh5co-nav-toggle.active i {
	background: transparent;
	color: #fff !important;
}

.fh5co-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	color: #fff !important;
}

.fh5co-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	color: #fff !important;
}

.fh5co-nav-toggle {
	position: absolute;
	right: 0px;
	top: 8px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
	.fh5co-nav-toggle {
		display: block;
	}
}

.form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
}

.form-control:active,
.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #50CB86;
}

.row-pb-md {
	padding-bottom: 4em !important;
}

.row-pb-sm {
	padding-bottom: 2em !important;
}

.fh5co-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
	opacity: 0;
}

/* 以上是公共样式 */

.pcbanner {
	width: 100%;
	background: url(../images/img_bg.jpg) no-repeat top center;
	height: 850px;
}



.windown-btn {
	transition: 1s all;
	cursor: pointer;
	box-shadow: 0 0 20px #ccc;
	width: 224px;
	height: 70px;
}

.windown-btn:hover {
	transform: translateY(-20px)
}

.banner-right .title-phone {
	height: 70px;
	border-radius: 3.125rem;
	text-align: center;
	color: #243042;
	font-size: 34px;
	line-height: 70px;
	text-align: right;

}

.headerh {
	background: #02050e;
	height: 85px;

}

.pcbanner .btner {
	width: 100%;
	margin-top: 520px;
}

.pcbanner .btner ul {
	display: flex;
	padding: 0;
	margin: 0;
}

.pcbanner .btner ul li {
	list-style: none;
	border: 2px solid #46474b;
	width: 175px;
	height: 54px;
	line-height: 54px;
	border-radius: 4px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;

}

.pcbanner .btner ul li img {
	margin-right: 10px;
	vertical-align: middle;

}

.pcbanner .btner ul li:hover {
	background-image: linear-gradient(to right, #fe6b04, #fea01a);
	border: 2px solid #000;
	box-shadow: 0 0 20px #371a16;
}

.appbanner {
	display: none;
}

@media screen and (max-width: 768px) {

	.headerh {
		background: #02050e;
		height: 60px;

	}

	.pcbanner {
		display: none;
	}

	.appbanner {
		display: block;
	}

	.appbanner {
		width: 100%;
		background: url(../images//ls-h5-bg.jpg) no-repeat top center;
		height: 500px;
		background-size: 100% 100%;

	}

	.appbanner .btner {
		width: 100%;
		margin-top: 275px;
	}

	.appbanner .btner ul {
		display: flex;
		padding: 0;
		margin: 0;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.appbanner .btner ul li {
		list-style: none;
		border: 2px solid #46474b;
		width: 175px;
		height: 54px;
		line-height: 54px;
		border-radius: 4px;
		text-align: center;

		cursor: pointer;
		margin-bottom: 20px;

	}

	.appbanner .btner ul li img {
		margin-right: 10px;
		vertical-align: middle;

	}

	.appbanner .btner ul li:hover {
		background-image: linear-gradient(to right, #fe6b04, #fea01a);
		border: 2px solid #000;
		box-shadow: 0 0 20px #371a16;
	}


}

.titleer {
	width: 100%;
	background: url(../images/bt.png) no-repeat top center;
	height: 188px;
	text-align: center;

}

.titleer .title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	padding-top: 100px;

}

.titleer .info {
	font-size: 24px;
	margin-top: 20px;

}

.titleer .titbottom {
	margin: 0 auto;
	width: 373px;
	height: 31px;
	background: url(../images/titlebg.png) no-repeat top center;
	margin-top: 10px;
}

.project1 {
	width: 100%;
	margin-top: -200px;
}

.project1 .mainer {
	width: 100%;

}

.project1 .mainer .lister {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.project1 .mainer .lister .wrap {
	margin-top: 130px;
	text-align: center;
	padding-top: 170px;

}

.project1 .mainer .lister .wrap.bg1 {
	background: url(../images/img_01.png);
	width: 273px;
	height: 423px;

}

.project1 .mainer .lister .wrap.bg2 {
	background: url(../images/img_02.png);
	width: 273px;
	height: 423px;

}

.project1 .mainer .lister .wrap.bg3 {
	background: url(../images/img_03.png);
	width: 273px;
	height: 423px;

}

.project1 .mainer .lister .wrap .tit {
	font-size: 24px;
	background-image: -webkit-linear-gradient(top, #ff9920, #fff9f3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;



}

.project1 .mainer .lister .wrap .info {
	margin-top: 30px;
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.project1 {
		width: 100%;
		margin-top: -80px;
	}

	.titleer {
		width: 100%;
		background: url(../images/apptitbg.png) no-repeat top center;
		height: 103px;
		background-size: 100% 100%;
		text-align: center;

	}

	.titleer .title {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		padding-top: 60px;

	}

	.titleer .info {
		font-size: 16px;
		margin-top: 10px;

	}

	.titleer .titbottom {
		font-size: 14px;
		margin: 0 auto;
		width: 373px;
		height: 31px;
		background: url(../images/titlebg.png) no-repeat center center;
		margin-top: 10px;
		line-height: 31px;
	}

	.project1 .mainer {
		width: 100%;
	}

	.project1 .mainer .lister {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}

	.project1 .mainer .lister .wrap {
		margin-top: 85px;
		text-align: center;
		padding-top: 75px;

	}

	.project1 .mainer .lister .wrap.bg1 {
		background: url(../images/img_01.png);
		width: 32%;
		background-size: 100% 100%;
		height: 210px;


	}

	.project1 .mainer .lister .wrap.bg2 {
		background: url(../images/img_02.png);
		width: 32%;
		background-size: 100% 100%;
		height: 210px;

	}

	.project1 .mainer .lister .wrap.bg3 {
		background: url(../images/img_03.png);
		width: 32%;
		background-size: 100% 100%;
		height: 210px;
	}

	.project1 .mainer .lister .wrap .tit {
		font-size: 12px;
		background-image: -webkit-linear-gradient(top, #ff9920, #fff9f3);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: bold;



	}

	.project1 .mainer .lister .wrap .info {
		margin-top: 0px;
		font-size: 12px;
		padding: 10px;
	}

}

.project2 {
	width: 100%;
}

.project2 .mainer {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 150px;

}

.project2 .mainer .wrap {
	width: 45%;
	display: flex;
	justify-content: end;
}

.project2 .mainer .wrap.bg1 {
	background: url(../images/img_04.png) no-repeat top center;
	background-size: 100% 100%;
	width: 560px;
	height: 270px;

}

.project2 .mainer .wrap.bg2 {
	background: url(../images/img_05.png) no-repeat top center;
	background-size: 100% 100%;
	width: 560px;
	height: 270px;

}

.project2 .mainer .wrap .text-wrap {
	width: 50%;
	padding-top: 60px;
}

.project2 .mainer .wrap .title {
	font-size: 36px;
	font-weight: bold;
	padding-left: 20px;

}

.project2 .mainer .wrap .info {
	margin-top: 15px;

}

@media screen and (max-width: 768px) {

	.project2 .mainer {
		width: 100%;
		display: flex;
		justify-content: space-around;
		margin-top: 100px;
		flex-wrap: wrap;
		padding: 0 20px;

	}

	.project2 .mainer .wrap {
		width: 100%;
		display: flex;
		justify-content: end;
		margin-bottom: 20px;
	}

	.project2 .mainer .wrap.bg1 {
		background: url(../images/img_04.png) no-repeat top center;
		background-size: 100% 100%;
		width: 100%;
		height: 180px;

	}

	.project2 .mainer .wrap.bg2 {
		background: url(../images/img_05.png) no-repeat top center;
		background-size: 100% 100%;
		width: 100%;
		height: 180px;

	}

	.project2 .mainer .wrap .text-wrap {
		width: 50%;
		padding-top: 44px;

	}

	.project2 .mainer .wrap .title {
		font-size: 20px;
		font-weight: bold;
		padding-left: 10px;

	}

	.project2 .mainer .wrap .info {
		margin-top: 15px;
		font-size: 12px;

	}

	.project2 .mainer .wrap .info ul {
		padding: 0;
		margin: 0;
		padding-left: 12px;
	}

	.project2 .mainer .wrap .text-wrap {
		padding-top: 44px;
	}

}

.project3 .mainer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 125px;

}

.project3 .mainer .wrap {
	width: 48%;
	background: #fef8ec url(../images//img_06.png) no-repeat bottom right;
	padding: 50px 40px;
	box-sizing: border-box;
	border-radius: 6px;
	color: #222;
	margin-bottom: 30px;

}

.project3 .mainer .wrap.bg1 {
	background: #fef8ec url(../images/img_06.png) no-repeat bottom right
}

.project3 .mainer .wrap.bg2 {
	background: #ebf5ff url(../images/img_07.png) no-repeat bottom right
}

.project3 .mainer .wrap .title {
	font-size: 24px;
	font-weight: bold;
}

.project3 .mainer .wrap .info {
	margin-top: 20px;
}

.project3 .mainer .wrap3 {
	width: 100%;
	background: #e6fadf url(../images/img_08.png) no-repeat top right;
	padding: 50px 40px;
	border-radius: 6px;
	display: flex;
	justify-content: space-around;
}

.project3 .mainer .wrap3 .list {
	width: 30%;
	text-align: center;
	color: #222;
}

.project3 .mainer .wrap3 .list .title {
	font-size: 24px;
	font-weight: bold;

}


@media screen and (max-width: 768px) {
	.project3 .mainer {
		padding: 20px;
		margin-top: 80px;
	}

	.project3 .mainer .wrap {
		width: 100%;


	}

	.project3 .mainer .wrap3 .list {
		width: 50%;
		text-align: center;
		color: #222;
	}

	.applist {
		display: none;
	}
}

.footer {
	width: 100%;
	height: 560px;
	background: url(../images/bt_bg.jpg) no-repeat top center;
	margin-top: 30px;
	text-align: center;
}

.footer .top {
	text-align: center;
	padding-top: 100px;
	font-size: 36px;
	font-weight: bold;
}


.footer .btn1 {
	background-image: linear-gradient(to right, #fe6b03, #fea01a);
	width: 240px;
	height: 60px;
	text-align: center;
	border-radius: 100px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	margin: 30px auto;
	cursor: pointer;
}

.footwrap{
	width: 100%;
	display: flex;
	justify-content:center;
	color: #fff;
}
.footwrap a{
	color: #fff;
	margin: 20px 10px;
}
.footer .bottom{
	margin-top: 80px;

}
.footwrap{
	margin-top: 30px;
	font-size: 18px;
}
.mt20{
	margin-top: 10px;
}

