@import url("font.css");
/*
html {
	height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/



body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dd, dt, s, del, i, em, select, td, th, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-style: normal;
	outline: none;
	font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", Arial, "Heiti SC", sans-serif;
}
ul, ol, li, dl, dd, dt {
	list-style-type: none;
}
select, input, img, select, button, textarea {
	vertical-align: middle;
	outline: none;
}
body {
	font-size: 15px;
}
a {
	color: #333;
}
a:hover, a:active {
	color: #d30808;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: inherit;
}
html {
	font-size: 100px;
}
@media (max-width: 1366px) {
html {
	font-size: 94px;
}
}
@media (max-width: 1199px) {
html {
	font-size: 88px;
}
}
@media (max-width: 991px) {
html {
	font-size: 76px;
}
}
/* @media (max-width: 639px){html{font-size: 60px;}} */

h2, .h2 {
	font-size: 0.36rem;
}
h3, .h3 {
	font-size: 0.26rem;
}

/* -------------- Scrollbar -------------- */
::-webkit-scrollbar {
	height: 11px;
	width: 11px
}
::-webkit-scrollbar-button {
	height: 0;
	width: 0
}
::-webkit-scrollbar-button:start:decrement, 
::-webkit-scrollbar-button:end:increment {
	display: block
}
::-webkit-scrollbar-button:vertical:start:increment, 
::-webkit-scrollbar-button:vertical:end:decrement {
	display: none
}
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal, 
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal {
	border-style: solid;
	border-color: transparent
}
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal {
	background-clip: padding-box;
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
	background-clip: padding-box;
	background-color: rgba(0, 0, 0, .2);
	min-height: 28px;
	padding-top: 100
}
::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
	background-color: rgba(0, 0, 0, .4)
}
::-webkit-scrollbar-thumb:active {
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
	background-color: rgba(0, 0, 0, .5)
}
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal {
	border-width:0;
}
::-webkit-scrollbar-track:hover {
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .05)
}
::-webkit-scrollbar-track:active {
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
	background-color: rgba(0, 0, 0, .05)
}

/* -------------- 旋转 -------------- */
@-webkit-keyframes spinAround {
from {
	-webkit-transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spinAround {
from {
	-moz-transform: rotate(0deg)
}
to {
	-moz-transform: rotate(360deg);
}
}
@keyframes spinAround {
from {
	transform: rotate(0deg)
}
to {
	transform: rotate(360deg);
}
}

/* -------------- 输入框 placeholder 颜色 -------------- */
:-moz-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #aaa;
}
/* -------------- BOX边框动画 -------------- */
.filler {
	position: absolute;
	display: block;
	-webkit-transition: 0.6s ease 0s;
	-moz-transition: 0.6s 0s;
	-o-transition: 0.6s 0s;
	transition: 0.6s 0s;
}
.filler {
	background-color: #005bac;
	z-index: 5;
}
.filler-left {
	width: 3px;
	height: 0%;
	left: 0%;
	bottom: 0%;
}
.filler-right {
	width: 3px;
	height: 0%;
	right: 0%;
	top: 0%;
}
.filler-top {
	width: 0%;
	height: 3px;
	left: 0%;
	top: 0%;
}
.filler-bottom {
	width: 0%;
	height: 3px;
	right: 0%;
	bottom: 0%;
}
/* --------------信息提示页面---------------------- */
#message {
	width: 400px;
	padding: 30px 40px 40px;
	background: #fff;
	margin: 0 auto;
	border: 1px #ddd dashed;
	position: relative;
	top: 150px;
	text-align: center
}
#message .msg {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, "microsoft Yahei";
	line-height: 26px;
}
#message .msg a {
	text-decoration: underline;
	color: #0066cc
}
#message .msg a:hover {
	color: #ff0000;
	text-decoration: none
}
.main {
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	width: 100%;
}
.main-black {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: none rgba(0,0,0,0.5);
	display: none;
	z-index: 900;
}
/* --------------手机网站二维码弹出演示---------------------- */
.mobile-qr {
	padding: 30px;
	text-align: center
}
.mobile-qr img {
	width: 200px;
}
.mobile-qr p {
	display: block;
	text-align: center;
	margin-top: 10px
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
#header {
	position: fixed;
	height: 90px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	transition: .3s cubic-bezier(0.215, .61, .215, 1);
	-webkit-transition: 0.3s cubic-bezier(0.215, .61, .215, 1);
	-moz-transition: 0.3s cubic-bezier(0.215, .61, .215, 1);
	-o-transition: 0.3s cubic-bezier(0.215, .61, .215, 1);
}
#header:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#header .container-fluid {
	width: 1230px;
	position: relative;
	z-index: 2;
}
#header .logo {
	background: url("../images/logo.jpg") no-repeat;
	background-size: cover;
	width: 375px;
	height: 60px;
	float: left;
	margin-top: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
#header .nav {
	float: right;
	margin-right: 86px;
}
#header .nav ul {
	float: left;
}
#header .nav ul li {
	float: left;
	position: relative;
	padding: 0 16px;
	line-height: 90px;
	font-size: 17px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#header .nav ul li:before {
	content: "";
	height: 3px;
	background: #ce0707;
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
#header .nav ul li a {
	position: relative;
	display: block;
	color: #444;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform .42s ease, opacity .42s ease;
	transition: transform .42s ease, opacity .42s ease;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	z-index: 2
}
#header .nav ul li .title-phantom {
	color: #ce0707;
	position: absolute;
	top: 0;
	left: 16px;
	right: 16px;
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0, 15%, 0);
	transform: translate3d(0, 15%, 0);
	-webkit-transition: transform .42s ease, opacity .42s ease;
	transition: transform .42s ease, opacity .42s ease;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}
