﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow-x: hidden;
}

@media(min-width:992px) {
body {
	padding-top: 90px!important;
}
}

@media(min-width:1600px) {
body {
	padding-top: 110px!important;
}
}

@media(max-width:992px) {
body {
	padding-top: 70px!important;
}
}
* {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
@font-face {
	font-family: 'Impact';
	src: url(../font/impact.ttf), url(../font/impact.ttf);
	font-weight: normal;
	font-style: normal;
}
.impact {
	font-family: 'Impact', Arial, "微软雅黑";
}
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: "微软雅黑", Microsoft YaHei;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background:#4d4d4d;
}
/*滚动条设置*/

/*表格边框样式*/
table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
table td {
	font-size: 14px;
	line-height: 24px;
	padding: 15px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	;
}
table td p {
	margin: 0px;
}
/*boostrap遮罩层导致页面抖动*/
.modal-open {
	overflow: scroll !important;
}

/*页面内容宽度*/
@media(min-width:1600px) {
.container {
	width: 1410px;
}
}

@media(max-width:1600px) {
.container {
	width: 90%;
}
}

@media(max-width:992px) {
.container {
	width: 94%;
}
}

@media(max-width:768px) {
.container {
	width: 100%;
	padding: 0px 15px;
}
}
/*页面haed*/
	
/*导航设置*/	
#haed-nav {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	height: 110px;
	line-height: 110px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
	transition: all .3s;
}
#haed-nav .container {
	position: relative;
	height: inherit;
}
.navbar-header {
	height: inherit;
}
/*logo设置*/
.navbar-brand {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	height: inherit;
	padding: 0px!important;
	margin: 0px!important;
}
.navbar-brand h1 {
	height: auto;
	font-size: 0px;
}
.navbar-brand img {
	max-width: auto;
	height: 70px;
	transition: all .3s;
}
/*热线*/
.nav-logo-text {
	display: flex;
	align-items: center;
	height: inherit;
	margin-left: 18px;
}
.nav-logo-text>div {
	line-height: 0px;
}
.nav-logo-text>div small {
	display: inline-block;
	margin-top: 6px;
	font-size: 14px;
	line-height: 1em;
	color: #999;
}
.nav-logo-text>div p {
	margin: 0px;
	font-size: 24px;
	line-height: 1em;
	color: #333;
}
/*导航右侧功能区*/
.shop {
	float: right;
	margin-left: 30px;
}
.shop li {
	float: left;
}
.shop li>div {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: middle;
}
.shop li:nth-of-type(1)>div {
	background: #85cc44;
}
.shop li:nth-of-type(2)>div {
	background: #f0b500;
}
.shop li:nth-of-type(3)>div {
	background: #f0505e;
}
.shop li:nth-of-type(4)>div {
	background: #428ec6;
}
.shop li>div>span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	transform: rotate(0deg);
	transition: all .3s;
}
.shop a:hover span {
	transform: rotate(20deg);
}
.shop li>div>div {
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 3;
	transform: translate(-50%, 0%);
	min-width: 140px;
	padding-top: 15px;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	transition: all .3s;
}
.shop li>div:hover>div {
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}
.shop li>div>div>div {
	position: relative;
	z-index: 3;
	padding: 8px;
	background: #f5f5f5;
	font-size: 14px;
	color: #4d4d4d;
	border-radius: 4px;
	cursor: default;
}
.shop li>div>div>div:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -18px;
	left: 50%;
	width: 0%;
	height: 0%;
	margin-left: -9px;
	border-width: 9px;
	border-style: solid dashed dashed;
	border-color: transparent transparent #f5f5f5 transparent;
}
.shop li>div>div>div img {
	width: 100%;
	height: auto!important;
}
.shop li>div>div>div p {
	padding: 0 10px;
	margin: 0px;
	white-space: nowrap;
}
.shop li>div>div>div a {
	color: #4d4d4d;
}
.shop li>div>div>div a:hover {
	color: #f08200;
}

@media(max-width:1200px) {
.shop {
	margin-left: 15px;
}
}

@media(max-width:768px) {
.shop {
	display: none;
}
}
/*导航设置*/
.navbar-nav .dropdown-menu {
	position: absolute;
	z-index: 1;
	background: none;
	box-shadow: none;
	border: none;
}
.navbar-nav {
	height: inherit;
}
.navbar-nav>li {
	height: inherit;
	line-height: inherit;
	display: flex;
	align-items: center;
	margin: 0px 15px;
}
.navbar-nav>li>a {
	position: relative;
	z-index: 1;
	height: inherit;
	color: #4d4d4d;
	font-size: 16px;
	line-height: inherit;
	padding: 0px 5px;
	text-align: center;
	overflow: hidden;
}
.navbar-nav>li:hover>a {
	color: #f08200;
	background: none;
}
.navbar-nav>li.on>a {
	color: #f08200;
}
.navbar-nav>li>a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 3px;
	background-color: #f08200;
	transition: all .3s;
}
.navbar-nav>li.on>a:after, .navbar-nav>li:hover>a:after {
	content: "";
	width: 100%;
}
.navbar-nav .dropdown-menu {
	top: 100%;
	left: 0%;
	right: auto;
	padding: 10px 0;
	border: none;
	background: rgba(255,255,255,0.95);
}
.navbar-nav>li:last-of-type .dropdown-menu {
    width: 100%;
	left: auto;
	right: 0;
}
.navbar-nav .dropdown-menu li {
	display: block;
	width: 100%;
	height: auto;
	line-height: normal;
}
.navbar-nav .dropdown-menu li a {
	position: relative;
	z-index: 3;
	display: block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
    min-width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 38px;
	height: 36px;
	color: #666;
    white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; 
	transition: all ease .3s;
}
.navbar-nav .dropdown-menu li a:hover {
	color: #fff;
	background: none;
}
.navbar-nav .dropdown-menu li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #f08200;
	transition: all ease .3s;
}
.navbar-nav .dropdown-menu li a:hover:after {
	content: "";
	width: 100%;
}

