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

body {
	margin: 0px;
	padding: 0px;
	position: relative;
}
body.modal-open {
	padding-right: 0px !important;
	overflow: auto !important;
}
* {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input,textarea {
	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: #26004b;
}
.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遮罩层导致页面抖动*/


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


.margin-box {
	padding-top: 60px;
	padding-bottom: 60px;
}
/*栏目间距*/

.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;
}
/*栏目标题设置*/


/*logo*/
#haed-nav {
	background: #fff;
	border: none;
	box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.3);
	border-bottom: 4px solid #e62129;
	transition: all .3s;
}
.navbar-brand {
	width: auto;
	overflow: hidden;
	transition: all .3s;
}
.navbar-brand>img {
	display: inline-block;
	max-height: 100%;
}
.navbar-brand>img:nth-child(2) {
	margin-left: 20px;
}
#haed-nav ol>a svg.icon {
	width: 20px;
	height: 26px;
	margin-right: 4px;
	font-size: 18px;
	line-height: 26px;
	fill: currentColor;
	vertical-align: bottom;
	overflow: hidden;
}

@media(min-width:992px) {
.navbar-brand {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 90px;
}
body {
	padding-top: 90px;
	transition: all .3s;
}
body.navbar-fixed {
	padding-top: 80px;
}
body.navbar-fixed .navbar-brand {
	height: 80px;
}
#haed-nav ol {
	display: block;
	padding: 0px;
	margin-bottom: 5px;
	text-align: right;
	transition: all .3s;
}
#haed-nav ol>a {
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 26px;
	margin-right: 15px;
}
#haed-nav ol>a:hover {
	color: #e62129;
	border: 1px solid #e62129;
}
}

@media(min-width:1200px) {
body {
	padding-top: 110px;
	transition: all .3s;
}
body.navbar-fixed {
	padding-top: 90px;
}
.navbar-brand {
	height: 110px;
}
body.navbar-fixed .navbar-brand {
	height: 90px;
}
#haed-nav ol {
	margin-bottom: 10px;
}
}

@media(max-width:992px) {
#haed-nav {
	top: 0px;
}
body {
	padding-top: 60px;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 60px;
}
.navbar-toggle {
	margin-top: 13px;
}
}

@media(max-width:768px) {
#haed-nav {
	top: 0px;
}
body {
	padding-top: 50px;
}
.navbar-header {
	position: relative;
	z-index: 99999;
}
.navbar-brand {
	height: 50px;
	position: relative;
	z-index: 99999;
}
.navbar-toggle {
	margin-top: 8px;
}
}

/*logo*/

/*导航*/
@media(min-width:992px) {
#haed-nav .container {
	position: relative;
	z-index: 1;
}
#haed-nav .top-nav {
	position: absolute;
	bottom: 10px;
	right: 15px;
	transition: all .3s;
}
body.navbar-fixed .top-nav {
	bottom: 5px;
}
#haed-nav .top-nav>li {
	display: flex;
	align-items: center;
	height: 100%;
}
#haed-nav .top-nav>li>a {
	padding: 6px 15px;
	box-sizing: border-box;
	font-size: 15px;
	color: #333;
	transition: all .3s;
}
#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: #e62129;
	background: none;
}
}

@media(min-width:1200px) {
#haed-nav .top-nav {
	bottom: 15px;
}
body.navbar-fixed .top-nav {
	bottom: 10px;
}
#haed-nav .top-nav>li {
	margin: 0px 5px;
}
}

