﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
}

table,th,td{border:1px solid #CCCCCC;}
* {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
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;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
img {
	max-width: 100%;
}
.vcenter-parent {
	display: table;
}
.vcenter {
	display: table-cell;
	vertical-align: middle;
}
.red {
	color: #360d73;
}
.yellow {
	color: #f1a257;
}
.blue {
	color: #3469b1;
}
/*居中布局*/

::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#222;
}
/*滚动条设置*/

.modal-open {
	overflow: scroll !important;
}

/*boostrap遮罩层导致页面抖动*/









.w1400{ width:1400px;max-width: 95%; margin:auto;}
.zd-pa {padding:3% 0; overflow: hidden; background: #f7f7f7;}
.zd-pa ul {margin-top: 3%;border-top: 2px solid #f5f5f5;border-right: -2px solid #f5f5f5;}
.zd-pa ul li {float: left;width: 9.6666%;text-align: center;height: auto;border-left: 2px solid #f5f5f5; border-right: 2px solid #f5f5f5;border-bottom: 2px solid #f5f5f5;cursor: pointer;background-color: #ffffff;overflow: hidden;}
.zd-pa ul li img {max-width: 100%;-webkit-transition: .5s;transition: .5s;}
.zd-pa ul li:hover img { transform: translateY(-10px);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);}
















@media(min-width:1200px) {
.container {
	width: 1170px;
}
}
/* 初始设置 */


.margin-box {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media(max-width:992px) {
.margin-box {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
/*栏目间距*/

.column-title {
	margin: 0px 0px 30px;
}
.column-title h3 {
	margin: 10px 0px;
}
.column-title p {
	width: 70%;
	margin: 0px auto;
	font-size: 14px;
	line-height: 22px;
	color: #808080;
}
/*栏目标题设置*/


.haed-top {
	position: relative;
	z-index: 1;
	background: #1b1b1b;
	font-size: 15px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	transition:all .3s;
}
.nav-fixed .haed-top{
    z-index: -1;
	height: 0px;
}
.haed-top b {
	letter-spacing: 1px;
	line-height: inherit;
	vertical-align: bottom;
}
.haed-top .language {
	padding: 0px 6px;
}
.haed-top .language ul a {
	display: inline-block;
	width: 100%;
}
.haed-top .search {
	padding: 6px 0px;
	display: inline-block;
	vertical-align: bottom;
}
.haed-top .search input {
	float: left;
	width: 180px;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	color: #fff;
	background: rgba(255,255,255,.13);
	border: none;
}
.haed-top .search input::-webkit-input-placeholder {
 color:    #ccc;
}
.haed-top .search input:-moz-placeholder {
 color:    #ccc;
}
.haed-top .search input::-moz-placeholder {
 color:    #ccc;
}
.haed-top .search input:-ms-input-placeholder {
 color:    #ccc;
}
.haed-top .search>a {
	float: left;
	display: inline-block;
	width: 28px;
	height: 28px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: rgba(255,255,255,.13);
	transition: all .3s;
}
.haed-top .search>a:hover {
	color: #ccc;
}
.haed-top .pull-right.dropdown {
	z-index: 2;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
}
.haed-top .pull-right.dropdown>a {
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	transition: all .3s;
}
.haed-top .pull-right.dropdown ul.dropdown-menu {
    z-index: 3;
	min-width: 130px;
}
.haed-top .pull-right.dropdown ul a {
	display: inline-block;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #4d4d4d;
	transition: all .3s;
}
.haed-top .pull-right.dropdown:hover>a {
	color: #ccc;
}
.haed-top .pull-right.dropdown .dropdown-menu {
	padding: 0px;
	margin: 0px;
	min-width: inherit;
}
.haed-top .pull-right.dropdown .dropdown-menu img {
	max-width: 130px;
}
.haed-top a.language {
	display: inline-block;
	width: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	transition: all .3s;
}
.haed-top a.language:hover {
	color: #ccc;
}

@media(max-width:768px) {
    
    
    
    
    
    
    
 .w1400{ width:1400px;max-width: 95%; margin:auto;}
.zd-pa {padding:3% 0; overflow: hidden; background: #f7f7f7;}
.zd-pa ul {margin-top: 3%;border-top: 2px solid #f5f5f5;border-right: -2px solid #f5f5f5;}
.zd-pa ul li {float: left;width: 19.6666%;text-align: center;height: auto;border-left: 2px solid #f5f5f5; border-right: 2px solid #f5f5f5;border-bottom: 2px solid #f5f5f5;cursor: pointer;background-color: #ffffff;overflow: hidden;}
.zd-pa ul li img {max-width: 100%;-webkit-transition: .5s;transition: .5s;}
.zd-pa ul li:hover img { transform: translateY(-10px);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);}


   
    
    
    
    
    
    
    
    
    
    
    
.haed-top {
	display: none;
}
}
/*logo*/
#haed-nav {
	background: #fff;
	border: none;
	box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.3);
	transition: all .3s;
}
.navbar-brand {
	padding: 0px;
	width: auto;
	overflow: hidden;
	transition: all .3s;
}
.navbar-brand>img {
	display: inline-block;
	padding: 15px;
	max-height: 100%;
	vertical-align: bottom;
}
.navbar-brand>div {
	float: right;
	height: inherit;
	line-height: 0px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.navbar-brand>div b {
	display: block;
	margin-left: 15px;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	color: #360d73;
}
.navbar-brand>div span {
	display: block;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 1px;
}

@media(min-width:992px) {
.navbar-brand {
	height: 80px;
	line-height: 60px;
}
.nav-fixed #haed-nav .navbar-brand {
	height: 60px;
	line-height: 40px;
}
.navbar-brand b {
	font-size: 24px;
}
}

@media(min-width:1200px) {
.navbar-brand {
	height: 100px;
	line-height: 70px;
}
.nav-fixed #haed-nav .navbar-brand {
	height: 80px;
	line-height: 50px;
}
.navbar-brand b {
	font-size: 30px;
}
}

@media(max-width:992px) {
#haed-nav {
	top: 0px;
}
.navbar-brand {
	height: 60px;
	line-height: 44px;
}
.navbar-brand img{
		padding: 10px 15px;
}
.navbar-brand>div b {
	font-size: 18px;
}
.navbar-brand>div span {
	display: none;
}
.navbar-toggle {
	margin-top: 13px;
}
}

@media(max-width:768px) {
#haed-nav {
	top: 0px;
}
.navbar-brand {
	height: 50px;
	line-height: 40px;
}
.navbar-brand b {
	display: none !important;
}

.navbar-toggle {
	margin-top: 8px;
}
}

/*logo*/

/*导航*/
@media(min-width:992px) {
.collapse.navbar-collapse{
	background: #fff;
}
#haed-nav .top-nav>li {
	line-height: 80px;
	transition: all .3s;
}
.nav-fixed #haed-nav .top-nav>li {
	line-height: 60px;
}
#haed-nav .top-nav>li>a {
	display: block;
	padding: 0px 15px;
	font-size: 14px;
	line-height: inherit;
	vertical-align: baseline;
	color: #4d4d4d;
}
#haed-nav .navbar-nav > .open > a, #haed-nav .navbar-nav > .open > a:hover, #haed-nav .navbar-nav > .open > a:focus, #haed-nav .top-nav>li:hover>a, #haed-nav .top-nav>li.on>a {
	border-radius: 4px;
	color: #ff7300;
	background: none;
}
#haed-nav .top-nav>li .dropdown-menu {
	margin: 0px;
	background: rgba(255,255,255,.9);
	border: none;
	border-radius: 0px;
}
#haed-nav .top-nav>li .dropdown-menu a {
	position: relative;
	z-index: 2;
	color: #333;
}
#haed-nav .top-nav>li .dropdown-menu a:hover, #haed-nav .top-nav>li .dropdown-menu a:focus {
	color: #fff;
	background: none;
}
#haed-nav .top-nav>li .dropdown-menu a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #ff7300;
	transition: all .3s;
}
#haed-nav .top-nav>li .dropdown-menu a:hover:after {
	content: "";
	width: 100%;
}
}

