

body {
	background: #f8f8f8;
	color: #606060;
	font-family: '微软雅黑', Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
}
/* @font-face {
	font-family: 'Proxima';
	src: url(../fonts/fangzhenglanting.ttf);
}
@font-face {
	font-family: 'Proxima Bold';
	src: url(../fonts/fangzhenglanting.ttf);
} */
h1, h2, h3, h4, h5, h6 {
	font-family: "Proxima";
	font-weight: bold;
}
p {
	letter-spacing: 1px;
	line-height: 28px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 300px !important;
}
h1 {
	font-size: 80px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.title {
	padding-bottom: 40px;
}
.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #eb5424;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* home section */
#home {
	background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 90vh;
	text-align: center;
}
#home h2 {
	letter-spacing: 2px;
}
#home .btn {
	background: #ffffff;
	border-radius: 4px;
	border: none;
	color: #065242;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
}
#home .btn:hover {
	background: #fff;
	color: #1ABC9C;
	/* transition: all 0.4s ease-in-out; */
}
#home video{
    right: 0;
    bottom: 0;
    width: 600px;  
    height: auto;  
    z-index: -100;  
    background-size: cover;  
    overflow: hidden;  
}
/* navigation section */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	color: #1ABC9C;
	font-family: 'Proxima';
	font-size: 35px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-nav li a {
	color: #606060;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
}
.navbar-default .navbar-nav li a:hover {
	color: #eb5424;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #606060;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #eb5424;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #eb5424;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* intro section */
#intro {
	padding-top: 100px;
	padding-bottom: 60px;
}
#intro img{
	width: 100px;
}
#intro h4 {
	padding-bottom: 16px;
}
/* work section */
#win {
	background-color: #ffffff;
}
#win .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#win .title {
	padding: 100px 60px 60px 60px;
}
#win .bg-black {
	background-color: #303030;
	color: #ffffff;
}
#win .bg-red {
	background-color: #eb5424;
	color: #ffffff;
}
#win h3 {
	padding-bottom: 60px;
}
#win .fa {
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 40px;
}
#win .fa:hover {
	background-color: #ffffff;
	border-radius: 50%;
	color: #303030;
}
/* system section */
#system {
	background: #202020 url('https://s1.ax1x.com/2020/05/22/YjkWTJ.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}