/*导航栏变化*/



@media (max-width: 1600px) {
#haed-nav {
	height: 90px;
	line-height: 90px;
}
#haed-nav .navbar-brand img {
	height: 60px;
}
.nav-logo-text>div small {
	font-size: 12px;
}
.nav-logo-text>div p {
	font-size: 22px;
}
.navbar-nav>li {
	margin: 0px 10px;
}
.navbar-nav>li>a {
	position: relative;
	font-size: 15px;
}
}

@media (max-width: 1200px) {
.navbar-nav>li {
	margin: 0px 8px;
}
.nav-logo-text>div p {
	font-size: 0px;
}
.nav-logo-text>div p span {
	font-size: 24px;
	line-height: 1em;
}
.nav-logo-text>div small {
	display: none;
}
}

@media(max-width:992px) {
#haed-nav {
	height: 70px;
	line-height: 70px;
}
#haed-nav .navbar-brand img {
	height: 50px;
}
.nav-logo-text>div p, .nav-logo-text>div p span {
	font-size: 22px;
}
#haed-nav .navbar-nav {
	display: none;
}
}

@media (max-width: 768px) {
.navbar-header {
	margin-left: 0px!important;
	margin-right: 0px!important;
	display: inline-block;
	padding: 0px;
	width: auto;
}
.nav-logo-text {
	margin-left: 15px;
}
.nav-logo-text>div p {
	font-size: 0px;
}
.nav-logo-text>div p span {
	font-size: 22px;
	line-height: 1em;
}
}
/*移动端菜单2*/
#menuNav {
	font-family: '微软雅黑';
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 70px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s linear 0.6s;
	-moz-transition: all 0.5s linear 0.6s;
	-ms-transition: all 0.5s linear 0.6s;
	-o-transition: all 0.5s linear 0.6s;
	transition: all 0.5s linear 0.6s;
	overflow-y: scroll;
}
#menuNav.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

@media (min-width: 992px) {
#menuNav {
	display: none;
}
}
#menuNav-logo {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 3%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#menuNav-logo a {
	height: 50px;
	margin-left: 15px;
	white-space: nowrap;
	overflow: hidden;
}
#menuNav-logo img {
	float: left;
	display: inline-block;
	height: 50px;
	vertical-align: middle;
}
#menuNav-logo p {
	margin: 0 0 0 20px;
	float: left;
	line-height: 50px;
	;
	font-size: 22px;
	vertical-align: middle;
}
#menuNav-close {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 3%;
	margin-top: 12px;
	margin-right: 6px;
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #333;
	background: none;
	border: none;
}
#menuNav-close span {
	display: inline-block;
	font-size: 28px;
	line-height: 48px;
	color: #333;
}
.navList {
	position: relative;
	z-index: 2;
	padding-left: 25%;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px;
	width: 100%;
}
.navList:after {
	content: "";
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 15%;
	width: 1px;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	transition-delay: 0.2s;
	transition: all .3s;
}
.navList li {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s
}
#menuNav.open .navList li {
	transform: none;
	opacity: 1;
	visibility: visible;
	vertical-align: top;
	margin-bottom: 10px;
}
.navList>li>a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	padding: 1vh 0;
	color: #f08200;
}
.navList>li:hover>a {
	color: #f08200;
}
.navList {
	counter-reset: compteListe;
}
.navList>li>a::before {
	counter-increment: compteListe 1;
	content: "0" counter(compteListe);
	color: #f08200;
	position: absolute;
	font: 400 normal 12px/12px 'mono';
	right: calc(100% + 68px);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.navList>li>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: rgba(0,0,0,0.3);
	transition: all .4s;
}
.navList>li:hover>a:after {
	content: "";
	width: 100%;
}
.navList>li>a>span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 20px;
	background: #000;
}
.navList li .dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0px;
	padding-left: 25px;
	background: none;
	border: none;
	box-shadow: none;
}
.navList li .dropdown-menu a {
	font-size: 16px;
	line-height: 1.2;
	padding: 1vh 0;
	color: #999;
}
.navList li .dropdown-menu a:hover {
	color: #4d4d4d;
	background: none;
}
/* 父级下的递增数字 */
.navList {
	counter-reset: compteListe;
}
.navList>li>a::before {
	counter-increment: compteListe 1;
	content: "0" counter(compteListe);
	color: #f08200;
	position: absolute;
	font: 400 normal 12px/12px 'mono';
	right: 118%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.navList>li>a:after {
	display: none;
}
.navList>li>a>span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 20px;
	background: #000;
}
.navList li .dropdown-menu {
	position: static;
	display: block;
	float: none;
	padding-left: 10px;
	margin: 0px;
}
.navList li .dropdown-menu a {
	font-size: 14px;
}
.navList li .dropdown-menu a:hover, .navList li .dropdown-menu a:focus {
	color: #4d4d4d;
	background: none;
}
.nav-button {
	display: none;
	align-items: center;
	height: inherit;
	background: none;
	border: none;
	float: right;
	margin-left: 20px;
}
.nav-button span {
	display: inline-block;
	font-size: 32px;
	line-height: 42px;
	height: 42px;
	color: #666;
	vertical-align: middle;
}
.menu-shop {
	padding: 15px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background: #f7f7f7;
}
.shop-box {
	display: flex;
}
.menu-shop a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.menu-shop a:hover {
	color: #f08200;
}
.show-box {
	max-width: 600px;
	margin: auto;
}