@media(min-width:1200px) {
#haed-nav .top-nav>li {
	line-height: 100px;
}
.nav-fixed #haed-nav .top-nav>li {
	line-height: 80px;
}
}

@media(min-width:992px) {
.dropdown-menu > li > a {
	padding: 10px 15px;
}
}

/*导航*/

/*992 头部导航折叠*/
@media(max-width:992px) {
.navbar .container {
	width: 100% !important;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-brand {
	margin-left: 0px !important;
	padding-left: 15px !important;
}
.container > .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-collapse.collapse {
	display: none !important;
	border-top: 1px solid #eee;
	transition-duration: .4s;
}
.collapse.in {
	display: block !important;
	transition-duration: .4s;
}
.navbar-collapse {
	margin: 15px 0px;
	overflow-y: auto !important;
	box-sizing: border-box;
	transition-duration: .4s;
}
.navbar-collapse.in {
	overflow-y: auto !important;
	transition-duration: .4s;
}
.navbar-nav {
	width: 100%;
	margin: 0px;
}
.navbar-nav > li {
	float: none;
	width: 100%;
	padding: 0px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
	overflow: hidden;
}
.navbar-inverse .navbar-nav > li .dropdown-menu a {
	padding: 10px 15px;
}
.navbar-inverse .navbar-nav > li.on>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	display: none;
}
.nav .dropdown-menu {
	position: static;
	width: 100%;
	border: none;
	padding: 15px 0px 15px;
	box-shadow: none;
	background: #f7f7f7;
	text-align: center;
}
.dropdown-menu > li > a {
	padding: 5px 15px;
}
}
/*992 头部导航折叠*/

