@import url("font.css");

html {
	height: 100%
}
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", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, "Hiragino Sans GB", "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: #06c;
	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;
}
}


h2, .h2 {
	font-size: 0.36rem;
}
h3, .h3 {
	font-size: 0.26rem;
}


::-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);
}
}


:-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;
}

.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%;
}

.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;
}
.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("../image/logo.png") no-repeat;
	background-size: cover;
	width: 345px;
	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: #e30000;
	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: #e30000;
	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: #e30000;
}
#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: #e3612f;
}
#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%;
	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("../image/blank.gif")
}
#sub-nav .sub-nav-item.hover {
	top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible
}
#sub-nav .sub-nav-item .con {
	position: absolute;
	left: 0;
	top: 0;
	background: url("../image/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: 15px;
	position: relative
}
#sub-nav .sub-nav-item .con dl dd a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px 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 .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;
}
 @media (max-width:1599px) {
#header .search {

}
#header .nav {
	margin-right: 86px;
}
.nav-con li:last-child {

}
}
 @media (max-width:1399px) {
#header .top-link {

}
#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;
}
.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: 60px 0 55px;
	z-index: 3;
}

.tab-line {
	height: 2px;
	width: 75px;
	background: #0055a5;
	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.5rem;
	line-height: 0.5rem;
	color: #fff;
	font-size: 0.16rem;
	padding: 0px 100px 0px 20px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0
}
.news-slider .slider .swiper-pagination {
	bottom: 0.2rem;
	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: #74bcff;
	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: #0055a5;
	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: 97px;
	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;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-news div.list dl p a {
	color: #ed7826
}
.index-news div.list dl p a:hover {
	color: #f08200
}
.index-news div.list ul {
}
.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("../image/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-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: 30px 0 70px;
	background-position: top top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url("../image/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("../image/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;
}
}

.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: 175px;
}
.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 {
	float: left;
	color: #999;
	font-weight: bold
}
.footer .footer-copyright a.linking {
	display: inline-block;
	width: 165px;
	height: 17px;
	background: url("404.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("../image/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("../image/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;
	padding-top: 0.5rem;
	height: 1rem;
	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: #e70000;
	border-color: #e70000;
	color: #fff
}
#pages a.active {
	background-color: #e70000;
	border-color: #e70000;
	color: #fff
}
#pages a.prev, #pages a.next {
}
#pages span {
	display: inline-block;
	padding: 0.13rem 0.19rem;
	color: #888;
	position: relative;
	top: -2px
}

.page-banner {
	width: 100%;
	position: relative;
	height: 41vh;
	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.5rem;
	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.5rem;
	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("../image/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: 30px
}
 @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: #b00;
	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;
	box-shadow: 0px -1px 15px 2px rgba(255,240,180,0.3);
}
.page-nav ul li {
	position: relative;
	font-size: 16px;
	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: #fef5db;
	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 a {
	background-color: #fdefee;
	color: #e30000;
}
.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 #e30000;
	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
}
 @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;
	
	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("../image/location-icon2.jpg") no-repeat left center;
	color: #888
}

.about-bg {
	padding-bottom: 160px;
	padding-top: 0.5rem;
	background: url("../image/build.png") no-repeat center bottom #f4f4f4
}
.about-title {
	text-align: center;
	border: 1px solid #e8e8e8;
	padding: 0.35rem 0.4rem;
	position: relative;
	margin-bottom: 60px;
	background-color: #fff;
	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 #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	transform: rotate(45deg);
	background-color: #fff;
}
.about-title strong {
	font-size: 0.3rem;
	font-weight: normal;
	display: block;
}
.about-title p {
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.8;
}
.about .item-a {
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;
}
.about .item-a p {
	margin-bottom: 15px;
	text-indent: 2em
}
.about .item-a .text {
	padding-top: 0.3rem
}
.about img {
	max-width: 100%
}
 @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;
}