@media (max-width: 992px) {
.nav-button {
	display: block;
	margin-left: 15px;
}
}

@media (max-width: 768px) {
#menuNav-logo {
	height: 70px;
	padding: 0 15px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#menuNav-logo a {
	margin: 0px;
}
#menuNav-logo p {
	margin-left: 15px;
	font-size: 0px;
}
#menuNav-logo p span {
	font-size: 22px;
}
#menuNav-close {
	right: 10px;
	margin-right: 0px;
	padding: 0px;
}
}
/*手机菜单 end*/

/*首页标题*/
.index-title {
	font-size: 30px;
	color: #333;
	margin-bottom: 50px;
}

@media (max-width: 1400px) {
.index-title {
	font-size: 24px;
	margin-bottom: 30px;
}
}
/*图片放大*/
.zoom-img {
	overflow: hidden;
}
.zoom-img img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.6s;
}
.zoom-img:hover img {
	transform: scale(1.2);
}
/*点状背景*/
.point-bg {
	background-image: url(../images/point.png);
	background-repeat: repeat;
}
/*首页更多按钮*/
a.index-button {
	display: inline-block;
	padding: 0 25px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	background: rgba(255,255,255,0.3);
	border: 1px solid #ebebeb;
	border-radius: 16px;
	overflow: hidden;
	transition: all ease .4s;
}
a.index-button.on {
	color: #fff;
	border: 1px solid #f08200;
	background: #f08200;
}
a.index-button:hover {
	color: #fff;
	border: 1px solid #f08200;
	background: #f0b500;
}
/*首页关于*/
.index-about {
	padding: 12vh 0;
	overflow: hidden;
}
.index-about-box {
	display: flex;
}
.index-about-l {
	width: 50%;
	padding-right: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-logo {
	position: relative;
	width: 27%;
	padding-bottom: 27%;
}
.about-logo>div {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.about-logo1, .about-logo2, .about-logo3 {
	border: 8px solid #f7b970;
}
.about-logo1 {
	animation: myfirst 6s linear 0s infinite;
	-moz-animation: myfirst 6s linear 0s infinite;	/* Firefox */
	-webkit-animation: myfirst 6s linear 0s infinite;	/* Safari 和 Chrome */
	-o-animation: myfirst 6s linear 0s infinite;	/* Opera */
}
.about-logo2 {
	animation: myfirst 6s linear 2s infinite;
	-moz-animation: myfirst 6s linear 2s infinite;	/* Firefox */
	-webkit-animation: myfirst 6s linear 2s infinite;	/* Safari 和 Chrome */
	-o-animation: myfirst 6s linear 2s infinite;	/* Opera */
}
.about-logo3 {
	animation: myfirst 6s linear 4s infinite;
	-moz-animation: myfirst 6s linear 4s infinite;	/* Firefox */
	-webkit-animation: myfirst 6s linear 4s infinite;	/* Safari 和 Chrome */
	-o-animation: myfirst 6s linear 4s infinite;	/* Opera */
}
.index-about-r {
	width: 40%;
}
.index-about-r h3 {
	margin: 20px 0px 18px;
	font-size: 30px;
	color: #333;
}
.index-about-r hr {
	display: inline-block;
	width: 60px;
	height: 4px;
	margin: 0 0 30px;
	border: none;
	background: #f08200;
}
.index-about-r p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.about-data {
	padding: 40px 15px 10px;
}
.about-data h4 {
	margin: 0px 0px 10px;
	font-size: 18px;
	color: #4d4d4d;
}
.about-data h4 span {
	display: inline-block;
	margin-right: 6px;
	font-size: 60px;
	line-height: 0.8em;
	color: #f08200;
	vertical-align: bottom;
}
.about-data p {
	font-size: 18px;
	color: #999;
}

@media(max-width:992px) {
.index-about-box {
	position: relative;
	display: block;
}
.index-about-l {
    padding-right：0px;
    margin-bottom:20px;
	width: 100%;
	
}
.about-logo {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 0%;
	opacity: 0.1;
}
.index-about-r {
	width: 100%;
	padding: 0px 5px;
}
.about-data {
	padding: 30px 15px 10px;
}
.about-data h4 span {
	font-size: 40px;
}
.about-data p {
	font-size: 16px;
}
}

@media(max-width:768px) {
.index-about {
	padding: 10vh 0;
}
.about-data {
	padding: 15px;
}
.about-data p {
	font-size: 14px;
}
}
/*首页新闻*/
.index-news-box {
	background: #f6f6f6;
}
.index-news {
	display: flex;
	margin-bottom: 20px;
}
.index-news ul {
	width: 33.333333%;
	margin-left: 8px;
}
.index-news ul:first-child {
	margin-left: 0px;
}
.index-news li {
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
	transition: all ease .4s;
}
.index-news li:hover {
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
.news-box1 li, .news-box1 li a, .news-box1 li .index-news-img {
	display: block;
	height: 100%;
}
.news-box1 {
	padding: 8px 0px;
}
.news-box1 li a {
	position: relative;
}
.news-box1 li .index-news-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news-box1-title {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background: rgba(0,0,0,0.4);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .4s;
}
.news-box1 li:hover .news-box1-title {
	background: #f08200;
}
.news-box2 {
}
.news-box2 li {
	display: flex;
	align-items: center;
	width: 100%;
	height: 264px;
	background: #fff;
	margin: 8px 0px;
}
.news-box2 li>div {
	padding: 0px 30px;
	width: 100%;
}
.index-news-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	transition: all ease .4s;
}
.news-box2 .index-news-title {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	margin: 10px 0 15px;
}
.news-box2 p {
	font-size: 13px;
	line-height: 22px;
	height: 44px;
	color: #999;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-box2 hr {
	margin: 20px 0px;
}
.index-news-time {
	text-align: center;
}
.index-news-time strong {
	display: block;
	font-family: Impact;
	font-size: 36px;
	line-height: 1em;
	font-weight: normal;
	white-space: nowrap;
	color: #999;
	transition: all ease .4s;
}
.index-news-time span {
	font-family: Impact;
	display: block;
	font-size: 11px;
	line-height: 1em;
	white-space: nowrap;
	color: #999;
	transition: all ease .4s;
}
a.news-more span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	color: #999;
	transition: all ease .4s;
}
a.news-more:hover span {
	transform: translate(10px, 0%);
}
.news-box2 .index-news-time {
	display: block;
}
.news-box2 .index-news-time>div {
	float: left;
	padding: 0px 10px;
}
.news-box2 .index-news-time>a.news-more {
	float: right;
	margin-right: 10px;
}
.news-box3 li {
	display: flex;
	align-items: center;
	height: 173px;
	background: #fff;
	margin: 8px 0px;
}
.news-box3 li>div {
}
.news-box3 .index-news-c {
	display: flex;
}
.news-box3 .index-news-c .index-news-time {
	display: flex;
	align-items: center;
	padding: 0px 30px;
	border-right: 1px solid #ebebeb;
}
.news-box3 .index-news-c .index-news-time strong:after {
	content: "";
	display: block;
	width: 60%;
	height: 2px;
	margin-top: 6px;
	margin-bottom: 10px;
	background-color: #ccc;
	transition: all .3s;
}
.news-box3 .index-news-c .index-news-r {
	padding: 0px 30px;
}
.news-box3 .index-news-title {
	margin: 8px 0;
	height: 48px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news li:hover .index-news-time strong, .index-news li:hover .index-news-time span {
	color: #f08200;
}
a.news-more:hover span, .index-news-title:hover {
	color: #f08200;
}
.index-news li:hover .index-news-c .index-news-time strong:after {
	content: "";
	background-color: #f08200;
}

@media(max-width:1200px) {
.index-news ul {
	width: 50%;
	margin-left: 8px;
}
.index-news .news-box1 {
	display: none;
}
}

@media(max-width:992px) {
.index-news {
	flex-wrap: wrap;
}
.index-news ul {
	width: 100%;
	margin-left: 0px;
}
.news-box2 li, .news-box3 li {
	margin: 0px 0px 8px;
}
}
/*首页页脚*/
#foot {
	position: relative;
	background: #282f35;
}
.foot-nav {
	padding: 60px 0px;
	display: flex;
	justify-content: space-between;
}
.foot-nav ul {
	padding-left: 25px;
}
.foot-nav ol {
	position: relative;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
}
.foot-nav ol:after {
	content: "+";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -25px;
	font-weight: bold;
	color: #f08200;
}
.foot-nav ol a {
	color: #fff;
	transition: all ease .4s;
}
.foot-nav li {
	margin-bottom: 8px;
}
.foot-nav li a, .foot-nav p {
	font-size: 15px;
	line-height: 24px;
	color: #ccc;
	transition: all ease .4s;
}
.foot-nav ol a:hover, .foot-nav li a:hover {
	color: #f08200;
}

@media(max-width:1200px) {
.foot-nav ol {
	font-size: 16px;
}
.foot-nav li a, .foot-nav p {
	font-size: 13px;
}
}

@media(max-width:992px) {
.foot-nav ul {
	display: none;
}
.foot-nav ul:last-child {
	display: block;
}
}
.foot-copyright {
	padding: 15px 0;
	width: 100%;
	background: #3d4349;
}
.foot-copyright p, .foot-copyright span, .foot-copyright a {
	display: inline-block;
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
	color: #ccc;
	transition: all ease .4s;
}
.foot-copyright a {
	margin: 0px 4px;
}
.foot-copyright a:hover {
	color: #f08200;
}

@media(max-width:992px) {
.foot-copyright .pull-right {
	float: none;
}
}
/*============ 首页end ============*/

/*内页公共*/
/*内页banner*/
.inside-banner {
	position: relative;
	z-index: 1;
	width: 100%;
}
.banner-pc {
	display: block;
	width: 100%;
}
.banner-mobile {
	display: none;
	width: 100%;
}
.inside-text {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 0 10%;
}
.inside-text>div {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.inside-text>div h3 {
	margin: 0px;
	font-size: 42px;
	line-height: 1em;
	color: #333;
	font-weight: bold;
}
.inside-text>div p {
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: -1;
	width: 100%;
	margin: 0px;
	font-size: 90px;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	text-transform: Uppercase;
	opacity: 0.6;
}
.inside-text>div p {
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: -1;
	width: 100%;
	margin: 0px;
	font-size: 90px;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	opacity: 0.6;
}

@media(max-width:1200px) {
.inside-text>div h3 {
	font-size: 30px;
}
.inside-text>div p {
	font-size: 70px;
}
}

@media(max-width:992px) {
.banner-pc {
	display: none;
}
.banner-mobile {
	display: block;
}
.inside-text>div h3 {
	font-size: 30px;
}
.inside-text>div p {
	font-size: 70px;
}
}

@media(max-width:768px) {
.inside-text>div h3 {
	font-size: 26px;
}
.inside-text>div p {
	font-size: 60px;
}
}
/*盒子边距*/
.inside-box {
	position: relative;
	z-index: 1;
	padding: 60px;
	margin: -60px auto 60px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.08);
}
.padding-box {
	padding-top: 6vh;
	padding-bottom: 6vh;
}
.margin-bottom {
	margin-bottom: 6vh;
}

@media(max-width:992px) {
.inside-box {
	padding: 40px;
	margin: -40px auto 40px;
}
.padding-box {
	padding-top: 7vh;
	padding-bottom: 7vh;
}
.margin-bottom {
	margin-bottom: 7vh;
}
}

@media(max-width:768px) {
.inside-box {
	padding: 40px 20px;
	margin: 0px auto 40px;
}
.padding-box {
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.margin-bottom {
	margin-bottom: 5vh;
}
}
/*信息盒子*/
.info {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1.75em;
}

@media(max-width:1200px) {
.info {
	font-size: 15px;
}
}

@media(max-width:992px) {
.info {
	font-size: 14px;
}
}
/*内页翻页*/
.pagination>li>a {
	margin: 1px;
	padding: 8px 14px;
	border: none;
	font-size: 15px;
	color: #666;
	background: #f5f5f5;
	border-radius: 0!important;
	transition: all .4s;
}
.pagination>li>a:hover {
	color: #f08200;
}
.pagination>li.on>a {
	color: #fff;
	font-weight: bold;
	background: #f08200;
}
/*关于我们*/
.about-title {
	position: relative;
	z-index: 1;
}
.about-title h3 {
	margin: 20px 0 40px;
	text-indent: 15px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.about-title span {
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: -1;
	margin: 0px;
	font-size: 72px;
	line-height: 1em;
	color: #f08200;
	opacity: 0.1;
}
.about-text {
	display: flex;
	justify-content: space-between;
}
.about-l {
	display: block;
	width: 100%;
	padding-right: 12%;
}
.about-r {
	display: block;
}
.about-r li {
	padding: 20px;
	width: 100%;
	line-height: 1em;
	text-align: center;
	color: #fff;
}
.about-r li:nth-of-type(1) {
	background: rgba(240,130,0,9);
}
.about-r li:nth-of-type(2) {
	background: rgba(240,130,0,0.75);
}
.about-r li:nth-of-type(3) {
	background: rgba(240,130,0,0.6);
}
.about-r li h4 {
	font-size: 18px;
}
.about-r li h4 span {
	display: inline-block;
	margin-right: 6px;
	font-size: 30px;
	line-height: 0.9em;
	vertical-align: bottom;
}

@media(max-width:1200px) {
.about-title h3 {
	margin: 20px 0 40px;
	text-indent: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #333;
}
.about-title span {
	font-size: 60px;
}
}

@media(max-width:996px) {
.about-title h3 {
	margin: 30px 0 40px;
}
.about-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-l {
	width: 100%;
	padding-right: 0%;
}
.about-r {
	width: 100%;
	display: block;
}
.about-r ul {
	display: flex;
}
.about-r li {
	width: auto;
	max-width: 33.3333%;
	display: inline-block;
	float: left;
}
}
/**/
.inside-title {
	margin-bottom: 40px;
}
.inside-title h3 {
	margin: 10px;
}
.inside-title h3 span {
	position: relative;
	display: inline-block;
	padding: 0px 20px;
	font-size: 30px;
	line-height: 1em;
	color: #4d4d4d;
	background: #fff;
}
.inside-title h3 span:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -50%;
	width: 200%;
	height: 1px;
	background: #ccc;
}
.inside-title p {
	font-size: 15px;
	line-height: 1em;
	color: #999;
	text-transform: Uppercase;
}

@media(max-width:992px) {
.inside-title h3 span {
	padding: 0px 15px;
	font-size: 24px;
}
.inside-title p {
	font-size: 13px;
}
}
/*发展历程*/
.course {
	position: relative;
}
.course li {
	display: flex;
	position: relative;
	padding: 30px 0px;
}
.course li:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #fafafa;
	transition: all ease .3s;
}
.course li:nth-of-type(even):after {
	content: "";
	height: 100%;
}
.course li .course-time {
}

@media(min-width:992px) {
.course:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 50%;
	width: 0px;
	height: 100%;
	border-right: 1px dashed #ccc;
}
.course li:nth-of-type(Odd) {
	flex-direction: row-reverse;
}
.course li:nth-of-type(even) {
	flex-direction: row;
}
.course li .course-time {
	order: 2;
}
.course li .course-content {
	position: relative;
	z-index: 1;
	order: 1;
	width: 50%;
}
.course li:nth-of-type(Odd) .course-time {
	padding-right: 30px;
}
.course li:nth-of-type(Odd) .course-content {
	padding-left: 70px;
	padding-right: 15px;
}
.course li:nth-of-type(even) .course-time {
	padding-left: 30px;
}
.course li:nth-of-type(even) .course-content {
	padding-left: 15px;
	padding-right: 70px;
	text-align: right;
}
.course li:nth-of-type(Odd) .course-content:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 11px;
	left: -15px;
	width: 60px;
	height: 1px;
	background-color: #ccc;
}
.course li:nth-of-type(even) .course-content:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 11px;
	right: -15px;
	width: 60px;
	height: 1px;
	background-color: #ccc;
}
.course li .course-time h4 {
	display: inline-block;
	margin: 0px;
	padding-right: 8px;
	font-size: 30px;
	line-height: 24px;
	vertical-align: text-top;
	color: #f08200;
	border-right: 1px solid #ebebeb;
}
.course li .course-time span {
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
	line-height: 14px;
	vertical-align: text-top;
	color: #999;
}
.course li .course-content,.course li .course-content p {
	margin: 0px;
	font-size: 15px;
	line-height: 1.75em;
	color: #666;
}
}

