﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow-x: hidden;
}
body.menu-open {
	overflow-y: hidden!important;
}
body, html {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
@media screen and (max-width:991.8px) {
body, html {
	font-size: 0.9375rem;
}	
}
.font-en {
	font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
}
@font-face {
	font-family: 'en';
	src: local('☺'), url(../font/HelveticaNeueLTPro-HvCn.otf);
	font-weight: normal;
	font-style: normal;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:hover, a:focus, input:hover, input:focus, button:focus, button:hover {
	outline: none;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
img {
	max-width: 100%;
}
pre {
	display: block;
	border: none;
	background: none;
	padding: 0px;
	white-space: pre-wrap;
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#333;
}
/*滚动条设置*/

/*表格边框样式*/
table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
table td {
	font-size: 0.875rem;
	line-height: 1.25em;
	padding: 8px 15px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
table td p {
	margin: 0px;
}
/*boostrap遮罩层导致页面抖动*/
.modal-open {
	overflow: scroll !important;
}
.orange {
	color: #eb5b01;
}
/*语言*/
.evaluate {
	margin: 1em 0;
	width: 100%;
	-webkit-column-count: 2;
	-webkit-column-gap: 8vw;
}
.evaluate:before {
	content: " “ ";
	font-family: "en";
	font-size: 2rem;
	line-height: 1.75rem;
	vertical-align: bottom;
	color: #ccc;
	margin-right: 5px;
}
.evaluate:after {
	content: " ” ";
	font-family: "en";
	font-size: 2rem;
	line-height: 1.75rem;
	vertical-align: bottom;
	color: #ccc;
	margin-left: 5px;
}
.evaluate p {
	display: inline-block;
	text-indent: 2em;
}
@media screen and (max-width:1199.8px) {
.evaluate {
	-webkit-column-gap: 4vw;
}	
}
@media screen and (max-width:767.8px) {
.evaluate {
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
}	
}
/*页面内容宽度*/
@media(min-width:992px) {
.container {
	width: 90vw;
	max-width: 90vw;
}
}

@media screen and (max-width:1199.8px) {
.container {
	width: 96vw;
	max-width: 96vw;
}
}
/*页面haed*/
	
/*头部*/	
#head {
	display: flex;
	flex-wrap: nowrap;
	height: 90px;
	padding-top: 0;
	padding-bottom: 0;
	background: rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: all 0.4s;
}
.head_white_bg #head {
	background: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,0);
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
}
/*头部标志*/
.navbar-brand {
	height: 100%;
	display: flex;
	align-items: center;
}
.navbar-brand img {
	height: 56px;
}
/*头部导航*/
#head {
	padding: 0 6%;
}
#head .navbar-nav {
	padding-right: 30px
}
#head .navbar-nav li {
	margin: 0 10px;
}
#head .navbar-nav li a {
	position: relative;
	display: inline-block;
	padding: 0 1.25rem;
	font-size: 1rem;
	line-height: 2em;
	color: #fff;
}
.head_white_bg #head .navbar-nav li a {
	color: #333;
}
#head .navbar-nav li a:hover {
	color: #eb5b01;
}
#head .navbar-nav li.on a {
	color: #fff;
}
#head .navbar-nav li.on a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #eb5b01;
}
.shop {
	display: flex;
}
.shop .language {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	transition: all .3s;
}
.head_white_bg .shop .language {
	color: #fff;
	background: #eb5b01;
}
.shop-call {
	font-size: 1.25rem;
	line-height: 2.25rem;
	font-weight: bold;
	color: #fff;
	transition: all .3s;
}
.shop-call span {
	display: inline-block;
	margin-left: 15px;
	margin-right: 6px;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-weight: normal;
	color: #fff;
	vertical-align: bottom;
	transition: all .3s;
}
.head_white_bg .shop-call span, .head_white_bg .shop-call {
	color: #eb5b01;
}

@media screen and (max-width: 1599.8px) {
#head .navbar-nav li a {
	padding: 0 1rem;
	font-size: 0.875rem;
}
.shop .shop-call {
	display: none;
}
}

@media screen and (max-width: 1199.8px) {
#head .navbar-collapse {
	display: none!important;
}
}
/*头部菜单按钮*/
.menu-button {
	position: fixed;
	z-index: 1081;
	top: 0;
	right: 0px;
	display: none;
	width: 90px;
	height: 90px;
	border: none;
	padding: 0;
	font-size: 0;
	background: #eb5b01;
	transition: all 0.3s ease-in-out;
}
.menu-open .menu-button {
	background: #f2f2f2;
}
.menu-button span {
	width: 24px;
	height: 2px;
	border-radius: 6px;
	background-color: #f7f7f7;
	display: block;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-open .menu-button span {
	background-color: #333;
}
.menu-button:hover {
	cursor: pointer;
}
.menu-open .menu-button span:nth-child(2) {
	opacity: 0;
}
.menu-open .menu-button span:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.menu-open .menu-button span:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

@media screen and ( max-width:1199.8px) {
.menu-button {
	display: block;
}
.shop {
	display: none;
}
}

@media screen and ( max-width: 991.8px) {
#head {
	height: 70px;
}
.navbar-brand img {
	height: 32px;
}
.menu-button {
	width: 70px;
	height: 70px;
}
}

@media screen and ( max-width: 767.8px) {
#head {
	height: 56px;
}
.navbar-brand img {
	height: 28px;
}
.menu-button {
	width: 56px;
	height: 56px;
}
}
/*菜单*/
#menu {
	position: fixed;
	z-index: 1080;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	background: url(../images/menu_bg.jpg) center no-repeat, #fff;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.menu-open #menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
.menu-navbar-brand {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 10%;
	height: 90px;
	display: flex;
	align-items: center;
}
.menu-navbar-brand img {
	height: 56px;
}
.menu-nav {
	counter-reset: compteListe;
	padding-left: 3rem;
}
.menu-nav li {
	-webkit-transform: translateY(6vh);
	-moz-transform: translateY(6vh);
	-ms-transform: translateY(6vh);
	transform: translateY(6vh);
	opacity: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.menu-open #menu .menu-nav li {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.menu-nav>li>a {
	position: relative;
	font-size: 2rem;
	line-height: 2em;
	color: #333;
	transition: all .4s
}
.menu-nav>li>a:hover, .menu-nav>li.on>a {
	color: #eb5b01;
	text-decoration: underline;
}
.menu-nav>li>a::before {
	counter-increment: compteListe 1;
	content: "0" counter(compteListe);
	position: absolute;
	z-index: 1;
	bottom: 2px;
	left: -2rem;
	font-size: 1rem;
	line-height: 1em;
	font-weight: bold;
	color: inherit;
}
#menu .menu-contact {
	display: flex;
	align-items: flex-end;
	font-size: 0.85rem;
	line-height: 1.25em;
	color: #666;
}
#menu .menu-contact>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 6%;
	border-left: 1px solid #ebebeb;
	font-size: 0.85rem;
	line-height: 1.5em;
	color: #666;
}
#menu .menu-contact .menu-title {
	width: 100%;
	margin-bottom: 2rem;
	font-size: 1.5rem;
}
#menu .menu-contact div p {
	width: 48%;
}
#menu .menu-contact div p, #menu .menu-contact div .menu-title {
	-webkit-transform: translateY(6vh);
	-moz-transform: translateY(6vh);
	-ms-transform: translateY(6vh);
	transform: translateY(6vh);
	opacity: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s
}
.menu-open #menu .menu-contact div p, .menu-open #menu .menu-contact div .menu-title {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
#menu .menu-contact a {
	color: #666;
}
#menu .menu-contact a:hover {
	color: #eb5b01;
}
p.icon {
	position: relative;
	padding-left: 30px;
}
p.icon:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	font-size: 1.25rem;
	width: 20px;
	height: 20px;
	line-height: 1em;
	text-align: center;
	color: #4d4d4d;
}