.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: 3rem;
	position: relative;
}
.history .item h2 {
	font-size: 0.32rem;
	font-family: "Novecento Normal";
	color: #0055a5;
	position: absolute;
	left: 1.6rem;
	top: 36px;
	font-weight: 400
}
.history .item h2 span {
	font-family: "Microsoft Yahei";
	font-size: 0.2rem;
	position: relative;
	top: -2px;
	left: 2px;
	font-weight: 400
}
.history .item ul li {
	position: relative;
	padding: 7px 30px 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("../image/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 .content {
	font-size: 16px;
	line-height: 1.8;
	background-color: #fff;
	padding: 50px;
	text-align: justify;
}
.project-view .content p {
	margin-bottom: 15px;
}
 @media (max-width: 992px) {
.project-view .content {
	padding: 0
}
}

.news-bg {
	background-color: #f4f4f4;
	padding: 0.5rem 0;
}
p.none {
	background: url("../image/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("../image/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
}

.bid-list {
	padding: 0.4rem;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
}
.bid-list li {
	position: relative;
	padding-bottom: 0.3rem;
	border-bottom: 1px #eee solid;
	margin-bottom: 0.3rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	padding-left: 100px;
}
.bid-list li a {
	display: block;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}
.bid-list li a:hover {
	color: #e70000;
}
.bid-list li .date {
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bid-list 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;
}
.bid-list 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;
}
.bid-list li .date:hover strong {
	color: #e30000;
	background-color: #f5f5f5;
}
.bid-list li .date:hover span {
	color: #e30000;
	background-color: #f9f9f9;
}
.bid-list li .text {
	position: relative;
}
.bid-list li .text .title {
	display: block;
	line-height: 1.5;
	font-size: 19px;
	font-weight: bold;
	margin-right: 150px;
	min-height: 0.39rem
}
.bid-list li .text .other {
	font-size: 0.14rem;
	margin-right: 150px;
	line-height: 1.8;
	color: #888;
}
.bid-list li .text .other i {
	margin-right: 3px;
	position: relative;
	top: 2px;
	font-size: 0.2rem
}
.bid-list li .text .other span {
	margin: 0 0.1rem;
	color: #ccc
}
.bid-list 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
}
.bid-list li .text a.more i {
	margin-right: 2px;
	font-size: 0.2rem;
	line-height: 1;
	position: relative;
	top: 3px;
	font-weight: normal
}
.bid-list li .text a.more:hover {
	background-color: #3f51b5
}
.bid-list li .text a.off {
	background-color: #fe7b58 !important
}
 @media (max-width: 992px) {
.bid-list {
	padding: 0
}
}
.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;
}
}

.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.25rem;
	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: 15px 40px;
	text-align: center;
	background-color: #f2f2f2;
}
.news-view .news-info .info span.source {
	background: url("../image/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("../image/new_i1.png") no-repeat scroll left center;
	padding: 2px 0 2px 22px;
	margin-right: 18px;
}
.news-view .news-info .info span.hits {
	background: url("../image/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;
	text-indent: 2em;
}
.news-view .content img {
 width: expression(this.width > 1080? 1080: true) !important;
	max-width: 1080px !important;
	height: auto !important;
	overflow: hidden;
	margin: 15px auto;
	margin-left: -2em;
}
.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 .other .left p a:hover {
	color: #e70000;
}
.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("../image/word.gif") no-repeat 0 center;
	padding-left: 25px;
}
.news-view .download p a {
	color: #03F;
	text-decoration: underline;
	font-size: 14px;
}
.news-view .download p a:hover {
	text-decoration: none;
	color: #03F
}
.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%
}
.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.5;
	border: 1px solid #ccc !important;
}
.news-view .content td p {
	line-height: 1.4;
}
.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 #e8e8e8 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
}
.news-list3 .item .image img {
	width: 100%;
	display: block;
	transition: transform 2s ease;
	-webkit-transition: transform 2s ease;
}
.news-list3 .item .text {
	padding: 0.2rem 0 0.4rem
}
.news-list3 .item .text h2 {
	font-size: 0.18rem;
	line-height: 1.3
}
.news-list3 .item .text .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aaa;
	font-style: italic
}


.contact {
	margin-top: -80px;
	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("../image/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("../image/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;
	font-size: 0.15rem;
	color: #aaa;
	margin-top: 5px;
}
.contact .item-a .text ul {
	margin-top: 25px;
}
.contact .item-a .text ul li {
	margin-bottom: 7px;
	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: #333333;
	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("../image/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("../image/transport_down.png") no-repeat center;
	width: 9px;
	height: 13px;
}
.search_box .box span {
	position: relative;
	display: block;
	background: url("../image/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;
}
}

@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);
}
}