@media(max-width:992px) {
.course li {
	display: block;
	padding: 25px;
}
.course li .course-time {
	width: 100%;
	margin-bottom: 10px;
}
.course li .course-content {
	width: 100%;
}
.course li .course-time h4 {
	display: inline-block;
	margin: 0px;
	padding-right: 8px;
	font-size: 30px;
	line-height: 24px;
	vertical-align: text-bottom;
	color: #f08200;
	border-right: 1px solid #ebebeb;
}
.course li .course-time span {
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
	line-height: 14px;
	vertical-align: text-bottom;
	color: #999;
}
.course li .course-content , .course li .course-content p {
	margin: 0px;
	font-size: 15px;
	line-height: 1.75em;
	color: #666;
}
}
/*企业荣誉*/
.honor {
	display: flex;
	flex-wrap: wrap;
}
.honor-list {
	padding: 15px;
}
.honor-list a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	overflow: hidden;
}
.show-img {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.show-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: all ease .4s;
}
.honor-list a:hover .show-img img {
	transform: scale(1.2);
}
.show-name {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .4s;
}


/*产品*/
.product-list{
	display: flex;
	flex-wrap: wrap;
}
.product-list li{
	width: 25%;
	padding: 15px;
}
.product-list li>div{
	width: 100%;
	height: 100%;
	background: #fafafa;
	border:1px solid #fafafa;
	border-radius: 6px;
	box-shadow: 0 0 0px rgba(0,0,0,0);
	overflow: hidden;
	transition:all ease .5s;    
}
.product-list li>div:hover{
	background: #fff;
	border:1px solid #f08200;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	transition:all ease .5s;    
}
.product-list li .product-list-t{
	display: block;
	padding: 0px 20px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #4d4d4d;
	text-align: center;
	transition:all ease .5s;
}
.product-list li>div:hover .product-list-t{
	color: #f08200;
}
.product-list li span{
	display: block;
	padding: 0px 20px;
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 20px;
	color: #999;
	text-align: center;
}
@media(max-width:1600px) {
.product-list li{
	padding: 10px;
}
}
@media(max-width:1200px) {
.product-list li{
	width: 33.333%;
	padding: 10px;
}
}
@media(max-width:992px) {
.product-list li{
	width: 50%;
}
}
@media(max-width:768px) {
.product-list{
		margin-left: -15px;
		margin-right: -15px;
}
.product-list li{
	padding: 6px;
}
}