@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;
}
.navbar-collapse.collapse {
	display: none !important;
	transition-duration: .4s;
}
.collapse.in {
	display: block !important;
	transition-duration: .4s;
}
.navbar-collapse {
	padding: 0px 15px !important;
	margin: 0px;
	margin-left: -15px !important;
	margin-right: -15px !important;
	overflow-y: auto !important;
	box-sizing: border-box;
	border-top: 2px solid #e62129 !important;
	transition-duration: .4s;
}
.navbar-collapse.in {
	overflow-y: auto !important;
	transition-duration: .4s;
}
.navbar-nav {
	width: 100%;
	margin: 0px;
}
.navbar-nav > ol {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.navbar-nav > ol a {
	display: inline-block;
	width: 100%;
	line-height: 24px;
	padding: 15px;
}
.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-tool {
	background: #e62129;
}
.index-tool .col-xs-6 {
	position: relative;
	padding: 0px;
}
.index-tool .col-xs-6:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255,255,255,0.3);
}
.index-tool .col-xs-6:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255,255,255,0.3);
}
.index-tool a {
	display: block;
	color: #fff;
	line-height: 60px;
	font-size: 15px;
	text-align: center;
	transition: all .3s;
}
.index-tool a:hover {
	background: #f43f3a;
}
.index-tool a span {
	display: inline-block;
	margin-right: 6px;
	color: #fff;
	line-height: inherit;
	font-size: 22px;
	vertical-align: middle;
}
/*查询入口*/
#inquire-tab {
	padding: 25px 25px 0;
	border-bottom: 1px solid #ebebeb;
	background: #f7f7f7;
}
#inquire-tab > li {
	margin-bottom: 0px;
}
#inquire-tab > li > a {
	position: relative;
	border: 0px;
	background: none;
	font-size: 15px;
	line-height: 30px;
}
#inquire-tab > li.active > a, #inquire-tab > li > a:hover {
	color: #e62129;
}
#inquire-tab > li > a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 0px;
	height: 2px;
	background-color: #e62129;
	transition: all .3s;
}
#inquire-tab > li.active > a:after {
	content: "";
	width: 100%;
}
#inquire-tab > li > a span {
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	vertical-align: middle;
}
#inquire-box {
	padding: 50px 25px;
	background: #f7f7f7;
}
#inquire-box form {
	width: 100%;
	padding: 40px;
	background: #fff;
}
#inquire-box div.col-xs-12 {
	margin: 10px 0;
}
.inquire-inside-div{
	margin: 0px 0;
}

#inquire-box h4 {
	padding: 0px;
	margin: 5px 0px 15px;
	font-size: 16px;
	line-height: 40px;
	background: #f7f7f7;
}
#inquire-box h4>span {
	display: inline-block;
	padding: 0px 25px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background: #e62129;
}
#inquire-box span {
	display: block;
	font-size: 12px;
	line-height: 1em;
	color: #999;
}
#inquire-box input {
	position: relative;
	display: inline-block;
	width: 95%;
	max-width: 400px;
	margin-bottom: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #333;
	border: none;
	border-bottom: 1px solid #ebebeb;
	background: none;
	transition: all .3s;
}
#inquire-box input::placeholder {
 color:#ccc;
}
#inquire-box input::-moz-placeholder {
 color:#ccc;
}
#inquire-box input::-webkit-input-placeholder {
 color:#ccc;
}
#inquire-box input.inquire-button {
	margin-top: 15px;
	margin-bottom: 0px;
	width: 140px;
	margin-right: 1%;
	border: none;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	color: #333;
	transition: all .4s;
	background: #e0e0e0;
}
#inquire-box input.inquire-button:hover {
	border: none;
	color: #fff;
	background: #e62129;
}
#inquire-box textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 160px;
	padding: 10px;
	font-size: 13px;
	line-height: 30px;
	border:none;
	border-bottom: 1px solid #f7f7f7;
	background: #f7f7f7;
	transition: all .3s;
}
#inquire-box textarea:focus,
#inquire-box input:focus {
	border-bottom: 2px solid #e62129;
	
}

.inside-inquire {
	display: flex;
	flex-wrap: wrap;
	background: #f7f7f7;
	overflow: hidden;
}
.index-inquire .container {
	display: flex;
}
.inquire-list {
	position: relative;
	z-index: 2;
	padding: 30px;
	background: #f7f7f7;
	border-right: 1px solid #ebebeb;
}
.inquire-list h4 {
	position: relative;
	font-size: 18px;
	color: #e62129;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 30px;
	padding-bottom: 10px;
}
.inquire-list h4:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0%;
	width: 72px;
	height: 2px;
	background-color: #e62129;
}
.inquire-list input {
	display: inline-block;
	width: 95%;
	padding: 0 10px;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	border: 1px solid #ebebeb;
}
.inquire-list input:focus {
	outline: none;
	border: 1px solid #e62129;
}
.inquire-list input.inquire-button {
	margin-top: 15px;
	margin-bottom: 0px;
	width: 46.5%;
	margin-right: 1%;
	border: none;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	color: #333;
	transition: all .4s;
}
.inquire-list input.inquire-button:hover {
	border: none;
	color: #fff;
	background: #e62129;
}
.inquire-list textarea {
	display: block;
	width: 100%;
	height: 102px;
	padding: 10px;
	border: 1px solid #ebebeb;
	font-size: 13px;
	line-height: 30px;
}
.inquire-list textarea:focus {
	outline: none;
	border: 1px solid #e62129;
}