@media screen and ( max-width: 1199.8px) {
.menu-navbar-brand {
	padding: 0 6%;
}
.menu-nav>li>a {
	font-size: 1.5rem;
	line-height: 2em;
}
}

@media screen and ( max-width: 991.8px) {
#menu {
	display: block;
	align-items: flex-start;
	padding-top: 90px;
	overflow-y: auto;
}
.menu-navbar-brand {
	height: 70px;
}
.menu-navbar-brand img {
	height: 32px;
}
#menu .menu-contact div {
	padding-left: 0;
	padding-top: 6vh;
	padding-bottom: 4vh;
	margin-top: 6vh;
	border-top: 1px solid #ebebeb;
	border-left: none;
	font-size: 0.85rem;
}
#menu .menu-contact div .menu-title {
	font-size: 1.5rem;
}
}

@media screen and (max-width:991.8px) {
.menu-nav>li>a {
	font-size: 1.25rem;
}
#menu .menu-contact div .menu-title {
	font-size: 1.25rem;
}
#menu .menu-contact div p {
	width: 100%;
	font-size: 0.85rem;
}
}
/*首页通用*/
.section {
	background-position: center;
	background-size: cover;
}
#index-menu {
	position: fixed;
	left: 1.5rem;
	top: 40%;
	z-index: 2;
	padding: 10px 0px;
}
#index-menu li {
	margin: 15px;
}
#index-menu a {
	position: relative;
	z-index: 1;
	display: block;
}
#index-menu a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	background: #ccc;
	transition: all .4s;
}
#index-menu .active a:before, #index-menu a:hover:before {
	background: #fff;
}
#index-menu a:after {
	content: "";
	position: absolute;
	z-index: -2;
	top: -3px;
	left: -3px;
	width: 12px;
	height: 12px;
	background-color: #eb5b01;
	border-radius: 50%;
	transform: scale(0);
	transition: all .4s;
}
#index-menu .active a:after, #index-menu a:hover:after {
	content: "";
	transform: scale(1);
}
#index-menu a span {
	position: absolute;
	left: 200%;
	top: -0.25em;
	font-size: 0.9375rem;
	line-height: 1em;
	white-space: nowrap;
	color: #eb5b01;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}
#index-menu a:hover span, #index-menu .active a span {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width:991.8px) {
#index-menu {
	display: none;
}
}
/*banner按钮*/
.banner-box {
	position: relative;
	z-index: 1;
	height: 100%;
}
#section1{
    font-size: 0;
}
#counter2 {
	position: absolute;
	z-index: 2;
	left: 120px;
	bottom: 50px;
	font-size: 1.75rem;
	line-height: 0.8em;
	font-weight: bold;
}
#banner {
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #070415;
}
#banner .owl-stage-outer, #banner .owl-stage, #banner .owl-item, #banner .item {
	height: 100%;
}
#banner .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
#banner .item a.vglnk {display:none;}
@media(min-width:1600px) {
#banner {
	position: relative;
}
}

@media(min-width:1200px) {
.banner-wap {
	display: none!important;
}
#banner {
	margin: 0px;
}
#banner .item a {
	display: block;
	width: 100%;
	height: 100%;
}
}

@media screen and (max-width:1199.8px) {
.banner-box {
	position: relative;
	z-index: 1;
	height: auto;
}
#banner {
	position: relative;
	overflow: hidden;
	height:auto;
	margin: 0px;
}
.banner-wap {
	display: block!important;
}
}
#banner .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 90px;
	background: #fff;
	margin: 0;
	padding: 20px;
	padding-left: 30px;
	line-height: 36px;
}
#banner .owl-nav #counter {
	display: inline-block;
	margin-right: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #999;
	vertical-align: bottom;
}
#banner .owl-nav #counter span {
	color: #333;
	vertical-align: bottom;
}
#banner .owl-nav #interval {
	display: inline-block;
	height: 20px;
	width: 1px;
	margin: 8px;
	background: #ccc;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-]:hover {
	text-decoration: none
}
#banner .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
#banner .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 28px;
	height: inherit;
	line-height: inherit;
	color: #333;
	transition: all .4s;
}
#banner .owl-nav [class*=owl-]:hover i {
	color: #eb5b01;
}
#banner .owl-nav [class*=owl-] i {
	color: #333;
}

@media screen and (max-width:767.8px) {
#banner .owl-nav {
	display: none;
}
}
/*banner按钮*/

/*首页标题*/
.index-title {
	position: relative;
}
.index-title div.title {
	display: block;
	margin-bottom: 1.75rem;
	font-size: 2.25rem;
	line-height: 1.25em;
	font-weight: bold;
	color: #333;
}
.index-title p {
	font-size: 1.125rem;
	line-height: 1.25em;
	color: #333;
	font-weight: bold;
}
.index-title a {
	display: inline-block;
	margin-top: 4vh;
	font-size: 0.875rem;
	line-height: 2.5em;
	color: #999;
	border-bottom: 2px solid #ebebeb;
}
.index-title a:hover {
	color: #eb5b01;
	border-bottom: 2px solid #eb5b01;
}
.index-title.index-title-w div {
	color: #fff;
}
.index-title.index-title-w p, .index-title.index-title-w div {
	color: #ccc;
}

@media screen and (max-width: 1199.8px) {
.index-title div {
	font-size: 1.75rem;
	margin-bottom: 0.5em;
}
.index-title p {
	font-size: 0.9375rem;
	line-height: 1em;
}
.index-title a {
	margin-top: 2vh;
}
}