/*产品详情*/
.product-img{
	width: 35%;
	float: left;
}
.product-text{
	width: 55%;
	float: right;
	font-size: 15px;
	line-height: 2em;
	color: #666;
}
.product-text h2{
	font-size: 24px;
	color: #4d4d4d;
}
.product-text hr{
	margin: 25px 0 25px;
	border:none;
	border-top:1px dashed #ebebeb;
}
.product-text p{
	margin: 0px;
}
.product-buttom a{
	position: relative;
	display: inline-block;
	min-width: 160px;
	padding:0 15px;
	font-size: 14px;
	line-height:38px;
	color: #4d4d4d;
	text-align: center;
	border-radius: 4px;
	border:1px solid #ebebeb;
}
.product-buttom a:hover{
	color: #fff;
	background: #f08200;
	border:1px solid #f08200;
}
.product-buttom a>div{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	background: #f08200;
	color: #fff;
	opacity: 1;
	visibility: visible;
	transition:all ease .4s;  
}
.product-buttom a:hover>div{
	opacity: 0;
	visibility: hidden;
}

.product-buttom a.call{
	border: 1px solid #f08200;
	margin-right: 20px;
}
.product-buttom a.call span{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	vertical-align:top;
}
.product-details{
	width: 100%;
	float: left;
}
.product-details hr{
	margin: 40px 0 40px;
	border:none;
	border-top:1px dashed #ebebeb;
}
.product-details-t{
	position: relative;
	text-align: center;
	font-size: 24px;
	color: #4d4d4d;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.product-details-t:after{ content:""; position: absolute;  z-index:1;bottom: 0px;left: 50%;width:50px;height: 2px; margin-left: -25px; background-color:#f08200;}


.product-feedback{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	background-color: #fff;
	overflow: hidden;
}
.product-feedback .product-icon{  position: absolute;  z-index:-1;top: 10%;left: 0%;width:auto;height: 80%; opacity: 0.1;transform:translate(-50%,0%);}
.feedback-img{
	position: relative;
	width: 50%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.feedback-img img{
	width: 80%;
}
.product-feedback .feedback{
	padding: 5vh 0 4vh;
	width: 50%;
}

@media(max-width:1600px) {
.product-img{
	width: 40%;
}
.product-text{
	width: 50%;
}

}
@media(max-width:1200px) {
.product-img{
	width: 45%;
}
.product-text{
	width: 45%;
	font-size: 14px;
	line-height: 1.8em;
}
}
@media(max-width:992px) {
.product-img{
	width: 100%;
	float:none;
}
.product-text{
	margin-top:50px;
	width: 100%;
	float:none;
	text-align: center;
}
.product-details{
	float: none;
}
.feedback-img{
		display: none;
}
.product-feedback .feedback{
	width: 100%;
}
}
@media(max-width:768px) {
.product-text{
	padding: 0px 5%;
	margin-top:40px;
}
.product-buttom a{
	min-width: 120px;
	line-height:38px;
}
.product-buttom a.call span{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	vertical-align:top;
}
}


/*科研团队*/
.team-list {
	padding: 15px;
}
.team-list a {
	position: relative;
	display: block;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	transform: translate(0%, 0%);
	transition: all ease .4s;
}
.team-list a:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	transform: translate(0%, -15px)
}
.team-list a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 2px;
	background-color: #f08200;
	transition: all ease .4s;
}
.team-list a:hover:after {
	content: "";
	width: 100%;
}
.team-list .team-name {
	padding: 15px;
	background: #f5f5f5;
	overflow: hidden;
}
.team-list .team-name p {
	margin: 0 0 5px;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1em;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.team-list a:hover .team-name p {
	color: #f08200;
}
.team-list .team-name span {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

@media(max-width:768px) {
.team-list {
	padding: 8px;
}
.team-list a:hover {
	transform: translate(0%, -8px)
}

}
/*信息图片*/
.info-bg {
	padding: 10vh 0px;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.info-bg>div {
	width: 92%;
	max-width: 1200px;
	margin: auto;
	padding: 50px;
	background: rgba(255,255,255,0.6);
	font-size: 16px;
	line-height: 1.75em;
}

/*新闻列表*/
.news-list {
	display: flex;
	flex-wrap: wrap;
}
.news-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background: #fafafa;
	transition: all ease .4s;
}
.news-list li:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	background: #fff;
	transform:translate(0%,-15px);
}
.news-c {
	padding: 30px;
}
.news-list li:nth-of-type(3n) {
	margin-right: 0%;
}
.news-list li>div {
	width: 100%;
}
.news-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	transition: all ease .4s;
}
.news-list li .news-title {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	margin: 5px 0 15px;
	color: #4d4d4d;
}
.news-list li .news-title:hover {
	color: #f08200;
}
.news-list li p {
	font-size: 13px;
	line-height: 22px;
	height: 44px;
	color: #999;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list li hr {
	margin: 20px 0px;
}
.news-time {
	text-align: center;
	overflow: hidden;
}
.news-time strong {
	display: block;
	font-family: Impact;
	font-size: 36px;
	line-height: 1em;
	font-weight: normal;
	white-space: nowrap;
	color: #999;
	transition: all ease .4s;
}
.news-time span {
	font-family: Impact;
	display: block;
	font-size: 11px;
	line-height: 1em;
	white-space: nowrap;
	color: #999;
	transition: all ease .4s;
}
.news-list li .news-time {
	display: block;
}
.news-list li .news-time>div {
	float: left;
	padding: 0px 10px;
}
.news-list li .news-time>a.news-more {
	float: right;
	margin-right: 10px;
}
/*新闻中心*/
.news-center {
	width: 96%;
	max-width: 1200px;
	padding: 40px;
	margin: auto;
	font-size: 15px;
	line-height: 1.75em;
	background: #f7f7f7;
}
.news-head {
	border-bottom: 1px dashed #ebebeb;
	margin-bottom: 40px;
}
.news-head h2 {
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
}
.news-head p {
	margin-bottom: 15px;
	font-size: 12px;
	color: #999;
}
.new-page {
	padding: 20px 0px;
	margin: 40px auto 0px;
	font-size: 0px;
	text-align: center;
	border-top: 1px dashed #ebebeb;
}
.new-page a {
	display: inline-block;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	transition: all ease .3s;
}
.new-page a:hover {
	color: #f08200;
}
a.return {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}