.index-title {
	margin-bottom: 40px;
}
.index-title h3 {
	font-weight: bold;
}
.index-title-w h3 {
	color: #fff;
}
.index-title-w span {
	color: #fff;
}

.index-ad {
	background: url(../images/img-advantage.jpg) top center no-repeat;
}
/*优势*/


.index-p-box {
	background: url(../images/img-productbg1.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#index-p-buttom{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 30px;
}
#index-p-buttom li{
	margin: 5px 0px;
}
#index-p-buttom li a{
	display: inline-block;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	border-radius: 15px;
	transition:all .3s;
}
#index-p-buttom li a:hover,
#index-p-buttom li.active a{
	color: #fff;
	background: #ff7300;
}
@media(max-width:992px) {
#index-p-buttom{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 30px;
}
#index-p-buttom li a{
	color: #4d4d4d;
	background: #fff;
}	
}
/*产品*/



.index-program {
	background: #f7f7f7;
}
.index-program-list {
	padding: 15px;
}
.index-program-list a {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	overflow: hidden;
	transition: all .3s;
}
.index-program-list a:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
}
.index-program-list a .index-program-img {
	overflow: hidden;
}
.index-program-list a .index-program-img img {
	transform: scale(1);
	transition: all ease-out .4s;
}
.index-program-list a .index-program-img:hover img {
	transform: scale(1.2);
}
.index-program-list a h5 {
	display: block;
	width: 100%;
	padding: 0px 15px;
	margin: 20px 0px 10px;
	font-size: 17px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.index-program-list a:hover h5 {
	color: #ff7300;
}
.index-program-list a p {
	display: block;
	width: 100%;
	padding: 0px 15px;
	margin: 0px 0px 20px;
	font-size: 13px;
	color: #818181;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

@media(max-width:992px) {
.index-program-list a h5 {
	margin: 15px 0px 8px;
	font-size: 16px;
	color: #333;
}
.index-program-list a p {
	margin: 0px 0px 15px;
	font-size: 12px;
	color: #818181;
}
}
/*首页方案*/
.index-more a {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 42px;
	color: #999;
	background: #fff;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
.index-more a:hover {
	padding: 0px 40px;
	color: #fff;
	background: #360d73;
	border: 1px solid #360d73;
}
.foot {
	background: #313131;
	padding-top: 60px;
}

@media (max-width: 768px) {
.foot {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#foot-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
#foot-nav .panel {
	display: table-cell;
	border: none;
	background: none;
	box-shadow: none;
}
#foot-nav .panel + .panel {
	margin-top: 0px;
}
#foot-nav .panel-heading {
	font-size: 0px;
	border-radius: 0px;
	overflow: hidden;
	padding: 0px;
	background: none;
}
#foot-nav .panel-heading a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	padding: 0px 0px 15px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#foot-nav .panel-body {
	border: none;
	padding: 0px;
	margin: 0px;
}
#foot-nav .panel-body a, #foot-nav .panel-body p {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #ccc;
}
#foot-nav .panel-body i,
#foot-nav .panel-body em {
	display: inline-block;
	float: left;
	margin-right: 4px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #ccc;
}
#foot-nav .panel-body p {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	color: #ccc;
}
#foot-nav .panel-body a:hover {
	color: #fff;
}
#foot-nav input {
	display: inline-block;
	padding: 0px 10px;
	margin-bottom: 15px;
	width: 100%;
	min-width: 250px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	background: #4d4d4d;
	border: none;
}
#foot-nav textarea {
	display: inline-block;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	min-width: 250px;
	height: 120px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: #4d4d4d;
	border: none;
}
#foot-nav a.submit {
	display: inline-block;
	padding: 0px 30px;
	font-size: 13px;
	line-height: 34px;
	color: #fff;
	background: #4d4d4d;
}
#foot-nav a.submit:hover {
	display: inline-block;
	padding: 0px 30px;
	font-size: 12px;
	line-height: 34px;
	color: #fff;
	background: #360d73;
}

