﻿@charset "utf-8";
/* 
 * Project Name:Midian
 * Author:freedeseloper
 * Date：2016-12-28
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
/* always display scrollbars */
body {
	font: 12px/1.8 "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	margin: 0 auto;
	color: #989898;
	background-color: #fff;
	_background-attachment: fixed;
	_background-image: url(about:blank);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
input, select {
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
input {
	outline: none;
	padding: 0;
}
img {
	border: 0;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;
	border: none;
}
::-moz-selection {
background: #0353a1;
color: #fff;
text-shadow: none;
}
::selection {
	background: #0353a1;
	color: #fff;
	text-shadow: none;
}
a {
	text-decoration: none;
blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
.fc {
	text-align: center;
}
.fr {
	text-align: right;
}
.l {
	float: left;
	display: inline-block;
}
.r {
	float: right;
	display: inline-block;
}
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.inner {
	width: 1100px;
	margin: 0px auto;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 168px;
	height: 100%;
	background: #fff;
	box-shadow: 3px 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 0 3px rgba(0,0,0,0.2);
	z-index: 99;
}
.logo {
	text-align: center;
	margin-top: 38px;
}
.logo a {
	display: inline-block;
	margin: auto;
	line-height: 1;
}
.logo a img {
	display: inline-block;
	width: 140px;
	height: auto;
}
.nav {
	margin-top: 48px;
	border-bottom: 1px solid #dddddd;
}
.nav > li {
	border-top: 1px solid #dddddd;
	position: relative;
	transition: 288ms;
}
.nav > li > a {
	display: block;
	z-index: 20;
	padding: 23px 0 16px;
	overflow: hidden;
	position: relative;
}
.nav > li > a > i {
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}
.nav > li > a > i:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: -100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.36s ease-in-out;
	transition: transform 0.36s ease-in-out;
}
.nav > li > a > i:after {
	background: #ececec;
}
.nav > li:hover {
	border-color: #ececec;
}
.nav > li:hover > a i:after {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.nav > li:hover .menu-leval {
	opacity: 1;
	visibility: visible;
}
.nav > li:hover .menu-leval li {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}
.nav > li:hover .menu-leval li:nth-child(2) {
	transition: 360ms 300ms;
}
.nav > li:hover .menu-leval li:nth-child(3) {
	transition: 360ms 450ms;
}
.nav > li:hover .menu-leval li:nth-child(4) {
	transition: 360ms 600ms;
}
.nav > li:hover .menu-leval li:nth-child(5) {
	transition: 360ms 750ms;
}
.nav > li > a strong {
	display: block;
	text-align: center;
	line-height: 1;
	color: #2d3580;
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: normal;
}
.nav > li > a small {
	display: block;
	text-align: center;
	line-height: 1;
	color: #b2b2b2;
	font-family: "Arial";
}
.menu-leval {
	position: absolute;
	left: 168px;
	top: 12px;
	width: 135px;
	opacity: 0;
	visibility: hidden;
	transition: 200ms;
}
.menu-leval li {
	position: relative;
	margin-bottom: 12px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	transition: 360ms 200ms;
}
.menu-leval li:before {
	content: "";
	position: absolute;
	width: 0;
	left: 50%;
	top: 0;
	visibility: hidden;
	height: 100%;
	opacity: 0;
	transition: 300ms ease-in-out;
	background: #cc0000;
}
.menu-leval li a {
	display: block;
	color: #fff;
	font-size: 14px;
	padding-left: 35px;
	line-height: 37px;
	position: relative;
	z-index: 10;
}
.menu-leval li a:before {
	content: "";
	width: 3px;
	height: 5px;
	background: url(../img/arrow.png) center no-repeat;
	position: absolute;
	left: 25px;
	top: 17px;
}
.menu-leval li:hover:before {
	opacity: 1;
	left: 0;
	width: 100%;
	visibility: visible;
}
.navbg {
	width: 134px;
	height: 100%;
	background: rgba(0,36,93,0.6);
	background: #00245d\9;
	filter: alpha(opacity=60);
	position: absolute;
	left: 168px;
	top: 0;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0 0;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	opacity: 0;
	transition: 550ms cubic-bezier(0.55, 0.31, 0.15, 0.93);
	visibility: hidden;
}
.navbg.show {
	opacity: 1;
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	visibility: visible;
}
.menu {
	display: none;
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.menu-wr {
	position: relative;
	z-index: 10;
	padding: 8px 5%;
	background: #fff;
}
.mtop {
	display: none;
}
.iphne-logo {
	width: 140px;
	line-height: 1;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 10;
	background: #fff;
}
.iphne-logo img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}
.menuBtn {
	width: 40px;
	height: 24px;
	cursor: pointer;
	float: right;
	margin-top: 8px;
	position: relative;
	z-index: 10;
}
.menuBtn .burger {
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	background: #787878;
transition: transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transition: transform 277ms ease-in-out;
	-o-transition: transform 277ms ease-in-out;
	-ms-transition: transform 277ms ease-in-out;
	-moz-transition: transform 277ms ease-in-out;
}
.menuBtn .burger-1 {
	top: 0;
}
.menuBtn .burger-2 {
	top: 10px;
}
.menuBtn .burger-3 {
	bottom: 0;
}
.menuBtn.active .burger-1 {
	top: 10px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menuBtn.active .burger-2 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.menuBtn.active .burger-3 {
	top: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-down {
	padding-top: 54px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	overflow-y: auto;
	display: none;
}
.menu-list > li {
	border-top: 1px solid #dddddd;
	transition: border 288ms;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
.menu-list > li > a {
	display: block;
	padding: 30px 0 23px 38px;
	line-height: 1;
	color: #787878;
	font-size: 14px;
	position: relative;
}
.menu-list > li:hover, .menu-list > li.on {
	border-top-color: #ececec;
}
.menu-list > li:hover > a, .menu-list > li.on > a {
	background: #ececec;
	color: #2d3580;
}
.menu-list > li:hover > a:before, .menu-list > li.on > a:before {
	opacity: 1;
	top: 53%;
	visibility: visible;
}
.menu-list > li > a:before {
	content: "";
	width: 24px;
	height: 12px;
	background: url(../img/arrow4.png) center no-repeat;
	position: absolute;
	right: 48px;
	top: 40%;
	margin-top: -6px;
	opacity: 0;
	visibility: hidden;
	transition: 300ms;
}
.leval-menu {
	padding: 14px 0 8px 70px;
	border-top: 1px solid #dddddd;
	display: none;
}
.leval-menu li {
	margin-bottom: 5px;
}
.leval-menu li a {
	display: inline-block;
	padding-left: 11px;
	line-height: 2;
	color: #787878;
	font-size: 14px;
	background: url(../img/arrow2.png) left center no-repeat;
}
.leval-menu li a:hover, .leval-menu li a:focus {
	color: #2d3580;
	background: url(../img/arrow3.png) left center no-repeat;
}
.base-in {
	padding-top: 53px;
	border-top: 1px solid #dddddd;
	-webkit-animation: 0.7s 0.45s;
	animation: 0.7s 0.45s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
.base-in .base {
	padding: 0;
	left: 25px;
	width: 90%;
	position: relative;
	bottom: 0;
}
 @-webkit-keyframes returnToNormal {
 from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
 to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes returnToNormal {
 from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
 to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.base {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 60px;
}
.tel {
	display: block;
	padding-left: 46px;
	color: #00245d;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	font-family: "Arial";
	background: url(../img/tel.png) 16px center no-repeat;
	margin-bottom: 20px;
}
.share {
	padding: 0 16px;
}
.eq-list {
	text-align: center;
	line-height: 1;
	padding-bottom: 12px;
	border-bottom: 1px solid #d9d9d9;
}
.eq-list a {
	display: inline-block;
	margin-right: 14px;
}
.eq-list a:last-child {
	margin-right: 0;
}
.eq-list a span {
	padding-left: 20px !important;
	display: inline-block;
	height: 16px !important;
	line-height: 1;
	transition: 300ms;
}
.eq-list a span.jtico_tsina {
	background: url(../img/weib.png) center no-repeat !important;
}
.eq-list a span.jtico_tsina:hover {
	background: url(../img/weib1.png) center no-repeat !important;
}
.eq-list a span.jtico_weixin {
	background: url(../img/weix.png) center no-repeat !important;
}
.eq-list a span.jtico_weixin:hover {
	background: url(../img/weix1.png) center no-repeat !important;
}
.eq-list a span.jtico_qzone {
	background: url(../img/qq.png) center no-repeat !important;
}
.eq-list a span.jtico_qzone:hover {
	background: url(../img/qq1.png) center no-repeat !important;
}
.edate {
	margin-top: 16px;
	padding: 0 16px;
}
.edate p {
	color: #00245d;
}
.edate small {
	display: block;
	line-height: 2;
	color: #00245d;
	font-family: "Arial";
}
.popUpblack {
	background: #000\9;
	filter: alpha(opacity=80);
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1010;
	display: none;
}
.popUp {
	width: 220px;
	height: 242px;
	border: 2px solid #2d3580;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -87px 0 0 -115px;
	z-index: 1004;
}
.popUp .t {
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
	background: #f2f2f2;
}
.popUp .t .close {
	padding: 0 10px 0 0;
	float: right;
	cursor: pointer;
	color: #666;
	font-weight: normal;
}
.popUp .img {
	padding: 20px;
}
.popUp .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.container {
	padding-left: 168px;
}
.banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.banner .bannerbox li {
	height: 100%;
	line-height: 0;
}
.banner .bannerbox li a > img {
	line-height: 0;
	width: 100%;
	position: relative;
	transition: transform 5s ease, opacity 3.5s;
	-webkit-transition: transform 5s ease, opacity 3.5s;
	opacity: 0;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.banner .bannerbox li.imgIn a > img {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}
.banner .flex-control-nav {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 20;
}
.banner .flex-control-nav li {
	display: inline-block;
	margin-right: 16px;
	line-height: 1;
}
.banner .flex-control-nav li:last-child {
	margin-right: 0;
}
.banner .flex-control-nav li span {
	display: inline-block;
	width: 14px;
	height: 14px;
	text-indent: 999px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	transition: 300ms;
}
.banner .flex-control-nav li span:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	transition: 288ms;
}
.banner .flex-control-nav li a.flex-active span {
	background: #fff;
}
.banner .flex-control-nav li a.flex-active span:before {
	height: 100%;
}
.bannfont {
	position: absolute;
	right: 12.86%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 10;
}
.bannfont img {
	display: inline-block;
}
.hand {
	width: 36.7%;
	position: absolute;
	left: 58px;
	bottom: 0;
}
.hand img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
}
.bannerbox .bannfont.transy {
	transition: 700ms 0ms;
	-webkit-transition: 700ms 0ms;
}
.transy.bannfont img {
	transform: translateX(220px);
	-webkit-transform: translateX(220px);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}
.transy.hand img {
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}
.bannerbox li.imgIn .bannfont.transy img, .bannerbox li.imgIn .transy.transy img {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0) skew(0);
	;
	opacity: 1;
	transition: 880ms 320ms;
	-webkit-transition: 880ms 320ms;
}
.bannerbox li.imgIn .transy.transy img {
	transition: 1080ms 500ms;
	-webkit-transition: 1080ms 500ms;
}
.transShow {
	transform: translate(0, 0) skew(0);
	-ms-transform: translate(0, 0) skew(0);
	-webkit-transform: translate(0, 0) skew(0);
	opacity: 1;
}
.video {
	position: absolute;
	z-index: 20;
	cursor: pointer;
	position: absolute;
	right: 24px;
	bottom: 20px;
	border: 3px solid #fff;
	width: 272px;
}
.videoIbox {
	position: relative;
	line-height: 1;
	overflow: hidden;
}
.videoIbox .img {
	display: block;
	width: 100%;
	height: auto;
	transition: 440ms ease-in-out;
	line-height: 0;
}
.videoIbox span {
	display: block;
	width: 49px;
	height: 49px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background: url(../img/video.png) center no-repeat;
	z-index: 10;
	transition: 330ms;
}
.video:hover .videoIbox .img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.vwrap {
	display: none;
	z-index: 1040;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.vwrap .videobtg {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}
.vwrap .videobox {
	z-index: 990;
	width: 860px;
	height: 480px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -240px;
	margin-left: -430px;
}
.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	height: 100%;
	background: #80abde;
}
#videobox_wrapper {
	height: 100%!important;
}
.vwrap .close {
	z-index: 999;
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: -28px;
	right: 0px;
}
.vwrap .close i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/close.png) no-repeat 50% 50%;
	-webkit-transition: 400ms;
	transition: 400ms;
}
.vwrap .close:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#videobox_display_button {
	background: none no-repeat!important;
}
.jwplayer .jwicon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jwlogo, .jwclick {
	display: none!important;
}
.plate-info {
	position: relative;
	width: 50%;
	overflow: hidden;
	float: left;
}
.plate-info figure {
	display: block;
	line-height: 1;
	overflow: hidden;
	position: relative;
}
.plate-info figure img {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	transition: 560ms;
}
.plate-info figure mark {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	background: #000\9;
	filter: alpha(opacity=20);
	position: absolute;
	left: 0;
	top: 0;
	transition: 548ms ease-in-out;
	z-index: 10;
}
.plate-t {
	position: absolute;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 20;
	transition: 320ms;
}
.plate-t h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 5.4%;
}
.plate-t small {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 15px;
	font-family: "Arial";
	font-weight: bold;
	padding-left: 5.4%;
	text-transform: uppercase;
}
.platfix {
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -101px;
	opacity: 0;
	visibility: hidden;
	top: 70%;
	transition: 380ms 0ms ease-in-out;
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	z-index: 20;
}
.platfix strong {
	display: block;
	width: 71px;
	height: 48px;
	margin: auto;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 26px;
	text-align: center;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	opacity: 0;
	visibility: hidden;
	transition: 388ms 0ms;
}
.platfix strong:before {
	content: "";
	width: 56px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -28px;
	bottom: 0;
}
.platfix strong img {
	display: inline-block;
	max-width: 100%;
	margin: auto;
	height: auto;
}
.platfix h3 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	color: #ffffff;
	font-family: "Arial";
	line-height: 1;
	margin-bottom: 10px;
}
.platfix span {
	display: block;
	margin-bottom: 38px;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 15px;
}
.check {
	width: 99px;
	height: 23px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.check i {
	display: block;
	background: #fff;
	height: 105px;
	left: -75px;
	opacity: .2;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
}
.check b, .check a {
	display: block;
	width: 97px;
	height: 21px;
	border: 1px solid #fff;
	margin: auto;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 21px;
	font-family: Arial;
	position: relative;
}
.check:hover i {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.plate-info:hover figure mark {
	background: rgba(3,134,212,0.8);
	background: #0386d4\9;
	filter: alpha(opacity=80);
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.plate-info:hover figure img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.plate-info:hover .plate-t {
	opacity: 0;
}
.plate-info:hover .platfix {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	top: 50%;
	visibility: visible;
}
.plate-info:hover .platfix strong {
	opacity: 1;
	visibility: visible;
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transition: 388ms 240ms;
}
.group-dynamic {
	padding: 50px 0 68px 46px;
	position: relative;
	min-height: 180px;
	background: #fff;
}
.dynamic-left {
	position: absolute;
	left: 46px;
	top: 73px;
	width: 210px;
}
.dynamic-left h3 {
	color: #494949;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 8px;
}
.dynamic-left small {
	color: #484848;
	display: block;
	font-family: Arial;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.dynamic-left p {
	color: #939ba1;
}
.dynamic {
	width: 574px;
	margin: auto;
}
.dynamic-list li {
	border-bottom: 1px dashed #939ba1;
	transition: 255ms;
}
.dynamic-list li span {
	display: inline-block;
	float: left;
	padding-left: 25px;
	line-height: 35px;
	color: #939ba1;
	line-height: 35px;
	position: relative;
	transition: 300ms;
	font-size: 14px;
        overflow: hidden;
         text-overflow: ellipsis;
          white-space: nowrap;
           width: 70%;
}
.dynamic-list li span:before {
	content: "";
	width: 7px;
	height: 7px;
	background: url(../img/icon.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	transition: 288ms;
}
.dynamic-list li time {
	display: inline-block;
	float: right;
	line-height: 35px;
	color: #939ba1;
	font-family: Arial;
	margin-right: 8px;
	transition: 288ms;
	font-size: 14px;
}
.dynamic-list li:hover {
	border-bottom-color: #00245d;
}
.dynamic-list li:hover span {
	color: #00245d;
}
.dynamic-list li:hover span:before {
	background: url(../img/icon1.png) center no-repeat;
}
.dynamic-list li:hover time {
	color: #00245d;
}
.dynamic .check {
	position: absolute;
	left: 47px;
	top: 208px;
}
.dynamic .check a {
	border-color: #484848;
	color: #7e8080;
}
.dynamic .check i {
	opacity: 0.5;
}
.entrance {
	padding: 34px 0;
	background: url(../img/enter.jpg) center no-repeat;
	background-size: cover !important;
	text-align: center;
}
.entrance-info {
	display: inline-block;
	margin-right: 28px;
	background: #e8ebed;
	position: relative;
	overflow: hidden;
}
.entrance-info:last-child {
	margin-right: 0;
}
.entrance-info a {
	display: inline-block;
	padding-left: 83px;
	width: 182px;
	height: 74px;
	line-height: 74px;
	color: #00245d;
	font-size: 16px;
	text-align: left;
	position: relative;
}
.entrance-info:nth-child(1) a {
	background: url(../img/mailbox.png) 41px center no-repeat;
}
.entrance-info:nth-child(2) a {
	background: url(../img/oa.png) 44px center no-repeat;
}
.entrance-info span {
	-webkit-transition: 0.43s;
	transition: 0.43s;
}
.entrance-info .enbg1 {
	display: block;
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent #00245d;
	position: absolute;
	bottom: 0;
	left: 0;
}
.entrance-info .enbg2 {
	display: block;
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent #00245d transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.entrance-info:hover .enbg1 {
	border-width: 216.25px 0 0 216.25px;
}
.entrance-info:hover .enbg2 {
	border-width: 0 0 216.25px 216.25px;
}
.entrance-info:hover a {
	color: #fff;
}
.entrance-info:nth-child(1):hover a {
	background: url(../img/mailbox1.png) 41px center no-repeat;
}
.entrance-info:nth-child(2):hover a {
	background: url(../img/oa1.png) 44px center no-repeat;
}
/*footer*/
.footer {
	padding: 0 64px;
	background: #eee;
        border-top:1px solid #ddd;
}
.footer-list {
	padding: 62px 0 44px 32px;
	border-bottom: 1px solid #dddddd;
}
.relative {
	display: inline-block;
	width: 15.74%;
	float: left;
}
.relative dt {
	display: block;
	line-height: 1;
	margin-bottom: 22px;
}
.relative dt a {
	display: inline-block;
	color: #00245d;
	line-height: 1;
	font-weight: bold;
}
.relative dd {
	display: block;
}
.relative dd .rele {
	margin-bottom: 4px;
}
.relative dd .rele a {
	display: inline-block;
	color: #777777;
	padding-left: 9px;
	position: relative;
}
.relative dd .rele a:before {
	content: "";
	width: 4px;
	height: 7px;
	background: url(../img/arrow1.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	transition: 300ms;
}
.relative dd .rele a:hover {
	color: #00245d;
}
.relative dd .rele a:hover:before {
	background: url(../img/arrow1_1.png) center no-repeat;
}
.eq {
	position: relative;
	margin-left: 0px;
	top: -5px;
	display: inline-block;
}
.eq img {
	display: block;
	width: 124px;
	height: 124px;
}
.footer-bootom {
	padding: 24px 0 34px;
	position: relative;
}
.footerlogo {
	float: left;
	margin-left: 8px;
	width: 122px;
	line-height: 1;
	overflow: hidden;
}
.footerlogo img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}
.footerfix {
	float: left;
	margin-left: 68px;
}
.footernav {
	margin-bottom: 6px;
}
.footernav li {
	padding: 0 4px;
	border-right: 1px solid #484848;
	float: left;
	line-height: 1;
}
.footernav li:last-child {
	border-right: none;
}
.footernav li a {
	display: inline-block;
	line-height: 12px;
	color: #484848;
}
.footernav li a:hover {
	color: #00245d;
}
.footeredite p {
	float: left;
	color: #484848;
	margin-right: 12px;
}
.footeredite a {
	display: flex;
	float: left;
	color: #484848;
}
.footeredite a:hover {
	color: #00245d;
}
.scollt {
	width: 21px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 40px;
	cursor: pointer;
	border-top: 2px solid #02255c;
}
.scollt span {
	display: block;
	width: 21px;
	height: 11px;
	background: url(../img/top.png) center no-repeat;
	margin-top: 5px;
	transition: 248ms ease-in-out;
	position: relative;
}
.scollt:hover span {
	margin-top: 2px;
}
/*about*/
.pagenavBox {
	position: relative;
	height: 40px;
}
.pagenav {
	background-color: #e4e4e4;
	width: 100%;
	text-align: center;
}
.pagenav .pnavbox {
	line-height: 40px;
}
.pagenav a {
	text-align: center;
	color: #545454;
	font-size: 14px;
	display: inline-block;
	padding: 0px 54px;
*display: inline;
*zoom: 1;
}
.pagenav a:hover, .pagenav a.act {
	background-color: #cd070c;
	color: #fff;
}
.cpnav {
	display: none;
	width: 100%;
	color: #FFF;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	background: #ba002a;
	cursor: pointer;
}
.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 10px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.pbanner figure {
	display: block;
	overflow: hidden;
	line-height: 1;
}
.pbanner img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}
.about-box {
	background: #fff;
	position: relative;
}
.about {
	padding: 86px 0 62px;
}
.common {
	position: relative;
	padding-bottom: 30px;
}
.common:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #000000;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.common h3 {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.common h3 small {
	display: inline-block;
	font-family: "Arial";
	margin-right: 6px;
}
.profile {
	margin-top: 62px;
}
.profile-list {
	text-align: center;
}
.profile-list li {
	display: inline-block;
	text-align: center;
	text-align: center;
	margin-right: 124px;
}
.profile-list li:last-child {
	margin-right: 0;
}
.profile-list li strong {
	display: block;
	width: 45px;
	margin: auto;
	line-height: 1;
	height: 43px;
	margin-bottom: 22px;
}
.profile-list li strong img {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.profile-list li span {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 14px;
}
.profiles {
	margin-top: 78px;
}
.proleft {
	float: left;
}
.proleft strong {
	display: block;
	text-align: left;
	color: #263e6c;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.profile-con {
	width: 76.9%;
	float: right;
}
.protop {
	margin-bottom: 28px;
}
.prole {
	width: 100%;
	float: left;
}
.prole p, .prori p {
	color: #818181;
	font-size: 14px;
	line-height: 2;
	text-align: left;
}
.prori {
	width: 46.8%;
	float: right;
}
.prori strong {
	display: block;
	color: #818181;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	line-height: 2;
	text-align: left;
}
.profile-con img {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	height: auto;
	line-height: 1;
	margin-bottom: 30px;
}
.profile-con p {
	color: #818181;
	font-size: 14px;
	line-height: 2;
}
.profile-con b {
	color: #00245d;
	display: block;
	font-size: 18px;
	margin-top: 58px;
	line-height: 1.6;
}
.about-list {
	margin-top: 110px;
}
.plates li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	position: relative;
	overflow: hidden;
}
.plates li:last-child {
	margin-right: 0;
}
.plates li figure {
	display: block;
	line-height: 1;
	overflow: hidden;
}
.plates li figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 522ms;
}
.plat-in {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(204,0,0,0.8);
	background: #cc0000\9;
	filter: alpha(opacity=80);
	transition: 408ms ease-in-out;
	height: 50px;
}
.plat-in h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
	padding-left: 18px;
	position: relative;
	transition: 300ms 200ms;
}
.plat-in h3 b {
	display: block;
	width: 13px;
	height: 27px;
	background: url(../img/arrow5.png) center no-repeat;
	position: absolute;
	right: 27px;
	top: 13px;
}
.plat-con {
	width: 100%;
	position: absolute;
	left: 0;
	top: 80%;
	margin-top: -56px;
	opacity: 0;
	visibility: hidden;
	transition: 322ms 0ms;
}
.plat-con strong {
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 6px;
	color: #fff;
}
.plat-con small {
	display: block;
	line-height: 1;
	font-size: 18px;
	color: #ffffff;
	font-family: Arial;
	text-align: center;
}
.addmore {
	width: 46px;
	height: 46px;
	margin: auto;
	margin-top: 32px;
	position: relative;
	transition: 344ms 0ms;
	opacity: 0;
	visibility: hidden;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}
.addmore:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 22px;
}
.addmore:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 22px;
}
.plates li:hover figure img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.plates li:hover .plat-in {
	height: 100%;
}
.plates li:hover .plat-in h3 {
	opacity: 0;
	visibility: hidden;
	position: relative;
	transition: 300ms 0ms;
}
.plates li:hover .plat-con {
	opacity: 1;
	visibility: visible;
	top: 50%;
	transition: 355ms 300ms;
}
.plates li:hover .addmore {
	opacity: 1;
	visibility: visible;
	transition: 444ms 380ms;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
}
.honor-list {
	margin-top: 110px;
}
.honor-list li {
	width: 30.4%;
	float: left;
	margin-right: 4.4%;
	margin-bottom: 40px;
}
.honor-list li:nth-child(3n+3) {
	margin-right: 0;
}
.honor-list li figure {
	position: relative;
	overflow: hidden;
	border: 2px solid #ececec;
}
.honor-list li figure img {
	display: block;
	width: 100%;
	height: 480px;
}
.honor-list li figure mark {
	width: 100%;
	height: 100%;
	background: rgba(0,36,93,0.5);
	background: #00245d\9;
	filter: alpha(opacity=50);
	position: absolute;
	left: 0;
	top: 0;
	transition: 340ms ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.78);
	-webkit-transform: scale(0.78);
	-moz-transform: scale(0.78);
}
.honor-list li figure mark b {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	top: 50%;
	margin-top: -21px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.6) rotate(-180deg);
	-webkit-transform: scale(0.6) rotate(-180deg);
	-moz-transform: scale(0.6) rotate(-180deg);
	transition: 344ms 0ms;
}
.honor-list li figure mark b:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 21px;
}
.honor-list li figure mark b:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 21px;
}
.honor-list li span {
	display: block;
	line-height: 1;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	margin-top: 16px;
	transition: 300ms;
}
.honor-list li:hover figure mark {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.honor-list li:hover mark b {
	opacity: 1;
	visibility: visible;
	transform: scale(1) rotate(0);
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	transition: 344ms 220ms;
}
.honor-list li:hover span {
	color: #00245d;
}
.fancybox-nav span {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: none;
}
.fancybox-nav {
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: url(../img/join-arrow.png) no-repeat;
}
.fancybox-prev {
	left: -70px;
}
.fancybox-next {
	right: -70px;
	background-position: right center;
}
.fancybox-overlay {
	background: rgba(0,0,0,0.6);
	background: #fff\9;
	filter: alpha(opacity=60);
}
.fancybox-close {
	width: 20px;
	height: 21px;
	top: -26px;
	right: 3px;
	background: url(../img/close.png) no-repeat;
	background-size: cover;
	transition: 344ms;
}
.fancybox-close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.fancybox-nav:hover span {
	background: none;
	opacity: 0.8;
}
.fancybox-opened .fancybox-skin {
	box-shadow: none;
}
.fancybox-skin {
	background: none;
	border-radius: none;
}
.pages {
	margin-top: 26px;
	background: #ececec;
	text-align: center;
	line-height: 1;
}
.page-wr {
	display: inline-block;
	margin: auto;
}
.page-wr a, .page-wr span {
	display: inline-block;
	float: left;
	padding: 0 8px;
	height: 31px;
	margin-right: 10px;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
}
.page-wr a:last-child {
	margin-right: 0;
}
.page-wr a.next {
	width: auto;
	padding: 0 10px;
}
.page-wr a:hover, .page-wr span {
	color: #fff!important;
	background: #e60012;
}
.speech-fix {
	margin-top: 110px;
}
.speech-fix figure {
	display: block;
	width: 39.5%;
	float: left;
	border: 3px solid #ececec;
}
.speech-fix figure img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}
.speech-text {
	width: 86%;
	margin: 0 auto;
}
.speech-text h3 {
	color: #00245d;
	font-size: 26px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 38px;
}
.speech-text p {
	color: #818181;
	font-size: 14px;
	line-height: 2;
	padding-left: 13px;
}
.speeds {
	text-align: right;
	margin-top: 40px;
}
.sppedri {
	display: inline-block;
	float: right;
}
.speeds span {
	display: inline-block;
	color: #818181;
	font-size: 20px;
	line-height: 74px;
	margin-right: 10px;
	float: left;
}
.speeds img {
	display: inline-block;
	width: 190px;
	height: auto;
	float: left;
}
.responsible {
	margin-top: 60px;
}
.respons {
	margin-bottom: 80px;
	padding: 0 140px;
}
.respons p {
	color: #818181;
	font-size: 14px;
	text-align: left;
	line-height: 2;
}
.responsible-list {
	margin-bottom: 58px;
}
.responsible-list li {
	margin-bottom: 12px;
	position: relative;
}
.responsible-list li figure {
	display: block;
	width: 68.8%;
	float: left;
	line-height: 1;
	overflow: hidden;
}
.responsible-list li figure img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	transition: 588ms ease-in;
}
.response {
	width: 31.2%;
	height: 100%;
	background: #ececec;
	position: absolute;
	left: 68.8%;
	top: 0;
}
.responseble {
	padding: 43px 32px 0;
}
.responseble h3 {
	color: #4c4c4c;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
	transition: 320ms;
}
.responseble p {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 2;
	position: relative;
	transition: 320ms;
}
.responseble span {
	display: block;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	left: 32px;
	bottom: 72px;
	transition: 320ms;
}
.responsible-list li:nth-child(2n+2) figure {
	float: right;
}
.responsible-list li:nth-child(2n+2) .response {
	left: 0;
}
.response mark {
	display: block;
	width: 100%;
	height: 100%;
	background: #1253a1;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.responsible-list li:hover figure img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
}
.responsible-list li:hover .response mark {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.responsible-list li:hover .responseble h3, .responsible-list li:hover .responseble p, .responsible-list li:hover .responseble span {
	color: #fff;
}
.new-box {
	position: relative;
	background: #fff;
}
.new {
	padding: 100px 0;
}
.new-list {
	margin-bottom: 40px;
}
.new-list li {
	width: 30.4%;
	margin-right: 4.4%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.new-list li:nth-child(3n+3) {
	margin-right: 0;
}
.new-list li a {
	display: block;
	border: 3px solid #f9f9f9;
}
.new-list li figure {
	position: relative;
	line-height: 1;
	overflow: hidden;
}
.new-list li figure img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	transition: 440ms;
}
.new-list li figure mark {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(76,76,76,0.2);
	background: #4c4c4c\9;
	filter: alpha(opacity=20);
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	opacity: 0;
	visibility: hidden;
	transition: 400ms ease-in-out;
}
.new-list li figure mark b {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
}
.new-list li figure mark b:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 17px;
}
.new-list li figure mark b:after {
	content: "";
	height: 100%;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 17px;
}
.new-text {
	padding: 16px 16px;
	background: #f9f9f9;
	transition: 388ms;
	position: relative;
}
.new-text:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: center;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transition: 355ms ease-in-out;
	background: #e60012;
	visibility: hidden;
}
.new-text time {
	display: block;
	line-height: 1;
	color: #4c4c4c;
	font-family: Arial;
	margin-bottom: 14px;
	transition: 300ms;
	position: relative;
}
.new-text h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 12px;
	height: auto;
	overflow: hidden;
	transition: 300ms;
	position: relative;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.new-text span {
	display: inline-block;
	color: #4c4c4c;
	font-family: Arial;
	text-transform: uppercase;
	line-height: 1;
	transition: 300ms;
	position: relative;
}
.new-list li:hover a {
	border-color: #e60012;
}
.new-list li:hover figure img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.new-list li:hover time, .new-list li:hover h3, .new-list li:hover span {
	color: #fff;
}
.new-list li:hover .new-text:before {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
.view-fix {
	position: relative;
}
.viewbg {
	display: block;
	max-width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.newview {
	width: 1100px;
	box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	position: relative;
	z-index: 10;
}
.new-title {
	padding: 86px 12% 68px;
	background: url(../img/viewbg.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
}
.new-title h3 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 28px;
	line-height: 1;
	border-bottom: 1px solid #fff;
}
.new-down {
	text-align: center;
	display: inline-block;
	margin: auto;
	margin-top: 18px;
}
.new-down time {
	display: inline-block;
	margin: auto;
	color: #fff;
	float: left;
	line-height: 21px;
	margin-right: 20px;
}
.share span {
	line-height: 21px;
	color: #fff;
	float: left;
	margin-right: 8px;
}
.eq-list {
	text-align: center;
}
.eq-list a {
	display: inline-block;
	height: 21px !important;
	padding-left: 21px !important;
	margin-right: 13px;
	transition: 320ms;
}
.eq-list a.icon-share1 {
	background: url(../img/weib.png) center no-repeat;
}
.eq-list a.icon-share1:hover {
	background: url(../img/weib1.png) center no-repeat;
}
.eq-list a.icon-share2 {
	background: url(../img/weix.png) center no-repeat;
}
.eq-list a.icon-share2:hover {
	background: url(../img/weix1.png) center no-repeat;
}
.eq-list a.icon-share3 {
	background: url(../img/qq.png) center no-repeat;
}
.eq-list a.icon-share3:hover {
	background: url(../img/qq1.png) center no-repeat;
}
.shares {
	display: inline-block;
}
.shares span {
	line-height: 21px;
	color: #fff;
	float: left;
	margin-right: 8px;
}
.shares .eq-list {
	float: left;
	padding-bottom: 0;
	border-bottom: none;
}
.shares .eq-list a {
	height: 21px !important;
	padding-left: 21px !important;
	margin-right: 13px;
	transition: 320ms;
}
.shares .eq-list a.icon-share1 {
	background: url(../img/weib2.png) center no-repeat;
}
.shares .eq-list a.icon-share1:hover {
	background: url(../img/weib3.png) center no-repeat;
}
.shares .eq-list a.icon-share2 {
	background: url(../img/weix2.png) center no-repeat;
}
.shares .eq-list a.icon-share2:hover {
	background: url(../img/weix3.png) center no-repeat;
}
.shares .eq-list a.icon-share3 {
	background: url(../img/qq2.png) center no-repeat;
}
.shares .eq-list a.icon-share3:hover {
	background: url(../img/qq3.png) center no-repeat;
}
.news {
	padding: 68px 12% 100px;
	background: #fff;
}
.news p {
	color: #818181;
	font-size: 14px;
	text-indent: 2em!important;
	text-align: left!important;
	margin: 6px 0px;
}
.news img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}
.backfix {
	position: fixed;
	width: 52px;
	top: 50%;
	border-radius: 5px;
	background: #fff;
	right: 60px;
	z-index: 10;
}
.pagep {
	width: 100%;
	height: 50px;
	position: relative;
	background: #fff;
	transition: 322ms ease-in-out;
}
.pagep a {
	display: block;
	height: 50px;
}
.pagep.prev {
	border-radius: 5px 5px 0 0;
}
.pagep.prev a {
	background: url(../img/arrow6.png) center no-repeat;
}
.pagep:hover {
	background: #4c4c4c;
}
.pagep.prev:hover a {
	background: url(../img/arrow7.png) 16px center no-repeat;
}
.pagep.next {
	border-radius: 0 0 5px 5px;
}
.pagep.next a {
	background: url(../img/arrow9.png) center no-repeat;
}
.pagep.next:hover a {
	background: url(../img/arrow8.png) 22px center no-repeat;
}
.pageb {
	width: 100%;
	height: 50px;
}
.pageb a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
}
.pageb a:hover {
	background: #4c4c4c;
	color: #fff;
}
.industry-list {
	margin-top: 100px;
}
.industry-list li {
	width: 48.5%;
	float: left;
	position: relative;
	margin-bottom: 32px;
	overflow: hidden;
        border:1px solid #ddd;
}
.industry-list li:nth-child(2n+2) {
	float: right;
}
.industry-list li figure {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 1;
}
.industry-list li figure img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	transition: 566ms ease-out;
}
.industry-t {
	width: 100%;
	height: 78px;
	background: rgba(0,0,0,0.8);
	background: #000\9;
	filter: alpha(opacity=80);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 320ms;
}
.industry-t h3 {
	display: block;
	line-height: 78px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 70px;
	position: relative;
}
.industry-t h3:before {
	content: "";
	width: 19px;
	height: 36px;
	background: url(../img/arrow10.png) center no-repeat;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -18px;
}
/**productlist**/
.product-list {
	margin-top: 50px;
}
.product-list li {
	width: 24%;
	margin-left: 0.5%;
	margin-right:0.5%;
	float: left;
	position: relative;
	margin-bottom: 32px;
	overflow: hidden;
	background-color:#1253a0;
        border:1px solid #ddd;
        box-sizing:border-box;
}
.product-list li:hover {background-color:#cd070c;}
.product-list li figure {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 1;
}
.product-list li figure img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	transition: 566ms ease-out;
}
.product-list li:hover figure img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.product-t {
	width: 100%;
	height: 48px;
	background: none;
	position: relative;
	transition: 320ms;
}
.product-t h3 {
	display: block;
	line-height: 48px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 20px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-t h3:before {
	content: "";
	width: 19px;
	height: 36px;
	background: url(../img/arrow13.png) center no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -18px;
}
/**productlist end**/
/**productdetail**/

.bigImg {
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	margin-bottom: 16px;
	overflow: hidden;
}
.bigImg img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.smallImg {
	margin-bottom: 48px;
}
.smallImg li {
	width: 69px;
	height: 69px;
	position: relative;
	margin-right: 7px;
	float: left;
	display: block;
	overflow: hidden;
}
.smallImg li img {
	width: 100%;
        height:100%;
        border:1px solid #ccc;
        box-sizing:border-box;
}
.smallImg li .bor {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px solid #e60012;
	width: 65px;
	height: 65px;
	display: none;
}
.smallImg li a.act .bor {
	display: block;
}
.pdetail {margin-bottom: 30px;}
.pdetail .dtitle {font-size:16px; font-weight:bold; border-bottom:1px solid #ddd; height:50px; line-height:50px; margin-bottom:20px;color: #333;}

/**productdetail end**/
.industryt {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(18,80,160,0.9);
	background: #1253a1\9;
	filter: alpha(opacity=90);
	opacity: 0;
	visibility: hidden;
	transition: 500ms;
}
.intrwr {
	padding: 54px 22px 0;
}
.intrwr h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 30px;
}
.intrwr p {
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.intrwr .check {
	width: 117px;
	height: 30px;
	position: absolute;
	left: 30px;
	bottom: 24px;
}
.intrwr .check b {
	width: 113px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	border: 2px solid #fff;
}
.industry-list li:hover figure img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.industry-list li:hover .industryt {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.industry-list li:hover .industry-t {
	opacity: 0;
	visibility: hidden;
	bottom: -100%;
}
.industry-fix {
	padding: 100px 0 150px;
}
.industry-text h3 {
	color: #333;
	font-size: 26px;
	line-height: 1;
	padding-bottom: 40px;
	position: relative;
}
.industry-text h3:before {
	content: "";
	width: 40px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: 0;
}
.industr {
	margin-top: 60px;
	font-size: 16px;
	line-height: 180%;
	color: #4c4c4c;
}
.industr table {
	width: 100%!important;
}
.industr p {
	line-height: 180%;
}
.industr img {
	display: inline;
	max-width: 100%;
	width: auto!important;
	height: auto!important;
}
.relevant {
	margin-top: 40px;
}
.relevant li {
	width: 30.2%;
	float: left;
	margin-right: 4.7%;
	margin-bottom: 35px;
}
.relevant li:nth-child(3n+3) {
	margin-right: 0;
}
.relevant li figure {
	display: block;
	border: 3px solid #ececec;
	overflow: hidden;
	transition: 330ms;
}
.relevant li figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 430ms;
}
.relevant li span {
	display: block;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	margin-top: 12px;
	transition: 310ms;
}
.relevant li:hover figure {
	border-color: #1253a1;
}
.relevant li:hover figure img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.relevant li:hover span {
	color: #00245d;
}
.idea {
	margin-top: 100px;
}
.ideatext {
	width: 58%;
	float: left;
}
.idea-info h3 {
	color: #00245d;
	font-size: 18px;
	line-height: 1.4;
}
.idea-info p {
	color: #818181;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 32px;
}
.ideaimg {
	width: 36.7%;
	float: right;
}
.ideaimg img {
	display: block;
	width: 100%;
	height: auto;
}
.edate a {
	color: #00245d;
}
.word {
	margin-top: 100px;
}
.word-info {
	float: left;
	margin-bottom: 24px;
	position: relative;
}
.word-info.big {
	width: 61.2%;
	float: left;
}
.word-info {
	float: left;
	width: 36.4%;
}
.word-info:nth-child(2n+2) {
	float: right;
}
.word-info figure {
	display: block;
	line-height: 1;
	overflow: hidden;
}
.word-info figure img {
	width: 100%;
	height: auto;
	line-height: 1;
	transition: 628ms ease;
}
.wordmark {
	position: absolute;
	width: 100%;
	height: 79px;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	background: #000\9;
	filter: alpha(opacity=80);
}
.wordmark h3 {
	line-height: 79px;
	color: #fff;
	font-size: 18px;
	padding-left: 22px;
	font-weight: normal;
}
.wordmark h3:before {
	content: "";
	width: 19px;
	height: 36px;
	background: url(../img/arrow10.png) center no-repeat;
	position: absolute;
	right: 54px;
	top: 50%;
	margin-top: -18px;
	transition: 340ms;
}
.word li:nth-child(2n+2) .word-info:nth-child(1) {
	float: right;
}
.word li:nth-child(2n+2) .word-info:nth-child(2) {
	float: left;
}
.word-info:hover figure img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.word-info:hover .wordmark h3:before {
	right: 42px;
}
.envoren {
	margin-top: 100px;
}
.envoren p {
	color: #818181;
	font-size: 14px;
	line-height: 2;
}
.team-banner {
	padding: 0 110px;
	margin-top: 70px;
}
#slider {
	position: relative;
}
#slider .slides {
	width: 100%;
	height: 100%;
}
#slider .slides li {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#slider .slides li span {
	display: block;
	color: #676767;
	font-size: 24px;
	text-align: center;
	margin-bottom: 26px;
	line-height: normal;
}
#slider .slides li img {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	border: 3px solid #ececec;
	max-width: 100%;
	height: auto;
}
#carousel {
	width: 100%;
	margin-top: 26px;
	z-index: 40;
}
#carousel .slides li {
	overflow: hidden;
	line-height: normal;
	position: relative;
	padding-bottom: 24px;
}
#carousel .slides li .recuite-wr:after {
	content: "";
	width: 15px;
	height: 9px;
	background: url(../img/arrow4.png) center no-repeat;
	position: absolute;
	left: 29px;
	bottom: -4px;
	transition: 288ms;
	opacity: 0;
	visibility: hidden;
	transition: 300ms 0ms;
}
.news-fix {
	overflow: hidden;
}
#carousel .slides li img {
	height: auto;
	max-width: 100%;
	width: 163px;
	padding: 3px;
	background: #fff;
	line-height: 0;
	cursor: pointer;
	transition: 340ms ease-in-out;
}
#carousel .carouseimg {
	margin: auto;
}
.carouseimg {
	position: relative;
}
#slider .flex-direction-nav li {
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	text-indent: 888px;
	overflow: hidden;
	top: 50%;
	margin-top: -32px;
	z-index: 29;
	cursor: pointer;
	transition: 330ms;
}
#slider .flex-direction-nav li:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/radius.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	transition: 344ms ease-in-out;
}
#slider .flex-direction-nav li a {
	display: block;
	height: 64px;
	position: relative;
}
#slider .flex-direction-nav li.flex-nav-prev {
	left: -100px;
}
#slider .flex-direction-nav li.flex-nav-next {
	right: -100px;
}
#slider .flex-direction-nav li a.flex-prev {
	background: url(../img/arrow11.png) center no-repeat;
}
#slider .flex-direction-nav li a.flex-next {
	background: url(../img/arrow12.png) center no-repeat;
}
#slider .flex-direction-nav li.flex-nav-prev:hover {
	background: url(../img/radius1.png) center no-repeat;
}
#slider .flex-direction-nav li.flex-nav-prev:hover a {
	background-position: 12px center;
}
#slider .flex-direction-nav li.flex-nav-next:hover {
	background: url(../img/radius1.png) center no-repeat;
}
#slider .flex-direction-nav li.flex-nav-next:hover a {
	background-position: 18px center;
}
#slider .flex-direction-nav li:hover:before {
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	opacity: 0;
}
#carousel .slides li.flex-active-slide img {
	background: #f9a701;
}
#carousel .flex-direction-nav {
	display: none;
}
.recruite-fix {
	margin-top: 62px;
}
.recuite-title small {
	text-align: center;
	color: #c8c8c8;
	font-size: 20px;
	font-family: Arial;
	line-height: normal;
	display: block;
}
.recruite-t {
	height: 59px;
	border: 1px solid #ececec;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.recruite-t span {
	color: #4c4c4c;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 59px;
}
.recruite-t span:nth-child(1) {
	padding-left: 40px;
	width: 152px;
}
.recruite-t span:nth-child(2) {
	width: 232px;
	text-align: center;
}
.recruite-t span:nth-child(3) {
	width: 232px;
	text-align: center;
}
.recruite-t span:nth-child(4) {
	width: 232px;
	text-align: center;
}
.recruite-t span:nth-child(5) {
	width: 210px;
	text-align: center;
}
.recuite-info {
	border-bottom: 1px solid #ececec;
}
.recuite-top {
	cursor: pointer;
	transition: 366ms;
	position: relative;
	overflow: inherit;
}
.recuite-info:nth-child(1) .recuites {
	display: block;
}
.recuite-top.on {
	background: #cc0000;
}
.recuite-top.on span {
	color: #fff;
}
.recuite-top.on span:last-child:before {
	background: #fff;
}
.recuite-top.on span:last-child:after {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	background: #fff;
}
.recuite-top span {
	display: block;
	float: left;
	position: relative;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 63px;
	transition: 320ms;
}
.recuite-top span:nth-child(1) {
	padding-left: 40px;
	width: 152px;
}
.recuite-top span:nth-child(2) {
	width: 232px;
	text-align: center;
}
.recuite-top span:nth-child(3) {
	width: 232px;
	text-align: center;
}
.recuite-top span:nth-child(4) {
	width: 232px;
	text-align: center;
}
.recuite-top span:nth-child(5) {
	width: 210px;
	text-align: center;
}
.recuite-top span:last-child {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 96px;
	top: 22px;
}
.recuite-top span:last-child:before {
	content: "";
	width: 18px;
	height: 4px;
	background: #4c4c4c;
	position: absolute;
	left: 0;
	top: 7px;
}
.recuite-top span:last-child:after {
	content: "";
	width: 4px;
	height: 18px;
	background: #4c4c4c;
	position: absolute;
	left: 7px;
	top: 0;
	transition: 320ms;
}
.recuites {
	padding: 32px 40px;
	background: #ececec;
	position: relative;
	border-top: none;
	display: none;
}
.recuite-list {
	padding-bottom: 80px;
	border-bottom: 1px solid #fff;
}
.recuite-list strong {
	font-weight: normal;
	line-height: normal;
	color: #898989;
	font-size: 16px;
	margin-bottom: 8px;
}
.recuite-list p {
	color: #898989;
	font-size: 16px;
	line-height: 2;
}
.relativw {
	padding-top: 20px;
	position: relative;
}
.relativw p {
	color: #898989;
	font-size: 14px;
	margin-bottom: 6px;
}
.showd {
	display: block;
	width: 45px;
	height: 45px;
	background: #cc0000;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -2px;
	cursor: pointer;
	z-index: 5;
}
.showd:hover {
	background-position: left 2px;
}
.map {
	height: 548px;
}
.anchorBL {
	display: none !important;
}
.contact {
	padding: 68px 0 50px;
	overflow: hidden;
}
.address {
	position:relative;
}
.address h3 {
	color: #000000;
	font-size: 26px;
	line-height: 1;
	padding-bottom: 23px;
	position: relative;
	margin-bottom: 55px;
}
.address h3:before {
	content: "";
	width: 40px;
	height: 1px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.addre {
	float: left;
}
.addre p {
	margin-bottom: 4px;
	color: #000000;
	font-size: 16px;
	padding-left: 36px;
}
.addre p:nth-child(1) {
	background: url(../img/add1.png) left 3px no-repeat;
}
.addre p:nth-child(2) {
	background: url(../img/add2.png) left center no-repeat;
}
.addre p:nth-child(3) {
	background: url(../img/add3.png) left center no-repeat;
}
.addre p:nth-child(4) {
	background: url(../img/add4.png) left center no-repeat;
}
.addre p:nth-child(5) {
	background: url(../img/add5.png) left center no-repeat;
}
.addeq {
	float: right;
	text-align: center;
	margin-top: 6px;
	position:absolute;
	top:0;
	right:0;
}
.addeq img {
	display: block;
	margin: auto;
	max-width: 100%;
	line-height: 1;
}
.addeq span {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 16px;
	margin-top: 12px;
}
.message {
	width: 902px;
	margin-top: 60px;
}
.masaage-t {
	margin-bottom: 44px;
}
.masaage-t h4 {
	color: #000000;
	font-size: 26px;
	line-height: normal;
}
.massege-info {
	float: left;
	border: 2px solid #AAA;
	margin-bottom: 20px;
}
.massege-info:nth-child(2) {
	float: right;
}
.massege-info input {
	padding-left: 10px;
	width: 426px;
	height: 44px;
	line-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	color: #444444;
	font-family: 微软雅黑;
	outline: none;
	background: none;
	border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #444444;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #444444;
}
.massege-info1 input {
	width: 888px;
}
.fancybox-title-float-wrap .child {
	background: none;
	font-size: 16px;
}
.massege-info textarea {
	width: 878px;
	padding-left: 10px;
	padding-right: 10px;
	height: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #444444;
	font-family: 微软雅黑;
	outline: none;
	background: none;
	border: none;
	font-size: 12px;
}
.subinput {
	position: relative;
	background: #1253a1;
	float: left;
}
.subinput input {
	padding-left: 24px;
	width: 902px;
	height: 55px;
	outline: none;
	background: #1a5bab;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 微软雅黑;
	line-height: 55px;
	color: #fff;
	text-align: left;
	border: none;
	cursor: pointer;
}
.subinput:after {
	content: "";
	width: 12px;
	height: 21px;
	background: url(../img/arrow13.png) center no-repeat;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -10px;
	transition: 300ms ease-in-out;
}
.subinput:hover:after {
	right: 10px;
}
.plate-info.article-block {
	opacity: 0;
	visibility: hidden;
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	transition: 860ms 0ms;
}
.plate-info.articleShow {
	opacity: 1;
	visibility: visible;
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.plate-info.article-block:nth-child(2) {
	transition: 860ms 320ms;
}
.plate-info.article-block:nth-child(3) {
	transition: 860ms 0;
}
.plate-info.article-block:nth-child(4) {
	transition: 860ms 320ms;
}
.dynamic-list.article-block {
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: 78px;
	transition: 755ms;
}
.dynamic-list.articleShow {
	opacity: 1;
	visibility: visible;
	top: 0;
}
.entrance.article-block .entrance-info {
	opacity: 0;
	visibility: hidden;
	position: relative;
	left: -200px;
	transition: 750ms 0ms;
}
.entrance.articleShow .entrance-info {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.entrance.article-block .entrance-info:nth-child(2) {
	left: 200px;
}
.entrance.articleShow .entrance-info:nth-child(2) {
	left: 0;
}
.common.article-block {
	opacity: 0;
	transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	visibility: hidden;
	transition: 620ms 0ms;
}
.common.articleShow {
	opacity: 1;
	transform: skew(0);
	-webkit-transform: skew(0);
	-moz-transform: skew(0);
	visibility: visible;
}
.pbanner.article-block figure {
	-moz-transform: scale(1.0001) rotateZ(0.01deg);
	-ms-transform: scale(1.0001) rotateZ(0.01deg);
	-webkit-transform: scale(1.0001) rotateZ(0.01deg);
	transform: scale(1.0001) rotateZ(0.01deg);
}
.pbanner.articleShow figure {
	animation: fixed-header 18s;
	-webkit-animation: fixed-header 18s;
	-moz-animation: fixed-header 18s;
	-ms-animation: fixed-header 18s;
}
 @keyframes fixed-header {
 0% {
-moz-transform: scale(1.0001) rotateZ(0.01deg);
-ms-transform: scale(1.0001) rotateZ(0.01deg);
-webkit-transform: scale(1.0001) rotateZ(0.01deg);
transform: scale(1.0001) rotateZ(0.01deg);
}
 50% {
-moz-transform: scale(1.05) rotateZ(0.01deg);
-ms-transform: scale(1.05) rotateZ(0.01deg);
-webkit-transform: scale(1.05) rotateZ(0.01deg);
transform: scale(1.05) rotateZ(0.01deg);
}
 100% {
-moz-transform: scale(1.0001) rotateZ(0.01deg);
-ms-transform: scale(1.0001) rotateZ(0.01deg);
-webkit-transform: scale(1.0001) rotateZ(0.01deg);
transform: scale(1.0001) rotateZ(0.01deg);
}
}
.profile-list.article-block li, .plates.article-block li {
	opacity: 0;
	position: relative;
	top: 66px;
	transition: 650ms 0ms;
	visibility: hidden;
}
.profile-list.articleShow li, .plates.articleShow li {
	opacity: 1;
	top: 0;
	visibility: visible;
}
.profile-list.article-block li:nth-child(2), .plates.article-block li:nth-child(2) {
	transition: 650ms 320ms;
}
.profile-list.article-block li:nth-child(3), .plates.article-block li:nth-child(3) {
	transition: 650ms 640ms;
}
.respons.article-block {
	opacity: 0;
	visibility: hidden;
	transition: 730ms;
	position: relative;
	top: 87px;
}
.respons.articleShow {
	opacity: 1;
	visibility: visible;
	top: 0;
}
.responsible-list li.article-block figure {
	opacity: 0;
	transform: translateX(-120px);
	-webkit-transform: translateX(-120px);
	-moz-transform: translateX(-120px);
	visibility: hidden;
	transition: 788ms 0ms;
}
.responsible-list li.articleShow figure {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}
.responsible-list li:nth-child(2n+2).article-block figure {
	transform: translateX(120px);
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
}
.responsible-list li:nth-child(2n+2).articleShow figure {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

.ade{
    position: relative;
    margin-left: 0px;
    top: -5px;
    display: inline-block;
}

.ade img{
    display: block;
    width: 130px;
}


