@media(max-width:768px) {
.inquire-list {
	display: none;
}
}
/*查询入口*/


/*主营业务*/
.index-business {
	margin-top: 50px;
}
#business-tab {
	margin-bottom: 4px;
}
#business-tab li {
	padding: 2px 2px;
}
#business-tab li a {
	border: none;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	background: #f7f7f7;
}
#business-tab li.active a {
	color: #fff;
	background: #e62129;
}
#business-tab li a span {
	display: inline-block;
	border: none;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	vertical-align: bottom;
}
#business-box {
	padding: 20px 30px;
	margin-bottom: 60px;
	background: #fafafa;
	overflow: hidden;
}
#business-box>div{
	display: flex;
	flex-wrap: wrap;
}
.business-list {
	padding: 20px;
}
.business-title {
	margin: 10px 0px 20px;
}
.business-title img {
	margin-right: 15px;
}
@media(max-width:768px) {
#business-box {
	padding: 0px 10px;
} 
.business-list{
    padding:10px;
}
.business-title img{
    margin:0 0 15px;
}
.business-title strong{
    display:block;
}
.business-list p{
    text-align:left;
}

}
/*主营业务*/

/*首页关于*/
.index-about-box {
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.index-about-l {
	display: flex;
	align-items: center;
	width: 40%;
}
.index-about-r {
	display: flex;
	align-items: center;
	width: 60%;
	padding-left: 4%;
}
.index-about-img {
	width: 100%;
	height: 100%;
	background: url(../images/index-about-bg66.jpg) center;
	background-size: cover;
}
.about-r-list a {
	position: relative;
	display: block;
	height: 100px;
	background-color: #333;
	background-position: center;
	background-size: cover;
}
.about-r-list a span {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	color: #fff;
	text-align: center;
}
.about-r-list a:hover span {
	color: #e62129;
}
.index-about {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 2em;
	background: #f7f7f7;
	background-size: cover;
}
.index-about h3 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.index-about h3:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 50px;
	height: 2px;
	background-color: #333;
}
.video-box {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 56.25%;
}
.video-content {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#video {
	width: 100%;
	height: 100%;
}

@media(max-width:992px) {
.index-about h3 {
	text-align: center;
}
.index-about h3:before {
	content: "";
	left: 50%;
	margin-left: -25px;
}
.index-about-l {
	width: 100%;
}
.index-about-l .index-about-img {
	width: 100%;
	padding-bottom: 60%;
	margin-bottom: 30px;
}
.index-about-r {
	width: 100%;
	padding-left: 0%;
}
}

@media(max-width:768px) {
.about-r-list {
	padding: 0px 5px;
}
}
/*首页关于*/	


/*首页公司其他介绍*/
.index-r a {
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-r a:last-child {
	margin: 0px;
}
.index-r a span {
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	padding: 0px 20px;
	color: #fff;
	line-height: 30px;
	border-radius: 6px 0px 0px 0px;
	background: rgba(0,0,0,0.6);
	transition: all .3s;
}
.index-r a:hover span {
	background: rgba(255,64,1,0.9);
}
#index-video .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	max-width: 800px;
}
#index-video .modal-content {
	position: relative;
	z-index: 1;
	border-radius: 0px;
	border: 1px solid #ff4001;
}
#index-video .modal-content .close {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: -30px;
	float: none;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=80);
	opacity: .8;
}
#index-video .modal-content .close:hover {
	color: #ff4001;
	text-shadow: none;
}
#index-video .modal-body {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#index-video .modal-body>div {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#modal-video {
	width: 100%;
	height: 100%;
}
/*首页公司其他介绍*/

/*伙伴*/
.partner {
	margin-bottom: 60px;
}
/*伙伴*/