@media (min-width:992px) {
#foot-nav {
	padding-right: 10px;
}
}

@media (max-width: 992px) {
#foot-nav {
	padding: 0px 15px;
}
.ewm {
	display: none !important;
}
}

@media (max-width: 992px) {
#foot-nav {
	display: inline-block;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
#foot-nav .panel {
	display: inline-block;
	margin: 0px;
	padding: 0px 30px;
	width: 100%;
}
#foot-nav .panel-heading a {
	position: relative;
	padding: 15px 5px;
	border-bottom: 1px solid #666;
}
#foot-nav .panel-heading a:after {
	content: "×";
	position: absolute;
	z-index: 1;
	line-height: 42px;
	font-size: 16px;
	font-weight: normal;
	color: #360d73;
	bottom: 0px;
	right: 10px;
}
#foot-nav .panel-heading a.collapsed:after {
	content: "+";
	position: absolute;
	z-index: 1;
	line-height: 42px;
	font-size: 16px;
	color: #ccc;
	bottom: 0px;
	right: 10px;
}
#foot-nav .panel-body {
	padding: 10px 0px;
	background: #4d4d4d;
	border-bottom: 1px solid #666;
}
#foot-nav .panel-body>div {
	padding: 0px 15px;
}
#foot-nav .panel-body a {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}
}

@media (max-width: 768px) {
#foot-nav .panel {
	padding: 0px;
}
#foot-nav .panel-heading a {
	font-size: 14px;
}
}

/*页脚折叠效果*/

@media (min-width:1200px) {
.foot-contact {
	padding-left: 20px;
}
}

@media (max-width:992px) {
.foot-contact {
	max-width: 480px;
	padding: 0px 10px;
	margin: auto;
	margin-top: 50px;
}
}
/*页脚*/
.bq {
	padding: 15px;
	margin: 40px 0px 0px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border-top: 1px solid #4d4d4d;
	text-align: center;
}
.bq a {
	display: inline-block;
	margin: 0px 5px;
	color: red;
}
.bq a:hover {
	color: #360d73;
}

@media(min-width:992px) {
.bq {
	width: 950px;
}
}

@media(min-width:1200px) {
.bq {
	width: 1170px;
}
}

@media(max-width:992px) {
.bq {
	text-align: center;
	width: 100%;
}
}
/* 版权 */


.inside-banner {
	width: 100%;
	height: 400px;
	margin:140px 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width:1200px) {
.inside-banner {
	height: 300px;
	margin:120px 0 0;
}
}

@media (max-width:992px) {
.inside-banner {
	height: 200px;
	margin:60px 0 0;
}
}

@media (max-width: 768px) {
.inside-banner {
	height: 180px;
	margin:50px 0 0;
}
}
.inside-nav-box {
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.inside-nav {
	margin: 0px;
	background: none;
	text-align: center;
}
.inside-nav li {
	position: relative;
	display: inline-block;
}
.inside-nav li.on:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 2px;
	background-color: #ff7300;
	transition: all .3s;
}
.inside-nav a {
	display: inline-block;
	color: #4d4d4d;
	padding: 20px 15px;
}
.inside-nav a:hover, .inside-nav li.on a {
	color: #ff7300;
}

