
@charset "utf-8";
*{margin: 0;
  padding: 0;
  line-height: inherit;
  vertical-align: baseline;
}

body{
	font: 14px/1.7 "RobotoMono-Regular","Open Sans","PingFang SC","source-han-sans-simplified-c", "Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
	overflow-x: hidden;
	color: #fff;
	background-color: #616161;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,form,span,input,a,div{ margin:0px; padding:0px; font-style:normal; border:0;font-weight: normal;}	
input, button, select { font-size:100%; box-sizing:border-box;margin:0; padding:0; vertical-align:middle; border:0px solid #ccc; outline:none;line-height:normal; color: #797979;;}
img {border:0px;border:none;}
ul,li{ list-style:none;}
a { -webkit-transition:all 0.3s ease;transition:all 0.3s ease;text-decoration:none; outline:none;color:inherit;}
a:hover { color:#fff;}
.w1000{width:1000px;}
.w1100{width:1100px;}
.w100 { width:100%; }
.md {margin:0 auto; }
.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}
ul::after {content: "."; clear: both; display: block; height: 0; overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear {clear:both;}
.bg-none {background:none;}
.pr {position: relative;}
.pa {position: absolute;}
.font-gary {
	color: #797979;
}

::-webkit-scrollbar { width: 5px;-webkit-appearance: none;}
::-webkit-scrollbar-track {background-color: transparent;border-radius: 8px;}
::-webkit-scrollbar-thumb {background-color: #777777;border-radius: 8px; }
::-webkit-scrollbar-thumb:window-inactive {background-color: #777777;}


@font-face
{
font-family: "RobotoMono-Bold";
src: url('font/RobotoMono-Bold.ttf'); 
}
@font-face
{
font-family: "RobotoMono-Medium";
src: url('font/RobotoMono-Medium-7.ttf'); 
}
 @font-face
 {
 font-family: "RobotoMono-Light";
 src: url('font/RobotoMono-Light-5.ttf'); 
 }
 @font-face
 {
 font-family: "RobotoMono-Regular";
 src: url('font/RobotoMono-Regular-9.ttf'); 
 }

 body {
	font: 14px/1.7 "RobotoMono-Regular","Open Sans","PingFang SC","source-han-sans-simplified-c", "Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
 }
 .font-gary {
    color: #797979;
}
/**/

.l-header {
    background-color: transparent;
    /*width: 300px;*/
    top: 0;
	right: 0;
	position: fixed;
    height: 75px;
	z-index: 2;
}
.l-header .header-nav {
	z-index: 99999;
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	height: 75px;
}
.out .l-header .header-nav {position: fixed;}

.l-header .logo {
    width: 100px;
    height: 45px;
    position: absolute;
    top: 20px;
    left: 0px;
    opacity: 1;
    transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
}

.l-header .logo img {
   /* width: 92px;*/
    display: block;
}


.displayNav1,.displayNav2 {
	display: flex;
	align-items: center
}

.displayNav2 {
    margin-top: 0px;
    padding-right: 0px;
    position: absolute;
    right: 0px;
    top: 8px;
}

.menuIcon {
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 22px;
	padding: 15px 0;
	margin: 0
}

.menuIcon .icon11 {
	position: relative;
	opacity: 1;
	border: none;
	text-align: center;
	margin: 0;
	cursor: pointer;
	border-radius: 16px;
	transition: border-radius .5s ease;
    /*width: 300px;*/
    height: 35px;
}

body.out .menuIcon .icon11 {
	border-radius: 0;
	background: url(../static/picture/menu_close.png) no-repeat center;
    background-size: 35px;
}

#index .logo {
	opacity: 0;
	transform: translateY(-120px)
}



.menuLateral {
	background: #000;
	z-index: 9999;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	will-change: transform;
	transform: translateY(-100%);
	transition: transform 450ms ease-in-out;
	height: 100%
}
.menuLateral.out {
	transform: translateY(0);
	transition: transform .5s cubic-bezier(.1,.71,.53,1.04);
	background: #292929;
}
.container-fluid {
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.menuLateral .container-fluid,.menuLateral .container-fluid .products,.menuLateral .container-fluid .row {
	height: 100%
}
.container-fluid .row {
    display: block;
    text-align: center;
	height: 100%;
}	
.menuLateral .menu {
	opacity: 0;
	height: 100%;
}
.menu-fade, .social-menu-fade {
    transform-origin: 50% 50%;
    opacity: 0;
    opacity: 1\9;
}
.menu-fade {
    -webkit-animation: slide-down-fade-in ease .9s;
    animation: slide-down-fade-in ease .9s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
#top-menu {
	font-style: normal;
    font-size: 40px;
    line-height: 1.45;
    color: #ffffff;
    position: absolute;
    text-align:left;
    padding-top: 5%;
    padding-top: 150px;
    left: 5%;
	flex: 0 1 50%;	
    width: 60%;
}
#top-menu li {
	float: left;
	width: 40%;
    margin-bottom: 30px;
}
#top-menu li.li4 {
	margin-bottom: 0;
}
#top-menu li.li2 {
	margin-bottom: 70px;
}
.menu_contact {
    position: absolute;
    bottom: 6%;
    width: 100%;
    left: 0;
    opacity: 1;
	color: #fff;
}	
.menu_contact .contact_inn .bigt {
	position: absolute;
	left: 0;
	top: -10px;
	text-align: left;
}
.menu_contact .contact_inn .bigt h2{
	font-size: 34px;
	padding-bottom: 70px;
}
.menu_contact .contact_inn .bigt .lang a{
	color: #797979;
	font-size: 16px;
}
.menu_contact .contact_inn .bigt .lang a:hover {
	color: #fff;
}
.menu_contact .office-local {
	width: auto;
	margin-left: 20%;
	margin-right: 5%;
}
.menu_contact .office-local .local {
	float: left;
	margin-right: 5%;
	width: 20%;
	text-align: left;
}
.menu_contact .office-local h3 {
	font-size: 18px;
	padding-bottom: 15px;
}
.menu_contact .office-local p {
	font-size: 13px;
	line-height: 16px;
}
.menu_contact .office-local .social {
	position: absolute;
	right: 0;
	width: auto;
	float: none;
	margin-right: 0;
}
.menu_contact .office-local .social a {
	text-decoration:underline ;
	display: block;
	font-size: 16px;
	line-height: 22px;
}


.slide-up-fade-in {
	animation: slide-up-fade-in ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation: slide-up-fade-in ease 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: slide-up-fade-in ease 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: forwards;
	-o-animation: slide-up-fade-in ease s;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: forwards;
	-ms-animation: slide-up-fade-in ease 1s;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode: forwards
}

.slide-up-fade-in,.slide-up-fade-in-logo {
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	opacity: 0;
	opacity: 1\9
}

.slide-up-fade-in-logo {
	animation: slide-up-fade-in ease 1.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation: slide-up-fade-in ease 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: slide-up-fade-in ease 1.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: forwards;
	-o-animation: slide-up-fade-in ease 1.5s;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: forwards;
	-ms-animation: slide-up-fade-in ease 1.5s;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode: forwards
}



.social-menu-fade {
	-webkit-animation: slide-down-fade-in ease .9s;
	animation: slide-down-fade-in ease .9s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}


.menu__item a {
	position: relative;
    color: #ff771f;
    font-size: 28px;
    font-weight: 500;
}
.menu__item a i {
    display: inline-block;
    position: relative;
    width: 0px;
    height: 3px;
    background: #1a1a1a;
    bottom: 0px;
    -webkit-transition: width .7s ease;
    transition: width .7s ease;
	margin-left: 3px;
}
.menu__item p a::after {
	content: "";
    position: absolute;
}

.menu__item a:hover i {
	width: 28px;
    background: #fe761f;
}
.right-tp-1 {
    width: 40%;
	float: right;
}
.right-tp-1 .tp-fl {
	float: left;
	width: 49%;
    height: 100%;
}
.right-tp-1 .tp-rt {
	float: right;
	width: 49%;
    height: 100%;
}
.right-tp-1 .zero-zu {
	background-position: center;
    background-size: cover;
    height: 10vh;
    width: 100%;
    margin-top: 0;
}
.right-tp-1 .one-zu {
	background-position: center;
    background-size: cover;
    height: 65vh;
    width: 100%;
    margin-top: 1vh;
}
.right-tp-1 .two-zu {
	background-position: center;
    background-size: cover;
    height: 25vh;
    width: 100%;
    margin-top: 1vh;
	position: relative;
}
.right-tp-1 .two-zu::after {
	position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7));
    transition-property: opacity;
    transition-delay: var(--transition-delay);
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing);
}
.right-tp-1 .three-zu {
	background-position: center;
    background-size: cover;
    height: 65vh;
    width: 100%;
    margin-top: 0;
	position: relative;
}
.right-tp-1 .three-zu::after {
	position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));
    transition-property: opacity;
    transition-delay: var(--transition-delay);
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing);
}