#system h2 {
	color: #ffffff;
	line-height: 45px;
}
#system h3 {
	font-size: 20px;
	line-height: 10px;
}
#system h4 {
	/* color: #202020; */
	line-height: 28px;
	font-weight: bold;
}
#system h5 {
	color: #202020;
	padding-top: 10px;
	line-height: 25px;
	font-weight: bold;
}
#system .system-des {
	background-color: #eb5424;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
}
#system img {
	max-width: 100%;
	height: auto;
	padding-top: 60px;
}
/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
}
#portfolio h2 {
	line-height: 20px;
	line-height: 45px;
}
#portfolio h3 {
	color: #eb5424;
	padding-bottom: 60px;
}
#portfolio a {
	text-decoration: none;
}
#portfolio img {
	border-radius: 1px;
	width: 100%;
	max-width: 100%;
	height: auto;
	/* opacity: 0.8; */
	margin-bottom: 34px;
	/* opacity: 0.6; */
	transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
	opacity: 0.9;
}
/* price section */
#price {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 120px;
}
#price .plan {
	background: #eb5424;
	color: #ffffff;
	padding: 0 0 60px 0;
}
#price .plan .plan_contact {
	background-color: #f6f6f6;
	color: #eb5424;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#price .plan .plan_title {
	background-color: #f6f6f6;
	color: #eb5424;
	padding-top: 40px;
	padding-bottom: 40px;
}
#price .plan .plan_sub_title {
	border-bottom: 1px solid #ffffff;
	padding: 30px;
}
#price .plan ul {
	padding: 0;
}
#price .plan ul li {
	display: block;
	/* font-family: "Proxima"; */
	font-size: 20px;
	padding: 40px 0 10px 0;
}
#price .plan .btn {
	font-family: 'Proxima';
	background: #f6f6f6;
	border: none;
	border-radius: 0;
	color: #202020;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 40px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#price .plan .btn:hover {
	background: #f6f6f6;
	color: #ffffff;
}
/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 400px;
}
/* contact section */
#contact {
	background: #f6f6f6 url('https://s1.ax1x.com/2020/05/22/Yjkhk9.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 80px;
}
#contact h2 {
	color: #ffffff;
}
#contact .form-control {
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
}
#contact input {
	height: 50px;
}
#contact input[type="submit"] {
	background-color: #eb5424;
	color: #ffffff;
	height: 60px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
	background-color: #202020;
}
/* demo section */
#demo {
	background: #ffffff url('../images/bg_down.jpg') ;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 80px;
}
#demo img{
	width: 150px;
}
#demo h2 {
	color: #f6f6f6;
	line-height: 40px;
}
#demo .form-control {
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
}
#demo .btn {
	background: #ffffff;
	border-radius: 4px;
	border: none;
	color: #065242;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 10px;
	width: 250px;
}
#demo .btn:hover {
	background: #032070;
	color: #ffffff;
	/* transition: all 0.4s ease-in-out; */
}
/*--some-members--*/
.members{
	background: #ffffff;
	padding:8em 0;
	position:relative;
}
.member-grid-left{
	float: left;
	width: 25%;
	margin-top: 2em;
}
.member-grid-right{
	float:right;
	width:75%;
}
.member-grid-left h3{
  color: #eb5424;
  font-weight: bold;
  /* font-weight: 400; */
  margin: 0;
  font-size: 2.5em;
}
.member-grid-left h3 p{
	font-weight:400;
	margin:0;
}
.member-grid-right-grid span{
	width:64px;
	height:64px;
	display:inline-block;
	background:url(https://s1.ax1x.com/2020/05/31/t3yiut.png) no-repeat 0px -0px;
}
.member-grid-right-grid h4{
	color:#eb5424;
	font-size:2.5em;
	/* font-weight: 400; */
	margin:0.3em 0;
	padding:0;
}
.member-grid-right-grid label{
	  width: 74%;
  background: #FFF;
  height: 1px;
  display: inline-block;
}
.member-grid-right-grid p{
	color:#000;
	font-weight:400;
	font-size:1.2em;
	margin:0;
}
.member-grid-right-grid span.m-icon1{
	background-position:0px -64px;
}
.member-grid-right-grid span.m-icon2{
	background-position:-64px -64px;
}
.member-grid-right-grid span.m-icon3{
	background-position:-128px -64px;
}
.member-grid-right-grid span .fa {
	color: #000;
	font-size: 40px;
	/* width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 40px; */
}
/*--testimonials--*/
#testimonials h3 {
  font-size: 3em;
  margin-top: 1.5em;
  font-weight: 400;
  color: #1abc9c;
  text-align: center;
}
article > div {
	text-align: center;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
	min-height: 400px;
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev {
	background-position: 19px 9px;
	left: 40px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width:40px;
	height:80px;
	text-indent: -9999px;
	background: url(https://s1.ax1x.com/2020/05/31/t3yCjI.png) no-repeat;
	top:29%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position: -1px -0px;
	left:239px;
}
.wmuSliderNext {
	background-position: -51px -0px;
	right: 242px;
}
.client-main{
	margin:0 auto;
	width: 80%;
	padding:4em 0;
}
.client{
	text-align:center;
}
.client-main  h4{
	  color: #1ABC9C;
	font-size: 2em;
}
.client-main p {
  color: #777;
  font-size: 0.95em;
  line-height: 1.8em;
  width:82%;
  margin: 1em auto;
}
.client img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin-bottom:1em;
}
article > div > span{
	text-align: center;
	padding: 1em 0 0 0;
	display:block;
}
 article:nth-child(2) > div > span > a {
	color:#585C67;
	cursor: pointer;
	font-size:1.2em;
}
article:nth-child(2) > div > span > a:hover{
color:#C0B9CD;
}
/* footer section */
footer {
	background: #202020;
	color: #ffffff;
	border-bottom: 0px solid #ffffff;
	padding-top: 40px;
	padding-bottom: 10px;
}
footer h3 {
	padding-top: 20px;
	padding-bottom: 40px;
}
footer p {
	line-height: 16px;
	font-size: 14px;
}
footer .copyright a {
	color: #202020;
}

.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon img {
	width: 250px;
	height: auto;
	padding: 30px;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #eb5424;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #080808;
}
@media screen and (max-width:980px) {
.navbar-default .navbar-nav li a {
	padding-right: 14px;
	padding-left: 14px;
	font-size: 13px;
}
#intro h2 {
	font-size: 30px;
}
#intro h4 {
	font-size: 16px;
}
#win .title {
	padding: 80px 20px 20px 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 24px;
}
}
@media (max-width:767px) {
.navbar-brand {
	padding-top: 0px;
}
}
@media (max-width:400px) {
#home h1 {
	font-size: 40px;
}
#home h2 {
	font-size: 22px;
}
#demo h2 {
	font-size: 30px;
}
#portfolio h2 {
	font-size: 30px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 60px;
}
}