@media (max-width: 768px) {
.inside-nav {
	font-size: 0px;
	padding: 15px;
}
.inside-nav li {
	display: inline-block;
	z-index: 2;
	width: 50%;
}
.inside-nav a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #4d4d4d;
	padding: 10px 0px;
}
.inside-nav li.on:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #360d73;
	transition: all .3s;
}
.inside-nav li.on a {
	color: #fff;
}
}
.pagination>li>a {
	color: #666;
}
.pagination>li>a:hover {
	color: #360d73;
	background: #f7f7f7;
}
.pagination>li.on>a {
	color: #fff;
	background: #360d73;
	border-color: #360d73;
}
/*内页公共*/


.product-list-box {
	position: relative;
	padding: 0px;
}
.product-list-top {
	font-size: 0px;
	margin-bottom: 20px;
}
.product-list-top span {
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #eee;
	border-left: 60px solid #360d73;
}
.product-list-top a {
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #360d73;
}
.product-list {
	margin-bottom: 25px;
	text-align: center;
}
.product-list a .product-list-img {
    border:2px solid #ebebeb;
	overflow: hidden;
}
.product-list a .product-list-img img {
	transform: scale(1);
	transition: all .3s ease;
}
.product-list a:hover .product-list-img img {
	transform: scale(1.2);
}
.product-list a p {
	width: 100%;
	margin: 15px 0px 5px;
	font-size: 14px;
	line-height: 1em;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.product-list a:hover p {
	color: #ff7300;
}
.product-list a span {
	font-size: 12px;
	color: #999;
}
/*产品列表*/

.product-text h4 {
	color: #ff7300;
}
.product-text p {
	font-size: 14px;
	color: #333;
	line-height: 1.75em;
}
.product-text a {
	display: inline-block;
	padding: 0px 15px;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 38px;
	color: #fff;
	background: #360d73;
	transition: all .3s;
}
.product-text a i {
	display: inline-block;
	margin-right: 6px;
	font-size: 22px;
	line-height: inherit;
	color: #fff;
	vertical-align: bottom;
	transition: all .3s;
}
.product-text a:hover {
	color: #fff;
	background: #ff7300;
}

@media(min-width:992px) {
.product-text {
	padding-left: 35px;
}
}

@media(max-width:992px) {
.product-text {
	margin-top: 30PX;
}
}
.product-details {
	background: #f2f2f2;
	margin-top: 70px;
}
.product-details .inside-title2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px;
}

@media(max-width:992px) {
.product-details {
	margin-top: 50px;
}
}
#product-details-button {
	padding: 0px 10px;
}
#product-details-button li {
	display: inline-block;
	border: none;
	margin: 0px 1px;
}
#product-details-button li a {
	padding: 10px 20px;
	border-radius: 0px;
	line-height: 30px;
	color: #4d4d4d;
	background: none;
	border: none;
}
#product-details-button li.active a {
	border-radius: 0px;
	color: #fff;
	background: #360d73;
}
#details-body {
	padding: 30px 0px;
}
#details-body table p {
	margin: 0px;
}
#details-body table {
	width: 100%;
	overflow: auto;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5
}
#details-body table td {
	font-size: 14px;
	line-height: 30px;
	padding: 5px 10px;
	text-align: center;
	border-left: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	background: #fff;
}
#details-body table td p{
	margin: 0px;
}
.details-img-list {
	text-align: center;
	padding: 15px;
}
.details-img-list img {
	margin-bottom: 10px;
}
.details-img-list span {
	color: #333;
}
.details-img-list:hover span {
	color: #360d73;
}
.enlarge-show {
	margin-bottom: 10px;
}
.enlarge-show a {
	display: block;
	transition: all .3s;
	font-size: 0px;
}
.enlarge-show a:hover {
}
.enlarge-show a .enlarge-img {
	overflow: hidden;
	transition: all .4s;
}
.enlarge-show a:hover .enlarge-img {
	box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
}
.enlarge-show a .enlarge-img img {
	transform: scale(1);
	transition: all .4s;
}
.enlarge-show a:hover .enlarge-img img {
	transform: scale(1.1);
}
.enlarge-show a span {
	display: inline-block;
	padding: 15px 0px;
	font-size: 14px;
	color: #4d4d4d;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.enlarge-show a:hover span {
	color: #ff7300;
}
/*产品详情*/


