@import url('bootstrap.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
*{
	text-decoration: none !important;
}
body{
	overflow-x: hidden !important;
}
.showCode{


	position: relative;


}


.showCode img{

	z-index: 1000;
	position: absolute;

	max-width:150px;

	top:-170px;

	left:-55px;

	opacity: 0;

	transform: scale(0);

	-webkit-transform: scale(0);

	-ms-transform: scale(0);

	transition: all linear 0.3s;


}


.showCode:hover img{


	opacity: 1;

	transform: scale(1);

	-webkit-transform: scale(1);

	-ms-transform: scale(1);


}



P{
	font-family: 微软雅黑;
	}
html {
	font-size: 75%;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family:微软雅黑;
	font-size: 1em;
	color: #747474;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #f6ab00;
}

::selection {
	background-color: #f6ab00;
	color: #fff;
}

-webkit-::selection {
	background-color: #f6ab00;
	color: #fff;
}

::-moz-selection {
	background-color: #f6ab00;
	color: #fff;
}

@font-face {
	font-family: 'montserratlight';
	src: url('../font/Montserrat-Light.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratsemibold';
	src: url('../font/Montserrat-SemiBold.ttf');
	font-weight: normal;
	font-style: normal;
}

h1,
.h1 {
	font-family:微软雅黑;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #3d3d3d;
}

h2,
.h2 {
	font-family:微软雅黑;
	font-weight: 400;
	font-size: 2.1875em;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #3d3d3d;
}

h3,
.h3 {
	font-family:微软雅黑;
	font-size: 1.875em;
	line-height: 1.1;
	font-weight: normal;
	color: #3d3d3d;
}

h4,
.h4 {
	font-family: '微软雅黑;
	font-size: 18px;
	line-height: 1.35;
	font-weight:bold;
	color: #3d3d3d;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 1.6em;
	font-size: 14px !important;
}

b,
strong {
	font-family: 'Montserrat', sans-serif;
}

ul {
	list-style: none;
	padding-left: 0;
}

a {
	color: #f6ab00;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

a:hover,
a:focus {
	color: #f6ab00;
	outline: none;
}

a:focus {
	text-decoration: none;
}

.form-control,
textarea.form-control {
	font-size: 1em;
	height: 3.625em;
	border-radius: 0.75em;
	padding-left: 22px;
	color: #666666;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}

textarea.form-control {
	height: 7.9em;
	padding-top: 1.1em;
	resize: none;
}

.form-control:focus {
	border-color: #f6ab00;
	background-color: #fff;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #666666;
}

.form-control::-webkit-input-placeholder {
	color: #666666;
}

.form-control.error {
	border-color: #f6ab00;
}

.form-group {
	margin-bottom: 10px;
}

.wobble-error {
	-webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
	animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error {
	display: none!important;
}


.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #f6ab00;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none!important;
}

.btn .icon-next {
	position: relative;
	top: -0.1em;
	margin-left: 0.6em;
	vertical-align: middle;
}

.btn-gray {
	background-color: #f2f2f2;
	color: #a7a7a7;
}

.btn-shadow-1 {
	box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
}

.btn-shadow-2 {
	box-shadow: 0 15px 34px rgba(246,171,0, 0.5);
}
.btn-shadow-2:hover{
	background: #f6ab00;
    border: 1px solid #f6ab00;
}
.icon-next {
	display: inline-block;
	width: 0.94em;
	height: 0.75em;
	background: url(../images/next.png) 0 0 no-repeat;
	background-size: 0.94em 0.75em;
}

.loader {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #fff;
	text-align: center;
}

.loader .page-lines .line {
	background-color: #ededed;
}

.loader-brand {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f6ab00;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.layout {
	position: relative;
	overflow: hidden;
}

.text-primary {
	color: #f6ab00;
	font-family: "微软雅黑";
	font-size: 24px;
}

.xlogo{
	font-size: ;
}
.page-lines {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page-lines .col-line {
	padding: 0;
}

.page-lines .line {
	position: absolute;
	left: 0;
	width: 1px;
	height: 50000px;
	background-color: #f4f4f4;
}

.page-lines .col-line:last-child .line:last-child {
	left: auto;
	right: 0;
}

.row-base {
	margin-top: -3em;
}

.col-base {
	margin-top: 3em;
}
.section-header {
	position: relative;
}

.section-title {
	text-align: center;
	margin: 0;
	margin-left: 0.32em;
}

.fade-title-left,
.fade-title-right {
	font-family:"微软雅黑";
	font-weight: 700;
	font-size: 10.8em;
	line-height: 1;
	color: #000;
	position: absolute;
	left: 0;
	top: 0.03em;
	opacity: 0.035;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fade-title-right {
	left: 100%;
}

.section-content {
	margin-top: 7.1em;
}

.header-inner .vertical-panel-content {
	bottom: auto;
	top: 12.2vmin;
}

.brand-panel {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	width: 39.47vmin;
	height: 40.7vmin;
	padding: 4.8vmin 2em 4.8vmin;
	background-color: #f6f5f3;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.brand {
	display: inline-block;
	margin-top:0;
}

.brand:hover,
.brand:focus {
	color: #3d3d3d;
	text-decoration: none;
}

.brand-name {
	position: absolute;
	z-index: -1;
	bottom: -0.4em;
	right: -0.37em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 100PX;
	line-height: 1;
	opacity: 0.05;
}

.header-phone {
	font-family:微软雅黑;
	font-weight: 300;
	font-size: 0.81em;
	letter-spacing: 0.32em;
	position: absolute;
	z-index: 3;
	color: #fff;
	left: 50vmin;
	top: 5.9vmin;

}

@media (max-width: 480px) {
	.header-phone {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header-phone {
		display: none;
	}
}

.vertical-panel,
.vertical-panel-content {
	position: absolute;
	width: 19.735vmin;
	left: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.vertical-panel {
	z-index: 3;
	height: 10000px;
	background-color: #f6f5f3
}

.vertical-panel-content {
	z-index: 4;
}

.vertical-panel-info {
	margin-bottom: 3.5vmin;
}

.vertical-panel-info .line {
	height: 5vmin;
	width: 1px;
	margin: 15px auto 0;
	background-color: #c5c4c2;
}

.vertical-panel-title {
	font-family: '微软雅黑;
	font-size: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 1em;
	color: #3d3d3d;
	position: relative;
	left: -6px;
	margin: 0 auto;
	width: 1px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

@media (max-height: 850px) {
	.vertical-panel-title {
		display: none;
	}
}

.social-list {
	margin-bottom: 3.5vmin;
}

.social-list li {
	margin-top: 2.5vmin;
}

.social-list .fa {
	font-size: 2.4vmin;
	color: #c5c4c2;
}

.social-list .fa:hover {
	color: #f6ab00;
	text-decoration: none;
}

.navbar-desctop {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0 0;
}

.navbar-desctop .brand {
	position: relative;

}
.navbar-desctop .brand img{
	height:50px;
	margin-top: 10px;
}
.navbar-desctop-menu {
	float: right;
	font-family:微软雅黑;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.navbar-desctop-menu li {
	position: relative;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}

.navbar-desctop-menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active>a {
	color: #f6ab00;
}

.navbar-desctop-menu>li {
	float: left;
	margin-left: .8rem;
}

.navbar-desctop-menu>li>a {
	color: #fff;
	background-color: transparent;
	line-height: 70px;
}

.navbar-desctop-menu li ul {
	position: absolute;
	z-index: 10;
	left: 100%;
	top: 60%;
	visibility: hidden;
	min-width: 200px;
	opacity: 0;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.95);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.navbar-desctop-menu>li>ul {
	left: -20px;
	margin-top: 0;
}

.navbar-desctop-menu li:hover>ul {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.navbar-desctop-menu>li:hover>ul {
	top: 100%;
}

.navbar-desctop-menu li li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-desctop-menu li li:last-child {
	border-bottom: 0;
}

.navbar-desctop-menu li li a {
	color: #000;
	padding: 12px 20px 10px;
}

.navbar-desctop.affix {
	position: fixed;
	z-index: 5;
	top: 0;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 5px 0 5px 0;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.navbar-desctop.affix.affix-top {
	padding-top: 2.2em;
}

.navbar-desctop.affix .brand {
	display: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a {
	color: #000;
}

.navbar-desctop.affix .navbar-desctop-menu li>a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active>a {
	color: #f6ab00;
}

.navbar-mobile {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	padding: 15px 0;
}



.navbar-collapse {
	background-color: #fff;
}

@media (max-height: 320px) {
	.navbar-collapse {
		max-height: 240px;
	}
}

.navbar-toggle {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
	height: 2px;
	width: 30px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar {
	background-color: #fff;
}

.navbar-nav-mobile {
	font-family:微软雅黑;
	font-weight: 300;
	font-size: 0.9em;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	padding-top: 1.2em;
	margin-bottom: 0;
}

.navbar-nav-mobile li {
	position: relative;
	border-top: 1px solid #ececec;
}

.navbar-nav-mobile li a {
	display: block;
	padding: 1em 1em;
	color: #000;
	text-decoration: none;
}

.navbar-nav-mobile>.current>a {
	color: #f6ab00;
}

.navbar-nav-mobile li a .fa-angle-down {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.navbar-nav-mobile>.current>a .fa-angle-down {
	top: -0.2em;
	left: -0.3em;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.navbar-nav-mobile>.active>a,
.navbar-nav-mobile>.active>a:hover {
	background-color: #f6ab00;
	color: #fff;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.navbar-nav-mobile ul {
	display: none;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active>a {
	color: #f6ab00;
}

.navbar-mobile.affix {
	position: fixed;
	z-index: 5;
	background-color: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	padding: 15px 0;
}

.navbar-mobile.affix .brand {
	display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar {
	background-color: #f6ab00;
}

.main {
	position: relative;
	overflow: hidden;
	min-height: 420px;
}

.main-inner {
	position: relative;
	z-index: 1;
	min-height: 0;
	padding: 33.7vmin 0 17vmin;
}

.main-inner:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #171717;
	opacity: 0.6;
}

.main-projects,
.main-contacts {
	padding: 34.2vmin 0 34vmin;
}

.main-project {
	padding: 33.7vmin 0 11vmin;
	background-size: cover;
	background-position: center 0;
}

.main-contacts:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 1;
	background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 0.95) 0%, rgba(39, 39, 39, 0.95) 26%, rgba(39, 39, 39, 0.6) 100%);
	background: linear-gradient(to top, rgba(39, 39, 39, 0.95) 0%, rgba(39, 39, 39, 0.95) 26%, rgba(39, 39, 39, 0.6) 100%);
}

.nybiaoti{
	font-size: 34px !important;
}
.main-header {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: right;
	padding-left: 38.5vmin;
}

.main-header h1 {
	color: #fff;
	margin: 0;
	margin-right: -0.32em;
}

.main-inner .page-lines {
	z-index: 1;
	opacity: 0.15;
}

.main-inner .page-lines .line {
	border-color: #fff;
}

.main-blog .page-lines,
.main-projects .page-lines,
.main-project .page-lines,
.main-contacts .page-lines {
	opacity: 0.08;
}

.rev_slider {
	color: #fff;
	min-height: 420px;
}

.rev_slider .btn {
	-webkit-transition: background-color .3s ease-out!important;
	transition: background-color .3s ease-out!important;
}

.tp-caption {
	padding: 0 20px;
	text-align: right;
}




.slide-title {
	font-family:微软雅黑;
	font-size: 50px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
}

.slide-subtitle {
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 6px;
}

.bg-about {
	background: url(../images/about.jpg) 50% 0 no-repeat;
	background-size: cover;
}

.entry {
	margin: 3.2em 0;
}

.entry-title {
	font-size: 24px;
	font-family: "微软雅黑";
	letter-spacing: 5px;
	font-weight: 500;
	margin: 0 0 1em;
}

.entry-text {
		font-size: 14px;
		
}

.about .fade-title-left {
	top: 1em;
}

.col-about-title {
	margin-top: 0;
	margin-bottom: 1.1em;
		font-family: "微软雅黑";
			font-size: 18px;
			font-weight:bold;
		
}

.col-about-info p:last-child {
	margin-bottom: 0;
	font-family: "微软雅黑";
}

.col-about-img {
	position: relative;
}

.col-about-img img {
	display: block;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.row-services {
	margin-left: -4.1em;
	margin-right: -4.1em;
}

.col-service {
	padding: 0 4.1em;
}

.service-item {
	margin-bottom: 2em;
}

.service-item:last-child {
	margin-bottom: 0;
}

.service-item h4 {
	margin-top: 0.8em;
	margin-bottom: 1.1em;
}

.services .service-item h4 {
	margin-top: 1.25em;
}

.service-item p:last-child {
	margin-bottom: 0;
}

.objects {
	position: relative;
}

.object-label {
	position: absolute;
	width: 1em;
	height: 1em;
	background-color: #e5bf93;
	border-radius: 50%;
	cursor: pointer;
}

.popover.top {
	margin-top: -20px;
}

.object-info {
	position: absolute;
	display: none;
	z-index: 1;
	left: 50%;
	bottom: 40px;
	width: 12.4em;
	margin-left: -6.2em;
	padding: 1.1em 1.3em 3em;
	border: 0;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.object-info.in {
	display: block;
}

.object-info:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 14px solid rgba(0, 0, 0, 0.6);
}

.object-title {
	font-size: 1em;
	font-family: '微软雅黑;
	font-weight: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #f6ab00;
	padding: 0 0 1em;
	border-bottom: 1px solid rgba(249, 249, 249, 0.2);
	margin: 0 0 .5em;
}

.object-content {
	font-family: 'montserratlight', sans-serif;
	font-size: 0.75em;
	line-height: 2.6;
	color: #fff;
	padding: 0;
}

.popover.top>.arrow {
	border-top-color: transparent;
}

.popover.top>.arrow:after {
	border-top-color: rgba(0, 0, 0, 0.6);
}

.bg-projects {
	position: relative;
	background: url(../images/projects.jpg) 50% 0 no-repeat;
	background-size: cover;
}

.project {
	padding: 0;
	overflow: hidden;
}

.project figure {
	position: relative;
}

.project figure img {
	display: block;
	width: 100%;
	-webkit-transition: all 8s linear;
	-o-transition: all 8s linear;
	transition: all 8s linear;
}

.project figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.project.project-light figure:after {
	opacity: 0.4;
}

.project figcaption {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 3.2em 3.6em;
}

.project-title {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-family:微软雅黑;
	font-weight: normal;
	font-size: 1.56em;
	line-height: 1.45;
	letter-spacing: 0.07em;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.project-xtitle{
		position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-family:微软雅黑;
	font-weight: normal;
	font-size:14px;
	line-height: 1.45;
	letter-spacing: 0.07em;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

}

.project-category {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 -0.8em;
	font-family:微软雅黑;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.8em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.project-zoom {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9em;
	height: 9em;
	margin: -4.5em;
	border-radius: 50%;
	background-color: rgba(246,171,0, 0.84);
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.project-zoom:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2.625em;
	height: 2.625em;
	background: url(../images/zoom.png) 0 0 no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.project figure:hover:after {
	opacity: 0;
}

.project figure:hover img {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.project figure:hover .project-title {
	top: 30px;
	opacity: 0;
}

.project figure:hover .project-category {
	opacity: 0;
	letter-spacing: 2em;
}

.project figure:hover .project-zoom {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	font-family:微软雅黑;
	font-size: 1em;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover {
	opacity: 1;
}

.owl-prev {
	left: 0.8em;
	padding-left: 35px;
	background: url(../images/prev.png) left 50% no-repeat;
	background-size: 1.3em 1em;
}

.owl-next {
	left: auto;
	right: 0.8em;
	padding-right: 35px;
	background: url(../images/next.png) right 50% no-repeat;
	background-size: 1.3em 1em;
}

.mfp-figure {
	box-shadow: none;
}

.mfp-iframe-scaler {
	overflow: visible;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	padding: 0;
	margin-top: -10px;
	font-family: inherit;
	font-size: 40px;
	font-weight: 300;
	line-height: 0;
}

img.mfp-img {
	min-height: 460px;
}

.mfp-title {
	padding-right: 40px;
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 3px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}

.mfp-counter {
	top: 5px;
}

.mfp-bg {
	background-color: #141414;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	display: none;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	display: none;
}

.mfp-wrap .mfp-content {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0) rotateY(60deg);
	-o-transform: scale(0) rotateY(60deg);
	transform: scale(0) rotateY(60deg);
}

.mfp-bg {
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: rotateY(-60deg);
	-ms-transform: rotateY(-60deg);
	-o-transform: rotateY(-60deg);
	transform: rotateY(-60deg);
}

.mfp-bg {
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
	opacity: 1;
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
}

.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
	opacity: 0;
	-webkit-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	-o-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: url(../images/zoom-out.jpg), zoom-out;
}

.mfp-removing.mfp-bg {
	opacity: 0;
}

.project-title-info {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 2vmin;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: 2.2em;
	margin-left: -1.8em;
}

.project-title-info .project-info-item {
	display: inline-block;
	margin-left: 1.8em;
}

.project-details-item {
	position: relative;
}

.project-details-img {
	position: relative;
	padding: 0;
}

.project-details-info {
	background-color: #f6ab00;
	padding: 4.8em 3.1em 4.8em;
	color: #fff;
}

.project-details-title {
	position: relative;
	font-family:微软雅黑;
	font-weight: 400;
	font-size: 1.9em;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 0.7em;
}

.project-details-title:before {
	content: '';
	position: absolute;
	bottom: -0.35em;
	width: 10em;
	border-top: 1px solid #ededed;
	left: -4.4em;
	width: 5.5em;
}
.sj{
	font-family: "微软雅黑";
	font-size: 18px !important;
	font-weight: 500;

}
.project-details-descr {
	font-size: 1.1em;
	line-height: 1.62;
}

.project-details-descr p:last-child {
	margin-bottom: 0;
}

.project-details-item:nth-child(even) .project-details-info {
	right: 0;
	left: auto;
	top: 13%;
	background-color: #212121;
}

.experience {
	text-align: center;
}

.text-parallax {
	background: no-repeat 0 0;
	display: inline-block;
}

.text-parallax-content {
	font-family:微软雅黑;
	font-weight: 700;
	font-size: 21.8em;
	line-height: 1;
	overflow: hidden;
	margin-bottom: 0;
	background: #fff;
	color: #363636;
	mix-blend-mode: lighten;
}

.experience-info {
	position: relative;
	top: -0.75em;
	font-family:微软雅黑;
	font-size: 1.5625em;
	line-height: 1.45;
	letter-spacing: 0.06em;
	display: inline-block;
	text-align: left;
	margin: 0 0 0 0.5em;
}

.clients {
	text-align: center;
}

.clients-list {
	margin: -3.8em -1.95em 0;
}

.clients-list .client {
	display: inline-block;
	vertical-align: middle;
	padding: 3.8em 1.95em 0;
	margin: 0;
}

.clients-list .client img {
	opacity: 0.2;
	display: block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.clients-list .client a:hover img {
	opacity: 1;
}

.bg-blog {
	background: url(../images/blog.jpg) 50% 0 no-repeat;
	background-size: cover;
}

.blog {
	position: relative;
	margin-bottom: 3em;
	margin-right: 1px;
	background-color: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}

.blog:last-child {
	margin-bottom: 0;
}

.blog-thumbnail {
	position: static;
}

.blog-thumbnail-bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 5px;
	padding: 0;
	border-radius: 0.25em 0 0 0.25em;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 0;
}

.blog-thumbnail-img img {
	border-radius: 0.25em 0.25em 0 0;
}

.blog-info {
	padding: 3.3em 3em;
}

.blog-tags {
	font-family: '微软雅黑;
	margin-top: -0.8em;
}

.blog-tags a {
	display: inline-block;
	font-size: 0.75em;
	line-height: 1;
	padding: 0.77em 1.1em 0.77em;
	border-radius: 2em;
	background-color: #ededed;
	text-transform: uppercase;
	color: #6f6f6f;
	margin-top: 0.8em;
	margin: 0.8em 0.7em 0 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.blog-tags a:hover {
	background-color: #f6ab00;
	text-decoration: none;
	color: #fff;
}

.blog-title {
	font-family:微软雅黑;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.333;
	margin: 1.8em 0 0.8em;
}

.blog-info p {
	margin-bottom: 0;
}

.blog-meta {
	font-size: 0.88em;
	color: #b4b4b4;
	overflow: hidden;
}

.blog-meta .author {
	float: left;
}

.blog-meta .author a {
	font-family: '微软雅黑;
	color: #b4b4b4;
}

.blog-meta .author a:hover {
	text-decoration: none;
	color: #f6ab00;
}

.blog-meta .time {
	float: right;
}

.blog-info .blog-meta {
	border-top: 1px solid #ededed;
	margin-top: 1.7em;
	padding-top: 1.7em;
}

.read-more {
	display: inline-block;
	font-family: '微软雅黑;
	font-size: 0.88em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.read-more {
	padding-right: 2em;
	background: url(../images/read-more.png) right 50% no-repeat;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.read-more:hover {
	text-decoration: none;
	background-position: 95% 50%;
}

.blog-info .read-more {
	margin-top: 2.8em;
}

.blog-details {
	margin: 10.2em 0 8.3em;
}

.col-secondary {
	margin-top: 7.1em;
}

.post-header {
	margin-bottom: 5em;
}

.post-header h3 {
	font-family:微软雅黑;
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1.43;
	margin: 0 0 0 0;
}

.post-header .blog-meta {
	margin-top: 2.45em;
}

.post-thumbnail {
	margin-bottom: 2.5em;
}

.post-thumbnail img {
	width: 100%;
	border-radius: 0.25em;
}

.post .blog-tags {
	margin-top: 5.4em;
}

.widget {
	margin-bottom: 3.65em;
}

.widget-title {
	font-family: '微软雅黑;
	font-weight: normal;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 2.25em 0;
}

.recent-post {
	margin-bottom: 1.7em;
	overflow: hidden;
}

.recent-post:last-child {
	margin-bottom: 0;
}

.recent-post-thumbnail {
	width: 9.32em;
	float: left;
}

.recent-post-thumbnail img {
	border-radius: 0.25em;
	max-width: 100%;
}

.recent-post-body {
	padding-left: 11.2em;
}

.recent-post-title {
	font-family:微软雅黑;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.45;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
	position: relative;
}

.recent-post-time {
	font-size: 0.88em;
	color: #b4b4b4;
	margin-top: 0.9em;
}

.bg-contacts {
	background: url(../images/contacts.jpg) 50% 0 no-repeat;
	background-size: cover;
}

.contacts .fade-title-right {
	left: 90%;
}

.row-field {
	margin-left: -5px;
	margin-right: -5px;
}

.col-field {
	padding: 0 5px;
}

.col-message {
	display: none;
	margin-top: 20px;
}

.col-address {
	font-size: 15px;
	line-height: 2.1;
	margin-top: 2.7em;
}

.form-submit {
	margin-top: 1.2em;
}

.success-message {
	display: none;
}

.error-message {
	display: none;
}

.success-message .fa {
	margin-right: 7px;
	font-size: 1.5em;
}

.contact-details {
	position: relative;
	overflow: hidden;
	margin-top: -1px;
}

.col-map {
	height: 35em;
}

.gmap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	height: 100%;
}

.map-info {
	padding: 1.2em;
}

.map-title {
	margin-bottom: 2em;
}

.map-title h3 {
	margin: 0;
}

.map-address-row {
	margin-top: 1em;
}

.map-address-row .fa {
	float: left;
	margin: 0.35em 0.6em 0 0;
	width: 1.1em;
	text-align: center;
	color: #f6ab00;
	font-size: 1.2em;
}

.map-address-row .text {
	display: block;
	overflow: hidden;
	font-size: 1.15em;
}

.contact-info {
	color: #fff;
	padding: 0;
	background: url(../images/contact-details.jpg) 50% no-repeat;
	background-size: cover;
}

.contact-info-content {
	padding: 5.5em 5.6em;
	background-color: rgba(197, 164, 125, 0.95);
}

.contact-info-title {
	font-family:微软雅黑;
	font-size: 80px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.1;
	position: absolute;
	top: 100%;
	left: 100%;
	margin-top: -0.5em;
	margin-left: -2.3em;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.contact-row {
	position: relative;
	z-index: 1;
	margin-bottom: 2.3em;
}

.contact-row:last-child {
	margin-bottom: 0;
}

.contact-row h4 {
	margin: 0 0 0.8em;
	color: #fff;
}

.contact-row .fa {
	float: left;
	width: 1.1em;
	margin-top: -0.15em;
	padding: 1px;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.25;
}

.contact-body {
	padding-left: 2.6em;
	font-family: "微软雅黑";
}

.contact-content {
	font-size: 14px;
}

.phone-row {
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-top: 0.5em;
}



.author-link {
	font-family: 'Montserrat', sans-serif;
	color: #d0d0d0;
	font-size: 14px;
}

.author-link:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	html {
		font-size: 85%;
	}

	.entry {
		padding: 0 7.5em;
	}
	.col-about-spec {
		padding: 0 4.4em;
	}
	.owl-prev {
		left: 3.6em
	}
	.owl-next {
		right: 3.6em;
	}
	.project-details {
		margin-top: 7.1em;
	}
	.project-details-item {
		margin-bottom: 7.1em;
	}
	.project-details-info {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 13%;
		bottom: 13%;
		width: 55%;
	}
	.project-details-item:nth-child(odd) .project-details-img {
		padding-left: 15px;
		padding-right: 15px;
	}
	.project-details-item:nth-child(even) .project-details-img {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 92%;
	}
	.text-center-md {
		text-align: center;
	}
	.text-right-md {
		text-align: right;
		font-size: 14px;
	}
	.text-left-md {
		text-align: left;
	}
	.navbar-mobile {
		position: absolute;
		left: -50000px;
		top: -50000px;
	}
	.col-about-img {
		padding-left: 0;
		left: -5px;
	}
	.col-about-img img {
		max-width: calc(100%+ 5px);
	}
	.project-details-item:nth-child(odd) .project-details-img {
		padding-left: 5px;
		padding-right: 15px;
	}
	.project-details-item:nth-child(even) .project-details-img {
		padding-right: 5px;
		padding-left: 15px;
	}
	.col-primary {
		padding-right: 2.2em;
	}
	.col-secondary {
		margin-top: 10.62em;
		margin-left: -5px;
		padding: 0 10px 0 0;
	}
	.row-field {
		margin-left: -15px;
	}
	.col-map {
		position: static;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 100%;
	}
	.main-header {
		padding-left: 0;
	}
	.project-details-info {
		width: 44%;
	}
}





.copyright-mf{
	display: inline-block;
	margin-left: 30px;
}
.copyright-mf a,.a1-mf{
	text-decoration: none!important;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease; 
	-webkit-transition:all 0.6s ease; 
	-o-transition:all 0.6s ease; 

}
.copyright-mf a{
	color: #aaa
}
.a1-mf:hover{
	opacity: 0.6
}
.copyright-mf a:hover{
	color: #f6ab00
}
@media screen and (max-width: 494px) {
	.copyright-mf{
		line-height: 32px
	}
}
.con-mf{
	width: 90%;
	margin:auto;
	max-width: 900px;
	padding-top: 70px;
}
.slide-subtitle{
    font-size: 35px;
	line-height: 50px ;
	padding-right: 0;
	text-align: left !important;
}
.slide-title{
	padding-right: 0;
	padding-bottom: 180px;
	font-weight: bold;
	font-size: 50px;
	line-height: 90px ;
	text-align: left !important; 
	letter-spacing: 3px;
}
.rev_slider .btn{
   margin-top: 220px;
}
.main .slid_nagtion{
	width: 300px;
	height:80px;
	background: #fff;
	position: absolute;
	right:0;
	bottom:0;
	z-index: 4;
}
.arrow-left{
	display: inline-block;
	width: 40px;
	height:40px;
	background: url(../images/left.png);
	position: absolute;
	left:190px;
	top:50%;
	margin-top: -16px;
	cursor: pointer;
	background-size: 32px;
	width: 32px;
	height:32px;
}
.arrow-right{
	display: inline-block;
	width: 32px;
	height:32px;
	background: url(../images/right.png);
	position: absolute;
	right:25px;
	top:50%;
	margin-top: -16px;
	cursor: pointer;
	background-size: 32px;
}
.slide-number .current-number {
	font-size: 40px;
	letter-spacing: 0.1rem;
	line-height: 1;
	
}

.slide-number sub {
	font-size: 23px;
	font-family: sans-serif;
}
.slide-number{
	font-family:"arial black";
	position: absolute;
	left:35px;
	top:50%;
	margin-top: -25px;
}
.entitle{
	font-family: "微软雅黑";
    font-weight: 700;
    font-size: 10.8em;
    line-height: 1;
    color: #000;
    opacity: 0.035;
}
/*----------首页---------------*/
.in_section1{
	background: url(../images/index_infobg.jpg);
	padding: 70px 0 70px 0;
	background-position: center top;
	background-size: cover;
}
.s_title {
	text-align: center;
}
.s_title h3{
	font-size: .55rem;
	text-align: center;
	color:#f6ab00;
}
.s_title h4{
	display: inline-block;
	width: 50px;
	height:2px;
	background: rgba(0,0,0,.3);
}

.comp_l img{
	width: 100%;
}

._title {
	position: relative;
	margin-bottom: .65rem;
}
._title h3{
	margin: 0;
   text-transform: uppercase;
   font-size: .5rem;
   font-weight: bold;
}
._title h4{
	margin: 5px 0 0 0;
	font-size: .4rem;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
._title hr{
	background: rgba(255,255,255,.6);
	display: block;
	width: 110px;
	height:4px;
	position: absolute;
	left:0;
	bottom:1px;
	margin: 0;
	z-index: 1;
}
.comp_r p{
	font-size: 15px !important;
	color: #fff;
	line-height: .4rem;
}
.comp_r img{
	position: absolute;
	z-index: 3;
	right:0;
	bottom:-74px;
}
.comp_more{
	padding-right: 45px;
	position: absolute;
	left: 45px;
	bottom:40px;
	font-size: .3rem;
	color: #333;
	text-decoration: none;
}
.comp_more:hover{
	text-decoration: none;
}
.comp_more em{
	display: block;
	background: #f6ab00;
	width: 35px;
	height:3px;
	margin-top: 5px;
	transition: .3s ease;
}
.comp_more:hover em{
	width: 65px;
}
.comp_more i{
	top:50%;
	margin-top: -12px;
	right:8px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height:25px;
	background: url(../images/comparr1.png);
	transition: .3s ease;
}
.comp_more:hover i{
	background: url(../images/comparr.png);
	right:0;
}
.scale img{
	opacity: .8; 
    -webkit-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -o-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -moz-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
}
.scale:hover img{
	opacity: 1;
	-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
}
.comp_img{
	width: 105%;
	height:100%;
	opacity: .8; 
    -webkit-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -o-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -moz-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.comp_img:hover {
	opacity: 1;
	-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
}
.comp_l{
	float: left;
	width: 50%;
	overflow: hidden;
	height:100%;
}
.comp_info{
	margin-top: 70px;
	height:510px;
	position: relative;
}

.comp_r{
	margin-left: 50%;
	height:100%;
	position: relative;
	z-index: 1;
}
.comp_r .sline{
	position: absolute;
	right:45px;
	top:-25px;
	height:50px;
	width: 4px;
	background: rgba(0,0,0,.8);
}
.comp_r_1{
	padding: 35px 45px 70px 45px;
	height:70%;
    background: #f6ab00;
}
.comp_r_2{
	position: relative;
	z-index: 1;
	height:30%;
	background: #f5f5f5;
}
.comp_r_2 img{
	position: absolute;
	right:0;
	top:-74px;
	z-index: 2;
}
.s_title p{
	margin-top: 10px;
	color: #ccc;
}
.s_title h5{
	text-align: center;
	position: relative;
	display: inline-block;
	font-family: "arial";
    font-weight: 600;
    font-size: 7.5em;
    letter-spacing: .2rem;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}
.s_title span{
	opacity: 0.045;
}

.s_title h5 a{
	position: absolute;
	left:50%;
	top:50%;
	margin-top: -25px;
	margin-left: -25px;
	display: inline-block;
	width: 55px;
	height:55px;
	background: #f6ab00;
	transform: rotate(45deg);
}
.s_title h5 a i{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-13px;
	margin-left: -15px;
	transform: rotate(-45deg);
	display: block;
	width: 31px;
	height:26px;
	background: url(../images/amore.png);
}
.in_section3{
	padding: 70px 0 100px 0;
	background: url(../images/newsbg.jpg)
}
.in_section2{
	padding: 70px 0 70px 0;
}
.btn {
	border-radius: 0 !important;
	font-family: '微软雅黑;
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	padding: 1.1em 2.2em 1.05em;
	font-size: 0.875em;
	color: #fff;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none;
	background-color: rgba(255,255,255,.3);
	-webkit-transition: all .3s ease-out!important;
	transition: all .3s ease-out!important;
}
.btn:hover{
	border: 1px solid #f6ab00;
}
.news_ul{
	padding: 70px 0 0 0;
	margin: 0 20px;
}
.news_ul li{
	background: #fff;
	cursor: pointer;
	float: left;
	margin-left: 3%;
	width: 22.75%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	transition: all 0.36s ease
}
.news_ul li:nth-child(4N+1){
	margin-left: 0;
}
.news_ul li img{
	width: 100%;
	transition: all 0.36s ease;
    display: block;
    vertical-align: bottom;
}
.new_img{
	overflow: hidden;
}

.news_ul li:hover img{
	transform: scale(1.1);
}
.news_ul li:hover{
	transform: translateY(-10px);
	box-shadow: 8px 18px 25px rgba(0, 0, 0, 0.13);
	background:#f7f7f7 ;
}
.new_txt{
	padding: .7rem .5rem;
}
.new_txt h3{
	margin: 0 0 .3rem !important;
	position: relative;
	font-size: 19px;
	color:#888;
	transition: all 0.36s ease;
	
}
.new_txt .desc{
	font-size: 14px;
	color:#ccc;
	text-decoration: none !important;
	transition: all 0.36s ease;
}
.news_ul li:hover h3{
	    transform: translateY(-10px);
	    color:#f6ab00;
}
.new_txt h3:after{
	content: '';
	position: absolute;
	left:0;
	background: #ccc;
	bottom:-10px;
	width: 0;
	height:1px;
	transition: all 0.36s ease;
}
.new_txt .newdate{
	font-size: 14px;
	margin-top: 6px;
	color:#ccc;
	text-decoration: none !important;
	transition: all 0.36s ease;
}
.news_ul li:hover h3:after{
	 transform: translateY(10px);
	width: 100%;
	background: #ccc;
}
.news_ul li:hover .desc{
	    transform: translateY(15px);
	    color:#f6ab00;
}
.news_ul li:hover .newdate{
	    transform: translateY(15px);
	    color:#f6ab00;
}
.s_title1 span{
	
}
.in_section4{
	background: #f2f2f2;
	padding: 35px 0;
}
.in_section4 li {
    width: 25%;
    float: left;
    text-align: center;
}
.in_section4 li div{
	    border-right: rgba(0,0,0,.08) 1px solid;
}
.in_section4 li div .counter {
	font-size: 54px;
    color: #3c3c3c;
    font-family: Arial;
    text-align: center;
    margin-top: 15px;
    color:#666;
}
.in_section4 li div .unit{
	font-size: 14px;
    vertical-align: top;
    color: #959595;
}
.in_section4 ul{
	height: auto;
	overflow: hidden;
}
.in_section4 li .number{
	margin-bottom: 0;
}
.in_section4 li .title{
	margin-bottom: 0;
	font-size: 15px;
}
.in_section5 {
	margin: 70px 0;
	height:580px;
}
.join_l{
	float: left;
	position: relative;
	overflow: hidden;
	width: 50%;
	height:100%;
}
.join_l:hover .joinbg1{
	transform: scale(1.1);
}
.joinbg1{
	width: 103%;
    height: 100%;
    opacity: .8;
    -webkit-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -o-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -moz-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: url(../images/join1.jpg);
}
.join_l h2{
	position: absolute;
	color:#eee;
	left: 5%;
	top:40%;
	transform: translateY(-50%);
	font-family: "arial";
    font-weight: 600;
    font-size: 6.5em;
    letter-spacing: .2rem;
    line-height: 1;
    text-transform: uppercase;
    z-index: 2;
}
.joinbg2 h3{
	font-size: .55rem;
    text-align: left;
    color: #f6ab00;
}
.joinbg2{
	position: absolute;
	left: 7%;
	top:50%;
	transform: translateY(-50%);
	z-index: 3;
}
.joinbg2 span{
	display: inline-block;
    width: 50px;
    height: 2px;
    background: rgba(0,0,0,.3);
}
.joinbg2 p{
	margin-top: 20px;
    color: #999;
	font-size: 14px;
}
.join_r{
	float: left;
	width: 50%;
	height: 100%;
}
.join_r li{
	width: 100%;
	height:50%;
}
.join_r li>div{
	float: left;
	height: 100%;
	width: 50%;
}
.join_r li ._txt{
	background: #Fdfdfd;
	position: relative;
}
.join_r ul{
	height:100%;
	overflow: hidden;
}
._txt ._title hr{
	background: rgba(246,171,0,.3);
}
._txt ._title{
	margin-bottom: .35rem
}
._txt  p{
	    color: #B9B9B9;
}
._txtbox{
	position: absolute;
    left: 7%;
    right:7%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
._img{
	float: left;
	width: 50%;
	height:100%;
	position: relative;
	overflow: hidden;
}
._img ._imgbg{
	width: 103%;
    height: 100%;
    opacity: .8;
    -webkit-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -o-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -moz-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: url(../images/s1.jpg);
}
._img ._imgbg1{
	 background: url(../images/s2.jpg);
}
._img:hover ._imgbg{
	transform: scale(1.1);
}
.border{
	opacity: 0;
	position: absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	z-index: 4;
	border: 1px solid #fff;
	transition: all 0.36s ease;
}
._img:hover .border{
	opacity: 1;
}
/*----------------------------底部-----------------------------*/
.footer{
	background:#ededed;
	padding:50px 0 0 0;
}
.footerewm{
	width: 150px;
	float: right;
	text-align: center;
}
.footer_txt{
	margin-right: 450px;
}
.footerewm img{
	width: 130px;
	margin-bottom: 10px;
}
.footer_menu a{
	color:#999;
	margin: 0 7px;
	font-size: 14px;
}
.footer_menu{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.footer_des span{
	margin-right: 15px;
}
.footer_des p{
	color: #999;
	margin-bottom: 8px;
}
/*------------------------关于我们-------------------------------*/
.ban_wrap {
	height: 680px;
	overflow: hidden;
	overflow-x: hidden !important; 
	width: 100%;
	z-index: 1;
}

.ban_wrap.active .ban_wrap_bg {
	transform: scale(1);
	transition: none;
}

.ban_wrap .ban_wrap_bg {
	z-index: 0;
}

.ban_wrap_bg {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-size: cover !important;
	transition: all 7.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
	box-sizing: border-box;
}
._body{
	padding-top: 55px;
	background: #fff;
	margin-top: 680px;
	position: relative;
	z-index: 2;
}
.ban_wrap ._mtxt{
	position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
._mtxt{
	text-align: center;
}
._mtxt h3 {
    color: #fff !important;
    font-size: 60px;
    margin-bottom: 15px;
    text-shadow: 0.055em 0.055em 0.055em rgba(0, 0, 0, 0.8), 0 0 0.5em rgba(255, 255, 255, 0.3);
}
._mtxt h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    text-shadow: 0.055em 0.055em 0.055em rgba(0, 0, 0, 0.8), 0 0 0.5em rgba(255, 255, 255, 0.3);
}
.iner_nav{
	margin-top: -110px;
	height:55px;
	line-height: 55px;
	background: url(../images/navbg.png);
	background-size:cover ;
	background-repeat: repeat;
}
.iner_nav a{
	display:inline-block;
	height:55px;
	line-height: 55px;
	text-align: center;
	color: #555;
	font-size:15px ;
	width: 115px;
}
.iner_nav a.active{
	background: #f6ab00;
	color: #fff;
}
.iner_nav a:hover{
	background: #f6ab00;
	color: #fff;
}
._tit{
	text-align: center;
	padding: 100px 0;
}
._tit h3{
	font-size: .55rem;
    text-align: center;
    color: #f6ab00;
}
._tit h2{
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.085;
    margin: 0;
}
._tit h5{
	display: inline-block;
    width: 50px;
    height: 2px;
    background: rgba(0,0,0,.1);
}
.company_l{
	overflow: hidden;
	float: left;
	width: 50%;
	height:100%;
	
}
.company_l>div{
	width: 102%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position:center center !important; 
	-webkit-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -o-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    -moz-transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
    transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
}
.company{
	position: relative;
	height:600px;
}
.company_r{
	float: right;
	width: 50%;
	height:100%;
	background: #ededed;
}
._abouts1{
	margin-bottom: 100px;
}
.company_l:hover >div{
	transform: scale(1.1);
}
.company_txt{
	padding: 55px 70px 55px 50px;
	position: absolute;
	z-index: 3;
	left:46%;
	top:9%;
	bottom:9%;
	right:7%;
	background: #fff;
	box-shadow: 0 6px 40px rgba(128, 128, 128, 0.25);
}
._title1 hr{
	background: rgba(197,164,126,.6);
}
.company_{
    overflow-y: auto;
    position: absolute;
    top: 150px;
    left: 50px;
    right: 70px;
    bottom: 55px;
}
.company_ p{
	margin-bottom: 8px;
}
.company_::-webkit-scrollbar {    width: 5px;height:5px;}/* 滚动槽 */
.company_::-webkit-scrollbar-track {   background:#ccc;   border-radius: 5px;}/* 滚动条滑块 */
.company_::-webkit-scrollbar-thumb {    border-radius: 5px;background: #f6ab00;}
.company_::-webkit-scrollbar-thumb:window-inactive {    background: #f6ab00;}

.nav_se .container::-webkit-scrollbar {    width: 5px;height:5px;}/* 滚动槽 */
.nav_se .container::-webkit-scrollbar-track {   background:#ccc;   border-radius: 5px;}/* 滚动条滑块 */
.nav_se .container::-webkit-scrollbar-thumb {    border-radius: 5px;background: #f6ab00 !important;}
.nav_se .container::-webkit-scrollbar-thumb:window-inactive {    background: #f6ab00 !important;}
._abouts2{
	background: url(../images/culture.jpg);
	height:700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
._abouts2 .container{
	height:100%;
	position: relative;
}
._cul_tit{
	height:auto;
	position: absolute;
	left:8%;
	top:30%;
	z-index: 2;
}
._cul_tit h2{
	font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#fff;
    transform: rotate(90deg);
    position: absolute;
    top:0;
    left:40px;

}
._cul_tit h3{
	font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#fff;
    transform: rotate(90deg);
    position: absolute;
    top:130px;
    left:12px;

}
._cul_tit h5{
	width: 250px;
	font-size: .55rem;
    color:#ccc;
    position: absolute;
    top:160px;
    left:137px;
}
._cul_txt{
	padding:35px  45px;
	background: #fff;
	position: absolute;
	width: 720px;
	height:370px;
	right:8%;
	top:25%;
}
._cul_txt h3{
	margin-bottom: 45px;
	font-size: 18px;
	color: #f6ab00;
}
._cul_txt p{
	margin-bottom: 15px;
}
._abouts3{
	background: url(../images/hisbg.jpg);
	height:550px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
._monav {
    position: relative;
    height: 45px;
    font-weight: 300;
    font-size: 15px;
    background: #f6ab00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
._monav div {
	font-size: 14px;
    margin-right: 5px;
    position: relative;
}
._caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #fff;
    transition:all .36s ease;
}
._monav ._mnav {
    display: none;
    height: auto;
    background: #f8f8f8;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    height: auto;
    overflow: hidden;
}
._mnav li {
    height: 35px;
    line-height: 35px;
    color:#333;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #f6ab00;
}
._mnav li a{
	font-size: 13px;
	color: #777;
}
._caret.trans{
	transform: rotate(180deg);
	
}
/*-----------------------新闻-------------------------*/
.news_list{
	margin: 100px 0 70px 0;
	height:auto;
	overflow: hidden;
}
.news_list li{
	height:260px;
	position: relative;
	float: left;
	margin-left: 3%;
    width: 22.75%;
    margin-bottom: 50px;
}
.news_list li:nth-child(4N+1){
	margin-left: 0;
}
.news_list li a{
	height:100%;
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
}
.news_list li .news_wrapper{
	position: inherit;
	height:100%;
    width: auto;
    top: 120px;
    left:0;
    right:0;
    bottom:0;
    transition: all 0.6s ease 0s;
}
.news_list li .news_wrapper:before{
	content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
.news_list li .newsbody{
	margin-left: 0;
    width: 100%;
    padding-left: 0px;
    margin-top: 0px;
    position: relative;
    display: block;
    vertical-align: middle;
}
.news_list li .date{
	width: 100%;
    font-weight: 300;
    position: absolute;
    top: -80px;
    left: 0px;
    transition: all 0.6s ease 0s;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}
.news_list li .md{
	color: #b0b0b0;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 45px;
    left: 0px;
}
 .news_list li .year {
    color: #565656;
    font-size: 32px;
 }
 .news_list li  .newsbody .title {
    transition: all 0.6s ease 0s;
    padding: 30px 20px 0px 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px !important;
    line-height: 20px;
    color: #848484;
    margin: 18px 0 20px;
}
 .news_list li .newsbody .description {
    margin: 0 auto;
    margin-top: 10px;
    line-height: 22px;
    width: 100%;
    font-size: 12px;
    text-align: left;
    color: #a3a3a3;
    height: 40px;
    overflow: hidden;
   transition: all 0.6s ease 0s;
    margin-left: 0px;
}
 .news_list li .newsbody::after{
	content: "";
    display: block;
    background: url(../images/amore.png)no-repeat -40px -298px;
    width: 40px;
    height: 40px;
    transition: all 0.6s ease 0s;
    position: absolute;
    bottom: 20px;
    left: 300px;
    opacity: 0;
}
 .news_list li .newsbody .title::before {
    content: '';
    width: 0px;
    height: 1px;
    background: #f6ab00;
    position: absolute;
    left: 0px;
    top: 3px;
    transition: all 0.6s ease 0s;
    z-index: 1;
}
 .news_list li .newsbody .title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 0px;
    top: 3px;
    transition: all 0.6s ease 0s;
}
 .news_list li:hover .newsbody::after {
    bottom: -150px;
    left: 300px;
    opacity: 1;
}
 .news_list li:hover .news_wrapper, .news_list li .news_wrapper {
    width: auto;
}
 .news_list li:hover .news_wrapper{
 	    transition-duration: .5s;
 	    top:0;
 }
 .news_list li:hover .newsbody p.date {
    padding: 15px;
    top: 180px;
    height:90px;
    background: #f6ab00;
    transition: all 0.6s ease 0s;
    color: #fff;
}
 .news_list li:hover .md {
    color: #fff;
    padding: 8px 15px 15px 15px;
}
 .news_list li:hover .year {
    color: #fff;
    padding: 15px 15px 0 0;
}
 .news_list li:hover .newsbody .title {
    margin-top: 20px;
    color:#666;
}
 .news_list li:hover .newsbody .title::before {
    width: 100%;
}
._page{
	height:40px;
	line-height: 40px;
	text-align: center;
}

._page_p{
	color:#f6ab00; 
	display: inline-block;
	margin: 0 15px;
	width: 70px;
	height:40px;
	line-height: 40px;
	font-size: 25px;
}
._pagenum a{
	display: inline-block;
	width: 25px;
	height:38px;
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	color:#999;
	font-size: 17px !important;
	margin: 0 5px;
}
._pagenum a.active{
	border-bottom: 1px solid #f6ab00;
	color: #f6ab00;
	
}
._newshead{
	padding: 100px 0 0 0;
	
}
._newshead h2{
	padding-bottom: 25px;
	font-size: 20px;
}
.sh_l{
	float: left;
}
.sh_l span {
	font-size: 14px;
    margin: 0 20px 0 0;
    padding-left: 28px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.sh_l .span-date{
	    background: url(../images/clock.png) no-repeat left;
}
.sh_l .span-num{
	    background: url(../images/look.png) no-repeat left;
}
.news_recom{
	padding-top: 100px;
	width: 400px;
	float: right;
}
.news_b{
	margin-right:580px;

}
.recom_t{
	margin-bottom: 30px;
	width: 90px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#999;
	border:1px solid #ccc;
}
.sh{
	padding-bottom: 70px;
	border-bottom: 1px solid #ededed;
}
.newscont{
    padding: 50px 0 40px 0;
}
.newscont p{
	margin-bottom: 10px !important;
	font-size: 15px !important;
}
.news_recom li{
	padding: 28px 0 0 0;
	border-top: 1px solid #ccc;
	transition: all .36s ease;
}
.news_recom li h3{
	margin: 0 0 15px 0;
	font-size: 15px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_recom li p{
	color:#999;
}
.news_recom li:hover{
	border-top: 1px solid #f6ab00;
	padding-left: 20px;
}
.a_back{
	cursor: pointer;
	float: right;
	display: block;
	padding: 0 45px;
	height:35px;
	line-height: 35px;
	border: 1px solid #f6ab00;
	font-size: 15px;
	background:#f6ab00 ;
	color:#fff;
}
.a_back:hover{
	color:#fff;
}
.news_pag{
	border-top: 1px solid #ededed;
	padding: 30px 0 0 0;
	height:auto;
	overflow: hidden;
}
.previ {
	float:left;
    display: block;
    width: 143px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #b5b5b5;
}
.previ i {
    background: url(../images/arrow1.png) center no-repeat;
    margin-right: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
    width: 10px;
    height: 11px;
    transition: 0.28s;
}
.previ:hover {
	color:#fff;
	background: #f6ab00;
}
.previ:hover i{
	background: url(../images/arrow3.png) center no-repeat;
}
.nexti {
	float:right;
    display: block;
    width: 143px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #b5b5b5;
}
.nexti i {
    background: url(../images/arrow2.png) center no-repeat;
    margin-left: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
    width: 10px;
    height: 11px;
    transition: 0.28s;
}
.nexti:hover {
	color:#fff;
	background: #f6ab00;
}
.nexti:hover i{
	background: url(../images/arrow4.png) center no-repeat;
}
.social-share{
	padding-left: 0 !important;
	margin: 0;
}
._map{
	height:680px;
	position: relative;
	}
#map{
	height:680px;
	position: absolute;
	left: 0;
	top:0;
	right:0;
	bottom:0;
	z-index: 1;
}
.mapcover{
	
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	right:0;
	z-index: 1;
	background: rgba(0,0,0,.2)
}
.online_box{
	background: #fff;
	box-shadow: 0 7px 17px rgba(6,6,6,.14);
	width: 1200px;
	height:480px;
	position: absolute;
	left:50%;
	margin-left: -600px;
	bottom:-300px;
	z-index: 3;
}
.mapbg{
	position: relative;
	height:450px;
}
.online_l{
	height: 100%;
	width: 50%;
	float: left;
	padding: 50px 50px;
}
.online_r{
	background: #f6ab00;
	height: 100%;
	width: 50%;
	float: left;
	padding: 55px 40px 50px 50px;
}
.online_l input{
	display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #595959;
    font-size: 14px;
    border-bottom: 1px solid lightgray;
    margin-top: 5px;
}
.online_l textarea{
	margin-top: 25px;
    height: 100px;
    resize: none;
    color: #777;
	display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #595959;
    font-size: 14px;
    border-bottom: 1px solid lightgray;
}
.online_l input:focus{
	border-bottom:1px solid #f6ab00;
}
.online_l textarea:focus{
	border-bottom:1px solid #f6ab00;
}
.online_l button{
	outline: none;
	margin-top: 30px;
	padding: 0;
	display: block;
    width: 150px;
    height:45px;
    line-height: 45px;
    color:#fff;
    background: #f6ab00;
    border: 1px solid #f6ab00;
    border-radius: 25px !important;
    font-size: 15px;
    box-shadow: 0 15px 34px rgba(197, 164, 126, 0.5);
}
.mapbg_{
	background: url(../images/online.jpg) 50% 201px no-repeat fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.online_t{
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    font-size: .45rem;
    color: #fff;
}
.online_r li{
	padding-left: 32px;
	position: relative;
	list-style: none;
	color:#fff;
}
.online_r ul{
	padding-top:100px;
}
.online_r li strong{
	font-size: 18px;
}
.online_r li:before{
	left:0;
	position: absolute;
    top: 50%;
    margin-top: -12px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    content: '';
}
.online_r li p{
	font-size: 15px !important;
}
.online_r li:nth-child(1):before{background: url(../images/icon1.png);}
.online_r li:nth-child(2):before{background: url(../images/icon2.png);}
.online_r li:nth-child(3):before{background: url(../images/icon3.png);}
.online_r li:nth-child(4):before{background: url(../images/icon4.png);}
.online_r li:nth-child(5):before{background: url(../images/icon5.png);}
.ser_s1{
	padding-bottom: 70px;
}
.serv_item{
	float: left;
	width:30%;
	margin-left: 5%;
	padding: 30px 30px;
}
.serv_item:first-child{margin-left: 0;}
.net_l{
	padding-top: 70px;
	float: left;
	width: 50%;
	text-align: center;
}
.net_r{
	float: right;
	width: 45%;
}
.net_r img{
	width: 100%;
}
.net{
	max-width: 1300px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 0 0 70px 0;
}
.net_l h2{
	font-size: 17px;
}
.net_l h3{
	font-size: 22px;
	color: #f6ab00;
	margin: 30px 0 30px 0;
}
.net_l p{
	font-size: 14px !important;
}
.net_l hr{
	display: inline-block;
	width: 20px;
	height:1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #777;
}
.net_l  li{
	display: inline-block;
	margin: 20px 30px;
}
.net_l  li h5{
	font-size: 35px;
	font-weight: bold;
}
.net_l  li h5 span{
	font-size: 35px;
	font-weight: bold;
}
.net_l  li span{
	font-size: 17px;
}
.ser_s2{
	height:550px;
	position: relative;
	padding: 70px 0 70px 0;
}
.ser_s2 ._tit{
	position: relative;
	padding: 30px 0;
	z-index: 4;
}
.ser_s2 ._tit h2{
	opacity: 1;
	color: #fff;
}
.ser_s2 ._tit h3{
	color: #fff;
}
.ser_s2 ._tit h5{
	background: #fff;
}
.ser_s2 li{
	height:375px;
    width: 370px;
	margin: 0 2%;
	display: inline-block;
	padding: 40px 40px;
	background: #fff;
	box-shadow: 0 30px 50px rgba(0,0,0,.2);
	text-align: center;
}
.ser_s2 ul{
	position: absolute;
	bottom:-200px;
	left:0;
	right:0;
	z-index: 4;
	text-align: center;
	height:auto;
	overflow: hidden;
	padding-bottom: 100px;
}
.ser_s2 .wp{
	position: relative;
	height:100%;
	z-index: 4;
}
.ser_s3{
	padding: 200px 0 70px 0;
}
.ser_s2 .parallax{
	background: url(../images/_banner25.jpg) 50% 201px no-repeat fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.ser_s2 li h4{
	font-size: 20px;
	margin: 20px 0 25px 0;
}
.ser_s2 li p{
	line-height: 22px;
	height:110px;
}
.ser_s2{
	height:550px;
	position: relative;
	padding: 70px 0 70px 0;
}
.ser_s3 li{
	margin-bottom: 60px;
	cursor: pointer;
	float: left;
	width: 33.3%;
	text-align: center;
	transition:all .36s ease;
	
}
.ser_s3 li h3{
	font-size: 20px;
	margin: 30px 0 20px 0;
}
.ser_s3 li:hover{
	transform: translateY(-10px);
}
.ser_s3 li >div{
	width: 80%;
	padding: 40px 50px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #ddd;
	border: 1px solid #ddd;
	border-radius: 5px;
    background-color: #f8f8f8;
}
.join_s1{
	background: url(../images/joinbg1.jpg);
	background-repeat:no-repeat ;
	background-position: center center;
	padding-bottom: 40px;
}
.join_s1 ul{
	height: auto;
	overflow: hidden;
}
.join_s1 li{
	margin-bottom: 70px;
	width: 33.3%;
	float: left;
}
.join_s1 li>div{
	height:350px;
	width: 80%;
    padding: 55px 0 40px 0;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #ddd;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}
.join_s1 li .adv_t{
	position: relative;
    margin-bottom: 45px;
    width: 172px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 20px;
    background-color: #f6ab00;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.join_s1 li p{
	padding: 0 45px;
	line-height: 25px;
}
.adspan{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	position: absolute;
	right:5px;
	top:50%;
	transform: translateY(-50%);
}
.adspan img{
	width: 30px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.join_s2{
	padding: 0 0 70px 0;
	position: relative;
}

.join_s2 .parallax{
	background: url(../images/joinbg2.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.join_s2 h2{
	color:#fff;
	opacity: 1;
}
.join_s2 h3{
	color:#fff;
}
.join_s2 h5{
	background:#fff;
}
.join_s2 .wp{
	position: relative;
	z-index: 4;
}
.join_s2 ul{
	height: auto;
	overflow: hidden;
}
.join_s2 ul li{
	margin-bottom: 40px;
	width: 25%;
	float: left;
}
.join_s2 ul li  >div{
	width:80%;
	margin-left: auto;
	margin-right: auto;
	padding: 45px 0;
	background: rgba(255,255,255,.3);
}
.cir_1{
	width: 110px;
	height: 110px;
	border-radius: 100%;
	background:rgba(255,255,255,.4) ;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.cir_2{
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background:#f6ab00;
	position: absolute;
	top:10px;
	left:10px;
}
.cir_2 img{
	width: 46px;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.join_s2 ul li h2{
	font-size: 18px;
	text-align: center;
	margin-top: 35px;
}
.join_s3{
	padding-bottom: 40px;
	background: #f8f8f8;
}
.join_s3 ._tit p{
	display: block;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}
.join_s3 li{
	width: 25%;
	float: left;
	margin-bottom: 45px;
}
.join_s3 li>div{
	cursor: pointer;
	text-align: center;
	padding: 40px 30px 30px 30px;
	height:215px;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	position: relative;
	box-shadow: 0 30px 50px rgba(0,0,0,.2);
	border: 2px solid #fff;
	transition:all .36s ease;
}
.join_s3 li p{
	margin-top: 25px;
	margin-bottom: 0;
}
.join_s3 li>div:after{
	content: '';
    position: absolute;
    width: 14px;
    height: 23px;
    background: url(../images/jt6.png);
    right: -13px;
    top: 50%;
    margin-top: -12px;
    z-index: 4;
}
.join_s3 li:nth-child(4)>div:after{
	transform: rotate(90deg);
	left: 50%;
	top:102%
}

.join_s3 li:nth-child(8)>div:after,.join_s3 li:nth-child(6)>div:after,.join_s3 li:nth-child(7)>div:after{
	transform: rotate(180deg);
	 left: -13px;
    top: 50%;
    margin-top: -12px;
}
.join_s3 li:nth-child(5)>div:after{
	display: none;
}
.join_s3 li>div:hover p{
	color: #f6ab00;
}
.join_s3 li>div:hover{
	border: 2px solid #f6ab00;
}
.join_s3 li>div:hover:after{
	background: url(../images/jt7.png);
}
.join_s4{
	background: url(../images/joinbg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
._form{
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 50px;
}
._form .input{
	margin-bottom: 50px;
	float: left;
	margin-left: 5%;
	width: 30%;
}
._form .input:first-child{margin-left: 0;}
._form .input input{
	padding: 0 10px;
	outline: none;
    color: rgba(0,0,0,.5);
    font-size: 16px;
    background: transparent;
    border: none;
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0,0,0,.2);
    outline: none !important;
}
._form .input input::-webkit-input-placeholder{
	color:#999;
}
.textarea{
	width: 100%;
}
.textarea textarea{
    padding: 0;
    border: none;
    width: 100%;
    height: 115px;
    background: transparent;
    outline: none;
    resize: none;
    color: rgba(0,0,0,.5);
    font-size: 16px;
    margin-top: 40px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
._form button{
	outline: none;
    margin-top: 40px;
    padding: 0;
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #f6ab00;
    border: 1px solid #f6ab00 ;
    border-radius: 25px !important;
    font-size: 15px;
    box-shadow: 0 15px 34px rgba(197, 164, 126, 0.5);
    margin-left: auto;
    margin-right: auto;
	
}
.proul{
	padding: 0 30px 70px 30px;
	height: auto;
	overflow: hidden;
}
.proul li{
	cursor: pointer;
	position: relative;
	float: left;
	margin-left: 2%;
	width:23.5% ;
	margin-bottom: 40px;
	transition: all .38s cubic-bezier(.62, .02, .34, 1);
}

.proul li .product_img{
	height:auto;
	overflow: hidden;
}
.proul li .product_img img{
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.proul li:hover .product_img img{
	transform: scale(1.1);
}
._prosection{
	padding-bottom: 70px;
	background: #fff;
}
.proul li .product_t{
	width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-out .3s;
    z-index: 1;
    opacity: 0;
}
.proul li .product_t >div{
	text-align: center;
	position: absolute;
	left:0;
	width: 100%;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
}
.proul li .product_t >div h3{
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #f6ab00;
	transform: translateY(-10px);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.proul li .product_t >div h4{
	transform: translateY(10px);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.proul li .product_t >div h5{
	transform: translateY(10px);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.proul li .product_t >div p{
	margin-bottom: 0;
	font-size: 18px;
	color: #999;
	transform: translateY(10px);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.proul li:hover .product_t{
	opacity: 1;
}
.proul li:hover .product_t >div h3{
	transform: translateY(0);
}
.proul li:hover .product_t >div h4{
	transform: translateY(0);
}
.proul li:hover .product_t >div h5{
	transform: translateY(0);
}
.proul li:hover .product_t >div p{
	transform: translateY(0);
}
.proul li .product_t:before{
	left: 15px;
	right: 15px;
	top:10px;
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	background: #999;
	transform: scale(0);
	transition: all .38s cubic-bezier(.62, .02, .34, 1);
}
.proul li:hover .product_t:before{
	transform: scale(1);
}

.proul li .product_t:after{
	left: 15px;
	right: 15px;
	bottom:10px;
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	background: #999;
	transform: scale(0);
	transition: all .38s cubic-bezier(.62, .02, .34, 1);
}
.proul li:hover .product_t:after{
	transform: scale(1);
}
.proul li:hover{
	    box-shadow: 0 30px 50px rgba(0,0,0,.2);
}
.iner_nav.pro a:last-child{
	width: 125px;
}
.modal-right-bt{
	text-align: right;
}
.modal-right-bt  button{
	margin-left: 15px;
	width: 40px;
	height:40px;
	background:#f6ab00 ;
	border: none;
	outline: none;
	border-radius:5px;
	background-position:center center;
	background-repeat:no-repeat ; 
	background-size: 25px;
}
.modal-left{
	width: 70%;
	float:left;
	
}
.modal-right{
	margin-left: 73%;
}
.modal-right-bt  button.disabled{
	cursor:not-allowed;
	}
.modal-right-bt  button.prev{
	background-image: url(../images/btn_l.png);
}
.modal-right-bt  button.next{
	background-image: url(../images/btn_r.png);
}
.showimg img{
	width: 100%;
}
.modal-body{
	height:auto;
	overflow: hidden;
}
#title{
	padding-top: 8px;
	font-size: 18px;
	line-height: 40px;
}
.modal-right hr{
	margin-top: 15px;
	margin-bottom: 25px;
}
.descrip p,.descrip h4,.descrip h5{
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}
.modal-right-bt{
	position: absolute;
	bottom:15px;
	right:15px;
}
.modal-content .close{
	position: absolute;
    right: 0px;
    top: -40px;
    width: 40px;
    height: 40px;
    background-color: #f6ab00;
    opacity: 1;
    background-image: url(../images/close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.modal-content .close:hover{
	opacity: 1;
}

.in_section4 li div span.span11{
	font-size: 54px;
    color: #3c3c3c;
    font-family: Arial;
    text-align: center;
    margin-top: 15px;
    color: #666;
}
.in_section4 li div span i{
	font-style: normal;
}
.nav_se{
	font-size: 12px;
    color: #666;
    height: 63px;
    line-height: 63px;
    margin-bottom: 38px;
    background-color: #f4f4f4;
}
.nav_se a{
	color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    padding-left: 10px;
    background: url(../images/ico-14.png) left center no-repeat;
}
.nav_se a.active{
	color: #f6ab00;
}
._mnav li a{
	display: block;
	width: 100%;
	height:100%;
	line-height: 35px;
}
._mnav li.active{
	background: #f6ab00;
	border-top:1px solid #fff;
}
._mnav li.active a{
	color:#fff;
}
.modal-dialog{
	margin-top: 0 !important;
	width: 92%;
	position: absolute;
	left: 50%;	
	top:50%;
	transform: translate(-50%,-50%) !important;
}
.footer a{
	color: #999;
}
