/* 基于bootstrap 你看你ma！ */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto');
	body {
	font-family:'Roboto',sans-serif;
	overflow:hidden;
}
html,body {
	height:100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Montserrat',sans-serif;
	font-weight:700;
	letter-spacing:0.02em;
}
h2 {
	font-size:23px;
	margin-bottom:15px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:15px;
	line-height:30px;
}
p {
	font-size:17px;
	color:#888;
	line-height:40px;
	font-family:'Roboto',sans-serif;
}
ul,ol {
	margin:0;
	padding:0;
	list-style:none
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
[class*="-section"] {
	overflow:hidden;
}
.no-pad {
	padding-left:0;
	padding-right:0;
}
.spad {
	padding:90px 0;
}
.section-title {
	text-align:center;
	margin-bottom:30px;
}
.logo {
	float:left;
}
nav {
	position:fixed;
	background:#fff;
	z-index:9;
	display:none;
	width:100%;
	padding:20px;
	top:0;
	left:0;
	clear:both;
	box-shadow:-5px 10px 12px -10px rgba(201,201,201,0.67);
}
nav.subpage-nav {
	position:relative;
	display:block;
}
.nav-menu {
	float:right;
	line-height:32px;
	display:block;
}
nav ul li {
	float:left;
	margin-right:15px;
	font-family:'Montserrat',sans-serif;
	font-size:13px;
	text-transform:uppercase;
	position:relative;
}
nav ul li a {
	color:#000;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	position:relative;
}
nav ul li a:focus {
	color:#000;
}
nav ul li a:hover,nav ul li.current a {
	color:#b1b1b1 !important;
}
.mobile-bar {
	width:35px;
	height:21px;
	display:none;
	float:right;
	position:relative;
	cursor:pointer;
}
.mobile-bar span {
	height:3px;
	width:35px;
	display:block;
	background:#000;
	position:absolute;
	top:9px;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}
.mobile-bar.active span {
	background-color:transparent;
}
.mobile-bar span:after,.mobile-bar span:before {
	position:absolute;
	content:"";
	width:35px;
	height:3px;
	background:#000;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-bar span:after {
	top:8px;
}
.mobile-bar span:before {
	top:-8px;
}
.mobile-bar.active span:after {
	top:0px;
	width:30px;
	-webkit-transform:rotate(40deg);
	transform:rotate(40deg);
}
.mobile-bar.active span:before {
	top:0px;
	width:30px;
	-webkit-transform:rotate(-40deg);
	transform:rotate(-40deg);
}
.intro-section {
	background-image:url(../img/login.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
	display:table;
}
/* .intro-section:after {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:-webkit-linear-gradient(left,rgba(226,35,18,0.5),rgba(56,181,160,0.5) 100%);
	opacity:0.85;
	z-index:1;
} */
.intro-content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:2
}
.intro-content h1 {
	font-size:120px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 0 16px rgba(0,0,0,0.4);
	margin-bottom:10px;
}
.social {
	display:block;
}
.social a {
	font-size:18px;
	margin:0 8px;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.social a:hover {
	color:#666;
}
.down {
	position:absolute;
	display:table;
	width:100px;
	height:50px;
	background:rgba(175,175,175,0.2);
	left:50%;
	bottom:0;
	margin-left:-50px;
	border-radius:50px 50px 0 0px;
	z-index:3;
	overflow:hidden;
}
.down i {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:40px;
	color:#fff;
	text-shadow:0 0 15px rgba(0,0,0,0.4);
	-webkit-animation:down 1.8s infinite;
	animation:down 1.8s infinite;
}
@-webkit-keyframes down {
	0% {
	top:0;
	opacity:0.5;
}
25% {
	top:10px;
	opacity:1;
}
50% {
	top:5px;
	opacity:1;
}
100% {
	top:15px;
	opacity:0;
}
}@keyframes down {
	0% {
	top:0;
	opacity:0.5;
}
25% {
	top:10px;
	opacity:1;
}
50% {
	top:5px;
	opacity:1;
}
100% {
	top:15px;
	opacity:0;
}
}.about-image img {
	min-width:100%;
}
.about-text {
	margin-bottom:20px;
}
.about-text h3 {
	margin-bottom:25px;
}
.single-progress-item {
	margin-bottom:30px;
}
.skills .single-progress-item:last-child {
	margin-bottom:0;
}
.single-progress-item h4 {
	letter-spacing:0.09em;
	text-transform:uppercase;
	line-height:27px;
	margin-bottom:5px;
	font-size:14px;
}
.progress-bar-style {
	display:block;
	height:10px;
	background:#d6d6d6;
	position:relative;
	width:100%;
	border-radius:5px;
}
.bar-inner {
	position:absolute;
	height:100%;
	left:0;
	top:0;
	background:#222;
	border-radius:5px;
}
.bar-inner span {
	position:absolute;
	right:10px;
	top:-18px;
	font-size:13px;
}
.services-section {
	background:#f6f6f6;
}
.service-item {
	text-align:center;
}
.service-item h4 {
	font-weight:600;
}
.service-item .icon {
	width:50px;
	height:50px;
	display:table;
	margin:0 auto;
	position:relative;
	top:0px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.service-item .icon i {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:28px;
}
.service-item .icon:after,.service-item .icon:before,.service-item .icon span:after,.service-item .icon span:before {
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	opacity:0;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.service-item:hover .icon:after,.service-item:hover .icon:before,.service-item:hover .icon span:after,.service-item:hover .icon span:before {
	width:100%;
	height:100%;
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	opacity:1;
}
.service-item:hover .icon {
	top:-10px;
}
.portfolio_container {
	margin-bottom:-30px;
}
.portfolio-filter {
	text-align:center;
	margin-bottom:30px;
}
.portfolio-filter li {
	font-family:'Montserrat',sans-serif;
	font-size:13px;
	display:inline-block;
	margin-right:10px;
	cursor:pointer;
}
.portfolio-filter li.active {
	text-decoration:line-through;
	color:#000;
}
.grid-item {
	margin-bottom:30px;
}
.work-item {
	position:relative;
}
.work-item img {
	max-width:100%;
}
.work-inner {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	overflow:hidden;
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	-webkit-perspective:100px;
	perspective:100px;
	-webkit-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.grid-item:hover .work-inner {
	opacity:1;
}
.work-zoom {
	position:absolute;
	width:50px;
	height:50px;
	color:#333;
	display:table;
	text-align:center;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
	background:#fff;
	font-size:20px;
	opacity:0;
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
	-webkit-transition:all 0.6s;
	transition:all 0.6s;
}
.work-zoom i {
	display:table-cell;
	vertical-align:middle;
}
.work-item:hover .work-zoom {
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
	opacity:1;
}
.work-popup {
	max-width:550px;
	background:#fff;
	position:relative!important;
	margin:30px auto;
	left:0!important;
}
.work-popup img {
	width:100%;
	height:100%;
}
.work-popup-content {
	padding:25px;
}
.work-popup-content h3 {
	font-size:26px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.work-popup-content p {
	text-align:left;
	line-height:23px;
}
.mfp-close-btn-in .mfp-close {
	position:absolute;
	background:#fff;
	font-size:40px;
	width:50px;
	height:50px;
	opacity:1;
	color:#333;
	box-shadow:-5px 5px 20px rgba(0,0,0,0.2);
}
.testinonial-section {
	background:#f6f6f6;
}
.brand-item img {
	max-width:100%;
}
.blog-item {
	border-radius:12px;
	display:block;
	margin-bottom:30px;
	box-shadow:0px 3px 16px rgba(0,0,0,0.15);
}
.blog-item img {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
	min-width:100%;
	max-width:100%;
}
.blog-item-text {
	padding:10px;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.blog-item-text h3 {
    text-align: center;
	margin-top: 10px;
	margin-bottom:15px;
	font-weight:600;
}
.blog-item-text small {
    font-weight: 600;
}
.blog-item-text p {
    color: #999999;
    text-align: center;
	font-weight:600;
}
.post-img img {
	max-width:100%;
}
.single-blogpost p {
	margin-bottom:15px;
}
blockquote {
	margin-bottom:15px;
	padding:5px 0 5px 20px;
	border-left:5px solid #333;
	line-height:25px;
	font-size:15px;
	font-family:'Montserrat',sans-serif;
}
.single-info {
	padding-bottom:20px;
}
.by-admin {
	padding:15px 0;
}
.by-admin h5 {
	font-size:14px;
	line-height:22px;
}
.single-social {
	text-align:right;
	padding:15px 0;
}
.single-social a {
	color:#333;
	font-size:14px;
	margin-left:12px;
	font-weight:700;
	font-family:'Montserrat',sans-serif;
}
.title-heading {
	line-height:30px;
	margin-bottom:30px;
	margin-top:20px;
}
.comment {
	margin-top:50px;
}
.comment h3 {
	margin:20px 0;
}
.comment-list {
	}.comment-list li {
	display:block;
	overflow:hidden;
	border-bottom:1px solid #f1f1f1;
	margin-bottom:10px;
	position:relative;
	width:100%;
}
.comment-list li.reply-has {
	border-bottom:none;
}
.reply-comment-list {
	padding-top:10px;
	padding-left:10px;
	margin-left:50px;
	margin-bottom:15px;
	clear:both;
	background:#f9f9f9;
}
.reply-comment-list li {
	}.reply-comment-list li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
.comment-list li img {
	width:10%;
	float:left;
	border-radius:50%;
}
.comment-info {
	width:90%;
	float:left;
	padding:0px 15px 10px;
}
.comment-info p {
	margin-bottom:0;
	padding-right:10px;
	font-size:16px;
	line-height:23px;
}
.comment-info .reply {
	font-size:12px;
	font-weight:700;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	color:#333;
}
.comment-form input {
	width:100%;
	height:45px;
	border:0;
	color:#000;
	border-bottom:solid 1px #dfdfdf;
	font-size:13px;
	padding-left:10px;
	margin-bottom:15px;
}
.comment-form textarea {
	width:100%;
	border:0;
	border-bottom:solid 1px #dfdfdf;
	font-size:13px;
	padding:20px 0 0 10px;
	height:119px;
	margin-bottom:15px;
}
.comment-form {
	margin-top:60px;
}
.comment-form .site-button {
	margin:auto;
	margin-top:30px;
	display:block;
}
.btn-center {
	margin:0 auto;
}
.site-button {
	padding:13px 40px;
	font-size:12px;
	font-family:'Montserrat',sans-serif;
	font-weight:700;
	background:none;
	border:2px solid;
	border-radius:50px;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
	box-shadow:0 0 3px 7px transparent;
}
a.site-button {
	border:2px solid #000;
	color:#000;
}
.site-button:hover {
	box-shadow:0 0 0 0 #000;
	background:#000;
	color:#fff;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.contact-section {
	background:#f6f6f6;
}
.con-info {
	background:#fff;
	padding:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.con-info li {
	margin-bottom:20px;
}
.con-info li:last-child {
	margin-bottom:0;
}
.con-info li i {
	font-size:21px;
	margin-bottom:10px;
}
.con-info li span {
	display:block;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	font-family:'Montserrat',sans-serif;
}
.con-info li p {
	}#contact-form input {
	display:block;
	min-width:100%;
	margin-bottom:30px;
	height:55px;
	padding:7px 10px;
	background:#fff;
	border:none;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
#contact-form textarea {
	min-width:100%;
	height:160px;
	padding:10px;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	padding-right:80px;
	border:none;
	line-height:initial;
}
.send-btn-div {
	position:relative;
	line-height:0;
}
.send-btn {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:80px;
	background:#333;
	border:none;
	font-size:30px;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	box-shadow:inset 0 0 15px 5px #333;
}
.send-btn:hover {
	background:transparent;
	color:#333;
	box-shadow:inset 0 0 0 5px #333;
}
#contact-form input:focus,#contact-form textarea:focus {
	box-shadow:0 0 15px rgba(0,0,0,0.1),inset 0 -3px #333;
	outline:none;
}
.contact-left {
	position:relative;
}
#form-chack {
	display:none;
	margin:0 10px;
}
#form-chack.error,#form-chack.send {
	display:block;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:700;
	border-radius:25px;
	color:#fff;
	position:absolute;
	top:-50px;
	height:35px;
	min-width:90px;
	text-align:center;
	z-index:5;
	font-size:16px;
	left:15px;
}
#form-chack.error {
	background:#d03636;
}
#form-chack.send {
	background:#00BC58;
}
footer {
	background:#111;
	text-align:center;
	padding:50px 0;
}
footer p {
	margin-top:10px;
	font-size:14px;
	line-height:15px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.intro-content h1 {
	font-size:70px;
}
.about-image {
	margin-bottom:30px;
}
.service-item {
	margin-bottom:20px;
}
.con-info {
	margin-bottom:30px;
}
}@media only screen and (max-width:767px) {
	.intro-content h1 {
	font-size:50px;
}
.about-image {
	margin-bottom:30px;
}
.service-item {
	margin-bottom:20px;
}
.nav-menu {
	width:100%;
	position:absolute;
	left:0;
	top:100%;
	box-shadow:0px 9px 11px rgba(206,206,206,0.3);
	opacity:0;
	-webkit-transform:rotateX(90deg);
	transform:rotateX(90deg);
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
.nav-menu.active {
	opacity:1;
	-webkit-transform:rotateX(0deg);
	transform:rotateX(0deg);
}
.nav-menu li {
	display:block;
	float:none;
	border-top:1px solid #efefef;
	background:#fff;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	margin:0;
}
.nav-menu li {
	overflow:hidden;
}
.mobile-bar {
	display:block !important;
}
.by-admin {
	text-align:center;
	padding:0;
}
.by-admin h5 {
	font-size:12px;
}
.single-social {
	text-align:center;
	padding-top:5px;
}
.reply-comment-list {
	margin-left:0px;
}
.con-info {
	margin-bottom:30px;
}
}@media only screen and (max-width:479px) {
	.intro-content h1 {
	font-size:30px;
}
.about-image {
	margin-bottom:30px;
}
.service-item {
	margin-bottom:20px;
}
}.row {
	margin-right:-10px;
	margin-left:-10px;
}
.container,.container-fluid,.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	padding-left:10px;
	padding-right:10px;
}
.breadcrumb {
	background-color:transparent;
	margin-bottom:15px;
	padding-top:10px;
	padding-left:0;
}
.blockquote {
	font-size:16px;
}
.card-box {
	padding:20px;
	box-shadow:0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
	border-radius:5px;
	margin-bottom:20px;
	background-color:#ffffff;
}
.card-box .card-drop {
	color:#98a6ad;
	font-size:20px;
	height:20px;
	line-height:1px;
	display:inline-block;
}
.widget-user {
	min-height:112px;
}
.widget-user img {
	height:72px;
	float:left;
}
.widget-user .wid-u-info {
	margin-left:90px;
}
.widget-user .wid-u-info p,.widget-user .wid-u-info h4 {
	white-space:nowrap;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
}
.footerTextIcon {
	display:inline-block;
	animation:beating 1s infinite;
	animation-timing-function:ease-out;
	margin:0 3px;
}
.vu {
	position:relative;
}
.vu::before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	background-color:#eee;
	opacity:1;
	transition:opacity 1s;
}
.nu::before {
	opacity:0;
}
.section1 {
	background:rgb(245,245,245);
	text-align:center;
}
.section2 {
	border-radius:12px;
	background:white;
}
.godyy {
	background:white;
}
.godiconhtml {
	color:#FF4500
}
.godiconcard {
	color:#2c00de
}
.godiconcloud {
	color:#6ba0ff
}
.godiconfile {
	color:#FFDAB9
}
@font-face {
	font-family:BlackItalic;
	src:url('../fonts/BlackItalic.woff');
}
::-webkit-scrollbar {
	width:6px;
	height:6px;
}
::-webkit-scrollbar-track {
	border-radius:3px;
	background:rgba(0,0,0,0.06);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.08);
}
::-webkit-scrollbar-thumb {
	border-radius:3px;
	background:rgba(0,0,0,0.12);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
}