.program-list li>div {
	width: 50%;
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.program-list li .program-l a {
	display: block;
	width: 100%;
	height: 100%;
}
.program-list li .program-r {
	padding: 30px 40px;
}
.program-list li .program-r p {
	font-size: 14px;
	line-height: 24px;
	max-height: 144px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.program-list li .program-r a.program-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 100%;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.program-list li .program-r a.program-title:hover {
	color: #ff7300;
	transition: all .3s;
}
.program-list li .program-r a.program-title:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: #ff7300;
	transition: all .3s;
}
.program-list li .program-r a.program-title:hover:after {
	content: "";
	width: 100%;
}
.program-list li .program-r a.program-more {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 20px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 36px;
	color: #666;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
.program-list li .program-r a.program-more:hover {
	color: #fff;
	border: 1px solid #360d73;
	transition: all .3s;
}
.program-list li .program-r a.program-more:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #360d73;
	transition: all .3s;
}
.program-list li .program-r a.program-more:hover:after {
	content: "";
	width: 100%;
}

@media(min-width:768px) {
.program-list li {
	margin: 30px 0px;
	display: flex;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.06);
}
.program-list li:nth-child(even) {
	flex-direction: row-reverse;
}
.program-list li>div {
	width: 50%;
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.program-list li .program-l a img {
	display: none;
}
}

@media(max-width:992px) {
.program-list li>div {
	min-height: 270px;
}
.program-list li .program-r p {
	font-size: 14px;
	line-height: 24px;
	max-height: 96px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
}

@media(max-width:768px) {
.program-list li {
	margin: 30px 0px;
	display: block;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.06);
}
.program-list li:nth-child(even) {
	flex-direction: row-reverse;
}
.program-list li>div {
	width: 100%;
	min-height: 0px;
	background: none !important;
}
.program-list li .program-r {
	padding: 30px 20px;
}
.program-list li .program-l a img {
	display: none;
}
.program-list li .program-l a img {
	display: block;
}
.program-list li .program-r p {
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
}
/*解决方案*/

.news-list {
	margin-bottom: 20px;
}
.news-list li {
	display: flex;
	padding: 30px 0px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.news-list li:first-child {
	border-top: 1px solid #ebebeb;
}
.news-img {
	margin-right: 40px;
}
.news-img a {
	display: block;
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
}

@media(max-width:768px) {
.news-img {
	margin-right: 20px;
}
.news-img a {
	width: 70px;
}
}
.news-text {
	overflow: hidden;
}
.news-text .news-title {
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.news-text .news-title:hover {
	display: inline-block;
	color: #ff7300;
}
.news-text p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	max-height: 72px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.news-more {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 20px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 32px;
	color: #999;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
a.news-more:hover {
	color: #fff;
	border: 1px solid #360d73;
	transition: all .3s;
}
a.news-more:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #360d73;
	transition: all .3s;
}
a.news-more:hover:after {
	content: "";
	width: 100%;
}
/*新闻*/

.news {
	padding: 30px 60px;
	background: #fff;
}
.news-head {
	margin-bottom: 40px;
}
.news-head span {
	display: inline-block;
	margin-left: 20px;
	color: #999;
}
.news-head h3 {
	margin-bottom: 20px;
}
.news-body p {
	font-size: 14px;
	line-height: 2em;
}

@media(max-width:768px) {
.news {
	padding: 20px;
	background: #fff;
}
.news-head span {
	margin-left: 0px;
	margin: 10px 0px;
}
}
.news-page {
	padding-top: 20px;
	margin-top: 40px;
	border-top: 1px solid #ebebeb;
}
.news-page a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.news-page a:hover {
	color: #ff7300;
}
.news-page a.no-more {
	color: #999;
}
.news-page a.news-return {
	display: inline-block;
	width: auto;
	padding: 0px 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
	background: #360d73;
}

@media(min-width:768px) {
.news-page {
	position: relative;
	padding-right: 140px;
	padding-bottom: 20px;
}
.news-page a.news-return {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 50%;
	transform: translate(0px, -50%);
	display: inline-block;
	margin-top: 0px;
}
.news-page a.news-return:hover {
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
	background: #ff7300;
}
}
/*新闻详情*/
@media(min-width:992px) {
.about-r{
	padding-right: 50px;
}
}
@media(max-width:992px) {
.about-r{
	margin-top: 30px;
}
}
.cultureulture {
	background: #f7f7f7;
	margin-bottom: -40px;
}
#culture {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #333;
	background: url(../images/img-aboutbg1.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.showMoreNChildren>div{
	padding: 15px;
}

@media(max-width:992px) {
#culture {
	background: url(../images/img-aboutbg2.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
}
#history {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../images/img-aboutbg3.jpg) no-repeat center;
	background-size: cover;
}

@media(max-width:992px) {
#history {
	background: url(../images/img-aboutbg4.jpg) no-repeat center;
	background-size: cover;
}
}
/*关于*/

#service-button li {
	border: none;
	padding: 30px 45px;
}
#service-button li a {
	position: relative;
	padding: 60px 0px;
	font-size: 18px;
	border-radius: 0px;
	color: #4d4d4d;
	background: #f5f5f5;
	border: none;
	overflow: hidden;
}
#service-button li.active a {
	border-radius: 0px;
	color: #fff;
	background: #027edc;
}
#service-button li a:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: -13px;
	margin-left: -13px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 13px dashed;
	border-bottom: 13px solid \9;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	transition: all .3s;
}
#service-button li.active a:before {
	content: "";
	bottom: 0px;
}
#service-button li i {
	display: inline-block;
	width: 100%;
	font-size: 80px;
}
#service-body {
	padding: 15px;
}
#service-body .tab-pane {
	padding: 40px;
	background: #f5f5f5;
}
/*服务*/