@media(max-width:768px) {
.news-center {
	padding: 20px;
}
}
/*加盟*/
.cooperation li {
	display: flex;
	padding: 10px 0px;
	margin: 25px 0;
	background: #f7f7f7;
	transition: all .3s;
}
.cooperation li:hover {
	background: #00a0e9;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.cooperation li .cooperation-text {
	width: 80%;
	padding-left: 40px;
	color: #4d4d4d;
	transition: all .3s;
}
.cooperation li:hover .cooperation-text {
	color: #fff;
}
.cooperation li .cooperation-text h2 {
	font-size: 24px;
	color: inherit;
}
.cooperation li .cooperation-text p {
	font-size: 18px;
	line-height: 1.75em;
	color: inherit;
}
.cooperation li .cooperation-link {
	width: 20%;
	padding-top: 30px;
	text-align: center;
}
.cooperation li .cooperation-link a {
	display: inline-block;
	padding: 0px 25px;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	background: #fff;
	border-radius: 18px;
	transition: all .3s;
}
.cooperation li .cooperation-link a:hover {
	color: #fff;
	background: #f08200;
}

@media(max-width:992px) {
.cooperation li {
	display: block;
}
.cooperation li:hover {
	background: #f7f7f7;
}
.cooperation li .cooperation-text {
	width: 100%;
	padding: 10px 30px;
}
.cooperation li:hover .cooperation-text {
	color: #4d4d4d;
}
.cooperation li .cooperation-link {
	width: 100%;
	padding: 15px 30px;
	text-align: left;
}
.cooperation li .cooperation-link a {
	color: #fff;
	background: #f08200;
}
}