.index-title {
	margin-bottom: 20px;
	overflow: hidden;
}
.index-title-margin {
	margin-top: 30px;
}
.index-title h3 {
	display: inline-block;
	padding-left: 15px;
	margin: 0px;
	font-size: 22px;
	line-height: 22px;
	color: #666;
	border-left: 2px solid #e62129;
	vertical-align: bottom;
}
.index-title a {
	float: right;
	display: inline-block;
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	color: #ccc;
	vertical-align: bottom;
}
.index-title a:hover {
	color: #e62129;
}
.foot {
	background: #16171a;
	padding-top: 60px;
}
.foot-box {
	padding-bottom: 40px;
}
.foot-box>div {
	padding: 0px 30px;
}
.foot-box>div:first-child {
	padding: 0px 30px 0px 15px;
}
.foot-box>div:last-child {
	padding: 0px 15px 0px 30px;
}
.foot-box h4 {
	font-size: 17px;
	margin-bottom: 20px;
	color: #fff;
}
.foot-box p {
	font-size: 14px;
	line-height: 24px;
	color: #ebebeb;
}
.foot-box a {
	display: inline-block;
	margin-right: 6px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #ebebeb;
}
.foot-box a:hover {
	color: #e62129;
}
.foot-box img {
	max-width: 120px;
}
.bq {
	padding: 15px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #ebebeb;
	text-align: center;
}
.bq hr {
	border-top: 1px solid rgba(255,255,255,.3);
	margin-bottom: 30px;
}
.bq a {
	display: inline-block;
	margin: 0px 5px;
	color: #ebebeb;
}
.bq a:hover {
	color: #e62129;
}

@media (max-width: 992px) {
.foot-box>div {
	padding: 0px 15px 0px 30px;
}
.foot-box>div:first-child {
	padding: 0px 30px 0px 15px;
}
.foot-box>div:last-child {
	display: none;
}
}

@media (max-width: 768px) {
.foot-box>div {
	display: none;
	padding: 0px 15px;
}
.foot-box>div:first-child {
	display: block;
}
.link {
	display: none;
}
}
/* 页脚 */
/* 侧导航 */
.sidebar {
	position: fixed;
	z-index: 999;
	right: 0px;
	bottom: 10%;
}
.sidebar>li {
	margin-bottom: 1px;
}
.sidebar>li>div {
	position: relative;
	z-index: 1;
	background: #e62129;
	color: #fff;
	text-align: center;
	transition: all .3s;
}
.sidebar>li:hover>div {
	background: #e62129;
}
.sidebar>li>div>i {
	display: inline-block;
	cursor: pointer;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 26px;
	color: #fff;
}
/*qq*/
	