.join-list {
	margin: 0px;
}
.join-list .panel-default {
	border: none;
	box-shadow: none;
}
.join-list .panel-heading {
	padding: 0px;
	border: none;
	background: none;
	box-shadow: none;
}
.join-list .panel-heading {
}
.join-list .panel-default {
	background: none;
}
.join-list .pane-top {
	padding: 10px 50px 10px 20px;
	margin-bottom: 4px;
	background: #360d73;
	line-height: 1em;
}
.join-list .pane-top span {
	display: inline-block;
	width: 20%;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.join-list .panel-heading a {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 0px;
	padding: 10px 50px 10px 20px;
	color: #333;
	background: #eeeeee;
	line-height: 1em;
}
.join-list .panel-heading a.collapsed {
	color: #333;
	background: #f7f7f7;
}
.join-list .panel-heading a.collapsed:hover {
	background: #eeeeee;
}
.join-list .panel-heading a span {
	display: inline-block;
	width: 20%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.join-list .panel-body {
	background: #fafafa;
	padding: 30px;
}
.join-list .panel-body p {
	font-size: 14px;
	margin-bottom: 5px;
}
a.join-a {
	color: #333;
}
a.join-a:hover {
	color: #360d73;
}
.join-img {
	margin-bottom: 60px;
}
.join-img p {
	line-height: 50px;
	color: #333;
	text-align: center;
	background: #f7f7f7;
}

@media(max-width:768px) {
.join-list .pane-top span {
	display: none;
	width: 50%;
}
.join-list .pane-top span.wap {
	display: inline-block;
	width: 50%;
}
.join-list .panel-heading a span {
	display: none;
	width: 50%;
}
.join-list .panel-heading a span.wap {
	display: inline-block;
}
}
/*加入*/


.inside-contact {
}
.contact {
	margin-bottom: 20px;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
}
.contact p i {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	float: left;
	font-size: 26px;
	color: #ff7300;
	vertical-align: text-bottom;
}
.contact-ly {
	padding: 50px 20%;
	font-size: 0px;
	text-align: center;
}
.contact-ly input {
	display: inline-block;
	box-sizing: border-box;
	padding:0 10px;
	width: 100%;
	margin-bottom: 10px;
	line-height: 44px;
	font-size: 14px;
	color: #999;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	background: #fff;
}
@media(min-width:768px) {
.contact-ly input {
	width: 48%;
	margin:10px 1%;
}
}
.contact-ly textarea {
	display: inline-block;
	width: 98%;
	padding: 10px;
	margin-top: 10px;
	height: 140px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	outline: none;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	box-shadow: none;
	background: #fff;
}
#messages_submit {
	display: inline-block;
	padding: 0px 30px;
	margin-top: 31px;
	font-size: 14px;
	color: #ccc;
	line-height: 34px;
	background: #3e3f43;
	cursor: pointer;
	transition-duration: .3s;
}
#messages_submit:hover {
	color: #fff;
	transition-duration: .3s;
	background: #360d73;
}
#map-canvas {
	height: 500px;
	width: 100%;
	margin:50px 0px 0;
	padding: 0px;
}