/* 加盟 */
.join1 h3{
	margin-bottom: 15px;
	color: #333;
}
.join1 small{
	font-size: 14px;
	color: #999;
}
.join1 a{
	display: inline-block;
	padding: 0px 60px;
	font-size: 24px;
	line-height: 46px;
	color: #333;
	border:2px solid #f08200;
	transition:all ease .4s;  
}
.join1 a:hover{
	color: #fff;
	background: #f08200;
}
.join1 hr{
	display: inline-block;
	width: 40px;
	height:  2px;
	border:nonr;
	background: #f08200;
}
/*加入我们*/
#join {
	margin: auto;
}
#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 {
	display: flex;
	flex-wrap: wrap;
}

.contact-box{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.contact-box:after{ content:""; position: absolute;  z-index:-1;bottom: 0px;left: 0%;width: 50px;height: 2px;background-color:#f08200;}
.contact-box span{
	line-height: 20px;
}
.contact-text .info p {
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	line-height: 1.75;
	color: #666;
}
.contact-text .info p i,.contact-text .info p em {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size:22px;
	color: #333;
}
.contact-text .info p strong {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 60px;
	display: inline-block;
	margin-right: 20px;
}
.feedback { width: 96%; margin: auto;}
.feedback input{ border:1px solid #ebebeb; line-height:40px; width:100%; padding:0px 15px; margin:8px 0px;}
.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:1px solid #ebebeb; line-height:22px; width:100%; height:160px; padding:15px; margin:10px 0px; outline:none; box-shadow:none; overflow-x: hidden;}
.feedback input:focus,.feedback textarea:focus{ border:1px solid #f08200; }
.feedback .submit{ display:inline-block; padding:0px 25px; background:#4d4d4d; font-size:14px; line-height:36px; color:#fff; margin:15px 0px;transition:all .3s;}
.feedback .submit:hover{background:#f08200;}
@media(min-width:992px) {
.contact-text {
	width: 50%;
	padding-right: 3%;
	margin-bottom: 40px;
}
.contact-feedback {
	width: 50%;
	padding-left: 3%;
	margin-bottom: 40px;
	border-left: 1px solid #ebebeb;
}
}
@media(max-width:992px) {
.contact-text,.contact-feedback {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ebebeb;
}
}
/*地图*/
#map-canvas {
	height: 400px;
	width: 100%;
	margin: 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;
}
/*地图*/