@media screen and (max-width: 991.8px) {
.index-title {
	margin-bottom: 10px;
}
.index-title div.title {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}
.index-title div, .index-title div span {
	font-size: 1.25rem;
}
.index-title div {
	font-size: 1.125rem;
}
.index-title p {
	font-size: 0.85rem;
}
}
/*响应式背景*/
.img-bg {
	background-size: cover;
	background-position: center;
}
/* 首页产品 */
.index-product {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.index-product:after {
	content: "圭华智能";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 20vw;
	line-height: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #fdfdfd;
	-webkit-text-stroke: 1px #f2f2f2;
}
.index-product-box {
	display: flex;
	width: 100%;
	height: 86vh;
	padding-top: 90px;
	padding-left: 10%;
}
.index-p-l {
	padding-top: 6vh;
	width: 210px;
	flex-shrink: 0;
}
.index-p-btn {
	margin-top: 8vh;
}
.other-btn a {
	cursor: pointer;
}
.other-btn a span {
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	line-height: 2.75rem;
	font-size: 1.5rem;
	color: #333;
	text-align: center;
	background: #ebebeb;
	transition: all .4s;
}
.other-btn a:hover span {
	color: #fff;
	background: #eb5b01;
}


#index-p {
	padding-left: 5%;
}
#index-p, #index-p .owl-stage-outer, #index-p .owl-stage, #index-p .owl-item {
	height: 100%;
	overflow: hidden;
}
#index-p .item {
	padding: 25px;
	border: 1px solid #ebebeb;
	background: #fff;
	overflow: hidden;
	transition: all .4s;
}
#index-p .item:hover {
	border: 1px solid #eb5b01;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.index-p-img {
	display: block;
	text-align: center;
	overflow: hidden;
}
.index-p-img img {
	display: inline-block;
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	max-height: 25vh!important;
}
.index-p-title {
	display: block;
	margin: 1em 0;
	font-size: 1rem;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.index-p-title:hover {
	color: #eb5b01;
}
#index-p li {
	padding: 15px 0 10px;
	border-bottom: 1px dashed #ebebeb;
}
#index-p li p {
    display: block;
	font-size: 0.875rem;
	color: #999;
	margin-bottom: 5px;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
#index-p .index-p-more {
	display: block;
	margin-top: 1.5rem;
	width: 100%;
	font-size: 0.9375rem;
	line-height: 3em;
	text-align: center;
	color: #fff;
	background: #eb5b01;
	transition: all .4s;
}
.index-p-more:hover {
	color: #fff;
	opacity: 0.7;
}

@media (min-width:1200px) {
#index-p .item {
	width: 20vw;
	height: 100%;
	padding: 35px;
}
}

@media screen and (max-width:1199.8px) {
.index-product-box {
	flex-wrap: wrap;
	height: auto;
	padding-top: 6vh;
	padding-bottom: 6vh;
	padding-left: 6%;
	padding-right: 6%;
}
.index-p-l {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 0vh;
	margin-bottom: 4vh;
	width: 100%;
}
#index-p {
	padding-left: 0%;
	width: 100%;
}
#index-p ul li {
	display: none;
}
#index-p ul li:first-child {
	display: block;
}
}

@media screen and (max-width: 575.8px) {
}
/*首页关于*/

.about-info {
}
.index-about-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
.index-about-img {
	width: 36%;
	min-height: 38.2vh;
}
.index-about-info {
	width: 64%;
	padding: 8% 5%;
	padding-top: calc(5% + 90px);
	height: 100%;
	background-image: url(../images/map.png);
	background-color: #fafafa;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

@media screen and (max-width: 991.8px) {
.index-about-img {
	width: 100%;
	min-height: 0;
	padding-bottom: 40%;
}
.index-about-info {
	width: 100%;
	padding:5vw;
	padding-top:8vw;
	height: auto;
}
}

.index-logo {
	padding: 0 10%;
	padding-top: 90px;
}
.index-logo .gray-box {
	padding: 5%;
	background: #f2f2f2;
}
.logo-list {
	display: flex;
	flex-wrap: wrap;
}
.logo-list li {
	position: relative;
	width: 16.6666%;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #ebebeb;
	cursor: pointer;
}
.logo-list li div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	line-height: 1.25em;
	color: #fff;
	font-weight: bold;
	background: rgba(235,91,1,0.9);
	opacity: 0;
	transition: all .4s;
}
.logo-list li:hover div {
	opacity: 1;
}
@media screen and (max-width: 1199.8px) {
.index-logo {
    padding:8% 5% 5%;
}	
}
@media screen and (max-width: 991.8px) {
.logo-list li {
	width: 25%;
}
}
@media screen and (max-width: 767.8px) {
.logo-list li {
	width:33.33%;
}
}
/*图片放大*/
.zoom-img {
	overflow: hidden;
}
.zoom-img img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.6s;
}
.zoom-img:hover img {
	transform: scale(1.1);
}
/*点状背景*/
.point-bg {
	background-image: url(../images/point.png);
	background-repeat: repeat;
}
/*首页新闻*/
.index-news-box {
	position: relative;
	width: 100%;
	padding: 90px 0 0 10%;
}
.index-n-btn {
	position: absolute;
	top: 110px;
	right: 10%;
}
#news {
	margin-top: 3rem;
}
#news .owl-item {
}
#news .item {
	position: relative;
	z-index: 1;
	background: #fafafa;
	transition: all ease 0.4s;
}
#news .item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #eb5b01;
	transform-origin: 100%;
	transition: transform .5s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
}
#news .item:hover:after {
	transform: scaleX(1);
	transform-origin: 0;
}
#news .item .index-n-img {
	display: block;
	overflow: hidden;
}
.index-n-info {
	position: relative;
	padding: 35px 20px;
	border-bottom: 3px solid #999999;
}
#news .item .index-n-title:after {
	content: "";
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 3;
	width: 3px;
	height: 1.125rem;
	background: #999;
	transition: all .4s;
}
#news .item:hover .index-n-title:after {
	content: "";
	background: #eb5b01;
	transition: all .4s;
}
#news .item .index-n-title {
	display: block;
	margin-bottom: 1.25rem;
	font-size: 1.125rem;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
#news .item:hover .index-n-title {
	color: #eb5b01;
}
#news .item pre {
	margin-bottom: 2rem;
	font-size: 0.85rem;
	line-height: 1.75em;
	color: #999;
	height: 5.25em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-n-tip {
	display: inline-block;
	padding: 0 0.5em;
	margin-right: 6px;
	font-size: 0.75rem;
	line-height: 2em;
	color: #999;
	background: #f2f2f2;
	border-radius: 2px;
}
#news .item span {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 2em;
	color: #999;
}

@media (min-width: 1200px) {
#news .item {
	width: 20rem;
}
}

@media screen and (max-width: 1199.8px) {
	.index-news-box{
		padding: 8% 5%;
	}
}
@media screen and (max-width: 1199.8px) {

	.index-n-btn{
		position: static;
	}
}
/*页脚*/
.index-foot {
	position: relative;
}
.index-foot-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0 10%;
}
.index-foot-title {
	margin-bottom: 5vh;
	font-size: 2rem;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
}
.index-foot-title:after {
	content: "";
	width: 0%;
	height: 0%;
	background-color: #fff;
	transition: all .4s;
}
.index-foot-l {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 62%;
	font-size: 0.9375rem;
	line-height: 1.75em;
	color: #fff;
	font-weight: bold;
}
.index-foot-l p {
	margin-bottom: 0.5rem;
}
.index-foot-title {
	width: 100%;
}
.index-foot-contact {
	width: 45%;
}
.index-foot-social {
	width: 45%;
}
.index-foot-social img {
	max-width: 140px;
}
.index-foot-social a {
	position: relative;
	display: inline-block;
	margin: 4px;
	transition: all .4s;
}
.index-foot-social a span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
}
.index-foot-social a div {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 50%;
	padding: 5px;
	background: #fff;
	transform: translate(-50%, 0%);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s linear;
}
.index-foot-social a:hover div {
	opacity: 1;
	visibility: visible;
}
.index-foot-r {
	width: 25rem;
}
.index-feedback input {
	width: 100%;
	padding: 0px;
	margin-bottom: 8px;
	font-size: 0.9375rem;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}
 .index-feedback input::-webkit-input-placeholder, .index-feedback input::-o-input-placeholder, .index-feedback input::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