#header .nav ul li:hover:before, #header .nav ul li.current:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
#header .nav ul li:hover a, #header .nav ul li.current a {
	color: #ce0707;
}
#header .nav ul li:hover a {
	position: relative;
	opacity: 0;
	-webkit-transform: translate3d(0, -15%, 0);
	transform: translate3d(0, -15%, 0);
}
#header .nav ul li:hover .title-phantom {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#header .top-link {
	height: 90px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 2
}
#header .top-link .search {
	float: left;
	width: 90px;
	text-align: center;
	height: 90px;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#header .top-link .search .search-icon {
	color: #999;
	display: block;
	position: relative;
	z-index: 3;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#header .top-link .search .search-icon i {
	line-height: 90px;
	font-size: 18px;
	cursor: default;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#header .top-link .search .search-box {
	position: absolute;
	right: 0;
	z-index: 2;
	background-color: #eaeaea;
	padding: 20px;
	width: 293px;
	visibility: hidden;
	top: 105px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#header .top-link .search .search-box input {
	background-color: #fff;
	border: 0;
	width: 203px;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	float: left
}
#header .top-link .search .search-box button {
	width: 50px;
	height: 44px;
	background-color: #fff;
	border: 0;
	color: #ccc;
	cursor: pointer;
}
#header .top-link .search .search-box button i {
	line-height: 40px;
	font-size: 20px;
}
#header .top-link .search .search-box button:hover {
	color: #337ab7;
}
#header .top-link .search:hover .search-icon {
	background-color: #eaeaea
}
#header .top-link .search:hover .search-box {
	visibility: visible;
	top: 90px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.right-slide-link {
	width: 90px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
	background: #436dc2;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	z-index: 10;
	padding-top: 53px;
	overflow: hidden;
	text-align: center;
	cursor: pointer
}
.right-slide-link i {
	font-size: 40px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 15px;
	z-index: 2;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	display: block
}
.right-slide-link span {
	display: block;
	margin-top: 0px;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 2;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.right-slide-link:hover {
	background-color: #006db8;
}
.menu-handler {
	position: fixed;
	right: 0px;
	top: 0;
	z-index: 11;
	width: 90px;
	height: 90px;
	background-color: #e3612f;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: none
}
.menu-handler span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background: #fff;
	border-radius: 1px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menu-handler span:before, .menu-handler span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
	background: #fff;
	border-radius: 1px;
	transition: 0.3s, 0.3s;
	transition-property: top, transform;
	transition-delay: 0.3s, 0;
}
.menu-handler span:before {
	top: -9px;
}
.menu-handler span:after {
	top: 9px;
}
.menu-handler.active span {
	background: transparent;
}
.menu-handler.active span:before {
	-webkit-transform: rotate(45deg);
	top: 0;
}
.menu-handler.active span:after {
	-webkit-transform: rotate(-45deg);
	top: 0;
}
.menu-handler.active span:before, .menu-handler.active span:after {
	transition-delay: 0, 0.3s;
}
 @media (min-width:1200px) {
#header.hover {
	top: -90px;
}
}
#sub-nav {
	position: fixed;
	z-index: 998;
	top: 90px;
	left: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	transition: .5s cubic-bezier(0.215, .61, .215, 1);
	-webkit-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	-moz-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	-o-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	overflow: hidden;
}
#sub-nav.hover {
	height: 60px
}
#sub-nav.hovers {
	top: 90px;
}
#sub-nav .sub-nav-bg {
	background: #f4f4f4;
	width: 100%;/*filter:alpha(opacity=95);-moz-opacity:0.95;opacity:0.95;*/
	height: 60px;
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	transition: .5s cubic-bezier(0.215, .61, .215, 1);
	-webkit-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	-moz-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	-o-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
}
#sub-nav .sub-nav-item {
	width: 1200px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	visibility: hidden;
	top: 20px;
	left: 50%;
	margin-left: -200px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: url("../images/blank.gif")
}
#sub-nav .sub-nav-item.hover {
	top: 0;
	filter: alpha(opacity=60);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible
}
#sub-nav .sub-nav-item .con {
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/blank.gif") #f4f4f4;
}
#sub-nav .sub-nav-item .con .links {
	float: left;
	padding: 12px 20px;
}
#sub-nav .sub-nav-item .con dl {
}
#sub-nav .sub-nav-item .con dl dd {
	margin: 0 10px;
	float: left;
}
#sub-nav .sub-nav-item .con dl dd a {
	display: block;
	line-height: 38px;
	font-size: 15px;
	padding-left: 14px;
	position: relative
}
#sub-nav .sub-nav-item .con dl dd a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #aaa;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -3px;
}
#sub-nav .sub-nav-item .con .image {
	width: 330px;
	float: left;
	padding: 20px 20px 20px 30px;
	background-color: #eee
}
#sub-nav .sub-nav-item .con .image img {
	width: 280px;
	height: 120px;
	display: block
}
#sub-nav .sub-nav-item .con .image .text {
}
#sub-nav .sub-nav-item .con .image strong {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#sub-nav .sub-nav-item .con .image p {
	line-height: 1.6;
	margin-top: 5px;
	font-size: 13px;
	color: #888;
}
.sub-business {
	padding-top: 30px;
}
/*
.sub-business a{ display:block; width:150px; float:left; text-align:center; padding-top:25px; margin-right:30px; }
.sub-business a span{ display:block; margin-top:15px; font-size:15px; }
.sub-business a i{ font-size:50px; color:#fa9e3e; }
.sub-business a img{ width:100%; display:block; }
*/
.sub-business .item {
	width: 180px;
	float: left;
	margin-right: 30px;
	position: relative
}
.sub-business .item img {
	width: 100%;
	border: 5px #fff solid;
}
.sub-business .item .pic {
	position: relative
}
.sub-business .item p {
	display: block;
	text-align: center;
	margin-top: 10px;
}
.sub-business .item .line {
	background: #009be3;
	position: absolute;
	transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
.sub-business .item .line1 {
	width: 0;
	height: 5px;
	left: 0;
	top: 0;
}
.sub-business .item .line2 {
	width: 0;
	height: 5px;
	right: 0;
	bottom: 0;
}
.sub-business .item .line3 {
	height: 0;
	width: 5px;
	left: 0;
	bottom: 0;
}
.sub-business .item .line4 {
	height: 0;
	width: 5px;
	right: 0;
	top: 0;
}
.sub-business .item:hover .line1, .sub-business .item:hover .line2 {
	width: 100%;
}
.sub-business .item:hover .line3, .sub-business .item:hover .line4 {
	height: 100%;
}
.menu-Box a:link, .menu-Box a:visited {
	color: #584d4d;
}
.menu-Box a:active, .menu-Box a:hover {
	color: #e40d08;
}
.menu-Box {
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #f3f3f3;
	-webkit-overflow-scrolling: touch;
	transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.menuMobile {
	padding: 70px 0px 0px;
	margin: 0px 10%;
}
.menuMobile dd {
	border-top: 1px solid #c3c3c3;
}
.menuMobile dd:first-child {
	border-top: 0;
}
.menuMobile .t a {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 5% 20px 0px;
	display: block;
	position: relative;
}
.menuMobile .t a:before {
	content: "";
	position: absolute;
	right: 2%;
	top: 50%;
	background: url("../images/menu_tico.png") no-repeat scroll center center;
	background-size: cover;
	width: 18px;
	height: 11px;
	margin-top: -5px;
	opacity: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.menuMobile .t a.cur:before {
	opacity: 1;
}
.menuMobile .msubmenu {
	font-size: 16px;
	padding: 0px 0px 10px;
}
.menuMobile .msubmenu li {
	display: block;
	margin-bottom: 12px;
	width: 50%;
	float: left;
}
.menuOpen .pusher-black {
	display: block;
}
.menuOpen .menu-Box {
	left: 0;
	z-index: 900;
}
 @media (max-width:1599px) {
#header .search {
/* display: none */
}
#header .nav {
	margin-right: 86px;
}
.nav-con li:last-child {
/* display: none */
}
}
 @media (max-width:1399px) {
#header .top-link {
/* display: none */
}
#header .nav {
	margin-right: 86px;
}
#header .nav ul li {
	padding: 0 15px;
}
#header .nav ul li .title-phantom {
	left: 15px;
	right: 15px;
}
}
@media (max-width:1199px) {
#header:before {
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.nav {
	display: none
}
.menu-handler {
	display: block
}
.menu-handler {
	background: none
}
.menu-handler span {
	background-color: #aaa
}
.menu-handler span:before, .menu-handler span:after {
	background-color: #aaa
}
}
 @media (max-width: 992px) {
.menu-handler {
	display: block;
	background-color: none;
	width: 60px;
	height: 60px;
}
#header {
	height: 60px
}
#header:before {
	height: 60px;
}
#header .container-fluid {
	padding: 0 15px;
}
#header .logo {
	height: 60px;
	width: 80%;
	max-width: 280px;
	background-size: 100% auto;
	background-position: left center;
	position: relative;
	margin-top: 0;
}
}
.banner-box {
	position: relative;
	margin-top: 90px;
}
.weui-cell {
	padding: 10px 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.weui-cell_primary {
	min-width: 1px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.weui-cell__bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.weui-cell__ft {
	text-align: right;
	color: #999;
}
.weui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.weui-flex__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.banner-video {
	width: 200px;
	position: absolute;
	right: 50px;
	bottom: 40px;
	z-index: 100;
}
.banner-video .image {
	overflow: hidden;
	border: 2px #fff solid;
}
.banner-video .image img {
	width: 100%;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	display: block
}
.banner-video i {
	color: #fff;
	font-size: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.banner-video p {
	text-align: center;
	margin-top: 5px;
	color: #fff
}
.banner-video:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.banner-video:hover i {
	top: 45px;
}
 @media (max-width: 992px) {
.banner-video {
	display: none
}
}
/* --------------首页背景---------------------- */
.index-bg {
	position: relative;
	padding: 50px 0 40px;
	z-index: 3;
}
/* --------------TABS跟随线条---------------------- */
.tab-line {
	height: 2px;
	width: 75px;
	background: #ce0707;
	position: relative;
	left: 0px;
	margin-top: -2px;
}
.news-slider .slider {
	height: 360px;
	overflow: hidden
}
.news-slider .slider .swiper-slide {
	height: 360px
}
.news-slider .slider .pic {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.news-slider .slider .txt {
	background: rgba(0,0,0,0.5);
	height: 0.45rem;
	line-height: 0.45rem;
	color: #fff;
	font-size: 0.15rem;
	padding: 0px 100px 0px 20px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0
}
.news-slider .slider .txt font {
	color: #fff !important;
}
.news-slider .slider .swiper-pagination {
	bottom: 0.13rem;
	text-align: right;
	padding-right: 20px;
}
.news-slider .slider .swiper-pagination-bullet {
	background-color: #fff;
	opacity: .5;
	margin: 0 3px
}
.news-slider .slider .swiper-pagination-bullet-active {
	background-color: #fd0000;
	opacity: 1;
}
/* --------------首页新闻---------------------- */
.index-news {
	height: 370px;
	overflow: hidden;
	position: relative;
	position: relative;
	margin-top: -10px;
}
.index-news-con {
	margin-top: 22px
}
.index-news h3 {
	height: 54px;
	border-bottom: 2px #eee solid
}
.index-news h3 a {
	font-size: 0.18rem;
	font-weight: bold;
	display: block;
	float: left;
	text-align: center;
	margin-right: 30px;
	height: 54px;
	line-height: 50px;
	color: #444
}
.index-news h3 a.current {
	color: #ce0707;
	text-decoration: none;
}
.index-news h3 a:first-child {
	border-left: 0
}
.index-news a.more {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 18px;
	color: #888
}
.index-news div.list {
	overflow: hidden;
}
.index-news div.list .list-con {
}
.index-news div.list .image {
	width: 288px;
	float: left;
	margin-top: 3px;
}
.index-news div.list .image img {
	width: 100%
}
.index-news div.list dl {
	height: 88px;
	position: relative
}
.index-news div.list dl strong {
	display: block;
	font-size: 18px;
	margin-right: 100px;
	position: relative;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.index-news div.list dl em {
	font-weight: normal;
	position: absolute;
	right: 0px;
	color: #aaa;
	font-size: 14px;
}
.index-news div.list dl strong a {
	color: #444;
}
.index-news div.list dl strong a:hover {
	color: #f08200
}
.index-news div.list dl p {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
	line-height: 1.8;
    letter-spacing: 0.2px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.index-news div.list dl p a {
    float: right;
	color: #ed7826;
}
.index-news div.list dl p a:hover {
	color: #f08200
}
.index-news div.list ul {
	margin-top: 10px;
}
.index-news div.list ul li {
	padding: 9px 90px 10px 0;
	line-height: 15px;
	position: relative
}
.index-news div.list ul li a {
	display: block;
	background: url("../images/li.gif") no-repeat 0 center;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.index-news div.list ul li span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0px;
	top: 9px;
}
.index-news div.list ul li:last-child {
	border-bottom: 0;
}
 @media (max-width: 992px) {
.index-bg .container {
	padding: 0
}
.news-slider .slider {
	height: 200px;
}
.news-slider .slider .swiper-slide {
	height: 200px
}
.index-news {
	margin-top: 0.3rem
}
.index-news h3 a {
	margin-right: 0;
	width: 20%;
	text-align: left
}
.index-news a.more {
	display: none
}
}
.index-line {
	height: 275px;
	float: left;
	width: 1px;
	background-color: #eee;
	margin-left: 35px
}
/*
.index-project .item{ width:33.3333%; float:left;height:500px; position:relative}
.index-project .item .image{ position:absolute; left:0;top:50%; width:100%; height:50%; overflow:hidden}
.index-project .item .image .pic{ display:block; width:100%; height:100%; position:absolute; left:0;top:0; background-repeat:no-repeat; background-position:center center; background-size:cover;-webkit-transition-duration: 1s;-moz-transition-duration: 1s;-o-transition-duration:1s;}
.index-project .item .text{  position:absolute; left:0;top:0; width:100%; height:50%;padding:30px; background-color:#fff;  z-index:2}
.index-project .item .text strong{ text-align:center; display:block; font-size:0.18rem}
.index-project .item .text p{ margin-top:20px; color:#666; line-height:1.5;text-overflow:-o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:5;line-clamp: 5;-webkit-box-orient: vertical;}
.index-project .item .text:before {content:"";display:block;width: 0;height: 0;border-left:10px solid transparent;border-right: 10px solid transparent;border-top:12px solid #fff; position:absolute; left:50%; margin-left:-10px; top:100%; }
.index-project .item.s2 .image{ top:0;}
.index-project .item.s2 .text{ top:50%;}
.index-project .item.s2 .text:before{border-bottom:12px solid #fff;border-top:0; top:-12px;}
.index-project .item:hover .image .pic{transform:scale(1.1);-webkit-transform:scale(1.1);}
@media (max-width: 992px) {
	.index-project .item{ width:100%; height:360px;}
	.index-project .item .image{top:0 !important;}
	.index-project .item .text{ top:50% !important}
	.index-project .item .text p{ font-size:12px;}
	.index-project .item .text:before{border-bottom:12px solid #fff;border-top:0; top:-12px;}
}
*/

.mspec {
	width: 1200px;
	margin: 0 auto 40px;
}
.index-bg2 {
	background: #f1eff1 url(../images/cybg2.jpg) no-repeat;
	height: 740px;
	overflow: hidden;

}
.fl{float:left;}
.fr{float:right;}
/* position */
.rel { position: relative; }

.ovh { overflow: hidden; }
/* 清除浮 动*/
.fix { *zoom:1; }
.fix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.trans{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.item:hover .picspan{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.section {
	position: relative;
	background-size: cover!important
}

.sectionCy {
	overflow: hidden
}

.sectionCy .item {
	width: 25%;
	height: 740px;
	border-left: solid 1px rgba(255, 255, 255, .5)
}

.sectionCy .item:nth-child(n+3) {
	height: 740px;
	border-right: solid 1px rgba(255, 255, 255, .5)
}

.sectionCy .item:nth-child(2n) .item_abs {
	margin-top: 120px
}

.sectionCy .item:hover {
	background: rgba(109, 0, 9, .7)
}

.sectionCy .item:hover .item_abs .xuhao:before {
	width: 30px
}

.sectionCy .item:hover .item_abs .more {
	opacity: 1
}

.sectionCy .item .item_abs {
	width: 100%;
	padding: 0 50px;
	margin-top: -50px
}

.sectionCy .item .item_abs .xuhao {
	color: #fff;
	font-size: 80px;
	font-family: '宋体';
	line-height: 80px;
	position: relative
}

.sectionCy .item .item_abs .xuhao:before {
	content: "";
	width: 17px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -4px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.sectionCy .item .item_abs .tit {
	color: #fff;
	font-size: 36px;
	margin-top: 80px
}

.sectionCy .item .item_abs .tit1 {
	color: #fff;
	font-size: 14px;
	margin-top: 5px
}

.sectionCy .item .item_abs .note {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px
}

.sectionCy .item .item_abs .more {
	opacity: 0;
	margin-top: 40px
}



/* --------------首页新闻2-------------- */
.index-news2 {
	margin-top: 30px;
	border: 1px #e8e8e8 solid;
	width: 790px;
	float: left;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.02)
}
.index-news2 h2 {
	height: 55px;
	line-height: 55px;
	letter-spacing: 1px;
	border-bottom: 1px #e8e8e8 solid;
	background-color: #eee;
}
.index-news2 h2 a {
	display: block;
	float: left;
	font-size: 17px;
	text-align: center;
	width: 50%;
	border-right: 1px #e2e2e2 solid
}
.index-news2 h2 a.current {
	height: 56px;
	line-height: 52px;
	font-weight: bold;
	text-decoration: none;
	border-top: 3px #c70606 solid;
	border-bottom: 1px #fff solid;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	top: -1px
}
.index-news2 h2 a:last-child {
	border-right: 0;
}
.index-news2 .con {
	padding: 20px 25px;
	height: 240px;
	background-color: #fff
}
.index-news2 ul.list {
}
.index-news2 ul.list li {
	padding: 6px 0;
	line-height: 16px;
}
.index-news2 ul.list li a {
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 15px;
	display: inline-block;
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	_width: 350px;
	text-align: left
}
.index-news2 ul.list li:last-child {
	border-bottom: 0;
}
/* --------------首页新闻3-------------- */
.index-news3 {
	width: 380px;
	float: left;
	margin-top: 30px;
	border: 1px #e8e8e8 solid;
	background-color: #fff;
	position: relative;
	margin-right: 30px;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.03);
}
.index-news3:last-child {
	margin-right: 0;
}
.index-news3 h2 {
    background-color: #f7f5f4;
	height: 55px;
	line-height: 58px;
	padding-left: 45px;
	font-size: 18px;
	position: relative;
}
.index-news3 h2:before {
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background-color: #006db8;
	position: absolute;
	left: 30px;
	top: 21px;
}
.index-news3 .con {
	padding: 0 25px 20px;
	height: 216px;
}
.index-news3 dl img {
	display: block;
	width: 100%;
}
.index-news3 ul.list {
	margin-top: 18px;
}
.index-news3 ul.list li {
	padding: 7px 0;
	line-height: 16px;
	text-align: right;
}
.index-news3 ul.list li a {
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 15px;
	display: inline-block;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	_width: 330px;
	text-align: left;
	float: left;
}
.index-news3 ul.list li span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999
}
.index-news3 ul.list li:last-child {
	border-bottom: 0;
}
.index-news3 a.more {
	color: #888;
	font-size: 13px;
	letter-spacing: 0.5px;
	position: absolute;
	right: 25px;
	top: 21px;
}
.index-news3 a.more i {
	position: relative;
	top: 2px;
}

.style-slider {
	width: 738px;
	height: 240px;
	overflow: hidden
}
.style-slider .bd li {
	width: 240px;
	margin-right: 20px;
	float: left
}
.style-slider .bd li img {
	width: 240px;
	height: 160px;
}
.style-slider .bd li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 10px;
	text-align: center
}
.index-video {
	width: 380px;
	float: right;
	border: 1px #e8e8e8 solid;
	margin-top: 30px;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.02)
}
.index-video h2 {
	height: 50px;
	background-color: #eee;
	letter-spacing: 1px;
}
.index-video h2 a {
	line-height: 50px;
	display: block;
	font-size: 17px;
	padding-left: 0;
	width: 50%;
	float: left
}
.index-video h2 a.current {
	text-decoration: none;
	background-color: #fff
}
.index-video h2 i {
	font-size: 24px;
	margin-right: 6px;
	position: relative;
	top: 2px;
}
.index-video .con {
	padding: 20px;
	height: 244px;
	background-color: #fff
}
#index-party ul {
}
#index-party ul li {
	line-height: 27px;
	margin-right: 75px;
	position: relative
}
#index-party ul li a {
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 15px;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	_width: 100%;
	text-align: left;
}
#index-party ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aaa;
	position: absolute;
	right: -75px;
	top: 1px;
}
/* .index-about{ width:350px; float:left; background-color:#fff; padding:19px; border:1px #eee solid; margin-left:25px; box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.03);} */
.index-about div {
	height: 215px;
	overflow: hidden
}
.index-about div img {
	width: 100%
}
.index-about div p {
	margin-top: 10px;
	line-height: 1.8;
	color: #888;
	text-indent: 2em;
	font-size: 14px;
}
.index-about div p a {
	color: #444;
	margin-left: 5px;
}
.index-about div p a:hover {
	text-decoration: underline;
}
.index-about div ul {
	margin-top: 14px;
}
.index-about div li {
	float: left;
	width: 164px;
	float: left;
	margin-left: 9px;
	line-height: 36px;
}
.index-about div li:first-child {
	margin-left: 0;
}
.index-about div li a {
	display: block;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	background: -webkit-linear-gradient(top, #fff, #eee) !important;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.15);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
/* .index-paper .image {
	width: 130px;
	float: left;
	margin-top: 5px;
}
.index-paper .image img {
	border: 1px #e8e8e8 solid;
	width: 130px;
	height: 180px;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.index-paper .text {
	width: 145px;
	float: right;
}
.index-paper .text .title strong {
	display: block;
	font-size: 20px;
}
.index-paper .text .title strong a {
}
.index-paper .text .title span {
	display: block;
	font-size: 16px;
	margin-left: 15px;
	margin-top: 6px;
}
.index-paper .text .other {
	margin-top: 5px;
	line-height: 1.6;
	font-size: 13px;
}
.index-paper .text .other p {
	margin-top: 5px;
	color: #aaa
}
.index-paper a.btn {
	display: block;
	line-height: 30px;
	margin-top: 12px;
	width: 80%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #e00;
    margin: 13px auto 0;
}
.index-paper a.btn i {
	font-size: 30px;
	margin-right: 3px;
	position: relative;
	top: 4px
} */

.index-project .item {
	width: 33.3333%;
	float: left;
	height: 600px;
	position: relative
}
.index-project .item .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70%;
	overflow: hidden
}
.index-project .item .image .pic {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.index-project .item .text {
	position: absolute;
	left: 0;
	top: 70%;
	width: 100%;
	height: 40%;
	padding: 30px;
	background-color: #fff;
	z-index: 2
}
.index-project .item .text strong {
	text-align: center;
	display: block;
	font-size: 0.18rem
}
.index-project .item .text p {
	margin-top: 20px;
	color: #666;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}
.index-project .item .text:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 100%;
}
 @media (max-width: 992px) {
.index-project .item {
	width: 100%;
	height: 360px;
}
.index-project .item .image {
	top: 0 !important;
}
.index-project .item .text {
	top: 50% !important
}
.index-project .item .text p {
	font-size: 12px;
}
.index-project .item .text:before {
	border-bottom: 12px solid #fff;
	border-top: 0;
	top: -12px;
}
}
.index-item-b {
}
.index-item-b .item {
	width: 33.333333%;
	float: left;
	position: relative
}
.index-item-b .item .image {
	overflow: hidden
}
.index-item-b .item .image img {
	display: block;
	width: 100%;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.index-item-b .item:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.index-item-b .item .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.index-item-b .item:hover .mask {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.index-item-b .item .txt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 30%;
	text-align: center;
	z-index: 3;
	color: #fff
}
.index-item-b .item .txt h2 {
	font-size: 0.32rem;
	font-weight: bold
}
.index-item-b .item .txt span {
	display: block;
	margin-top: 0.15rem;
}
.index-item-b .item .txt span i {
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #fff;
	margin: 0 5px;
	position: relative;
	top: -4px;
}
.index-item-b .item .txt a {
	display: block;
	width: 1.5rem;
	height: 0.5rem;
	border: 1px #fff solid;
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.16rem;
	margin: 0.4rem auto 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.index-item-b .item .txt a em {
	position: relative;
	z-index: 3;
}
.index-item-b .item .txt a:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #00baff;
	transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	z-index: 2;
}
.index-item-b .item:hover .txt a:before {
	width: 100%;
}
 @media (max-width: 992px) {
.index-item-b .item {
	width: 100%;
}
.index-item-b .item .txt {
	top: 28%;
}
}
.index-image {
	padding: 20px 0 60px;
	/* background-position: top top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url("../images/index-bid-bg.jpg");
	position: relative; */
}
.index-image:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	position: absolute;
	opacity: 0.3;
	display: none;
}
.index-image .container {
	position: relative;
	z-index: 2;
}
.index-image h2 {
	text-align: center;
}
.index-image h2 strong {
	font-weight: normal;
}
.index-image h2 p {
	text-transform: uppercase;
	font-size: 0.2rem;
	margin-top: 10px;
	font-family: 'Novecento Normal';
	color: #aaa;
}
.index-image h2 p:after, .index-image h2 p:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: rgba(0,0,0,0.2);
	margin: 0 10px;
	position: relative;
	top: -6px;
}
.index-image .text {
	width: 50%;
	margin: 0 auto;
	line-height: 2;
	text-align: center
}
 @media (max-width: 992px) {
.index-image .text {
	width: 90%;
	line-height: 1.6;
	font-size: 12px
}
.index-image h2 p:after, .index-image h2 p:before {
	top: -4px;
}
}
a.more-btn {
	width: 200px;
	height: 60px;
	background-color: #1342ac;
	display: block;
	line-height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 0.3rem auto 0;
	transition: all 0.5s;
}
a.more-btn:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .42s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .42s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .42s cubic-bezier(.4, 0, .2, 1), -webkit-transform .42s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
a.more-btn span {
	padding-right: 30px;
	font-weight: bold;
	position: relative;
	font-size: 16px;
	color: #fff
}
a.more-btn span i {
	background: url("../images/btn_m1.png") no-repeat scroll left center;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 100%;
	transition: .42s cubic-bezier(.4, 0, .2, 1);
}
a.more-btn:hover {
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
}
a.more-btn:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
a.more-btn:hover span {
	color: #555;
}
a.more-btn:hover span i {
	background-position: right center;
}
 @media (max-width: 992px) {
a.more-btn {
	width: 150px;
	height: 45px;
	line-height: 45px
}
a.more-btn span {
	font-size: 14px;
}
}
/* --------------视频弹出播放---------------------- */
.video-play {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	display: none
}
.video-play .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 1
}
.video-play .box {
	width: 900px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -285px;
	z-index: 3;
}
.video-play .close-btn {
	background: url("../images/close2.gif") no-repeat center center;
	display: block;
	text-indent: -10000px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: 390px;
	top: 50%;
	margin-top: -275px;
	z-index: 4;
	-webkit-transition: -webkit-transform 1s;
}
.video-play .close-btn:hover {
	-webkit-transform: rotate(180deg);
}
#con_video_div {
	background: #000
}