.sidebar>li>div .sidebar-nav {
	display: none;
	position: absolute;
	z-index: 2;
	right: 100%;
	top: 0px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.sidebar>li>div h4 {
	display: inline-block;
	width: 100%;
	line-height: 46px;
	color: #fff;
	white-space: nowrap;
	background: #e62129;
	padding: 0px 25px;
	margin: 0px;
}
.sidebar>li>div dl {
	padding: 4px 0px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.sidebar>li>div dl dd {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
}
.sidebar>li>div dl dd a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 25px;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
	color: #4d4d4d;
	border-bottom: 1px solid #ebebeb;
	text-decoration: none;
	transition: all .3s;
}
.sidebar>li>div dl dd a:hover {
	color: #e62129;
}
.sidebar>li>div dl dd:last-child a {
	border-bottom: none;
}
/*qq*/
/*弹出*/
.sidebar-modal {
	position: fixed;
	z-index: 998;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.3);
}
.sidebar-modal {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.sidebar-modal.in {
	opacity: 1;
	visibility: visible;
}
.sidebar-modal-body {
	position: absolute;
	z-index: 999;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	width: 400px;
	border: 2px solid #e62129;
	max-width: 90%;
	max-height: 100%;
	padding: 20px;
	text-align: center;
	transform: translate(-50%, -50%) scale(0);
	background: #fff;
	transition: all .5s;
}
.sidebar-modal.in .sidebar-modal-body {
	transform: translate(-50%, -50%) scale(1);
}
.sidebar-modal-body .sidebar-close {
	position: absolute;
	z-index: 2;
	top: -9px;
	right: -9px;
	display: inline-block;
	width: 19px;
	height: 19px;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	color: #e62129;
	text-decoration: none;
	border-radius: 50%;
	border: 1px solid #e62129;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	transition: all .3s;
}
.sidebar-modal-body .sidebar-close:hover {
	color: #fff;
	background: #e62129;
}
.sidebar-modal-body h3 {
	margin: 10px 0px 10px;
	color: #e62129
}
.sidebar-modal-body p {
	margin: 0px 0px 20px;
}
#sidebar-feedback li {
	margin: 8px 0px;
	overflow: hidden;
}
#sidebar-feedback li input {
	display: inline-block;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 36px;
	border: 1px solid #ebebeb;
}
#sidebar-feedback li input::-webkit-input-placeholder {
 color: #999;
 font-size: 12px;
}
#sidebar-feedback li textarea {
	display: inline-block;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	height: 120px;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid #ebebeb;
}
#sidebar-feedback li textarea::-webkit-input-placeholder {
 color: #999;
 font-size: 12px;
}
#sidebar-feedback .submit {
	display: inline-block;
	text-decoration: none;
	padding: 0px 30px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	background: #e62129;
	transition: all .3s;
}
#sidebar-feedback .submit:hover {
	padding: 0px 40px;
	background: #e62129;
}
/*弹出*/
/*二维码*/
.sidebar>li>div .sidebar-img {
	display: none;
	position: absolute;
	z-index: 2;
	right: 100%;
	bottom: 0px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.sidebar>li>div .sidebar-img img {
	max-width: 140px;
}

@media(max-width:768px) {
.sidebar {
	display: none;
}
}
/*二维码*/
/* 侧导航 */

.inside-nav {
	padding: 20px 0px;
	background: #f5f5f5;
	text-align: center;
}
.inside-nav a {
	display: inline-block;
	padding: 0px 20px;
	color: #4d4d4d;
	font-size: 14px;
}
.inside-nav a.on, .inside-nav a:hover {
	color: #e62129;
}

@media(max-width:768px) {
.inside-nav {
	text-align: left;
	font-size: 0px;
}
.inside-nav a {
	width: 46%;
	line-height: 30px;
	margin: 5px 2%;
	background: #fff;
	border-radius: 2px;
}
.inside-nav a.on {
	background: #e62129;
	color: #fff;
}
}
.inside-banner img {
	width: 100%;
}


.inside-text p {
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 15px;
}
/*内页公共*/
#about-i>div {
	padding: 0px;
	font-size: 15px;
	line-height: 2em;
}
h3.inside-title {
	display: inline-block;
	padding-left: 20px;
	font-size: 22px;
	margin-bottom: 40px;
	border-left: 3px solid #e62129;
}
#about-c {
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 15px;
	line-height: 2em;
	color: #fff;
	background: url(../images/img-aboutbg1.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

@media(max-width:992px) {
#about-c {
	background: url(../images/img-aboutbg2.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
}
#about-h {
	background: url(../images/img-aboutbg3.jpg) no-repeat center;
	background-size: cover;
}

@media(max-width:992px) {
#about-h {
	background: url(../images/img-aboutbg4.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
}
.one {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.one ul {
	height: 100px;
	width: 100000px;
	position: absolute;
	left: 0;
} /*ul width的宽不能过小*/
.one ul li {
	display: block;
	float: left;
	width: 180px;
	height: 100px;
	padding: 15px 20px;
	margin: 0px 5px;
	border: 1px solid #ebebeb;
	position: relative;
}
.one ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.one ul li a img {
	width: auto;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

/*logo滚动*/
/*关于*/

@media(min-width:992px) {
.inside-text-box {
	padding: 0px 10%;
}
}

@media(max-width:992px) {
.inside-text-box {
	padding: 0px 5%;
}
}
.service2 {
	color: #fff;
	background: url(../images/img-servicebg1.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

@media(max-width:992px) {
.service2 {
	color: #fff;
	background: url(../images/img-servicebg2.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
}
.service2-list {
	padding: 15px;
}
.service2-list>div {
	padding: 25px 15px;
	text-align: center;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
	transition: all .3s;
}
.service2-list>div:hover {
	background: rgba(255,65,1,0.8);
}
.service2-list>div h4 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	transition: all .3s;
}
.service2-list>div:hover h4 {
	color: #fff;
}
.service2-list>div p {
	font-size: 12px;
	line-height: 22px;
	color: #4d4d4d;
	height: 110px;
	margin: 0px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}
.service2-list>div:hover p {
	color: #fff;
}

@media(max-width:1200px) {
.service2-list>div p {
	height: 88px;
	margin: 0px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
}
.service3 {
	background: url(../images/img-servicebg3.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.service3 p {
	line-height: 1.25em;
}

@media(max-width:992px) {
.service3 {
	background: url(../images/img-servicebg4.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
}
.service-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}
.service-modal .modal-content {
	position: relative;
	z-index: 1;
	padding: 10px 25px;
	border-radius: 0px;
	border: 2px solid #e62129;
}
.service-modal .modal-content .modal-header {
	margin-bottom: 5px;
	font-size: 17px;
	border-bottom: 1px solid #ebebeb;
	color: #e62129;
}
.service-modal .modal-content .close {
	position: absolute;
	z-index: 2;
	right: -30px;
	top: -30px;
	float: none;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=80);
	opacity: .8;
}
.service-modal .modal-content .close:hover {
	color: #e62129;
	text-shadow: none;
}

@media(max-width:768px) {
.service-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%) !important;
	width: 100%;
	padding: 15px;
	margin: auto;
}
.service-modal .modal-content .close {
	right: 0px;
}
.service-modal .modal-content .modal-body {
	height: 240px;
	margin: 15px 0px;
	overflow-y: auto;
}
}
#service-tab-button {
	margin-top: 30px;
	text-align: center;
}
#service-tab-button li {
	display: inline-block;
	margin: 0px 20px;
	font-size: 16px;
}
#service-tab-button li i {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 20px;
	font-size: 68px;
	line-height: 90px;
	color: #fff;
	border-radius: 50%;
	background: #666;
}
#service-tab-button li.active {
	color: #e62129;
}
#service-tab-button li.active i {
	background: #e62129;
}
#service-tab-content {
	margin-top: 30px;
	border: 1px solid #ebebeb;
	padding: 40px 60px;
	font-size: 14px;
}
/* */



.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: #e62129;
	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: #e62129;
}
.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;
}
}
/*加入*/