.index-feedback textarea {
	font-size: 0.9375rem;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: 160px;
	padding: 15px 0;
	margin: 10px 0px;
	outline: none;
	box-shadow: none;
	overflow-x: hidden;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}
.index-feedback .submit {
	display: inline-block;
	padding: 0px 25px;
	background: rgba(255,255,255,0.3);
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	margin: 15px 0px;
	transition: all .3s;
}
.index-feedback .submit:hover {
	background: #eb5b01;
}

@media screen and (max-width: 1199.8px) {
.index-foot-box {
	padding: 8% 10% 0;
}
.index-foot-l {
	width: 60%;
	padding-bottom: 2rem;
}
.index-foot-r {
	width: 35%;
}
.index-foot-title {
	font-size: 1.5rem;
}
.index-foot-social img{
		max-width: 120px;
}
}

@media screen and (max-width: 991.8px) {
.index-foot-box{
	padding: 10% 5% 0; 
}
.index-foot-l{
	width: 100%;
}
.index-foot-r{
	display: none;
}
}

@media screen and (max-width: 767.8px) {
.index-foot-contact{
	width: 100%;
}
.index-foot-social{
	display: none;
}
}
/*内页页脚及版权*/
#foot {
	position: relative;
	background: #fff;
	border-top: 1px solid #ebebeb;
	width: 100%;
	font-size: 0.9375rem;
	color: #666;
}
.foot-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 9vh 0 6vh;
}
.foot-logo {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.75rem;
	color: #eb5b01;
}
.foot-logo img {
	margin-bottom: 1rem;
	width: auto;
	height: 3.5rem;
}
.foot-code>div {
	display: inline-block;
	text-align: center;
	color: #999;
	margin: 0 15px;
}
.foot-code>div img {
	max-width: 120px;
}
.foot-right .foot-nav {
	font-size: 0px;
	margin-bottom: 2rem;
}
.foot-right .foot-nav a {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0px 15px;
	font-size: 0.9375rem;
	line-height: 1em;
	color: #666;
	transition: all .4s;
}
.foot-right .foot-nav a:hover {
	color: #eb5b01;
}
.foot-right .foot-nav a:first-child {
	margin-left: 0px;
}
.foot-right .foot-nav a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: -15px;
	width: 1px;
	height: 1em;
	background-color: #ebebeb;
}
.foot-right .foot-nav a:first-child:before {
	content: "";
	display: none;
}
.foot-right .foot-contact {
	text-align: right;
}
.foot-right .foot-contact p {
	margin-bottom: 0.5rem;
}
.foot-copyright {
	padding: 25px 0;
	width: 100%;
	color: #999;
	font-size: 0.9375rem;
	overflow: hidden;
}
#foot .foot-copyright {
	padding: 15px 0;
	border-top: 1px solid #ebebeb;
}
.foot-copyright p, .foot-copyright span, .foot-copyright a {
	display: inline-block;
	margin: 0px;
	line-height: 20px;
	color: #999;
	vertical-align: bottom;
	transition: all ease .4s;
}
.index-foot-box .foot-copyright {
	color: #ccc;
}
.index-foot-box .foot-copyright p, .index-foot-box .foot-copyright span, .index-foot-box .foot-copyright a {
	color: #ccc;
}
.foot-copyright a {
	margin: 0px 4px;
}
.foot-copyright a:hover {
	color: #eb5b01;
}

@media (min-width:1200px) {
.index-foot-box .foot-copyright {
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 10%;
	width: auto;
}
}
@media screen and (max-width:1199.8px) {
#foot .foot-code{
	display:none;
}
}
@media screen and (max-width:991.8px) {
.foot-copyright .pull-right {
	float: none;
}
.foot-box{
	padding: 4vh 0;
}
.foot-logo img{
	margin-bottom: 0.5rem;
	height: 2.75rem;
}
.foot-logo{
	font-size: 1.25rem;
}
.foot-right{
	text-align: left;
	margin-top: 2rem;
	width: 100%;
}
.foot-right .foot-nav{
	display: none;
}
.foot-right .foot-contact{
		text-align: left;
}
}

/*============ 首页end ============*/

/*内页公共*/
/*内页banner*/
.inside-banner-box {
	position: relative;
}
.inside-banner {
	display: flex;
	z-index: -2;
	left: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width:991.8px) {
.inside-banner {
	height: 0;
	padding-bottom: 45%;
}
}

@media screen and (max-width:767.8px) {
.inside-banner {
	height: 0;
	padding-bottom: 55%;
}
}
/*内页导航*/
.inside-nav {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media(min-width:992px) {
#subnav {
	margin: 0;
}
#subnav .panel-default {
	background: none;
	border: none;
	box-shadow: none;
}
#subnav .panel-heading {
	display: none;
}
#subnav .panel-body {
    display: flex;
    width:100%;
	border: none;
	background: none;
	padding: 0px;
/*	padding-left: -4px;
	padding-right: -4px;
	*/
	align-content: stretch;
	flex-wrap:wrap;
	
	
}
#subnav .panel-body li {
	width:16.2%;
	
	margin-left: -1px;
	background: #0d051445;
}
#subnav .panel-body li a {
	display: inline-block;
	width: 100%;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 26px;
	text-align:center;
	white-space:nowrap;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all .4s;
}
#subnav .panel-body li a:hover {
	color: #fff;
	background: #eb5b01;
}
#subnav .panel-body li.on a {
	color: #fff;
	background: #eb5b01;
}
}
@media(max-width:1599.8px) {
#subnav .panel-body li a {
	padding: 10px 15px;
	font-size: 14px;
	line-height: 26px;

}
}
@media(max-width:991.8px) {
.inside-nav .container {
	width: 100%;
	min-width: 100%;
	padding: 0px;
}
#subnav {
	margin: 0px;
}
#subnav .panel-default {
	background: none;
	border: none;
	box-shadow: none;
}
#subnav .panel-heading {
	padding: 0px;
	border: none;
	background: none;
	color: #fff;
}
#subnav .panel-heading a {
	display: block;
	width: 100%;
	padding: 1rem 4%;
	font-size: 0.9375rem;
	line-height: 1.25em;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: #eb5b01;
	text-transform: Uppercase;
	overflow: hidden;
}
#subnav .panel-heading a.collapsed {
	background: none;
	color: #fff;
}
#subnav .panel-heading a b {
	float: right;
	display: inline-block;
	margin-top: 8px;
}
#subnav #p-nav1 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
#subnav .panel-body {
	padding: 0.75rem 0px;
	margin-bottom: 15px;
	border: none;
	background: #f7f7f7;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
#subnav .panel-body li{
	display: block;
	font-size: 0px;
}
#subnav .panel-body li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px 4%;
	font-size: 0.875rem;
	line-height: 3em;
	color: #666;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
