﻿@charset "utf-8";
._newsHot.hot2 .L .li .info .title, ._newsHot.hot2 .R li .title {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.loading span, .loading:before {
	left: 0;
	width: 100%;
	position: absolute;
}
._PageTurningNumber, ._PageTurningNumber span input, ._case.case1 ul li .title, ._case.video_list ul li .name, ._pageTitleTab, ._pageTitleTab a, ._sub_title, ._toast, .backTop, .loading b, .tipsMsg {
	text-align: center;
}
._breadcrumb .target_pos a:after, ._case.video_list ul li .play:after, ._contact_box ._fr ul li .icon:after, ._history.history1 ul li .history_year:after, ._news.news1 ul li:after, ._news.news2 ul li .news2_des b:after, ._news.news5 ul li:after, ._toast span::before, .loading:before, .sub_nav a:after {
	content: '';
}
*, ._toast p {
	box-sizing: border-box;
}
a, a:hover {
	color: inherit;
}
._toast span, .loading b, .tipsMsg {
	line-height: 30px;
}
* {
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
._w1200::after {
	width: 100%;
	height: 1px;
	clear: both;
	display: block;
	content: '';
}
._w1200, ._w1300, ._w1400, ._w1500, ._w1600 {
	height: auto;
	position: relative;
	margin: auto;
}
@font-face {
	font-family: templateIcon;
	src: url("../fonts/font_973178_r1as70jeql9.eot");
	src: url("../fonts/font_973178_r1as70jeql9.eot") format('embedded-opentype'), url(../fonts/font_973178_r1as70jeql9.woff2) format('woff2'), url(../fonts/font_973178_r1as70jeql9.woff) format('woff'), url(../fonts/font_973178_r1as70jeql9.ttf) format('truetype'), url(../fonts/font_973178_r1as70jeql9.svg#iconfont) format('svg');
}
.over {
	overflow: hidden;
}
._templateIcon {
	font-family: templateIcon;
	font-style: inherit;
}
._clear::after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}
@font-face {
	font-family: icon;
	src: url("../fonts/font_886941_qkf75od3pd9.eot");
	src: url("../fonts/font_886941_qkf75od3pd9.eot") format('embedded-opentype'), url(../fonts/font_886941_qkf75od3pd9.woff) format('woff'), url(../fonts/font_886941_qkf75od3pd9.ttf) format('truetype'), url(../fonts/font_886941_qkf75od3pd9.svg#iconfont) format('svg');
}
input, textarea {
	word-wrap: break-word;
	word-break: break-all;
	font-size: 14px;
}
a {
	text-decoration: none;
}
._menu.menu3 .list a.active, ._menu.menu3 .list ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}
._iconfont {
	font-family: iconfont;
	font-style: initial;
}
:focus {
	outline: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: none;
	font-size: 12px;
}
::selection {
	background: #0f0f22;
	color: #fff;
}
textarea {
	-webkit-appearance: none;
}
.animate {
	transition: all .5s cubic-bezier(.25, 0, 0, 1);
	-webkit-transition: all .5s cubic-bezier(.25, 0, 0, 1);
	-moz-transition: all .5s cubic-bezier(.25, 0, 0, 1);
	-ms-transition: all .5s cubic-bezier(.25, 0, 0, 1);
	-o-transition: all .5s cubic-bezier(.25, 0, 0, 1);
}
button {
	outline: 0;
}
address {
	font-style: initial;
}
._hide {
	display: none;
}
._show, .loading b, .loading span {
	display: block;
}
.project_title {
	width: auto;
	height: auto;
	position: relative;
	font-size: 28px;
	line-height: 48px;
	font-weight: 700
}

._fl {
	float: left;
}
._fr {
	float: right;
}
._h100vh {
	height: 100vh;
}
._w1200 {
	width: 1200px;
}
._w1300 {
	width: 1300px;
}
._w1400 {
	width: 1400px;
}
._w1500 {
	width: 1500px;
}
._w1600 {
	width: 1600px;
}
._p03 {
	padding: 0 3%;
}
._p05 {
	padding: 0 5%;
}
._p07 {
	padding: 0 7%;
}
._p010 {
	padding: 0 10%;
}
.loading {
	width: 100%;
	height: 10px;
	position: fixed;
	left: 0;
	top: calc(50% - 5px);
}
.loading:before {
	height: 1px;
	background: #3e3e3e;
	opacity: .5;
	top: 50%;
}
.lightBox, .loading.active {
	opacity: 0;
	visibility: hidden;
}
.loading span {
	height: 2px;
	top: 4px;
	background: #e5bf8e;
}
.loading b {
	width: 100px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -30px;
	font-size: 24px;
}
._toast, .lightBox, .tipsMsg {
	position: fixed;
}
.lightBox {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	z-index: 1000;
	transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.lightBox.active {
	opacity: 1;
	visibility: visible;
}
.tipsMsg {
	width: 60%;
	height: auto;
	left: 20%;
	background: rgba(225,0,0,.8);
	color: #fff;
	font-size: 1.2rem;
	bottom: -45px;
	border-radius: 30px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.tipsMsg.active {
	bottom: 10px;
}
._toast {
	width: 100%;
	height: 50px;
	left: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
._toast p {
	display: inline-block;
	border-radius: 5px;
	background-color: #fff;
	color: #222;
	padding: 10px 20px;
	border: 1px solid #222;
	box-shadow: 0 0 5px rgba(55,55,55,.2);
}
._toast span::before {
	position: absolute;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	margin-top: -12px;
	left: 0;
}
._toast.success span::before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAD3ElEQVRoQ9WaXW7aQBDHZ2yHVmqB9ASlJyh5rKoScoKSE4ScIPStCpZCJBL1Ldwg5ARNT8BHVfUxcIKQExSDIhUwO5UNpg628XptA8lj2J39/2ZmZ7+MEMVfo7KblCafUcIMEuSBKAOImSemiXqA2COEJjHqDdnODzio9MMOj8IGGpXdlKQfIVARELNCdog6DKAWBiYwwMvfXzOJiXyChEVA2BUSvtyJoE8S1MaKfvP3w7deEJuBAFI/1TNkUIpMuAfI4FP1nBeCC+DVr9OsouO1cKrwqrHaEXVGiekhTzR8AZLt06JE0lVsXveCI+gzhONhrnq7in8lgCkepOugDoyyPQN2PMxd1r1segJsg3hL9CoIV4BkWy1IAN+j9GRYWwzg0C2dHABGmXwxVu7WnvN+hAT9UULfW57YDoB0q3y3tmrjJ9pRZqmj7V/s2f/9BCDVUiuIcBbU7jrbE8H5YL9ascZcAGxt6rgsdvZUWgCkWmoNEU7W6U3RsexRmAE0KrtpSb/f8MTt6jIrPo4TvZQ8qSHgkScgQV9jyjtjN2sCpNrlEgJeiXokgn5dbark7dvrdLvcA8C3XrattcEE2HDlcYifO7W+OgqzioRm+sj6nwi8KGLCVbxZUCbKvZ9Bbaq8wQ1uGVzFz+bjpMGzFhmrM26o+oQWb0THqEaYbqtNANj3CxcQaQRYRwTj+Ojf3ttgJOLn5luYbpXvHQdwl8F1me09frzshKxaUYo3QtAzIkB+3iegm0HuomhvJzB3ohU/F8MFAABNLVc9WAYNABGLeEMPLwB4HSo4IGITHwjAaCwAEav4OcDqJXs5bQJAxC4egB74y6iNhANiDeJNQS3hhcwbQi0Mp0rTce8ZYIX1q4rW7+ZCxjEJPe35XXksOsYgfjYn4TD0Zs4XIibxBoC5mTO3023VWGHf84aOd2IH2ZgJjN3VctVsZAcaRyRi9Ly9pNuOlBPjASIt4IlFFyIoDZhy81rRszKjK54tsdB4RJrGdjKLI6W5QXvWh3oAmF2ryJ2wURDyaJBORNooMc1aN3TP72IL6Msgd1GzmJ1XiyErUhBnCrQ1K4+9n8fl7ham0lLqeEbA+OFZX69bZGG2GAKpsbJL4AeObYLw26pwPPKpBYmovvbySqQxxGKoRz4rEvObMuO1UHi/FDCtuqMdvRDJM6t9YPMBBKgUWzRmd081+wOGH7hvCi0bMD81GCvFSEHmwscJvc7j9ZXrgB+x/ZCSlMcFCaRSiNTqMmC14TRxK/rlSuAIuAIan9vIeh4JsoiQB6CM826fHgCwRwRNQui4Hju5vfe/4T8KykdZu9C3xgAAAABJRU5ErkJggg==");
}
._toast.success p {
	color: #0fc27c;
	border-color: #0fc27c;
}
._toast.error span::before {
	background-image: url("data:image/png;base64,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");
}
._toast.error p {
	color: #d81e06;
	border-color: #d81e06;
}
._toast.warning span::before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEa0lEQVRoQ+2YT2gcdRTHv282sc2hYWcQ7MEeGlsqLaVoMrNqL7YnaXa29ZJ6UFGiFPwD4kFaJChVAiI9iIoiWqpSKBHR7iTxpD216syGKDHaXHJQULFhZ5q0SZrszJPfpgnbZHfn77YbyO/6+73ve5/9zvu9nSGs80XrvH5sANxpBzccqOfAzHBmN7BwZcuh0SuNcqohDlwd6sy4buo0EXYDzGCcTbdIL9Khn6eTBkkcwBnSutjliyC6q7JYZh6X52cfpJ7xhSQhEgXgAaTsNnWUQHurFUmM/nTOfL1pAWxDexXAqZoFMi+ShPvTWWsyKYjEHLg2pG5dcGmSCG0+xV2QdfNg0wEUDfUcgY4GKYwIPems+VWQs35nEnHAHuw8AE794JdseZ/B/8pzLR3U8+Nc0Jha52IDcKGz1flHugxQR5hiGHhX0c3XwsRUvRjiChQN9QSB+kPrMNwUe3vaDxcmQsdWBMRyYPZbddu8RBPVGlc8Jilwr8eUAXB89VwQNTD4kqJb++8YgG1o3wA4UrUA8nrlbOG02CvmtY+JcKzaOQY/qejW2agQkR3wa1wmZJWsOSQKs/PqSRD1VS+Sp9LedAcdnpiJAhEJgId3bHJc+fd6jRscoPwwvSfr1iu3DcA2tDcAvFkvYSgAhssp9wGle2QsLERoB5xBtYMZ4tfflBjAktCIrJtdDQewDU0MrAN+iUI5sDLh+Fk5Z53x067cD+WAbWjixhE3j++KBACeQmlxp/z4L45vgpsHAgPwwMNt9ubSBBFtCyIeDUC8/vBHSs56IUgOcSYwgGOo/Qw6EVQ4KkAZQfL2BW3oQADlxvVwGUStjQdYauh01lSJwH75AgEEbdzKZNEdWFIh4mPprPVJbADHUI8y6Jyf0Or9uABgduAubvdr6LoOlBu3rTRJoK1hAQDuk3XrbRFnG2oeID20BuMzOWc+Vy+uLoBtdJ0CJPGeG34xeyD6GszXQfRMeIGbj5IENd1tFmrF1wSYPt+1yyVpHIRU1ORJxDF4TM5a+2o1dE2AoqFeJNAjSRQRV4PhvazohQ+q6VQFsPNdT4GkL+Il5g9bPemtBam0kyCdAei+qHrMuNZC7vZ2fWRqtcYaAD6/a4sjtU8CdHfUhGC25JylLceLT42el/opsp4IZHwp58ynfQFsQ3sfwEtxkjHzgJKzVj6xiNvMaXNn42iK2BTx/vasdalS5xYHikOde8mTfhVjJFYy8f8eOKLkzMHyNTqo9oHpZCxNYQLzhDxv7aEeuMtatwLk1e+I6LG4iZbjGfwbmK4TQbzYJ7IIeD6tm5+uAZgdztx7w+W/EsnSSJFV/bXiQHFQ6yZG2fLmXnxD1q3Naxxw8tpBJnzf3MWXb6P/5Jx5zxoAvvBoizMz+wcIO5oZgpnfUXLW8apNfDWfeciFNxD0rev2g/Ln6Tmrt+YtVJ4X4mPt3/QESIo8OZMF4xKYx5h4VNFH/vQdZMkmb7xavIHV+Pp8M2wA+P5EDT6w7h34H01KxEDHpGQGAAAAAElFTkSuQmCC");
}
._toast.warning p {
	color: #efb336;
	border-color: #efb336;
}
._toast.active {
	opacity: 1;
	visibility: visible;
}
._toast span {
	display: inline-block;
	font-size: 16px;
	position: relative;
}
._TexTrow1, ._TexTrow1More *, ._TexTrow2, ._TexTrow2More *, ._TexTrow3, ._TexTrow3More *, ._TexTrow4, ._TexTrow4More * {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
._toast.error span, ._toast.success span, ._toast.warning span {
	padding-left: 30px;
}
._TexTrow1, ._TexTrow1More * {
	-webkit-line-clamp: 1;
}
._TexTrow2, ._TexTrow2More * {
	-webkit-line-clamp: 2;
}
._TexTrow3, ._TexTrow3More * {
	-webkit-line-clamp: 3;
}
._TexTrow4, ._TexTrow4More * {
	-webkit-line-clamp: 4;
}
._TexTrow5, ._TexTrow5More * {
	-webkit-line-clamp: 5;
}
._TexTrow6, ._TexTrow6More * {
	-webkit-line-clamp: 6;
}
._TexTrow7, ._TexTrow7More * {
	-webkit-line-clamp: 7;
}
._TexTrow8, ._TexTrow8More * {
	-webkit-line-clamp: 8;
}
._TexTrow9, ._TexTrow9More * {
	-webkit-line-clamp: 9;
}
._TexTrow10, ._TexTrow10More * {
	-webkit-line-clamp: 10;
}
._PageTurningNumber a {
	background: #03142e;
	padding: 10px 15px;
	margin-right: 5px;
}
._PageTurningNumber ._btnJump {
	margin: 0 5px;
}
._PageTurningNumber a.active, ._PageTurningNumber a:hover {
	color: #fff;
	background: #2054a3;
}
._PageTurningNumber span input {
	line-height: 19px;
	padding: 10px 5px;
	box-sizing: border-box;
	width: 50px;
	margin: 0 5px;
}
._PageTurningNumber ._JumpNumber {
	margin: 0 10px;
}
.backTop {
	position: fixed;
	z-index: 99;
	right: 50px;
	bottom: -100px;
	width: 50px;
	height: 50px;
	background: #fff url("../images/backtop.png") 0 0 no-repeat;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	cursor: pointer;
}
.backTop:hover {
	background: #2054a3 url("../images/backtop.png") 0 -50px no-repeat;
}
.backTop.active {
	bottom: 40px;
	right: 12px;
}
.width1200 {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
@font-face {
	font-family: helveticaneuethn;
	src: url("../fonts/helveticaneuethn.otf");
	font-weight: 400;
	font-style: normal;
}
._sub__banner {
	width: 100%;
	height: auto;
	position: relative;
}
._breadcrumb {
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 25px 0;
	display: flex;
	line-height: 30px;
	justify-content: flex-end;
}
._breadcrumb .target_pos {
	width: auto;
	color: rgba(0,0,0,.5);
}
._breadcrumb .target_pos a {
	margin-right: 25px;
	position: relative;
	color: rgba(0,0,0,.5);
}
._breadcrumb .target_pos a:after {
	width: 10px;
	height: 10px;
	background-size: cover;
	display: block;
	position: absolute;
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
}
._breadcrumb .target_pos a:last-child {
	margin-right: 0;
}
._breadcrumb .target_pos a:last-child:after {
	display: none;
}
._breadcrumb .target_pos a.active {
	color: #2054a3;
}
.sub_nav {
	width: auto;
}
.sub_nav a {
	padding: 0 20px;
	display: inline-block;
	margin: 0 5px;
	position: relative;
}
.sub_nav a:after {
	width: 1px;
	height: 15px;
	position: absolute;
	top: 7.5px;
	display: block;
	right: -5px;
	background: rgba(170,170,170,.3);
}
.sub_nav a:hover {
	background: #2054a3;
	color: #fff;
}
.sub_nav a:last-child {
	margin-left: 0;
}
.sub_nav a:last-child:after {
	display: none;
}
._sub_title b {
	font-weight: 400;
	font-size: 28px;
	color: #3e3e3e;
}
._sub_title p {
	font-size: 14px;
	opacity: .6;
}
._pageTitleTab {
	width: 100%;
	height: auto;
}
._pageTitleTab a {
	height: 40px;
	line-height: 40px;
	border: 1px solid #ededed;
	border-radius: 3px;
	margin: 0 2px;
	display: inline-block;
	padding: 0 25px;
	transition: all .46s ease 0s;
}
._pageTitleTab a.active {
	color: #fff;
	background: #2054a3;
}

._pageTitleTab .erji {
  position: absolute;
  z-index: 9999;
  background: rgba(32, 93, 165, 0.41);
  color: #fff;
  top: 78px;
  width: 100%;
  display: none;
}
._pageTitleTab .erji a {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  margin:5px 0;
}

._case {
	width: 100%;
	height: auto;
	padding: 25px 0;
}
._case._cooperative {
	padding-top: 15px;
}
._case._cooperative ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
._case._cooperative ul li {
	width: 18.5%;
	border: 1px solid rgba(0,0,0,.1);
	margin-right: 1.25%;
	margin-bottom: 15px;
}
._case._cooperative ul li:nth-child(5n) {
	margin-right: 0;
}
._case.video_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
._case.video_list ul li {
	cursor: pointer;
	width: 24%;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}
._case.video_list ul li .thum {
	background: #000;
}
._case.video_list ul li .name {
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
	transition: all .4s ease;
	color: #fff;
	font-size: 18px;
	top: 100%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
}
._case.video_list ul li .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all .5s ease;
	font-size: 0;
	transform: translate3d(-50%, -50%, 0);
	opacity: 1;
	width: 45px;
	height: 45px;
	background: #2054a3;
	border-radius: 50%;
	box-sizing: inherit;
	visibility: visible;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
}
._case.video_list ul li .play span {
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	left: -5px;
	top: -5px;
	border-radius: 50%;
}
._case.video_list ul li .play:after {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
}
._case.video_list ul li:hover .play {
	top: 0;
	opacity: 0;
	visibility: hidden;
}
._case.video_list ul li:hover .name {
	opacity: 1;
	top: 50%;
}
._case.num3 ul li {
	width: 33%;
}
._case.case1 ul {
	display: block;
	overflow: hidden;
}
._case.case1 ul li {
	width: 24%;
	height: auto;
	margin-bottom: 20px;
}
._case.case1.num3 ul li {
	width: 32%;
}
._case.case1 ul li .thum {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
._case.case1 ul li .thum .img {
	width: 228px;
	height: 455px;
	background: center center no-repeat;
	background-size: cover;
	position: relative;
	transition: all .36s ease 0s;
}
.no-touch ._case.case1 ul li:hover .thum .img {
	-webkit-transform: scale(1.1);
}
.no-touch ._case.video_list ul li:hover .thum .img {
	opacity: .7;
}
._case.case1 ul li .thum .icon {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	top: -80px;
	margin-left: -30px;
	margin-top: -10px;
	opacity: 0;
	transition: all .46s ease 0s;
	font-size: 0;
	background: #2054a3;
	border-radius: 50%;
}
._case.case1 ul li .thum .icon:after, ._case.case1 ul li .thum .icon:before {
	background: #fff;
	left: 50%;
	top: 50%;
	position: absolute;
	content: '';
}
.no-touch ._case.case1 ul li:hover .thum .icon {
	top: 50%;
	opacity: 1;
}
._case.case1 ul li .thum .icon:before {
	width: 18px;
	height: 2px;
	margin-left: -9px;
}
._case.case1 ul li .thum .icon:after {
	width: 2px;
	height: 18px;
	margin-left: -1px;
	margin-top: -8px;
}
._case.case1 ul li .title {
	padding: 18px 10px;
	transition: all .36s ease 0s;
}
._case.case1 ul li .title b {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
._case.case1 ul li .title p {
	font-size: 14px;
	line-height: 20px;
}
.no-touch ._case.case1 ul li:hover .title {
	background: #2054a3;
	color: #fff;
}
#media {
	width: 800px;
	height: auto;
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	display: block;
	border: 5px solid rgba(255,255,255,1);
}

._case.case2 li {
	cursor: pointer;
	z-index: 5;
}
._case.case2 .thum {
	background: #000;
}
._case.case2 .img {
	opacity: .7;
}
._case.case2 i {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	font-size: 34px;
	transform: translate(-50%, 100%);
	opacity: 0;
	-webkit-transform: translate(-50%, 100%);
	-moz-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	-o-transform: translate(-50%, 100%);
}
._case.case2 .button-next, ._case.case2 .button-prev {
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	color: #ccc;
	position: absolute;
	display: block;
	left: auto;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 70px;
	cursor: pointer;
	opacity: .5;
}
._case.case2 .button-next.swiper-button-disabled, ._case.case2 .button-prev.swiper-button-disabled {
	opacity: 0;
}
._case.case2 .button-next:hover, ._case.case2 .button-prev:hover {
	opacity: 1;
}
._case.case2 .button-next {
	right: -7%;
}
._case.case2 .button-prev {
	left: -7%;
}
._AlbumPictures {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
	visibility: hidden;
	z-index: 20;
}
._AlbumPictures ._photo, ._AlbumPictures ._photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
._AlbumPictures.active {
	opacity: 1;
	visibility: inherit;
}
._AlbumPictures ._photo {
	width: 80%;
	height: 60%;
}
._AlbumPictures ._photo img {
	max-width: 100%;
	max-height: 100%;
	border: 25px solid #f4f4f2;
	border-radius: 20px;
	box-sizing: border-box;
}
._AlbumPictures ._swiperBtn {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-color: #f4f4f2;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	color: #666;
}
._AlbumPictures ._swiperBtn._SBL span, ._AlbumPictures ._swiperBtn._SBR span {
	background: #666;
	width: 37%;
	height: 2px;
	top: 50%;
	display: block;
	position: absolute;
}
._AlbumPictures ._swiperBtn._SBL span {
	left: 41%;
}
._AlbumPictures ._swiperBtn._SBL .a {
	transform: translate(-30%, 300%) rotate(40deg);
}
._AlbumPictures ._swiperBtn._SBL .b {
	transform: translate(-30%, -300%) rotate(-40deg);
}
._AlbumPictures ._swiperBtn._SBR span {
	left: 50%;
}
._AlbumPictures ._swiperBtn._SBR .a {
	transform: translate(-30%, 300%) rotate(-40deg);
}
._AlbumPictures ._swiperBtn._SBR .b {
	transform: translate(-30%, -300%) rotate(40deg);
}
._AlbumPictures ._swiperBtn:hover {
	box-shadow: 0 0 12px 6px rgba(239,239,239,.24);
}
._AlbumPictures ._swiperBtn._SBL {
	left: 5%;
}
._AlbumPictures ._swiperBtn._SBR {
	right: 5%;
}
._AlbumPictures ._swiperBtnOff {
	width: 30px;
	height: 30px;
	background-size: cover;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
}
._AlbumPictures ._swiperBtnOff span {
	background: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	left: 50%;
}
._AlbumPictures ._swiperBtnOff .a {
	transform: translate(-50%, -50%) rotate(45deg);
}
._AlbumPictures ._swiperBtnOff .b {
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
}
._team.team2 .d_desinger {
	background: url("../images/dfg.jpg");
	background-size: cover;
}
._team.team2 .d_desinger_box {
	overflow: hidden;
	text-align: center;
}
._team.team2 .d_desinger_info_box {
	width: 700px;
	height: 450px;
	background-color: rgba(0,0,0,.3);
	padding: 65px 49px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 150px;
	text-align: left;
}
._team.team2 .d_desinger_title {
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 6px;
}
._team.team2 .d_desinger_info {
	font-size: 15px;
	color: #b7b7b7;
	margin-bottom: 6px;
	overflow: hidden;
}
._team.team2 .b_line {
	width: 50px;
	border-bottom: 2px solid #b7b7b7;
	margin-top: 15px;
}
._team.team2 .d_desinger_line {
	font-size: 18px;
	margin: 25px 0 10px;
}
._team.team2 .d_desinger_btn {
	width: 122px;
	height: 36px;
	background-color: #d6010e;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
._team.team2 .d_desinger_image {
	width: 240px;
	height: auto;
	border: 5px solid rgba(255,255,255,.5);
	margin: 40px 53px 0 0;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
}
._team.team2 .d_desinger_name {
	width: 100%;
	height: 30px;
	background-color: rgb(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}
._form.form2 #_form {
	position: relative;
}
._form.form2 #_form:after {
	display: block;
	clear: both;
}
._form.form2 ._fl, ._form.form2 ._fr {
	width: 48%;
}
._form.form2 .inputBox {
	opacity: .4;
	transition: ease .5s;
}
._form.form2 .inputBox:hover {
	opacity: 1;
}
._form.form2 .inputBox:hover .input {
	box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
	border-radius: 5px;
}
._form.form2 label {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
}
._form.form2 select {
	width: 100%;
	border: 1px solid #e1e7ee;
	height: 40px;
	text-indent: 15px;
}
._team.team3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
._team.team3 ul li {
	width: 24%;
	height: auto;
	margin-bottom: 20px;
}
._team.team3 ul li .thum {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
._team.team3 ul li .thum .img {
	width: 100%;
	height: auto;
	background: center center no-repeat;
	background-size: cover;
	position: relative;
	transition: all .36s ease 0s;
}
._team.team3 ul li:hover .thum .img {
	-webkit-transform: scale(1.1);
}
._team.team3 li .thum .icon {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	top: -80px;
	margin-left: -30px;
	margin-top: -10px;
	opacity: 0;
	transition: all .46s ease 0s;
	font-size: 0;
	background: #2054a3;
	border-radius: 50%;
}
._team.team3 ul li .thum .icon:after, ._team.team3 ul li .thum .icon:before {
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
}
._team.team3 ul li:hover .thum .icon {
	top: 50%;
	opacity: 1;
}
._team.team3 ul li .thum .icon:before {
	width: 18px;
	height: 2px;
	margin-left: -9px;
}
._team.team3 ul li .thum .icon:after {
	width: 2px;
	height: 18px;
	margin-left: -1px;
	margin-top: -8px;
}
._team.team3 ul li .title {
	text-align: center;
	padding: 18px 10px;
	transition: all .36s ease 0s;
}
._team.team3 ul li .title b {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
._team.team3 ul li .title p {
	font-size: 14px;
	line-height: 20px;
}
._team.team3 ul li:hover .title {
	background: #2054a3;
	color: #fff;
}
._banner.Banner1 {
	position: relative;
}
._banner.Banner1.bannerBox {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
._banner.Banner1.bannerBox .ul {
	box-sizing: content-box;
	display: flex;
}
._banner.Banner1 .btnL, ._banner.Banner1 .btnR {
	position: absolute;
	top: 50%;
	z-index: 5;
	color: #fff;
	font-size: 30px;
	background: #003b7d;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: -30px;
	cursor: pointer;
	transition: ease .5s;
	opacity: 0;
}
._banner.Banner1 .btnL {
	left: 2%;
}
._banner.Banner1:hover .btnL, ._banner.Banner1:hover .btnR {
	opacity: .7;
}
._banner.Banner1 .btnL:hover, ._banner.Banner1 .btnR:hover {
	opacity: 1;
}
._banner.Banner1 .pagination {
	width: 100%;
	position: absolute;
	bottom: 3%;
	z-index: 5;
	text-align: center;
}
._banner.Banner1 .pagination span {
	background: #fff;
	opacity: 1;
	height: 12px;
	width: 12px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 5px;
}
._banner.Banner1 .pagination span.active {
	background: #d90707;
}
._banner.Banner1 .pic {
	transition: opacity 1s, transform 13s;
	opacity: 0;
}
._banner.Banner1 .li {
	transition-property: transform, -webkit-transform;
	flex-shrink: 0;
	width: 100%;
}
._banner.Banner1 .li.active .pic {
	opacity: 1;
	transform: scale(1.05);
}
._banner.Banner1 .li .pic {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
._menuNav {
	position: fixed;
	z-index: 30;
	width: 62px;
	height: 62px;
	border: 1px solid #fff;
	top: 58px;
	right: 58px;
	cursor: pointer;
}
._menuNav i {
	position: absolute;
	background: #2054a3;
	z-index: 5;
	transition: ease .5s 0s;
}
._menuNav i.l {
	left: -1px;
	bottom: 0;
	height: 0;
	width: 1px;
}
._menuNav i.t {
	left: -1px;
	top: -1px;
	width: 0;
	height: 1px;
}
._menuNav i.r {
	right: -1px;
	top: -1px;
	height: 0;
	width: 1px;
}
._menuNav i.b {
	right: -2px;
	bottom: -1px;
	width: 0;
	height: 1px;
}
._menuNav span {
	width: 34px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	left: 14px;
	top: 18px;
	position: absolute;
	display: block;
	transition: all .8s;
	z-index: 2;
}
._menuNav span:nth-child(2) {
	top: 29px;
	width: 24px;
	transform-origin: right center;
}
._menuNav span:nth-child(3) {
	top: 40px;
}
._menu.menu3 .list {
	position: fixed;
	z-index: 10;
	background-color: #222;
	width: 0;
	height: 0;
	right: -150vw;
	top: -150vw;
	color: #fff;
	overflow: hidden;
	border-bottom-left-radius: 50%;
	transition: all 2s ease-out;
}
._menu.menu3.active .list {
	width: 300vw;
	height: 300vw;
}
._menu.menu3 .list ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0 15%;
	font-size: 22px;
}
._menu.menu3.active ._menuNav {
	border-color: transparent;
}
._menu.menu3 .list a {
	display: block;
	text-align: center;
}
._menu.menu3.active ._menuNav span {
	background-color: #fff;
}
._menu.menu3.active ._menuNav span:nth-child(2) {
	transform: scaleX(0);
}
._menu.menu3.active ._menuNav span:nth-child(1) {
	transform: rotate(45deg);
	top: 29px;
}
._menu.menu3.active ._menuNav span:nth-child(3) {
	transform: rotate(-45deg);
	top: 29px;
}
._menu.menu3 .list .box {
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100vw;
	line-height: 1.7;
	position: absolute;
	top: 150vw;
	right: 150vw;
}
.news14, .news14 li, .news14 li a, .news14 ul, .news14 ul:after {
	position: relative;
}
._menu.menu3 .list ul li > a {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
._menu.menu3 .list ul li .item a {
	opacity: .7;
}
.news14 ul {
	border-top: 1px solid #f2f2f2;
}
.news14 ul:after {
	display: block;
	clear: both;
}
.news14 li {
	width: calc(100% / 3);
	height: auto;
	padding: 20px;
	float: left;
	overflow: hidden;
	transition: ease .6s;
}
.news14 li a {
	display: block;
	z-index: 5;
}
.news14 li:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -2px;
	left: -2px;
	border: 1px solid #f2f2f2;
}
.news14 li .info {
	font-size: 16px;
	text-align: center;
	padding: 40px 0;
}
.news14 li .title {
	margin-bottom: 10px;
}
.news14 li .number {
	margin-bottom: 35px;
}
.news14 li .name {
	width: 60%;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	border: 1px solid #333;
	transition: ease .6s;
}
.news15 .li ._more, .news15 .li .pic img {
	transition: ease .5s;
}
.news15 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news15 .li {
	color: #333;
	width: 32%;
	margin-bottom: 25px;
}
.news15 .li .pic {
	margin-bottom: 20px;
	overflow: hidden;
}
.news15 .li .title {
	font-size: 20px;
	margin-bottom: 10px;
}
.news15 .li .item_des {
	color: rgba(51,51,51,.7);
	margin-bottom: 8%;
}
.news15 .li ._more {
	color: #2054a3;
	border-color: #2054a3;
	width: 82px;
	height: 32px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 12px;
	border-left: 1px solid #2054a3;
	border-bottom: 1px solid #2054a3;
	border-top: 1px solid #2054a3;
	position: relative;
	z-index: 5;
}
.news15 .li ._more i {
	position: absolute;
	left: 80%;
	display: block;
	top: 0;
	font-size: 38px;
	font-weight: 100;
	transition: ease .5s;
	line-height: 32px;
}
.news15 .li ._more:after, .news15 .li ._more:before {
	height: 25%;
	width: 1px;
	background: #2054a3;
	right: 0;
	position: absolute;
}
.news16 .li, .news16 ul {
	background: #f9f9f9;
	position: relative;
}
.news15 .li ._more:after {
	bottom: 0;
}
.news15 .li ._more:before {
	top: 0;
}
.news16 ul:after {
	display: block;
	clear: both;
}
.news16 .li {
	width: 25%;
	float: left;
	margin-bottom: 25px;
}
.news16 .li:after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #f1f1f1;
}
.news16 .li a {
	position: relative;
	width: 100%;
	display: block;
	height: 100%;
}
.news16 .li .hotBox {
	padding: 40px 30px 0;
	position: relative;
}
.news16 .li .text {
	transition: transform .25s cubic-bezier(.46, .03, .52, .96);
	position: relative;
	z-index: 5;
}
.news16 .li .Introduction, .news16 .li .timer, .news16 .li .title {
	position: relative;
	z-index: 6;
	transition: color .25s cubic-bezier(.455, .03, .515, .955);
}
.news16 .li .timer {
	color: rgba(102,102,102,.7);
	font-size: 24px;
	margin-bottom: 35px;
}
.news16 .li .title {
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
}
.news16 .li .Introduction {
	color: rgba(102,102,102,.7);
	margin-bottom: 80px;
	line-height: 1.8;
	height: 75px;
}
.news16 .li .HotPic {
	height: 250px;
	width: 100%;
}
.news16 .li .Imgset_bg {
	position: absolute;
	width: calc(100% - 60px);
	left: 30px;
	right: 0;
	height: 250px;
	bottom: 0;
	transition: all .25s cubic-bezier(.455, .03, .515, .955);
	box-shadow: 0 0 0 rgba(24,53,78,0);
	z-index: 2;
	background-size: cover;
	background-position: center;
}
.news16 .li .Imgset_bg:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(94,140,162,.8), rgba(24,53,78,0));
	transition: opacity .25s cubic-bezier(.455, .03, .515, .955);
	opacity: 0;
	z-index: 5;
}
.news17 li {
	width: 49%;
	float: left;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0 0 8px 1px rgba(140,140,140,0);
	transition: ease .5s;
	border: 1px solid rgba(234,234,234,.4);
}
.news17 li:nth-child(2n) {
	margin-left: 2%;
}
.news17 li a {
	position: relative;
	width: 100%;
	display: block;
	padding: 40px 20px;
}
.news17 li a:after {
	content: '';
	display: block;
	clear: both;
}
.news17 li ._fl {
	width: 115px;
	text-align: center;
	color: #1a1a1a;
}
.news17 li ._fr {
	width: calc(100% - 130px);
}
.news17 li .timer {
	font-style: italic;
	font-family: Small ltalic;
	height: 64px;
}
.news17 li .day {
	display: block;
	font-size: 50px;
}
.news17 li .title {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}
.news17 li .des {
	font-size: 14px;
	color: #666;
	height: 38px;
}
.news18 li {
	width: 48.5%;
	float: left;
	padding: 50px;
	background: #f7f7f7;
	transition: ease .8s;
	margin-bottom: 40px;
}
.news18 li:nth-child(2n) {
	margin-left: 3%;
}
.news18 li h3 {
	font-size: 22px;
	line-height: 1.8;
	color: #0074bc;
	margin-bottom: 5px;
	transition: ease .8s;
}
.news18 li .text {
	font-size: 16px;
	line-height: 30px;
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news18 li .sp {
	width: 31%;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	background: #e1e1e1;
	color: #333;
	display: block;
	position: relative;
	float: left;
	transition: ease .8s;
	margin-right: 10px;
}
.news18 li .sp i {
	float: right;
	line-height: 45px;
}
#_loading {
	position: fixed;
	top: 0;
	left: 0;
	background: #e3dcc0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}
#_loading.loading1 .l-c {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	left: 50%;
	box-sizing: border-box;
	animation: rotation 1s ease-in-out infinite;
	-webkit-animation: rotation 1s ease-in-out infinite;
}
#_loading.loading1 .l-c:after {
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	content: "";
	top: 0;
	right: 14px;
}
._nav.nav3, .nav3 .navBox, .nav3 a {
	height: auto;
	overflow: hidden;
}
.nav3 a, .nav3 a b {
	position: relative;
}
._nav.nav3 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	background: #8fc839;
}
.nav3 a.active, .nav3 a:before {
	background: #281306;
}
.nav3 .navBox {
	margin: auto;
}
.nav3 a {
	line-height: 40px;
	text-align: center;
	display: block;
	padding: 10px 0;
	float: left;
	width: 20%;
	font-size: 16px;
	color: #fff;
}
.nav3 a b {
	font-weight: 400;
	z-index: 1;
}
.nav3 a:before {
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	content: '';
	display: block;
	-webkit-transition: all .5s;
	z-index: 0;
	border-radius: 50%;
}
@-webkit-keyframes rotation {
 0% {
 -webkit-transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotation {
 0% {
 -moz-transform: rotate(0);
}
 100% {
 -moz-transform: rotate(360deg);
}
}
@keyframes rotation {
 0% {
 transform: rotate(0);
 -ms-transform: rotate(0);
}
 100% {
 transform: rotate(360deg);
 -ms-transform: rotate(360deg);
}
}
.magic1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: #fff;
	transition: cubic-bezier(.6, .15, .49, .84) 1s;
}
.magic1.active {
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}
.magic1 ._progressedBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 600px;
}
.magic1 ._progressedBox .svg {
	width: 480px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.magic1 ._progressedBox .svg svg {
	width: 770px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.magic1 .st0 {
	fill: none;
	stroke: #e21b1b;
	stroke-width: 2;
	stroke-miterlimit: 10;
}
.magic1 .st1 {
	fill: #fff;
}
.magic1 .st3 {
	font-size: 12px;
}
.magic1 ._progressed {
	color: #c1192e;
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	bottom: 17%;
	text-align: center;
	width: 100%;
}
.magic1 .wavesvgshape {
	overflow: hidden;
}
.magic1 .wavesvg {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	fill: #00a1df;
	margin: 0;
	animation: waveSvgAnim 1s linear infinite;
	-webkit-animation: waveSvgAnim 1s linear infinite;
}
#_ScrollPlate {
	position: relative;
	z-index: 10;
}
._ScrollBox {
	position: relative;
}
._ScrollBox .screen {
	position: relative;
}
@keyframes waveSvgAnim {
 0% {
 transform: translateX(-120px);
}
 100% {
 transform: translateX(120px);
}
}
@media screen and (min-width:1200px) {
._news.news5 ul li:hover, ._newsHot.hot1 .list li:hover .title {
	padding: 0 15px;
	color: #003b7d;
}
._newsHot.hot1 .pic .informationBox .button-next:hover, ._newsHot.hot1 .pic .informationBox .button-prev:hover {
	color: #003b7d;
	opacity: 1;
}
._newsHot.hot1 .list li:hover .date_wrap i {
	color: #003b7d;
}
._newsHot.hot1 .list li:hover .title i {
	right: 0;
	opacity: 1;
}
._news.news9 li .tileteaserBurgerMenu a:hover:after {
	width: 100%;
}
._news.news10 li:hover:after {
	background: #ccc;
}
._news.news10 li:hover a {
	color: #ccc;
}
._map.map2 .TabList li:hover .infor {
	opacity: 1;
	transform: translateY(0);
}
._map.map2 .TabList li:hover .icon, ._map.map2 .TabList li:hover .text {
	transform: translateY(-10px);
}
._team.team1 .desinger_item_box:hover {
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	transform: translate3d(0, -2px, 0);
}
._case.case2 li:hover i {
	opacity: 1;
	transform: translate(-50%, -50%);
}
._pageTitleTab a:hover {
	color: #fff;
	background: #2054a3;
}
.news14 li:hover .name, .news15 .li:hover ._more {
	background: #2054a3;
	color: #fff;
}
.news14 li:hover {
	box-shadow: 0 0 13px 3px rgba(0,0,0,.17);
}
.news14 li:hover .name {
	border: 1px solid #2054a3;
}
._menuNav:hover i.l {
	height: 100%;
	transition: ease .3s 0s;
}
._menuNav:hover i.t {
	width: 101%;
	transition: ease .3s .3s;
}
._menuNav:hover:hover i.r {
	height: 101%;
	transition: ease .3s .6s;
	-webkit-transition: ease .3s .6s;
	-moz-transition: ease .3s .6s;
	-ms-transition: ease .3s .6s;
	-o-transition: ease .3s .6s;
}
._menuNav:hover i.b {
	width: 105%;
	transition: ease .3s .9s;
}
._menuNav:hover span {
	width: 34px;
}
.news16 .li:hover .Introduction, .news16 .li:hover .timer, .news16 .li:hover .title {
	color: #fff;
}
.news16 .li:hover .Imgset_bg {
	height: 563px;
	left: 0;
	right: 0;
	width: 100%;
 box-shadow: 0 .5rem 3rem rgba(24,53,78,.4);
}
.news16 .li:hover a:after {
	opacity: 1;
}
.news16 .li:hover .text {
	transform: translateY(-10px);
}
.news16 .li:hover .Imgset_bg:after {
	opacity: 1;
}
.nav3 a:hover:before {
	width: 110%;
	height: 350%;
}
.news15 .li:hover ._more i {
	transform: translateX(20%);
	color: #2054a3;
}
.news15 .li:hover .pic img {
	transform: scale(1.1);
}
._form.form1 .input:hover {
	opacity: 1;
}
._form.form1 .input:hover input, ._form.form1 .input:hover select, ._form.form1 .input:hover textarea {
	box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
	border-radius: 5px;
}
.news17 li:hover {
	box-shadow: 0 0 8px 1px rgba(140,140,140,.1);
}
.recruitment2 .box:hover img {
	transform: translateX(-50%) scale(1.1);
}
.news18 li:hover {
	background: #0073bc;
	color: #fff;
}
.news18 li:hover .sp {
	background: #fff;
}
.news18 li:hover h3 {
	color: #fff;
}
}
@media screen and (max-width:1600px) {
._w1300, ._w1400, ._w1500, ._w1600 {
	width: 1300px;
}
}
@media screen and (max-width:1444px) {
._w1200, ._w1300, ._w1400, ._w1500, ._w1600 {
	width: 1200px;
}
._menuNav {
	width: 40px;
	height: 40px;
	top: 30px;
}
._menuNav span {
	top: 10px;
	left: 8px;
	width: 23px;
}
._menuNav span:nth-child(2) {
	top: 19px;
	width: 24px;
	transform-origin: right center;
}
._menuNav span:nth-child(3) {
	top: 28px;
}
._menu.menu3.active ._menuNav span:nth-child(2) {
	transform: scaleX(0);
}
._menu.menu3.active ._menuNav span:nth-child(1) {
	transform: rotate(45deg);
	top: 20px;
}
._menu.menu3.active ._menuNav span:nth-child(3) {
	transform: rotate(-45deg);
	top: 20px;
}
._news.news13 li.first ._fr {
	padding: 10px;
}
._news.news13 li.first .title {
	font-size: 16px;
	height: 26px;
	overflow: hidden;
}
.news16 .li .Introduction {
	margin-bottom: 30px;
}
.news16 .li .hotBox {
	padding: 20px 30px 0;
}
.news16 .li .timer {
	margin-bottom: 25px;
}
.news16 .li .HotPic, .news16 .li .Imgset_bg {
	height: 200px;
}
.news17 li .day {
	font-size: 46px;
}
.news17 li .des {
	height: 48px;
}
}
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
._w1200, ._w1300, ._w1400, ._w1500, ._w1600 {
	width: 92%;
}
._menu.menu3.active .list {
	height: 250vh;
}
}
@media screen and (max-width:1024px) {
._w1200, ._w1300, ._w1400, ._w1500, ._w1600 {
	width: 92%;
}
.news16 .li .timer {
	margin-bottom: 15px;
}
.news16 .li .title {
	margin-bottom: 10px;
}
.news16 .li .HotPic, .news16 .li .Imgset_bg {
	height: 150px;
}
._news.news13.double > ._fl {
	margin-bottom: 35px;
}
._news.news13.double > ._fl, ._news.news13.double > ._fr {
	width: 100%;
}
._team.team2 .d_desinger_info_box {
	margin-right: 50px;
	width: 550px;
	padding: 80px 50px;
}
._team.team2 .d_desinger_title {
	font-size: 34px;
}
._team.team1 .desinger_item_bottom a {
	width: 24%;
	margin: 0;
}
._team.team1 .desinger_item_bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruitment2 .box1 .text, .recruitment2 .box3 .text {
	width: 220px;
}
.recruitment2 .box1 .pic, .recruitment2 .box3 .pic {
	width: calc(100% - 220px);
}
.recruitment2 .box1, .recruitment2 .box2, .recruitment2 .box3 {
	height: 330px;
}
.recruitment2 .box2 .hot {
	width: 160px;
	height: 160px;
	margin: 20px auto 0;
	padding-top: 25px;
}
.recruitment2 .box2 .stack {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	margin: 13px auto;
}
.recruitment2 .box2 .num {
	line-height: 1;
	font-size: 60px;
}
.recruitment2 .box2 .text {
	font-size: 20px;
}
}
@media screen and (max-width:768px) {
.nav3 .navBox {
	width: 100%;
}
.nav3 a {
	width: calc(100% / 3);
	line-height: 30px;
	font-size: 14px;
}
.news16 .li {
	width: 50%;
}
.news16 .li .HotPic, .news16 .li .Imgset_bg {
	height: 180px;
}
._menu.menu3.active .list {
	width: 300vw;
	height: 350vw;
}
._menu.menu3 .list ul li > a {
	font-size: 22px;
}
._menu.menu3 .list a {
	font-size: 18px;
}
.news14 li .name {
	width: 80%;
	line-height: 34px;
}
.news14 li .info {
	padding: 20px 0;
}
.news14 li .number {
	margin-bottom: 15px;
}
._team.team2 .d_desinger_image {
	float: left;
	margin: 40px 20px 0 0;
}
._team.team2 .d_desinger_info_box {
	float: right;
	margin: 0 auto;
	width: calc(100% - 260px);
	padding: 70px 50px;
}
._team.team2 .d_desinger_info {
	-webkit-line-clamp: 5;
}
.news17 li, .news17 li:nth-child(2n) {
	width: 100%;
	margin: 0 auto 15px;
}
.recruitment2 .box1, .recruitment2 .box3 {
	width: 100%;
}
.recruitment2 .box2 {
	width: 100%;
	margin-top: 20px;
}
.recruitment2 .box1 .text, .recruitment2 .box3 .text {
	width: 38%;
}
.recruitment2 .box1 .pic, .recruitment2 .box3 .pic {
	width: 62%;
	position: relative;
}
}
@media screen and (max-width:600px) {
._news.news13 li, ._news.news13 li.first ._fl, ._news.news13 li.first ._fr, .news14 li, .news16 .li {
	width: 100%;
}
.news16 .li .HotPic, .news16 .li .Imgset_bg {
	height: 200px;
}
._menu.menu3.active .list {
	height: 400vw;
}
._menu.menu3 .list ul li .item {
	display: none;
}
._menu.menu3 .list ul li {
	display: block;
	width: 100%;
}
._menu.menu3 .list ul {
	display: block;
}
._menuNav {
	right: 15px;
	top: 15px;
}
.news14 li {
	padding: 0;
	margin-bottom: 35px;
}
.news14 li .name {
	font-size: 14px;
}
.news14 li:after {
	display: none;
}
._news.news13 .newsTitle {
	font-size: 20px;
}
._news.news13 .newsTitle span, .backTop {
	font-size: 16px;
}
._news.news13 li {
	margin-top: 15px;
}
._news.news13 li .title {
	-webkit-line-clamp: 1;
}
.backTop {
	right: 4%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
._team.team2 .d_desinger_image {
	width: 40%;
	margin: 0 auto;
	border: 2px solid rgba(255,255,255,.5);
}
._team.team2 .d_desinger_image img {
	width: 100%;
}
._team.team2 .d_desinger_box {
	padding: 25px 0;
	height: auto;
}
._team.team2 .d_desinger_info_box {
	padding: 0;
	width: 55%;
	background: 0 0;
	height: auto;
}
._team.team2 .d_desinger_title {
	font-size: 20px;
}
._team.team2 .d_desinger_info {
	-webkit-line-clamp: 3;
}
._team.team2 .d_desinger_line {
	margin: 20px 0 10px;
	font-size: 14px;
}
._team.team2 .d_desinger_btn {
	font-size: 14px;
	width: 80px;
}
._case.case2 .button-next, ._case.case2 .button-prev {
	font-size: 28px;
}
.news17 li a {
	padding: 10px 5px;
}
.news17 li .day {
	font-size: 28px;
}
.news17 li .timer {
	font-size: 14px;
}
.news17 li ._fl {
	width: 70px;
}
.news17 li ._fr {
	width: calc(100% - 80px);
}
.news17 li .title {
	font-size: 18px;
}
.recruitment2 .box1 .text, .recruitment2 .box3 .text {
	width: 50%;
	padding: 10px;
}
.recruitment2 .box1, .recruitment2 .box3 {
	height: 250px;
}
.recruitment2 .box1 .pic, .recruitment2 .box3 .pic {
	width: 50%;
}
.recruitment2 .box1 .Introduction, .recruitment2 .box3 .Introduction {
	font-size: 12px;
	margin-top: 15px;
}
.recruitment2 .box2 .hot {
	width: 120px;
	height: 120px;
}
.recruitment2 .box2 .num {
	font-size: 40px;
}
.recruitment2 .box2 .text {
	font-size: 16px;
}
.recruitment2 .box2 .stack {
	width: 46px;
	line-height: 46px;
	height: 46px;
	font-size: 26px;
}
.recruitment2 .box2 {
	height: 280px;
}
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}