.right-tp-1 .four-zu {
	background-position: center;
    background-size: cover;
    height: 25vh;
	height: 40vh;
    width: 100%;
    margin-top: 1vh;
	position: relative;
}
.menu__item p {}
.menu__item p a {
	display: block;
    line-height: 28px;
    height: 28px;
    margin-bottom: 3px;
    font-size: 17px;
    color: #fff;
    font-weight: normal;
	position: relative;
}

.menu__item p a:hover {padding-left: 5px;}

.bottom-contanct {
	position: absolute;
    left: 5%;
    bottom: 7%;
    color: #9e9e9e;
    text-transform: uppercase;
}
.bottom-contanct .fu {
	line-height: 32px;
    padding-right: 20px;
    font-size: 16px;
    color: #fff;
}
.bottom-contanct .fu.lang {
	margin-left: 40px;
}
.bottom-contanct .fu.lang a {
	color: #fff;
}
.bottom-contanct .fu.lang a:hover {
	color: #fe761f;
}
.bottom-contanct .wechat {
	background: url(icon-weichat.png) no-repeat center;
	width: 32px;
	height: 32px;
	background-size: 32px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}
.bottom-contanct .code-pic {
	position: absolute;
    top: -150px;
    background: #fff;
    color: #333;
    left: -40px;
	display: none;
}
.bottom-contanct .code-pic img{
	width: 120px;
}
.bottom-contanct .wechat:hover .code-pic {
	display: block;
}
.bottom-contanct .xcx:hover .code-pic {
	display: block;
}

.bottom-contanct .xcx {
	background: url(icon-xcx.png) no-repeat center;
	width: 32px;
	height: 32px;
	background-size: 32px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}



@media screen and (max-width:1500px){
	#top-menu {
		padding-top: 3%;
	}
	.bottom-contanct {bottom: 5%;}

}

@media screen and (max-width:1380px){

}



@-webkit-keyframes slide-down-fade-in {
	0% {
		opacity: 0;
		transform: translateY(-40px)
	}

	to {
		opacity: 1;
		transform: translate(0)
	}
}

@keyframes slide-down-fade-in {
	0% {
		opacity: 0;
		transform: translateY(-40px)
	}

	to {
		opacity: 1;
		transform: translate(0)
	}
}

@keyframes slide-up-fade-in {
	0% {
		opacity: 0;
		transform: translateY(40px)
	}

	to {
		opacity: 1;
		transform: translate(0)
	}
}

@-webkit-keyframes slide-up-fade-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px)
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0)
	}
}