#subnav .panel-body li:last-child a {
	border-bottom: none;
}
#subnav .panel-body li.on a {
	padding-left: 32px;
	color: #eb5b01;
}
#subnav .panel-body li a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15px;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background-color: #eb5b01;
	border-radius: 50%;
	opacity: 0;
	transition: all .4s;
}
#subnav .panel-body li.on a:before {
	content: "";
	opacity: 1;
}
}

@media(max-width:767.8px) {
.inside-nav .container {
	padding: 0px;
	width: 100%;
	min-width: 100%!important;
}
}
/*面包屑*/
.breadcrumb-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.breadcrumb {
	margin: 0px auto;
	border: nonr;
	border-radius: 0;
	width: 100%;
	text-align: right;
	padding: 0 60px;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3));
	background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.3));
	background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.3));
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.3));
}
.breadcrumb a {
	display: inline-block;
	font-size: 0.85rem;
	line-height: 1em;
	color: #fff;
	transition: all .4s;
}
.breadcrumb a:hover {
	color: #eb5b01;
}
.breadcrumb span {
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}

/*内页标题*/
.inside-title{
	font-size: 2rem;
}
@media(max-width:991.8px) {
.inside-title{
	font-size: 1.5rem;
}
}
/*盒子*/
.padding-box {
	padding-top: 9vh;
	padding-bottom: 9vh;
}
.padding-top {
	padding-top: 9vh;
}
.padding-bottom {
	padding-bottom: 9vh;
}
.main {
	position: relative;
	z-index: 2;
	background: #fff;
}
.gray-box {
	background: #f7f7f7;
}
.clear-box:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}

@media screen and (max-width:991.8px) {
.padding-box {
	padding-top: 6vh;
	padding-bottom: 6vh;
}
.padding-top {
	padding-top: 6vh;
}
.padding-bottom {
	padding-bottom: 6vh;
}
}

@media screen and (max-width:767.8px) {
.padding-box {
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.padding-top {
	padding-top: 5vh;
}
.padding-bottom {
	padding-bottom: 5vh;
}
}
/*信息盒子*/
.info {
	font-size: 0.85rem;
	color: #333;
	line-height: 2.25em;
}
.info p {
	margin: 0 0 15px;
}

@media screen and (max-width:1199.8px) {
.info p {
	margin: 0 0 10px;
}
}
/*横线*/
.line {
	display: inline-block;
	width: 36px;
	height: 2px;
	background: #eb5b01;
}
.line-bicolor {
	background-image: repeating-linear-gradient(90deg, #eb5b01 0%, #eb5b01 50%, #262626 50%, #262626 100%);
}

@media screen and (max-width:1199.8px) {
.line {
	width: 40px;
	height: 2px;
}
}
/*内页翻页*/
.page-box {
	padding-top: 30px;
}
.page {
	font-size: 0.85rem;
	line-height: 3em;
	color: #666;
}
.page span {
	display: inline-block;
	padding: 0 14px;
	margin: 0 4px;
	background: #f7f7f7;
}
.page span strong {
	font-size: 17px;
	color: #333;
}
.page a {
	display: inline-block;
	padding: 0 18px;
	font-size: 0.85rem;
	line-height: 3em;
	color: #666;
	background: #f7f7f7;
	transition: all .4s;
}
.page a:first-child {
	border-radius: 4px 0 0 4px;
}
.page a:last-child {
	border-radius: 4px 0 0 4px;
}
.page input {
	display: inline-block;
	width: 4rem;
	padding: 0px 10px;
	margin-left: 15px;
	font-size: 0.85rem;
	line-height: 3em;
	color: #666;
	border-radius: 4px 0 0 4px;
	border: none;
	box-shadow: 0 0 1px #999 inset;
	overflow: hidden;
	transition: all .4s;
}
.page button {
	padding: 0 18px;
	margin: 0px;
	border: none;
	border-radius: 0 4px 4px 0;
	font-size: 0.85rem;
	line-height: 3em;
	color: #666;
	background: #f7f7f7;
	cursor: pointer;
	transition: all .4s;
}
.page a:hover, .page button:hover {
	color: #333;
	background: #ccc;
}
/*关于*/
.about {
	padding: 11vh 0;
}
.about>div {
	display: flex;
	justify-content: space-between;
}
.about-title {
	margin-bottom: 0.5em;
	font-size: 2rem;
	font-weight: bold;
	color: #eb5b01;
}
.about-title .about-slogen {
	display: block;
	margin-top: 0.5em;
	font-size: 0.9375rem;
	line-height: 1em;
	font-weight: normal;
	color: #666;
}
.about-subtitle {
	font-size: 1.125rem;
	line-height: 1.75em;
	color: #666;
	font-weight: bold;
}
.about-info {
	width: 60%;
}
.about-info p {
	font-size: 0.9375rem;
	color: #666;
}
#about-culture ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about-culture ul li {
	width: 32%;
	margin: 1% 0;
	padding: 2rem;
	font-size: 0.9375rem;
	color: #666;
	background: #f7f7f7;
}
#about-culture ul li div {
	font-size: 1.125rem;
	color: #eb5b01;
}
#about-culture ul li p {
	margin: 0px;
}

@media screen and (max-width:991.8px) {
.about-info {
	width: 80%;
}
	.about-title{
		font-size: 1.5rem;
	}
	.about-subtitle{
		font-size: 1rem;
	}
#about-culture ul li {
	width: 48%;
}
}

@media screen and (max-width:767.8px) {
.about-info {
	margin-top: 5vh;
	width: 100%;
}
#about-culture ul li {
	width: 100%;
	padding: 1.5rem;
}
}
/*荣誉*/
.album-slide {
	display: flex;
}
.album-nav {
	width: 20%;
	display: block;
}
.album-nav li {
	display: inline-block;
	width: 100%;
}
.album-nav li a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 4em;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #ccc;
}
.album-nav li a.active {
	color: #eb5b01;
}
.album-nav li a span {
	float: right;
}
.other-btn {
	margin-top: 6vh;
}
@media screen and (max-width: 991.8px) {
.other-btn {
	margin-top: 4vh;
}
}

.album-img {
	width: 80%;
	padding-left: 6%;
}
.album-img .owl-stage {
	display: flex;
}
.album-img .item {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100%;
	padding-bottom: 52px;
}
.album-img .item a {
	overflow: hidden;
}
.album-img .item span {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	font-size: 13px;
	line-height: 4em;
	color: #666;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.album-img .item:hover span {
	color: #fff;
	background: #eb5b01;
}
.album.owl-carousel.owl1 .owl-nav {
	margin-top: 20px;
	text-align: left;
}
.album.owl-carousel.owl1 .owl-nav [class*=owl-] {
	position: static;
	margin: 0px;
	margin-right: 20px;
}