.news-list-box {
	background: #fafafa;
	margin-bottom: -40px;
}
.news-list {
	padding: 15px;
}
.news-list a {
	display: inline-block;
	padding: 20px;
	background: #fff;
	transition: all .4s;
}
.news-list a:hover {
	box-shadow: 0px 0px 10px rgba(255,65,1,.4);
}
.news-list a .news-img img {
/*	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;*/
	transition: all .4s;
}
.news-list a:hover .news-img img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}
.news-list h4 {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #4d4d4d;
	margin: 25px 0px 12px;
	transition: all .4s;
}
.news-list a:hover h4 {
	color: #e62129;
}
.news-list span {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.news-list p {
	margin-bottom: 10px;
	font-size: 15px;
	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;
}
.pagination>li>a {
	color: #666;
}
.pagination>li>a:hover {
	color: #e62129;
	background: #f7f7f7;
}
.pagination>li.on>a {
	color: #fff;
	background: #e62129;
	border-color: #e62129;
}
/* 翻页 */
/*新闻列表*/



.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;
	font-size: 24px;
}
.back-button {
	display: inline-block;
	padding: 0px 35px;
	line-height: 32px;
	font-size: 14px;
	color: #4d4d4d;
	background: #ebebeb;
	transition: all .3s;
}
.back-button:hover {
	padding: 0px 45px;
	color: #fff;
	background: #e62129;
}
.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: #e62129;
}
.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: #e62129;
}

@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%);
}
.news-page a.news-return:hover {
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
}
}
/*新闻详情*/


#map-canvas {
	width: 100%;
	height: 400px;
}

@media(max-width:992px) {
#map-canvas {
	height: 300px;
}
}

@media(max-width:768px) {
#map-canvas {
	height: 200px;
}
}
.contact {
	text-align: center;
	padding: 0px 30px;
}
.contact>div {
	padding: 10px 20px;
}
.contact>div>div {
	padding: 15px;
	background: #fff;
	border: 1px solid #eeeeee;
}
.contact i {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 36px;
}
.contact p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ly {
	width: 100%;
	padding: 0px 20px;
	margin: 50px auto 0px;
}
.ly input {
	border: 1px solid #ebebeb;
	line-height: 44px;
	width: 100%;
	padding: 0px 15px;
	margin: 10px 0px;
}
.ly textarea {
	border: 1px solid #ebebeb;
	line-height: 22px;
	width: 100%;
	height: 160px;
	padding: 15px;
	margin: 10px 0px;
	outline: none;
	box-shadow: none;
}
.ly .submit {
	display: inline-block;
	padding: 0px 25px;
	background: #4d4d4d;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	margin: 15px 0px;
	transition: all .3s;
}
.ly .submit:hover {
	background: #e62129;
}