.zhaopin_rczl_n h1 {
	font-size: 20px;
	color: #c71300;
}
.zhaopin_rczl_n h2 {
	font-size: 20px;
	color: #000;
	line-height: 38px;
}
.zhaopin_rczl_n img {
	max-width: 100%;
}
.zhaopin_rczl_n p {
}
.zhaopin_rczl_m {
	background: #F4F4F4;
	box-sizing: border-box;
	padding: 30px 33px;
	line-height: 2;
	letter-spacing: 0.3px;
	margin-bottom: 40px;
}
.zhaopin_rczl_m h2 {
}
.zhaopin_li {
	margin-bottom: 50px;
}
.zhaopin_li_fl {
	border-bottom: 2px solid #337ab7;
	height: 45px;
}
.zhaopin_li_fl a {
	height: 45px;
	line-height: 45px;
	color: #000;
	font-size: 18px;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
}
.zhaopin_li_fl a.x_d {
	float: right;
	color: #c71300;
	font-size: 18px;
	text-decoration: none;
}
.zhaopin_li_fl a.cur {
	background: #337ab7;
	color: #FFF;
	box-sizing: border-box;
	border-left: 2px solid #FFF;
}
.zhaopin_li_fl a:hover {
	background: #337ab7;
	color: #FFF;
}
.zhaopin_li_fl a:nth-child(1) {
	border-left: none;
}
.zhaopin_li_fl a.x_d:hover {
	background: #fff !important;
	color: #c71300 !important;
}
.zhaopin_zp_li {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #D2D2D2;
}
.zhaopin_zp_li_n {
	overflow: hidden;
	border-bottom: 1px solid #D2D2D2;
}
.zhaopin_zp_li span {
	display: inline-block;
	float: left;
	font-size: 17px;
	height: 64px;
	line-height: 64px;
    text-align: center;
}
.zhaopin_zp_li span:nth-child(1) {
	width: 400px;
    text-align: left;
	text-indent: 20px;
}
.zhaopin_zp_li span:nth-child(2) {
	width: 150px;
}
.zhaopin_zp_li span:nth-child(3) {
	width: 100px;
}
.zhaopin_zp_li span:nth-child(4) {
	width: 350px;
}
.zhaopin_zp_li span:nth-child(5) {
	width: 200px;
}
.zhaopin_zp_li_n span {
	display: inline-block;
	float: left;
	font-size: 14px;
	height: 64px;
	line-height: 64px;
    text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zhaopin_zp_li_n span:nth-child(1) {
	width: 400px;
	font-weight: 600;
	font-size: 15px;
	text-align: left;
	text-indent: 20px;
}
.zhaopin_zp_li_n span:nth-child(2) {
	width: 150px;
}
.zhaopin_zp_li_n span:nth-child(3) {
	width: 100px;
}
.zhaopin_zp_li_n span:nth-child(4) {
	width: 350px;
}
.zhaopin_zp_li_n span:nth-child(5) {
	width: 200px;
	text-align: center;
}
.zhaopin_zp_li_n span a {
	padding: 5px 20px;
	text-align: center;
	background: #D2D2D2;
	color: #4F4F4F;
	border-radius: 10px;
	font-size: 14px;
}
.zhaopin_zp_li_n span a:hover {
	background: #C71200;
	color: #FFF;
}
.zhaopin_zw_xz {
    width: 160px;
	margin-bottom: 20px;
}
.zhaopin_zw_xz span {
	float: left;
	font-size: 20px;
    line-height: 2.1;
}
.zhaopin_zw_xz_x {
	overflow: hidden;
	margin-bottom: 30px;
}
.zhaopin_zw_xz_x span {
	font-size: 28px;
	display: inline-block;
	font-weight: 600;
	float: left;
}
.zhaopin_zw_xz_x em {
	width: 50%;
	float: left;
	display: inline-block;
	color: #ff3000;
	font-size: 30px;
}
.zhaopin_zw_xz_x em s {
	display: inline-block;
	font-size: 20px;
}
.zhaopin_zw_xz_show {
	box-sizing: border-box;
	padding: 20px 35px;
	background: #F2F2F2;
	overflow: hidden;
	font-size: 15px;
}
.zhaopin_zw_xz_show p {
	width: 50%;
	float: left;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 38px;
}
.zhaopin_zw_xz_show p span {
	color: #606060;
}
.zhaopin_zw_xz_show_m {
}
.zhaopin_zw_xz_show_m h1 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.zhaopin_zw_xz_show_m p {
	color: #535353;
	font-size: 15px;
	line-height: 2;
}
.zhaopin_shenqing .zp_a {
	width: 140px;
	height: 45px;
	border: 1px solid #C71200;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	color: #C71200;
	font-size: 17px;
	letter-spacing: 1px;
	margin-right: 10px;
}
.zhaopin_shenqing .zp_af {
	width: 140px;
	height: 45px;
	border: 1px solid #000;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 1px;
	margin-left: 10px;
}
.zhaopin_shenqing {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

/* --------------网站底部---------------------- */
.footer {
	background-color: #454545;
	padding: 40px 0 20px;
	color: #989797;
	line-height: 28px;
	position: relative;
	z-index: 5;
	font-size: 14px;
}
.footer .footer-menu {
	float: left;
    margin: 20px 0 40px;
}
.footer .footer-menu dl {
	width: 160px;
	float: left;
	border-right: 1px #555 solid;
	padding-left: 51px;
	height: 200px;
}
.footer .footer-menu dl dt {
	font-size: 16px;
	font-weight: normal;
	color: #ddd;
	margin-bottom: 18px;
}
.footer .footer-menu dl dd {
	margin-bottom: 10px;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #ffaf15;
}
.footer .footer-contact {
	width: 360px;
	float: left;
	padding-left: 52px;
    margin: 20px 0 40px;
}
.footer .footer-contact h2 {
	font-size: 16px;
	font-weight: normal;
	color: #ddd;
	margin: 3px 0 15px;
}
.footer .footer-contact .address {
	padding-bottom: 10px;
}
.footer .footer-contact .address i {
	margin-left: 10px;
	font-size: 24px;
	color: #ccc;
	position: relative;
	top: 2px
}
.footer .footer-contact .tel {
	color: #ddd;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 7px;
	font-family: 'Novecento Normal';
    font-weight: 300;
}
.footer .footer-contact .tel i {
	margin-right: 10px;
	font-size: 16px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}
.footer .footer-weixin {
	width: 120px;
	float: right;
    margin: 50px 0 0;
}
.footer .footer-weixin .item {
	width: 120px;
	float: left;
	text-align: center;
}
.footer .footer-weixin .item img {
	width: 100%;
	background-color: #fff
}
.footer .footer-weixin .item span {
	display: block;
	margin-top: 3px;
	font-size: 13px;
}
.footer .footer-links {
	width: 250px;
	float: right;
}
.footer .footer-links .select {
	position: relative;
	margin-bottom: 20px;
	height: 44px;
	border: 1px #ddd solid;
	background-color: #fff
}
.footer .footer-links .select label {
	display: block;
	line-height: 44px;
	padding-left: 20px;
	font-weight: normal;
	color: #888
}
.footer .footer-links .select label:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #bbb;
	position: absolute;
	right: 20px;
	top: 17px;
}
.footer .footer-links .select ul {
	position: absolute;
	left: -1px;
	width: 250px;
	border: 1px #e8e8e8 solid;
	background-color: #fff;
	top: 48px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
	max-height: 140px;
	_height: 140px;
	overflow-x: hidden;
	overflow-y: auto
}
.footer .footer-links .select ul li a {
	display: block;
	line-height: 35px;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
}
.footer .footer-links .select ul li a:hover {
	background-color: #fafafa
}
.footer .footer-links .select:hover {
	z-index: 2
}
.footer .footer-links .select:hover label {
	color: #4a4a4a
}
.footer .footer-links .select:hover label:before {
	border-top: 8px solid #888;
}
.footer .footer-links .select:hover ul {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 42px;
}
.footer .line {
	font-size: 14px;
	border-top: 1px #555 solid;
	margin-top: 20px;
	padding-top: 20px;
}
.footer .footer-copyright {
	text-align: center;
	color: #999;
	font-weight: bold
}
.footer .footer-copyright a.linking {
	display: inline-block;
	width: 165px;
	height: 17px;
	background: url("http://www.jikuang.com.cn/assets/images/linking.png") no-repeat;
	margin-right: 10px;
	position: relative;
	top: 5px
}
.footer .footer-link {
	float: right
}
.footer .footer-link span {
	color: #999;
	font-weight: bold;
	margin: 0 6px;
}
.footer .footer-link a {
	font-weight: bold;
	color: #999
}
.footer .footer-link a:hover {
	color: #ffaf15;
}
 @media (max-width: 1199px) {
.footer .footer-contact {
	display: none
}
}
@media (max-width: 992px) {
.footer .footer-menu {
	display: none
}
.footer .footer-weixin {
	float: none;
	margin: 0 auto
}
.footer .footer-copyright {
	float: none;
	text-align: center;
	font-size: 12px
}
.footer .footer-link {
	display: none
}
}
/* --------------右侧跟随---------------------- */
#follow-btn {
	position: fixed;
	right: 10px;
	bottom: -200px;
	z-index: 999;
	transition: all 850ms cubic-bezier(0.215, .61, .215, 1);
	-webkit-transition: all 850ms cubic-bezier(0.215, .61, .215, 1);
	-moz-transition: all 850ms cubic-bezier(0.215, .61, .215, 1);
	-o-transition: all 850ms cubic-bezier(0.215, .61, .215, 1);
}
#follow-btn a {
	background: url("../images/icon_top.png") no-repeat center center #444;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: block;
	height: 50px;
	width: 60px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	position: relative;
}
#follow-btn a:hover {
	background-color: #f36f00;
}
 @media (max-width:1250px) {
#follow-btn {
	display: none
}
}
.body-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=50);
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
.right-slide {
	width: 380px;
	height: 100%;
	position: fixed;
	z-index: 10001;
	right: -380px;
	visibility: hidden;
	top: 0;
	background-color: #0062a6;
	transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
.right-slide h2 {
	height: 90px;
	background-color: #0062a6;
	padding: 35px 40px 0;
	color: #fff;
	font-size: 22px
}
.right-slide h2 i {
	font-weight: normal;
	font-size: 22px;
	position: relative;
	top: 0px;
	margin-right: 5px;
}
.right-slide .list {
	margin-top: 0px;
	margin: 0 20px 0 45px;
	border-top: 2px #0071bf solid;
	padding-top: 20px;
}
.right-slide .list a {
	display: block;
	color: #c4cde9;
	font-size: 12px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right-slide .list a i {
	margin-right: 5px;
	font-size: 13px;
}
.right-slide .list a:hover {
	color: #fff;
}
.right-slide .weixin {
	margin-top: 30px;
	padding: 0 45px;
	color: #fff;
	font-weight: bold
}
.right-slide .weixin i {
	color: #88d03a;
	margin-left: 10px;
	font-size: 30px;
}
.right-slide .weixin img {
	display: block;
	width: 170px;
	margin-top: 20px;
	background-color: #fff
}
.right-slide .weixin span {
	display: block;
	width: 170px;
	margin-top: 10px;
	font-size: 12px;
	text-align: center
}
.right-slide .close-btn {
	width: 56px;
	height: 56px;
	display: block;
	position: absolute;
	right: 30px;
	top: 20px;
	transition: 300ms;
	-webkit-transition: 300ms;
	z-index: 100;
	cursor: pointer
}
.right-slide .close-btn i {
	background: url("../images/close4.png") no-repeat scroll center center;
	width: 100%;
	height: 100%;
	display: block;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.right-slide .close-btn:hover i {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.right-slide-on .body-mask {
	opacity: 0.5;
	visibility: visible;
}
.right-slide-on .right-slide {
	right: 0;
	visibility: visible;
}
/* --------------分页---------------------- */
#pages {
	text-align: center;
	font-size: 0.16rem
}
#pages a {
	display: inline-block;
	padding: 0.1rem 0.2rem;
	color: #888;
	background: #fff;
	margin: 0 2px;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	border: 1px #ddd solid
}
#pages a:hover {
	background-color: #3893cc;
	border-color: #3893cc;
	color: #fff
}
#pages a.active {
	background-color: #3893cc;
	border-color: #3893cc;
	color: #fff
}
#pages a.prev, #pages a.next {
}
#pages span {
	display: inline-block;
	padding: 0.13rem 0.19rem;
	color: #888;
	position: relative;
	top: -2px
}
/* --------------内页BANNER---------------------- */
.page-banner {
	width: 100%;
	position: relative;
	height: 30vh;
	margin-top: 90px;
	overflow: hidden;
	z-index: 1;
}
.page-banner .image-con {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
	transition: all 1.5s cubic-bezier(0.215, .61, .215, 1);
	-webkit-transition: all 1.5s cubic-bezier(0.215, .61, .215, 1);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.page-banner .image-con .image {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-banner .pic {
	position: absolute;
	left: 50%;
	margin-left: 220px;
	top: 100%;
	transition: all 2.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	-webkit-transition: all 2.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	display: none
}
.page-banner .title {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.6rem;
	color: #fff;
	text-align: center;
	width: 100%;
}
.page-banner .title strong {
	font-weight: normal;
	display: block;
	transition: all 0.8s cubic-bezier(0.215, .61, .215, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.215, .61, .215, 1);
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	opacity: 0;
	font-size: 0.4rem;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.26);
}
.page-banner .title p {
	display: block;
	transition: all 2s cubic-bezier(0.215, .61, .215, 1);
	-webkit-transition: all 2s cubic-bezier(0.215, .61, .215, 1);
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	opacity: 0;
	font-size: 0.15rem;
	margin-top: 10px
}
.page-banner .title:after {
	content: "";
	display: inline-block;
	width: 27px;
	height: 24px;
	background: url("../images/down.png") no-repeat;
	transition: all 1.2s cubic-bezier(0.215, .61, .215, 1);
	-webkit-transition: all 1.2s cubic-bezier(0.215, .61, .215, 1);
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
	opacity: 0;
}
.page-banner.hover .image-con {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.page-banner.hover .pic {
	top: 0
}
.page-banner.hover .title {
}
.page-banner.hover .title strong {
	opacity: 1;
	margin-top: 0
}
.page-banner.hover .title p {
	opacity: 1;
}
.page-banner.hover .title:after {
	opacity: 1;
	margin-top: 10px
}
 @media (max-width: 992px) {
.page-banner {
	height: 40vh;
}
.pro-banner {
	height: 50vh;
}
.pro-banner .title {
	margin-top: -0.7rem
}
.page-banner .title strong {
	font-size: 0.4rem
}
.news-banner {
	display: none
}
}
.page-nav {
	position: relative;
	margin-top: -0.7rem;
	z-index: 2
}
.page-nav ul {
	background-color: rgba(0,0,0,0.5);
	height: 0.7rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-boxflex;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.page-nav ul li {
	position: relative;
	font-size: 0.16rem;
	display: block;
	box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.page-nav ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 0.3rem;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.15rem;
	z-index: 2
}
.page-nav ul li a {
	color: #fff;
	line-height: 0.7rem;
	display: block;
	text-align: center;
}
.page-nav ul li.current {
	margin-right: -1px;
}
.page-nav ul li.current a {
	background-color: #f4f4f4;
	color: #ce0707
}
.page-nav ul li.current:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ce0707;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: 0.2rem
}
.page-nav ul li.current:before {
	display: none
}
.page-nav ul li:first-child:before {
	display: none
}
.page-nav .bids {
	padding: 16px 0 0 20px;
}
.page-nav .bids .input-b {
	width: 300px;
	padding: 9px 10px 8px;
	margin-right: 3px;
}
.page-nav .bids .input-s {
    border: #ccc solid 1px;
    padding: 9px 15px 8px;
    background: #eee;
}
 @media (max-width: 992px) {
.page-nav .container {
	padding: 0
}
}
/* --------------当前位置---------------------- */
.location {
	font-size: 14px;
	height: 70px;
	margin: 0 auto;
	width: 1200px;
}
.location i {
	display: block;
	float: left;
	width: 30px;
	height: 70px;
	/* background: url(../images/location-icon.jpg) no-repeat; */
	line-height: 70px;
}
.location a {
	line-height: 70px;
	padding: 0 6px;
}
.location span {
	display: block;
	float: left;
	line-height: 70px;
	padding-left: 15px;
	background: url("../images/location-icon2.jpg") no-repeat left center;
	color: #888
}

.loc_result {
	font-size: 15px;
	height: 50px;
	margin: 0 auto;
	width: 1200px;
}
.loc_result i {
	width: 30px;
	height: 50px;
    margin-right: 12px;
}

/* --------------公司介绍---------------------- */
.about {
	background: #fff;
	padding: 40px 40px 30px;
	box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.about-bg {
	padding-bottom: 50px;
	background: #f4f4f4
}
.about-title {
	text-align: center;
	border: 1px solid #efefef;
	padding: 0.25rem 0.4rem;
	position: relative;
	margin-bottom: 40px;
	background-color: #efefef;
	border-radius: 5px;
}
.about-title:before {
	display: block;
	content: " ";
	position: absolute;
	left: calc(50% - 15px);
	bottom: -16px;
	display: block;
	width: 30px;
	height: 30px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	transform: rotate(45deg);
	background-color: #efefef;
}
.about-title strong {
	font-size: 0.3rem;
	font-weight: normal;
	display: block;
}
.about-title p {
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
	text-shadow: 2px 2px 1px rgb(255, 255, 255, 0.5);
}
.about-title p:last-child {
	color: #999;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "dincond-medium-webfont";
}
.about .item-a {
	line-height: 1.9;
	font-size: 16px;
	text-align: justify;
}
.about .item-a p {
	margin-bottom: 15px;
}
.about .item-a .text {
	padding-top: 0.3rem
}
.about img {
	max-width: 100%;
	margin-bottom: 10px;
}
 @media (max-width: 992px) {
.about img {
	width: 100%;
}
.about-title strong {
	font-size: 0.25rem;
	font-weight: 600
}
}
.shareholder {
	margin-top: 50px;
}
.about-content p {
	margin-bottom: 15px;
	line-height: 1.8;
	text-align: justify;
}
.strategy {
	background: url("http://www.jikuang.com.cn/404.html") no-repeat right top #f1eff1;
	padding-right: 300px;
	min-height: 846px
}
.strategy .con {
	padding: 80px 100px
}
.strategy .item {
	margin-bottom: 80px
}
.strategy .item h2 {
	font-size: 28px;
	border-left: 10px #f39800 solid;
	padding-left: 20px
}
.strategy .item h2 strong {
	display: block;
}
.strategy .item h2 p {
	font-size: 16px;
	margin-top: 15px;
	color: #888
}
.strategy .item ul {
	margin-top: 40px;
	padding-left: 30px;
}
.strategy .item li {
	background: url("../images/strategy-icon.png") no-repeat;
	padding-left: 45px;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 15px;
}
/* --------------组织架构---------------------- */
.about .structure {
	position: relative;
	text-align: center;
	min-height: 400px;
	padding-bottom: 30px;
	min-height: 500px
}
/* --------------领导团队---------------------- */
.leader {
	margin-top: 40px;
	min-height: 400px;
	position: relative;
	padding-top: 90px;
	overflow: hidden;
}
.leader h1 {
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	background: url("../images/page-title-icon.png") no-repeat;
	padding-left: 25px;
}
.leader h1 strong {
	display: block;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500
}
.leader h1 span {
	display: block;
	font-family: "dincond-medium-webfont";
	font-size: 28px;
	margin-top: 8px;
	color: #ccc
}
.leader .con {
	width: 1230px;
}
.leader .item {
	padding: 35px 45px;
	height: 160px;
	background-color: #f1eff1;
	margin-bottom: 30px;
	transition-duration: 0.3s;
	width: 585px;
	float: left;
	margin-right: 30px
}
.leader .item h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	border-left: 8px #005bac solid;
	padding-left: 15px;
	margin-bottom: 20px;
	transition-duration: 0.3s;
}
.leader .item p {
	margin-top: 15px;
	padding-left: 23px;
	line-height: 2;
}
.leader .item:hover {
	background-color: #ddd;
}
.leader .item:hover h2 {
	border-left-color: #f39800
}
/* --------------大事记---------------------- */
.history {
	position: relative;
}
.history .item {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #fff;
	margin-bottom: 20px;
}
.history .item .wrapper {
	padding-left: 2.4rem;
	position: relative;
}
.history .item h2 {
	font-size: 0.4rem;
	font-family: "dincond-medium-webfont";
	color: #ce0707;
	position: absolute;
	left: 1rem;
	top: 36px;
	font-weight: 400
}
.history .item h2 span {
	font-size: 0.2rem;
	position: relative;
	top: -2px;
	left: 2px;
	font-weight: 400
}
.history .item ul li {
	position: relative;
	padding: 7px 40px;
	border-left: 1px #e8e8e8 solid;
}
.history .item ul li p {
	line-height: 2;
	color: #5A5A5A;
	text-align: justify;
}
.history .item ul li:after {
	content: ",,";
	display: block;
	width: 17px;
	height: 17px;
	background: url("../images/line-icon.png") no-repeat;
	position: absolute;
	left: -7px;
	top: 16px;
	text-indent: -10000px
}
.history .item ul li:first-child {
	padding-top: 40px
}
.history .item ul li:first-child:after {
	top: 49px
}
.history .item ul li:last-child {
	padding-bottom: 35px
}
 @media (max-width: 992px) {
.history .item .wrapper {
	padding-left: 1.35rem;
}
.history .item h2 {
	left: 0.3rem;
	top: 40px;
}
.history .item ul li p {
	line-height: 1.6
}
.history .item ul li {
	padding: 7px 20px 7px 20px;
}
}
.shareholder-list {
}
.shareholder-list .item {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.shareholder-list .item:last-child {
	border-bottom: 0
}
.shareholder-list .item .image {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden
}
.shareholder-list .item .image img {
	width: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.shareholder-list .item .text {
	width: 50%;
	padding: 40px 40px;
	float: right;
	position: relative;
	text-align: justify;
}
.shareholder-list .item .text h2 {
	margin-bottom: 20px;
	text-align: center;
}
.shareholder-list .item .text h2 strong {
	font-size: 22px;
	font-weight: normal;
}
.shareholder-list .item .text h2 span {
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
}
.shareholder-list .item .text .con {
	line-height: 1.8;
	;
	font-size: 14px;
}
.shareholder-list .item .text p {
	margin-bottom: 10px;
}
.shareholder-list .item:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.shareholder-list .item.s2 .image {
	float: right
}
.shareholder-list .item.s2 .text {
	float: left;
}
 @media (max-width: 992px) {
.shareholder-list .item .image {
	float: none;
	width: 100%;
}
.shareholder-list .item .text {
	width: 100%;
	float: none
}
}
.shareholder-view {
	margin-top: 60px;
	margin-bottom: 30px
}
.shareholder-view .title {
	text-align: center;
}
.shareholder-view .title strong {
	display: block;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #000
}
.shareholder-view .title span {
	display: block;
	line-height: 1;
	font-family: "dincond-medium-webfont";
	font-size: 28px;
	margin-top: 8px;
	letter-spacing: -1px;
	color: #f36f00
}
.shareholder-view .image {
	width: 600px;
	float: left;
	margin-top: 40px
}
.shareholder-view .image img {
	width: 100%
}
.shareholder-view .content {
	width: 600px;
	height: 400px;
	float: right;
	margin-top: 40px;
	line-height: 1.9;
	color: #5a5a5a;
	background-color: #fff;
	padding: 40px;
	text-align: justify;
}
.shareholder-view .content p {
	margin-bottom: 15px;
}
/* --------------项目介绍---------------------- */

.project {
	margin-top: 50px;
}
.project .item {
	position: relative;
	overflow: hidden
}
.project .item img {
	width: 100%;
	display: block;
	transition-duration: 1.5s;
}
.project .item .text {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	z-index: 3;
	text-shadow: 2px 2px 0 rgba(0,0,0,.6);
}
.project .item .text strong {
	display: block;
	font-size: 0.4rem;
	font-weight: normal
}
.project .item .text span {
	display: block;
	font-size: 0.18rem;
	margin-top: 10px;
}
.project .item .text p {
	max-width: 720px;
	margin: 30px auto 0;
	line-height: 1.8;
	text-align: left;
	text-align: justify;
	display: none
}
.project .item .text a {
	display: inline-block;
	padding: 12px 40px;
	border: 1px #fff solid;
	color: #fff;
	margin-top: 30px;
}
.project .item:before {
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 2;
	filter: alpha(opacity=40);
	opacity: 0.4;
	transition-duration: 1s;
}
.project .item:hover:before {
	filter: alpha(opacity=0);
	opacity: 0;
}
.project .item:hover img {
	transform: scale(1);
}
 @media (max-width: 1199px) {
.project .item .text p {
	display: none
}
.project .item .text a {
	display: none
}
.project .item .text {
	margin-top: -30px
}
}
/* --------------业务介绍---------------------- */

.project-banner {
	position: relative;
}
.project-banner .title {
	position: absolute;
	z-index: 100;
	text-align: center;
	top: 50%;
	margin-top: -20px;
	width: 100%
}
.project-banner .title h1 {
	display: block;
	color: #fff;
	font-size: 0.45rem;
	letter-spacing: 1px;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.2)
}
.project-banner .title p {
	display: inline-block;
	margin-top: 0.2rem;
	color: #fff;
	font-size: 0.16rem;
}
.project-banner .title a {
	display: block;
	width: 160px;
	line-height: 50px;
	margin: 30px auto 0;
	background-color: rgba(255,255,255,0.8);
	color: #222;
	font-size: 16px;
	border-radius: 4px;
}
.project-banner .title a i {
	margin-right: 5px;
}
.project-banner .ms-slide:before {
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 2;
	filter: alpha(opacity=30);
	opacity: 0.3;
	transition-duration: 1s;
}
 @media (max-width: 992px) {
.project-banner {
	margin-top: 60px;
}
.project-banner .title h1 {
	font-size: 0.3rem
}
.project-banner .title p {
	display: none
}
.project-banner .title a {
	display: none
}
}
.project-view {
}
.project-view h2 {
	text-align: center;
	margin-top: 50px;
	font-size: 32px;
	color: #000
}
.project-view h3 {
	text-align: center;
	margin-top: 10px;
	font-size: 32px;
	color: #222;
}
.project-view .content {
	font-size: 16px;
	line-height: 1.8;
	background-color: #fff;
	padding: 30px 50px;
	text-align: justify;
}
.project-view .content p {
	line-height: 1.8;
}
 @media (max-width: 992px) {
.project-view .content {
	padding: 0
}
}
/* --------------下属企业列表---------------------- */
.branch-box {
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.branch-bg {
	padding: 0px 0 50px;
	background: #f4f4f4
}
.branch-header {
	background-color: #f7f5f4;
	padding: 50px 50px 40px;
	position: relative;
	overflow: hidden
}
.branch-header h1 {
	text-align: center;
	font-size: 32px;
	padding-bottom: 10px
}
.branch-header h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
}
.branch-header .content {
	margin-top: 20px;
	margin-bottom: 50px;
	text-indent: 2em;
	line-height: 1.8;
	font-size: 15px;
	color: #666;
}
.branch-header p {
	margin-bottom: 10px;
	line-height: 1.9;
	color: #5a5a5a;
	font-size: 16px;
}
.branch-header .more-content {
	display: none
}
.branch-header a.more {
	display: block;
	width: 160px;
	height: 55px;
	padding-top: 10px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	bottom: 0;
	background-color: #fff;
	color: #ce0707;
	font-size: 18px;
	text-align: center;
	box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px 4px 0 0;
}
.branch-header a.more:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 7px solid #ce0707;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 40px;
}
.branch-header a.open:before {
	border-top: 0;
	border-bottom: 7px solid #ce0707;
}
.branch-header a.more:hover {
	color: #dc0010
}
.branch-header a.more:hover:before {
	border-bottom-color: #dc0010;
	border-top-color: #dc0010;
}
.branch-list {
	background-color: #fff;
	padding: 40px;
}
.branch-list .item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px #eee solid;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
	overflow: hidden
}
.branch-list .item .image {
	width: 330px;
	height: 220px;
	float: left;
	position: relative;
	overflow: hidden
}
.branch-list .item .image img {
	width: 330px;
	height: 220px;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.branch-list .item .text {
	width: 750px;
	float: right;
	padding-left: 10px;
}
.branch-list .item .text h2 {
	margin-bottom: 15px;
}
.branch-list .item .text h2 strong {
	font-size: 22px;
	font-weight: 500;
}
.branch-list .item .text h2 span {
	color: #888;
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
}
.branch-list .item .text p {
	font-size: 14px;
	line-height: 1.9;
	color: #8a8a8a;
}
.branch-list .item .text a.more {
	display: block;
	width: 120px;
	background-color: #ce0707;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	margin-top: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	/* visibility:hidden;filter:alpha(opacity=0);opacity:0; margin-left:20px; */
	border-radius: 4px;
}
.branch-list .item .text a.more:hover {
	background-color: #e83020
}
.branch-list .item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.branch-list .item:hover .logo {
	filter: alpha(opacity=100);
	opacity: 1;
}
.branch-list .item:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/* --------------下属企业详情---------------------- */
.branch-main {
	background: #f7f5f4;
}
.branch-view {
	width: 1200px;
	margin: 0 auto;
}
.branch-view-right {
	width: 840px;
	float: right;
	padding: 0 40px 40px;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, .02);
	min-height: 490px;
	background: #fff;
	margin-bottom: 50px;
}
.branch-view-right .tab-title {
	height: 50px;
	margin-top: 20px;
	border-bottom: 2px solid #eee;
}
.branch-view-right .tab-title a {
	font-size: 18px;
	letter-spacing: 1px;
	display: block;
	line-height: 50px;
	float: left;
	padding: 0 2px;
}
.branch-view-right .tab-title a:hover, .branch-view-right .tab-title a:link {
	text-decoration: none;
}
.branch-view-right .tab-title a.current {
	border-bottom: 3px solid #ce0707;
	font-weight: bold;
	margin-top: -3px;
}
.branch-view-left {
	float: left;
	width: 360px;
}
.branch-view-left .info {
	padding: 35px 30px 40px;
	min-height: 270px;
	position: relative;
	background: #f1eff1;
}
.branch-view-left .info em {
	display: block;
	width: 35px;
	height: 35px;
	background: url(http://www.jikuang.com.cn/assets/images/well.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 30px
}
.branch-view-left .info em.icon-off {
	background: url(http://www.jikuang.com.cn/assets/images/off.png) no-repeat
}
.branch-view-left .info em.icon-hot {
	background: url(http://www.jikuang.com.cn/assets/images/hot.png) no-repeat
}
.branch-view-left .info h2 {
	font-size: 20px;
	border-bottom: 2px #e2e2e2 solid;
	height: 35px;
	font-weight: 700
}
.branch-view-left .info h2 span {
	display: inline-block;
	height: 35px;
	border-bottom: 2px #3385cc solid;
}
.branch-view-left .info .tel {
	margin-top: 20px;
	line-height: 1.8
}
.branch-view-left .info .tel strong {
	font-family: "dincond-medium-webfont";
	font-size: 32px;
	font-weight: normal
}
.branch-view-left .info .address {
	margin-top: 10px;
	position: relative;
	line-height: 1.8
}
.branch-view-left .info span.yuan {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	position: absolute;
	left: -50px;
	top: -4px;
}
.branch-view-left .info span.yuan i {
	font-size: 20px;
	line-height: 31px;
	color: #aaa
}
.branch-view-left .info .tel span {
	top: 10px
}
.branch-view-left .info .code {
	margin-top: 25px;
}
.branch-view-left .info .code .item {
	width: 120px;
	float: left;
	margin-right: 20px;
}
.branch-view-left .info .code .item img {
	width: 100%
}
.branch-view-left .info .code .item span {
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	color: #999
}
.branch-view-right .slider {
	width: 800px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.branch-view-right .slider .flexslider {
	height: 400px;
	overflow: hidden;
	background-color: #f2f2f2;
}
.branch-view-right .slider .flexslider .slides li {
	position: relative;
	height: 400px;
}
.branch-view-right .slider .flexslider .slides li img {
	width: 800px;
	height: 400px;
	display: block;
	background: url(../images/loading.gif) no-repeat center center #fff;
}
.branch-view-right .slider .flexslider .flex-control-nav {
	bottom: 10px;
}
.branch-view-right .slider .flexslider .flex-control-nav li {
	margin: 0 4px;
	text-align: left
}
.branch-view-right .slider .flexslider .flex-control-nav li a {
	background: #aaa;
	background: rgba(255, 255, 255, 0.5);
}
.branch-view-right .slider .flexslider .flex-control-nav li a.flex-active {
	background: #e43;
}
.branch-view-right .con {
	background-color: #fff;
	padding: 30px 10px;
}
.branch-view-right .content {
	line-height: 2;
}
.branch-view-right .content p {
	padding-bottom: 15px;
}
.branch-view-right .list {
}
.branch-view-right .list ul {
}
.branch-view-right .list ul li {
	position: relative;
	text-align: right;
	padding-bottom: 15px;
}
.branch-view-right .list ul li a {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	max-width: 700px;
	_width: 700px;
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 15px;
	font-size: 14px;
}
.branch-view-right .list ul li span {
	font-size: 16px;
	font-weight: 100;
	margin-top: 10px;
	color: #aaa;
	background: url(http://www.jikuang.com.cn/assets/images/date.png) no-repeat 0 center;
	padding-left: 18px;
	font-family: "dincond-medium";
}
.branch-view-right .map {
}
.branch-view-right .v-list {
	overflow: hidden;
}
.branch-view-right .v-list ul {
	width: 950px;
}
.branch-view-right .v-list ul li {
	width: 254px;
	float: left;
	margin-right: 20px;
	position: relative;
	margin-bottom: 20px;
	height: 205px;
	background-color: #f2f2f2
}
.branch-view-right .v-list ul li .image {
	width: 254px;
	height: 165px;
	overflow: hidden;
	position: relative;
}
.branch-view-right .v-list ul li .image:after {
	content: ",,";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -10000px;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition-duration: 0.5s;
}
.branch-view-right .v-list ul li img {
	width: 254px;
	height: 165px;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-webkit-transition-duration: 2s;
}
.branch-view-right .v-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.branch-view-right .v-list ul li i {
	display: block;
	position: absolute;
	font-size: 50px;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -40px;
	color: #fff;
}
.branch-view-right .v-list ul li .title {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
	margin-top: 10px
}
.branch-view-right .v-list ul li:hover .image:after {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.branch-view-right .v-list ul li:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.branch-view-right p.none {
	margin-top: 30px
}
.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0;
	background: #fff;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 50px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: 'flexslider-icon';
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;/*-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}
/* --------------新闻列表方式---------------------- */

.news-bg {
	background-color: #f7f5f4;
	padding: 0.5rem 0;
}
p.none {
	background: url("../images/none.jpg") no-repeat center 0.9rem #f5f5f5;
	padding: 2rem 0.5rem 1rem;
	text-align: center;
}
.news-list {
}
.news-list ul {
}
.news-list ul li {
	padding: 40px;
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news-list ul li .image {
	width: 20%;
	float: left
}
.news-list ul li .image img {
	width: 100%;
}
.news-list ul li .text {
	width: 70%;
	float: left;
	position: relative;
	margin-left: 5%;
}
.news-list ul li .text strong {
	display: block;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	line-height: 30px;
	color: #000
}
.news-list ul li .text p {
	line-height: 1.8;
	color: #999;
	margin-top: 25px;
	font-size: 14px
}
.news-list ul li .text em {
	display: block;
	margin-top: 30px;
}
.news-list ul li i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 260px;
	width: 70px;
	background: url("../images/news-icon.png") no-repeat center center;
	border-left: 1px #eee solid
}
.news-list ul li:hover {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
 @media (max-width: 992px) {
.news-bg {
	padding: 20px 0;
	background-color: #fff
}
.news-list ul li {
	padding: 15px 0;
	border-bottom: 1px #f2f2f2 solid;
	margin-bottom: 0;
	background: none;
	box-shadow: none
}
.news-list ul li .text {
	width: 60%;
	float: left;
	margin-left: 0
}
.news-list ul li .text strong {
	color: #444;
	white-space: inherit;
	overflow: inherit;
	text-overflow: inherit;
	font-size: 0.18rem;
	line-height: 1.5;
	font-weight: normal
}
.news-list ul li .text em {
	display: block;
	margin-top: 10px;
	color: #bbb;
	font-size: 14px;
}
.news-list ul li .text p {
	display: none
}
.news-list ul li .image {
	width: 35%;
	float: right
}
.news-list ul li .image img {
	width: 100%;
	height: auto
}
.news-list ul li i {
	display: none
}
.news-list ul li:hover {
	box-shadow: none
}
}
/* --------------新闻搜索顶部文字---------------------- */
.search-reslut {
	background-color: #fff;
	padding: 50px;
	margin-top: 50px;
}
.search-top {
	font-size: 16px;
	border-bottom: 1px #eee solid;
	padding-bottom: 25px
}
.news-list2 {
	margin-top: 30px;
}
.news-list2 ul {
}
.news-list2 ul li {
	padding: 18px 0;
	border-bottom: 1px #eee solid;
	font-weight: 400
}

.newslist {
	padding: 0.4rem;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
	margin-bottom: 0.5rem;
}
.newslist li {
	position: relative;
	padding-bottom: 0.2rem;
	border-bottom: 1px #eee solid;
	margin-bottom: 0.3rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	padding-left: 100px;
}
.newslist li a {
	display: block;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}
.newslist li .date {
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.newslist li .date strong {
	font-family: 'HelveticaNeue-Condensed';
	display: block;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 46px;
	letter-spacing: 1px;
	color: #666;
	border: 1px solid #ddd;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.newslist li .date span {
	font-family: 'HelveticaNeue-Condensed';
	display: block;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #777;
	margin-top: 1px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.newslist li:hover .date strong {
	color: #ee1414;
	background-color: #f5f5f5;
}
.newslist li:hover .date span {
	color: #ee1414;
	background-color: #f9f9f9;
}
.newslist li .text {
	position: relative;
}
.newslist li .text .title {
	display: block;
	line-height: 1.5;
	font-size: 18px;
	margin-right: 150px;
	min-height: 0.39rem
}
.newslist li .text .other {
	font-size: 0.14rem;
	margin-right: 150px;
    min-height: 48px;
	line-height: 1.8;
	color: #888;
}
.newslist li .text .other i {
	margin-right: 3px;
	position: relative;
	top: 2px;
	font-size: 0.2rem
}
.newslist li .text .other span {
	margin: 0 0.1rem;
	color: #ccc
}
.newslist li .text a.more {
	position: absolute;
	right: 0;
	top: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: #75b0ea;
	border-radius: 3px;
	width: 85px;
	height: 35px;
	color: #fff;
	line-height: 36px;
	font-size: 14px;
	font-weight: 300;
	text-align: center
}
.newslist li .text a.more i {
	margin-right: 2px;
	font-size: 0.2rem;
	line-height: 1;
	position: relative;
	top: 3px;
	font-weight: normal
}
.newslist li .text a.more:hover {
	background-color: #3f51b5
}
.newslist li .text a.off {
	background-color: #ccc !important
}
 @media (max-width: 992px) {
.newslist {
	padding: 0
}
}
.file-down-list {
	padding: 30px 30px;
}
.file-down-list p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #eee solid
}
.file-down-list p:last-child {
	border-bottom: 0
}
.file-down-list p i {
	color: #aaa;
	margin-right: 5px;
}
.file-down-list p a {
	color: #338af9;
	font-weight: bold
}
.file-down-list p a:hover {
	text-decoration: underline
}
.bid-view {
	background-color: #fff;
	padding: 0.4rem 0.5rem;
	position: relative;
	margin-top: -250px;
	z-index: 2;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
}
.bid-view .title {
	position: relative;
	margin-bottom: 0.2rem;
}
.bid-view .title h1 {
	font-size: 0.24rem;
	font-weight: 500;
	line-height: 1.5;
}
.bid-view .title h1 em {
	background-color: #ececec;
	color: #9e9e9e;
	display: inline-block;
	line-height: 36px;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 3px;
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.bid-view .title p {
	color: #999;
	display: block;
	margin-top: 20px;
}
.bid-view .bid-con {
	background-color: #f7f7f7;
	padding: 0.3rem
}
.bid-view .item {
	position: relative;
	line-height: 1.8
}
.bid-view .item .content {
	width: 82%;
	margin-left: 110px;
	padding: 10px 30px 10px 0;
}
.bid-view .item .content p {
	margin-bottom: 10px;
}
.bid-view .item .content img {
	max-width: 100%;
}
.bid-view .item label {
	display: block;
	width: 120px;
	position: absolute;
	left: 0;
	top: 8px;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	color: #999
}
.bid-view .item label i {
	font-size: 24px;
	margin-right: 3px;
	position: relative;
	top: 4px;
	line-height: 24px;
}
.bid-view .file {
	position: relative;
	margin-top: 50px;
	margin-left: 120px;
	font-size: 16px;
}
.bid-view .file h2 {
	position: absolute;
	left: -105px;
	top: -15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold
}
.bid-view .file h2 em {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #009fd6;
	color: #fff;
	line-height: 44px;
	text-align: center;
	border-radius: 20px;
	margin-right: 10px;
	position: relative;
	top: 4px
}
.bid-view .file h2 em i {
	font-size: 30px;
	line-height: 42px;
	font-weight: normal;
}
.bid-view .file p {
	margin-bottom: 10px
}
.bid-view .file p a {
	color: #338af9
}
.bid-view .file p a:hover {
	text-decoration: underline
}
 @media (max-width: 992px) {
.bid-view {
	padding: 0;
	margin-top: 60px;
	box-shadow: none;
}
}
/* --------------新闻详情---------------------- */
.share span {
	float: left;
	line-height: 22px;
}
.share a {
	padding-left: 20px;
	height: 20px;
	margin-left: 6px;
	display: inline-block;
	background: url("../images/share.png");
	float: left;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.share a.i1 {
	background-position: 0px 0px;
}
.share a.i2 {
	background-position: -50px 0px;
}
.share a.i3 {
	background-position: -95px 0px;
}
.share a.i1:hover {
	background-position: 0px -20px;
}
.share a.i2:hover {
	background-position: -50px -20px;
}
.share a.i3:hover {
	background-position: -95px -20px;
}
.news-view {
	background-color: #fff;
	padding: 40px 50px 30px;
	position: relative;
	margin-top: -210px;
	z-index: 20;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
}
.news-view .news-info .text {
}
.news-view .news-info .title {
	color: #333;
	text-align: center;
	padding: 3px 30px 30px;
}
.news-view .news-info .title h1 {
	font-size: 0.24rem;
	line-height: 1.5;
	font-family: 'FZXiaoBiaoSong-B05S',
}
.news-view .news-info .title p {
	color: #888;
	font-size: 0.18rem;
	font-weight: normal;
	color: #06c;
	padding-top: 0.1rem;
}
.news-view .news-info .info {
	color: #bbb;
	position: relative;
	padding: 16px 40px 14px;
	text-align: center;
	background-color: #f2f2f2;
}
.news-view .news-info .info span.source {
	background: url("../images/new_i3.png") no-repeat scroll left center;
	padding: 2px 0px 2px 22px;
	margin-right: 18px;
}
.news-view .news-info .info span.date {
	background: url("../images/new_i1.png") no-repeat scroll left center;
	padding: 2px 0px 2px 22px;
	margin-right: 18px;
}
.news-view .news-info .info span.hits {
	background: url("../images/new_i2.png") no-repeat scroll left center;
	padding: 2px 0px 2px 28px;
}
.news-view .news-info .info .share {
	position: absolute;
	right: 40px;
	top: 14px;
}
.news-view .content {
	line-height: 2;
	margin-top: 20px;
	font-size: 16px;
	margin: 0.3rem 0;
}
.news-view .content p {
	line-height: 2;
}
.news-view .content img {
 width: expression(this.width > 640? 640: true) !important;
	max-width: 640px !important;
	height: auto !important;
	overflow: hidden;
	margin: 15px auto;
    margin-left: -2em;
}
.news-view .content table {
	width: 100% !important;
	margin: 10px auto !important;
}
.news-view .content table, .news-view .content tr, .news-view .content td {
	padding: 8px 10px;
	border: solid 1px #ccc;
	border-width: 1px;
}
.news-view .content td {
	line-height: 1.7;
	border: 1px solid #ccc !important;
}
.news-view .content td p {
	line-height: 1.6;
	text-indent: 0;
}

.news-view .other {
	border-top: 1px #eee solid;
	padding: 20px 0px 0px;
}
.news-view .other .left {
	color: #777;
}
.news-view .other .left p {
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-view .other .left p a {
	margin-left: 3px;
}
.news-view .download {
	border-top: 1px #ddd solid;
	padding: 30px 0;
	margin-top: 25px;
	padding-left: 40px;
}
.news-view .download h2 {
	font-size: 15px;
	color: #d42121;
	height: 25px;
}
.news-view .download p {
	padding: 5px 0px;
	background: url("../images/word.gif") no-repeat 0 center;
	padding-left: 25px;
}
.news-view .download p a {
	color: #0033FF;
	text-decoration: underline;
	font-size: 14px;
}
.news-view .download p a:hover {
	text-decoration: none;
	color: #0033FF
}
.news-view .slider-wrapper {
	position: relative;
	margin: 30px auto 0px;
}
.news-view .swiper-container {
	overflow: hidden;
}
.news-view .swiper-slide {
	text-align: center;
}
.news-view .swiper-slide img {
	max-width: 800px;
	height: 450px;
}
.news-view .swiper-slide .title {
	margin-top: 15px;
	font-weight: bold
}
.news-view .swiper-pagination {
	position: absolute;
	z-index: 20;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.news-view .news-video-con {
	width: 720px;
	margin: 50px auto
}
.news-view .news-video-con p {
	text-align: center;
	margin-top: 15px;
}
 @media (max-width: 992px) {
.news-banner {
	display: none
}
.news-view {
	margin-top: 60px;
	box-shadow: none;
	padding: 0;
	z-index: 1;
}
.news-view .news-info .title {
	padding: 0;
	text-align: left;
}
.news-view .news-info .title h1 {
	line-height: 1.4;
	padding: 0
}
.news-view .news-info .info {
	padding: 0;
	text-align: left;
	background: none;
	font-size: 12px;
	margin-top: 20px;
}
.news-view .news-info .info .hits {
	display: none
}
.news-view .content {
	line-height: 1.8
}
.news-view .content img {
	max-width: 100%
}
.share {
	display: none
}
.news-view .swiper-slide img {
	width: 100%;
	height: auto
}
.news-view .news-video-con {
	width: 100%;
	margin: 20px auto
}
}
/* --------------视频列表---------------------- */
.video-list {
}
.video-list .item {
	position: relative;
	margin-bottom: 0.3rem
}
.video-list .item .image {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.video-list .item .image:after {
	content: ",,";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -10000px;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition-duration: 0.5s;
}
.video-list .item img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-webkit-transition-duration: 2s;
}
.video-list .item a {
	display: block;
}
.video-list .item i {
	display: block;
	position: absolute;
	font-size: 60px;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -50px;
	color: #fff;
}
.video-list .item .title {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
	margin-top: 10px
}
.video-list .item:hover .image:after {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.video-list .item:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
}
 @media (max-width: 992px) {
.video-list .item {
	margin-bottom: 20px;
}
}
/* --------------图片列表---------------------- */
.news-list3 {
	padding-top: 0.5rem;
}
.news-list3 .item {
	border-bottom: 1px #ddd solid;
	margin-bottom: 0.4rem;
	position: relative
}
.news-list3 .item a {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.news-list3 .item:before {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	width: 0px;
	background: #bebed2;
	left: 0;
	bottom: -1px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.news-list3 .item .image {
	overflow: hidden;
	border: 1px solid #eee;
	background: #fff;
	padding: 8px;
}
.news-list3 .item .image img {
	width: 100%;
	display: block;
	transition: transform 2s ease;
	-webkit-transition: transform 2s ease;
}
.news-list3 .item .text {
	padding: 0.25rem 0;
	text-align: center;
}
.news-list3 .item .text h2 {
	font-size: 0.16rem;
	line-height: 1.3
}
.news-list3 .item .text .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aaa;
	font-style: italic
}
/* --------------通栏企业文化活动详情页面-------------- */
.style-view {
	position: relative;
	margin-top: 30px;
	border: 1px #eee solid;
	z-index: 999;
	background-color: #fff;
	padding: 40px
}
.style-view .news-info h1 {
	text-align: center
}
.style-view .news-info .info {
	background-color: #f5f5f5;
	padding: 15px 20px !important
}
.style-view .news-info .share {
	top: 15px !important;
}
.style-view .content {
	margin: 30px 0px !important;
}
.style-view .news-info .title p {
	text-align: center
}
/* --------------企业文化-------------- */
.culture-wrapper {
	background: #f7f5f4;
	padding: 0 0 50px;
}
.culture-list {
	width: 1200px;
	margin: 0px auto 20px;
}
.culture-list .item {
	float: left;
	width: 48.5%;
	margin-left: 3%;
	background-color: #fff;
	box-shadow: 6px 6px 0px rgba(0,0,0,.02);
	margin-bottom: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
	overflow: hidden
}
.culture-list .item:nth-child(odd) {
	margin-left: 0;
}
.culture-list .item .text {
	padding: 20px 40px;
}
.culture-list .item .text h2 {
	padding-bottom: 15px;
	border-bottom: 1px #e2e2e2 solid;
	margin-bottom: 15px;
}
.culture-list .item .text h2 strong {
	font-size: 20px;
	font-weight: 500
}
.culture-list .item .text h2 span {
	color: #888;
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
}
.culture-list .item .text p {
	line-height: 2;
	color: #8a8a8a;
	min-height: 60px;
}
.culture-list .item .text a.more {
	display: block;
	width: 120px;
	background-color: #c70606;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	/* visibility:hidden;filter:alpha(opacity=0);opacity:0; margin-left:20px; */
	border-radius: 4px;
}
.culture-list .item .text a.more:hover {
	background-color: #78ba32
}
.culture-list .item:hover .logo {
	filter: alpha(opacity=100);
	opacity: 1;
}
.culture-list .item:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/* --------------专题报道---------------------- */
.spec-list {
	padding: 0.6rem 0
}
.spec-list .item {
	position: relative;
	margin-bottom: 0.3rem;
	position: relative
}
.spec-list .item .image {
	overflow: hidden
}
.spec-list .item img {
	width: 100%;
	display: block;
	transition: transform 2s ease;
	-webkit-transition: transform 2s ease;
}
.spec-list .item .txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	text-align: center
}
.spec-list .item .txt i {
	display: block;
	font-size: 0.6rem;
	margin-bottom: 0.2rem
}
.spec-list .item .txt strong {
	display: block;
	font-size: 0.3rem;
	font-weight: normal
}
 @media (min-width: 992px) {
.spec-list .item:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}
.spec-list .item:hover:before {
	width: 100%;
}
}
@media (max-width: 992px) {
.spec-list {
	padding: 0.3rem 0 0
}
}

/* --------------联系我们---------------------- */
.contact {
	margin-top: -110px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2
}
.contact .item-a .qr-code {
	width: 30%;
	float: left;
	text-align: center;
	padding: 50px 40px;
	background-color: #e0e2e4;
	height: 320px;
}
.contact .item-a .qr-code .image {
	width: 155px;
	height: 155px;
	margin: 0 auto;
	background: url("../images/qr2.png") no-repeat;
	background-size: 100%
}
.contact .item-a .qr-code img {
	width: 155px;
}
.contact .item-a .qr-code span {
	display: block;
	margin-top: 10px;
	line-height: 1.6
}
.contact .item-a .text {
	width: 70%;
	float: right;
	height: 320px;
	background: url("../images/contact-text-bg.jpg") no-repeat right bottom #fff;
	border: 1px #eee solid;
	padding: 40px 50px;
}
.contact .item-a .text h1 strong {
	display: block;
	font-size: 0.3rem;
	font-weight: normal
}
.contact .item-a .text h1 span {
	display: block;
	color: #aaa;
	font-size: 0.16rem;
	margin-top: 5px;
	letter-spacing: 0.5px;
}
.contact .item-a .text ul {
	margin-top: 25px;
}
.contact .item-a .text ul li {
	margin-bottom: 10px;
	color: #7a7a7a;
}
.contact .item-a .text ul li label {
	margin-right: 5px;
	margin-bottom: 0
}
.contact .item-a .text ul li a.map-btn {
	display: inline-block;
	background-color: #06c;
	width: 110px;
	text-align: center;
	line-height: 32px;
	position: absolute;
	color: #fff;
	margin-left: 10px;
	margin-top: -6px;
	border-radius: 4px;
	font-size: 14px;
}
.contact .item-a .text ul li a.map-btn i {
	margin-right: 3px;
}
.contact .item-b {
	background: #eee;
	position: relative
}
.contact .item-b .con {
	width: 70%;
	float: right;
	background-color: #fff;
	padding: 30px;
	min-height: 400px;
	border: 1px #e8e8e8 solid;
	border-left: 0
}
.contact .item-b .contact-map {
	height: 400px;
}

.search_box {
	width: 30%;
	float: left;
	padding: 40px;
}
.search_box .title {
	margin-bottom: 19px;
}
.search_box .title span {
	display: block;
	float: left;
	margin-right: 11px;
	font-size: 14px;
	color: #333;
	padding: 0 10px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #06c;
	cursor: pointer;
}
.search_box .title span:nth-child(3) {
	margin-right: 0;
}
.search_box .title .select {
	background: #06c;
	color: #fff;
}
.search_box .box input, .search_box .box span {
	position: relative;
	border: 1px solid #d6d6d6;
	width: 100%;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	padding: 0 5px 0 35px;
	background: url("../images/green_dot.png") no-repeat 9px center;
	margin-bottom: 13px;
	font-size: 14px;
	color: #333333;
}
.search_box .box {
	position: relative;
}
.search_box .box i {
	position: absolute;
	right: -23px;
	top: 32px;
	background: url("../images/transport_down.png") no-repeat center;
	width: 9px;
	height: 13px;
}
.search_box .box span {
	position: relative;
	display: block;
	background: url("../images/red_dot.png") no-repeat 9px center;
}
.search_box .box a.btn-search {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #06c;
}
 @media (max-width: 992px) {
.contact {
	margin: 0
}
.contact .item-a {
	padding: 4% 0 0
}
.contact .item-a .qr-code {
	float: none;
	width: 100%;
	padding: 20px 0;
	height: auto
}
.contact .item-a .text {
	width: 100%;
	float: none;
	height: auto;
	padding: 0.5rem 0;
	border: 0
}
.search_box {
	display: none
}
.contact .item-b .con {
	width: 100%;
	float: none;
	padding: 0;
	border: 0;
	min-height: inherit
}
.contact .item-b .contact-map {
	height: 200px;
}
}
/* --------------图片浏览滚动效果---------------------- */
.imgShowBox {
	background: url("../images/black.png") repeat;
	background: none rgba(0,0,0,0.85);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(100%);
	transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	z-index: 99999;
	width: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.no-csstransitions .imgShowBox {
	display: none;
}
.imgShowDemo {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.imgShowDemo .item {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: contain;
}
.imgShowDemo .img {
	vertical-align: middle;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 90%;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.imgShowDemo p {
	background: url("../images/black.png") repeat;
	background: #005bac;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0px;
	text-align: center
}
/*.imgShowDemo .txt .i{padding:0px 3%;}
.imgShowDemo .txt .t{font-size: 22px;line-height: 1.4;padding: 15px 0px;}*/.hi-num {
	width: 85px;
	height: 65px;
	background: #272727;
	color: #fff;
	border-left: 1px solid #3a3a3a;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
}
.img-show {
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
}
.no-csstransitions .img-show {
	display: block;
}
.imgShowDemo .slick-prev, .imgShowDemo .slick-next {
	width: 51px;
	height: 51px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 100;
	transition: all 0s ease 0s;
	-webkit-transform: all 0s ease 0s;
	font-size: 0;
	border: 0;
}
.imgShowDemo .slick-prev {
	background: url("../images/img_btn2.png") no-repeat scroll left top;
	left: 2%;
}
.imgShowDemo .slick-next {
	background: url("../images/img_btn2.png") no-repeat scroll right top;
	right: 2%;
}
.imgShowDemo .slick-prev:hover {
	background-position: left bottom;
}
.imgShowDemo .slick-next:hover {
	background-position: right bottom;
}
.overlayClose {
	width: 56px;
	height: 56px;
	display: block;
	position: fixed;
	right: 20px;
	top: 20px;
	transition: 300ms;
	-webkit-transition: 300ms;
	z-index: 100;
	cursor: pointer
}
.overlayClose i {
	background: url("../images/close4.png") no-repeat scroll center center;
	width: 100%;
	height: 100%;
	display: block;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.overlayClose:hover i {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
/* Slider*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*slick end*/

@keyframes gelatine {
 from, to {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 25% {
 -webkit-transform: scale(0.9, 1.1);
 transform: scale(0.9, 1.1);
}
 50% {
 -webkit-transform: scale(1.1, 0.9);
 transform: scale(1.1, 0.9);
}
 75% {
 -webkit-transform: scale(0.95, 1.05);
 transform: scale(0.95, 1.05);
}
from, to {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
 25% {
 -webkit-transform: scale(0.9, 1.1);
 transform: scale(0.9, 1.1);
}
 50% {
 -webkit-transform: scale(1.1, 0.9);
 transform: scale(1.1, 0.9);
}
 75% {
 -webkit-transform: scale(0.95, 1.05);
 transform: scale(0.95, 1.05);
}
}
@-webkit-keyframes gelatine {
 from, to {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 25% {
 -webkit-transform: scale(0.9, 1.1);
 transform: scale(0.9, 1.1);
}
 50% {
 -webkit-transform: scale(1.1, 0.9);
 transform: scale(1.1, 0.9);
}
 75% {
 -webkit-transform: scale(0.95, 1.05);
 transform: scale(0.95, 1.05);
}
from, to {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
 25% {
 -webkit-transform: scale(0.9, 1.1);
 transform: scale(0.9, 1.1);
}
 50% {
 -webkit-transform: scale(1.1, 0.9);
 transform: scale(1.1, 0.9);
}
 75% {
 -webkit-transform: scale(0.95, 1.05);
 transform: scale(0.95, 1.05);
}
}

.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	*zoom:1;	/*filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='#FF00a0ed',endColorstr='#FF0089cb');background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmZGQ0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTc0MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size:100%;background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,#00a0ed),color-stop(100%,#0089cb));background-image:-moz-linear-gradient(left top,#00a0ed 0,#0089cb 100%);background-image:-webkit-linear-gradient(left top,#00a0ed 0,#0089cb 100%);background-image:linear-gradient(to right bottom,#00a0ed 0,#0089cb 100%);*/
	text-align: center;
	z-index: 99999;
}
.loader:before {
	content: '';
	width: 0;
	height: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ce0707;
	margin: -3px 0 0 -3px
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s
}
.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s
}
.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s
}
.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s
}
.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s
}
.lds-roller div:nth-child(5):after {
	top: 57px;
	left: 25px
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s
}
.lds-roller div:nth-child(6):after {
	top: 54px;
	left: 19px
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s
}
.lds-roller div:nth-child(7):after {
	top: 50px;
	left: 14px
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s
}
.lds-roller div:nth-child(8):after {
	top: 45px;
	left: 10px
}
@keyframes lds-roller {
 0% {
transform:rotate(0)
}
 100% {
transform:rotate(360deg)
}
}