.album-slide {
	display: flex;
	flex-wrap: wrap;
}
.album-nav {
	width: 100%;
	display: block;
	margin-bottom: 4vh;
}
.album-nav li a {
	font-size: 14px;
	line-height: 4em;
}
.album-img {
	width: 100%;
	padding-left: 0%;
}
.album.owl-carousel.owl1 .owl-nav {
	text-align: right;
}
/*发展历程*/
.course {
	position: relative;
	width: 100vw;
	padding-left: calc(5% + 15px);
	margin-top: 8vh;
}
.course:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 0%;
	right: 0;
	height: 1px;
	background-color: #ebebeb;
}
.course .owl-stage {
	display: flex;
	padding-top: 2rem;
}
.course .item {
	position: relative;
	z-index: 1;
	min-height: 100%;
	padding: 20px;
	background: #f7f7f7;
	border-radius: 6px;
}
.course .item:before {
	content: "";
	position: absolute;
	z-index: 3;
	top: -25px;
	left: 2px;
	width: 9px;
	height: 9px;
	background-color: #fff;
	border-radius: 50%;
	transition: all .4s;
}
.course .item:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: -27px;
	left: 0%;
	width: 13px;
	height: 13px;
	background-color: #eb5b01;
	border-radius: 50%;
	transition: all .4s;
}
.course-year .year{
	display: inline-block;
	font-size: 2rem;
	line-height: 1em;
	color: #eb5b01;
	font-weight: bold;
}
.course-year small{
	font-size: 1em;
	color: #999;
}
.course-year P{
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1em;
	color: #333;
	font-weight: bold;
}
.course-info P{
	font-size: 0.9375rem;
	color: #666;
}

@media (max-width:991.8px) {
.course {
	position: relative;
	width: 100vw;
	padding: 0 5%;
	margin-top: 8vh;
}	
}

/*产品*/
.p-list {
	padding: 15px;
	text-align: center;
	margin-bottom: 30px;
}
.p-list a .p-list-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #ebebeb;
	overflow: hidden;
	transition: all .4s;
}
.p-list a:hover .p-list-img {
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.p-list a .p-list-img img {
	max-width: 80%;
}
.p-list a .p-list-name {
	position: relative;
	display: inline-block;
	z-index: 2;
	padding: 0 25px;
	margin-top: -1.5em;
	max-width: 100%;
	min-width: 60%;
	font-size: 0.85rem;
	line-height: 3.6em;
	color: #333;
	text-align: center;
	background: #f7f7f7;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.p-list a:hover .p-list-name {
	color: #eb5b01;
}
.p-list a .p-list-name:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #eb5b01;
	transition: all .4s;
}
.p-list a:hover .p-list-name:after {
	content: "";
	height: 3px;
}
/*产品详情*/
.product-box {
	display: flex;
	flex-wrap: wrap;
	padding: 5%;
	background: #f7f7f7;
}
.product-info {
    display: flex;
    align-items: center;
	width: 35%;
	margin-right: 5%;
	padding-right: 5%;
	border-right: 1px solid #ebebeb;
}
.product-info>div{
   width: 100%;
}
.product-info h1 {
	margin: 0px 0 4vh;
	font-size: 36px;
	line-height: 1.2em;
	color: #333;
}
.product-info p {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.75em;
	color: #666;
}
.product-info p .orange {
	font-size: 30px;
	line-height: 1.25em;
	font-weight: bold;
}
.product-info hr {
	margin: 40px 0;
	border-top: 1px solid #ebebeb;
}
.product-info .product-btn {
	margin-top: 20px;
}
.product-info .product-btn a {
	display: block;
	font-size: 15px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	margin: 2px 0;
	text-align: center;
	background: #eb5b01;
	transition: all .4s;
}
.product-info .product-btn a:hover {
	opacity: 0.6;
}
.product-info .product-btn a span {
	display: inline-block;
	margin-right: 8px;
	font-size: 18px;
	font-weight: normal;
	color: inherit;
	vertical-align: top;
}
.product-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}
#product {
	width: 100%;
}
#product .item {
    display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f7f7;
}
#product .item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 70vh;
	mix-blend-mode: multiply;
}
#product .owl-nav {
	margin: 0;
	padding: 0px;
}
.owl-carousel.owl1 .owl-nav [class*=owl-] {
	position: absolute;
	top: 40%;
	margin-top: -23px;
}
#product .owl-nav [class*=owl-].owl-prev {
	left: 20px;
}
#product .owl-nav [class*=owl-].owl-next {
	right: 20px;
}
#product .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 28px;
	height: inherit;
	line-height: inherit;
	color: #333;
	background: #ebebeb;
	transition: all .4s;
}
#product .owl-nav [class*=owl-]:hover i {
	color: #fff;
	background: #eb5b01;
}
#product .owl-nav [class*=owl-] i {
	color: #333;
}
#product .owl-nav #counter {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	font-weight: bold;
	font-size: 15px;
	color: #999;
}
#product .owl-nav #counter span {
	font-size: 24px;
	color: #eb5b01;
}
#product .owl-dots {
	width: 100%;
	margin-top: 15px;
	padding-left: 100px;
	text-align: left;
}
#product .owl-dot {
	display: inline-block;
	border: 1px solid #ebebeb;
}
#product .owl-dot.active {
	border: 1px solid #eb5b01;
}
#product .owl-dots img {
	width: auto;
	height: auto;
	max-height: 80px;
}
.product-details{
	font-size: 0.9375rem;
	line-height: 1.75em;
	color: #666;
	overflow: hidden;
}
.product-details p{
	margin-bottom: 0.5em;
}
.product-details table{
	min-width: 100%;
}
.product-d-title{
	margin-bottom: 3vh;
	border-bottom: 2px solid #eb5b01;
}
.product-d-title span{
	display: inline-block;
	padding: 0 1.5em;
	font-weight: bold;
	font-size: 1rem;
	line-height: 2.5em;
	color: #fff;
	background: #eb5b01;
}
/*产品翻页*/
.product-page{
	display: flex;
	flex-wrap: wrap;
	padding: 1.5rem 0;
	background: #f7f7f7;
}
.product-page a{
	display: inline-block;
	width: 100%;
}
.product-page a span{
	display: inline-block;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 1em;
	color: #999;
}
.product-page a p{
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 10px;
	color: #666;
	transition:all .4s;
}
.product-page a:hover p{
	color: #eb5b01;
}
.product-page a small{
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	line-height: 1em;
	color: #999;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .4s;
}
.product-page a:hover:not([href]):not([tabindex]) p{
	color: #666;
}
@media (min-width:992px) {
.product-page a{
	display:block;
	width: 50%;
	padding: 10px 7%;
}
.product-page a:first-of-type {
	text-align: right;
	border-right: 1px solid #ebebeb;
}	
}
@media screen and (max-width:991.8px) {
.product-box {
	padding: 40px;
	border-top: 5px;
}
.product-info h1 {
	font-size: 24px;
}
.product-info p .red {
	font-size: 28px;
}
.product-img {
	width: 100%;
}
#product {
	position: relative;
	width: 100%;
}
#product .item {
	text-align: center;
}
#product img {
	display: inline-block;
	width: 100%;
	max-width: 500px;
}
.product-info {
	width: 100%;
	padding: 2vh 0% 6vh;
	margin: 0px;
	border-right: none;
}
.product-page{
	padding:1.5rem;
}
}


@media screen and (max-width:767.8px) {
.product-box {
	padding: 20px;
}
#product {
	position: relative;
	width: 100%;
	padding: 6% 0;
}
#product .owl-nav #counter {
	position: static;
	bottom: auto;
	left: auto;
}
#product .owl-dots {
	width: 100%;
	padding-left: 0;
	text-align: center;
}
#product .owl-dots img {
	width: auto;
	height: auto;
	max-height: 48px;
}
#product.owl1 .owl-nav [class*=owl-] {
	width: 48px;
	height: 48px;
	line-height: 48px;
}
#product .owl-nav [class*=owl-].owl-prev {
	left: -20px;
}
#product .owl-nav [class*=owl-].owl-next {
	right: -20px;
}
.product-page a:first-child{
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
}
.product-page a:last-child{
		padding-top: 24px;
}
.product-page a span{
	display: none;
}
}



/*解决方案*/
.programme .programme-box {
	display: flex;
	flex-wrap: wrap;
}
.programme-list {
	width: 33.33%;
	padding: 1.5rem;
}
.programme-list>a {
	display: block;
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
	transition: all .4s;
}
.programme-list>a:hover {
	background: #f2f2f2;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.programme-list div {
	display: block;
	overflow: hidden;
}
.programme-img{
	background: #000;
}
.programme-img img{
	width: 100%;
	transition: all .4s;
}
.programme-list>a:hover .programme-img img{
	opacity: 0.7;
}
.programme-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	padding: 10% 15px 25px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.4) 100%);
	transition: all .4s;
}
.programme-list>a:hover .programme-text {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.7) 100%);
}
.programme-name {
	width: 100%;
	font-size: 1rem;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.programme-list>a .programme-name:hover {
	color: #eb5b01;
}

.tip{
	display: inline-block;
	margin:0 0 0.75rem;
	padding:0 0.5em;
	font-size: 0.75rem;
	line-height: 1.5em;
	color: #333;
	background: rgba(255,255,255,0.7);
	border-radius: 3px;
	transition: all .4s;
}
.programme-list>a:hover .tip{
	color: #fff;
	background: #eb5b01;
}
@media screen and (max-width:1599.8px) {
.programme-list {
	padding: 1rem;
}
}
@media screen and (max-width:1199.8px) {
.programme-list {
	padding:0.75rem;
}
}
@media screen and (max-width:991.8px) {
.programme-list {
	width: 50%;
	padding:0.5rem;
}
}
@media screen and (max-width:767.8px) {
.programme-list {
	width:100%;
	padding:0 0 1.5rem;
}
}
/* 文件列表 */
.news-list{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}
.news-list li{
	width:30%;
	margin: 0 1.5% 3%;
	background: #fafafa;
	transition: all .4s;
}
.news-list li:hover{
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.news-img{
	overflow: hidden;
}
.news-list .news-text{
	padding: 2rem 1rem 1rem;
	border-bottom: 3px solid #ebebeb;
	transition: all .4s;
}
.news-list li:hover .news-text{
	border-bottom: 3px solid #eb5b01;
}
.news-list .news-title{
	display: block;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1em;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: all .4s;
}
.news-list li:hover .news-title{
    color: #eb5b01;
}
.news-list pre{
    margin-bottom: 2rem;
    font-size: 0.85rem;
    line-height: 1.75em;
    color: #666;
    height: 5.25em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list small{
    display: inline-block;
	font-size: 0.75rem;
	line-height: 1em;
	color: #ccc;
}
@media screen and (max-width:991.8px) {
.news-list li{
	width:47%;
	margin: 0 1.5% 3%;
}
}
@media screen and (max-width:767.8px) {
.news-list li{
	width:100%;
	margin: 0 0 5%;
}
}

/*文章详情*/
.news {
	min-height: calc(100vh - 140px);
}
.news-box {	
	padding: 0 15px;
	margin: auto;
	max-width: 1200px;
}
.news-head {
	margin-bottom: 15px;
	overflow: hidden;
}
.news-head h1 {
	margin: 0 0 5px;
	font-weight: bold;
	font-size:2rem;
	color: #333;
}
.news-head span {
	font-size: 0.85rem;
	color: #999;
}
.news-back{
	display: inline-block;
	margin-top: -0.5rem;
	padding: 0 1.5em;
	float: right;
	font-size: 0.85rem;
	line-height: 2.5em;
	color: #999;
	background: #ebebeb;
	transition:all .4s;  
}
.news-back:hover{
	color: #fff;
	background: #eb5b01;
}
.news-info {
	padding: 3vh 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.news-page {
	margin-top: 3vh;
	display: flex;
	flex-wrap: wrap;
}
.news-page a {
	display: block;
	width: 50%;
	padding: 2rem 5rem;
	transition: all .4s;
}
.news-page a:hover {
	background: #f0f0f0;
}
.news-page a.nomore:hover {
	background: #fff;
}
.news-page em {
	display: inline-block;
	width: 3.5rem;
	height: 1em;
	line-height: 1em;
	font-size: 1.75rem;
	color: #333;
}
.news-page p {
	display: block;
	width: 100%;
	margin: 10px 0 15px;
	font-size: 1rem;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.news-page a:hover p, .news-page a:hover em {
	color: #eb5b01;
}
.news-page a.nomore:hover p, .news-page a.nomore:hover em {
	color: #333;
}
.news-page span {
	display: block;
	width: 100%;
	font-size: 0.85rem;
	line-height: 1em;
	height: 2em;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

@media(min-width:992px) {
.news-page a:first-child {
	border-right: 1px solid #e0e0e0;
	text-align: right;
}
}
@media(max-width:991.8px) {
.news-head h1 {
	font-size:1.5rem;
}
.news-page a:first-child {
	border-bottom: 1px solid #e0e0e0;
}
.news-page a{
	width: 100%;
	padding: 0px;
}
.news-page a em{
	display: none;
}
.news-page a p{
	margin-bottom: 0.25rem;
}
}
@media(max-width:767.8px) {
.news-head h1 {
	font-size:1.25rem;
}

.news-head span{
	display: block;
}
.news-back{
	margin-top: 0.5rem;
	float: none;
}
}

/* 服务 */
.service-list{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}
.service-list li{
	position: relative;
	width: 30%;
	margin-left: 5%;
	margin-bottom: 5%;
	padding:2rem;
	background:  linear-gradient(to right, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
	border: 1px solid #ebebeb;
	border-radius: 1rem;
	color: #333;
	text-align: center;
	overflow: hidden;
	transition: all .4s;
}
.service-list li:hover{
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.service-list li:after{ content:""; position: absolute;  z-index:1;top: 0px;left: 0%;width: 100%;height: 100%;background: linear-gradient(to right, rgba(235,89,1,1) 0%, rgba(235,139,1,1) 100%);opacity: 0; transition:all .4s;}
.service-list li:hover:after{ content:""; opacity: 1; }

.service-list li>div{
	position: relative;
	z-index: 2;
}
.service-list li span{
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 3.5rem;
	text-align: center;
	color: inherit;
}
.service-list li .service-title{
	margin: 0.75rem 0 1.5rem;
	font-size: 1.5rem;
	line-height: 1em;
	color: inherit;
}
.service-list li p{
	font-size: 0.9375rem;
	line-height: 1.5em;
	opacity: 0.7;
}
@media screen and (min-width:992px) {
.service-list li:first-child,
.service-list li:nth-child(3n+1){
	margin-left: 0%;
}
}
@media (min-width:768px) and (max-width:991.8px) {
.service-list li{
	width: 48%;
	margin-left:4%;
	margin-bottom: 4%;
}
.service-list li:first-child,
.service-list li:nth-child(2n+1){
	margin-left: 0%;
}	
}
@media screen and (max-width:767.8px) {
.service-list li{
	width: 100%;
	margin-left:0%;
	margin-bottom: 4%;
}
}
/*下载*/
.dowload-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: compteListe;
}
.dowload-list li {
	position: relative;
	display: block;
	width: 31%;
	margin-bottom: 2.5%;
	padding:2rem 2rem 1.5rem;
	border: 1px solid #ebebeb;
	border-bottom: 5px solid #ebebeb;
	overflow: hidden;
	transition:all .4s;
}
.dowload-list li:hover{	border: 1px solid #eb5b01;
	border-bottom: 5px solid #eb5b01;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.dowload-list li:before {
    counter-increment: compteListe 1;
    content: "0" counter(compteListe);
    position: absolute;
    right: -1rem;
	bottom:-1rem;
	z-index: 1;
	font-size: 15vh;
	line-height: 0.875;
	font-weight: bold;
	font-family: "en";
	color: #000;
	opacity: 0.05;
	transition:all .4s;
}
.dowload-list li:hover:before {
    content: "0" counter(compteListe);
	color: #eb5b01;
}

a.dowload-title{
	display: block;
	margin-bottom: 6vh;
	font-size: 1.125rem;
	color: #333;
}
.dowload-list li  span{
	display: block;
	font-size: 0.75rem;
	color: #999;
}
a.dowload-btn{
	display: inline-block;
	font-size: 0.75rem;
	color: #666;
}
.dowload-list li a:hover{
	color: #eb5b01;
}
@media screen and (max-width:1199.8px) {
.dowload-list li {
	width: 48%;
	margin-bottom: 2.5%;
	padding:2rem 2rem 1.5rem;
}
}
@media screen and (max-width:767.8px) {
.dowload-list li {
	width: 100%;
	margin-bottom: 5%;
	padding:1.25rem 1.25rem 1rem;
}
}
/*加入我们*/
#join {
	margin: auto;
	max-width: 1200px;
}
#join .panel {
	position: relative;
	margin:10px 0px;
	border: none;
	box-shadow: none;
	background: #fafafa;
	transition:all ease .4s;  
}
#join .panel .panel-heading {
	width: 100%;
	margin: auto;
	padding: 0px;
	border: none;
	background: none;
}
#join .panel .panel-heading a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 20px 80px 20px 25px;
}
#join .panel .panel-heading a h4{
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-size: 18px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
#join .panel .panel-heading a span{
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#join .panel .panel-heading a.accordion-toggle  h4{
	color: #f08200;
}
#join .panel .panel-heading a.accordion-toggle.collapsed h4{
	color: #333;
	background:none;
}
#join .panel .panel-heading a.accordion-toggle .join-close {
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -9px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#join .panel .panel-heading a.accordion-toggle .join-close:before, #join .panel .panel-heading a.accordion-toggle .join-close:after {
	content: "";
	position: absolute;
	background: #f08200;
}
#join .panel .panel-heading a.accordion-toggle .join-close:before {
	width: 2px;
	height: 100%;
	left: 50%;
	margin-left: -1px;
	top: 0;
}
#join .panel .panel-heading a.accordion-toggle .join-close:after {
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
#join .panel .panel-heading a.accordion-toggle .join-close {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#join .panel .panel-heading a.accordion-toggle.collapsed .join-close {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
#join .panel .panel-heading a.accordion-toggle.collapsed .join-close:before, #join .panel .panel-heading a.accordion-toggle.collapsed .join-close:after {
	background: #5b5b5b;
}
#join p {
	font-size: 14px;
	line-height: 1.75em;
	color: #4d4d4d;
}
#join .panel-collapse {
	padding:0px 30px 30px;
	width: 100%;
	margin: auto;
	transition: all .3s;
}
#join .panel-body {
	padding: 30px 0px 0px;
	border: none;
	border-top:1px dashed #ccc;
}
#join .panel-body hr {
	margin: 25px 0px;
	border-color: #ccc;
}

/*联系方式*/
.contact{
	max-width: 1200px;
	margin: auto;
}
.contact>div {
	font-size: 15px;
	line-height: 1.5em;
}
.contact>div .title-en-hv {
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.contact>div p {
	color: #666;
	margin-bottom: 15px;
}
.contact>div span.icon {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	color: #eb5b01;
}
.contact>div p font{
	display: inline-block;
	color: #333;
}

.contact .contact-info {
	padding-top: 20px;
}
.contact .contact-info a {
	line-height: 1.8em;
	color: #333;
	text-decoration: underline;
}
.contact .contact-info a:hover {
	color: #eb5b01;
}
.contact-code{
	display: inline-block;
	text-align: center;
	color: #999;
}
.contact .contact-feedback {
	padding-top: 20px;
}
.feedback input {
	outline: none;
	margin-bottom: 18px;
	width: 100%;
	padding: 0px 15px;
	font-size: 15px;
	line-height: 46px;
	color: #666;
	border: none;
	background: #f7f8fa;
	transition: all .4s;
}
.form-control {
	border: 1px solid #ebebeb;
	line-height: 44px;
	height: 44px;
	width: 100%;
	padding: 0px 15px;
	margin: 10px 0px;
	border-radius: none;
	box-shadow: 0;
}
.feedback textarea {
	border: none;
	font-size: 15px;
	line-height: 22px;
	width: 100%;
	height: 160px;
	padding: 15px;
	margin: 10px 0px;
	outline: none;
	box-shadow: none;
	overflow-x: hidden;
	background: #f7f8fa;
}
.feedback input:focus, .feedback textarea:focus {
}
.feedback .submit {
	display: inline-block;
	padding: 0px 25px;
	background: #25263b;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	margin: 15px 0px;
	transition: all .3s;
}
.feedback .submit:hover {
	background: #eb5b01;
}
.feedback .submit span {
	display: inline-block;
	font-size: 20px;
	line-height: 36px;
	color: #fff!important;
	vertical-align: bottom;
}

@media screen and (max-width:767.8px) {
.contact {
	display: flex;
	flex-wrap: wrap;
}
.contact .contact-info {
	padding: 5vh 0 8vh;
	width: 100%;
}
.contact .contact-feedback {
	width: 100%;
	padding: 5vh 0 0;
}
}


/*地图*/
#map-canvas {
	height: 400px;
	width: 100%;
	margin:6vh 0 0px;
	padding: 0px;
}
.content-window-card {
	position: relative;
	box-shadow: none;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;
}
.content-window-card p {
	height: 2rem;
}
.amap-icon img, .amap-marker-content img {
	width: 25px;
	height: 34px;
}
.custom-info {
	border: solid 1px silver;
}
div.info-top {
	display: none;
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}
div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}
div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}
div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}
div.info-middle {
	font-size: 12px;
	padding: 10px 15px;
	line-height: 20px;
	overflow: hidden;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
}
.custom-info span {
	margin-left: 5px;
	font-size: 11px;
}
.info-middle img {
	float: left;
	margin-right: 6px;
}
/*地图*/