﻿.img-hover {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}

.img-hover:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.img-hover-contain {
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}

.img-hover-contain:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.video-ovh {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.video-ovh video {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
	top: 0;
}

.slick-dots {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	display: none !important;
	font-size: 0;
	left: 0;
	margin-top: 20px;
}

.slick-dots li {
	display: inline-block;
	line-height: 1;
	margin: 0 5px;
}

.slick-dots li a {
	width: 12px;
	height: 12px;
	border: 1px solid #2f2b2b;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
}

.slick-dots li.slick-active a {
	background-color: #133B86;
	border-color: #133B86;
}

.t1 {
	color: #000;
	font-size: 38px;
	margin-bottom: 0.3em;
}

.t1 h3 {
	text-transform: capitalize;
	font-size: inherit;
}

.t1 p {
	font-size: 18px;
}

.t1 .more {
	float: right;
	text-transform: capitalize;
	line-height: inherit;
}

.t1 .more:after {
	bottom: 6px;
}

.more {
	color: #133B86;
	font-size: 16px;
	padding-right: 15px;
	background: url("../images/arr3.png") no-repeat right 50%;
	position: relative;
	line-height: 1;
}

.more:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	border-top: 1px solid #133B86;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.more:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.more2 {
	background: url("../images/arr6.png") no-repeat right 50%;
	padding-right: 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.t1-center {
	text-align: center;
	padding-bottom:16px;
}

.btn1 {
	text-transform: capitalize;
	width: 263px;
	height: 57px;
	color: #fff;
	line-height: 57px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #133B86;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	color: #133B86;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn1 span {
	background: url("../images/arr2.png") no-repeat right 4px;
	padding-right: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn1:hover,
.btn1.on {
	color: #fff;
	background-color: #133B86;
	border-color: #133B86;
}

.btn1:hover span,
.btn1.on span {
	background-position: right -85px;
}

.btn1.on:hover {
	background-color: #133B86;
}

#fd {
	clear: both;
	background-color: #133B86;
	color: #fff;
	padding-top: 3%;
}

#fd a {
	color: #fff;
}

#fd .fd-nv {
	float: left;
	width: 25%;
}

#fd .fd-nv dt {
	margin-bottom: 10px;
}

#fd .fd-nv dt a {
	font-size: 24px;
	text-transform: capitalize;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#fd .fd-nv dt a:hover {
	color: #0f6fe1;
}

#fd .fd-nv dd p,
#fd .fd-nv dd a {
	display: block;
	line-height: 1.8;
	font-size: 18px;
}

#fd .fd-nv dd a {
	float: left;
	text-transform: capitalize;
	clear: both;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

#fd .fd-nv dd a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	border-top: 1px solid #fff;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

#fd .fd-nv dd a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.fd-l {
	float: left;
	width: 87%;
}

.fd-r {
	width: 13%;
	float: right;
	text-align: right;
}

.copy-right {
	border-top: 1px solid #4e6e93;
	padding: 20px 0;
	margin-top: 3%;
	text-align: center;
}

.fd-share a {
	margin-left: 15px;
	opacity: 0.9;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.fd-share a:hover {
	opacity: 1;
}

.btn-tc {
	text-align: center;
}

.row-pro4 {
	background-color: #f7f7f7;
}

.list-solution,
.list-route,
.form-box li,
.inner-row {
	*zoom: 1;
}

.form-box li:after,
.form-box li:before,
.list-route:after,
.list-route:before,
.list-solution:after,
.list-solution:before,
.inner-row:after,
.inner-row:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.video-box {
	position: relative;
	padding-top: 60%;
	overflow: hidden;
}

.video-box video {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fd-share a {
	position: relative;
}

.fd-share a:hover .qr-pop {
	visibility: visible;
	opacity: 1;
	bottom: 44px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.fd-share .qr-pop {
	position: absolute;
    left: -71px;
    width: 132px;
    height: 140px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAADeCAYAAACDgLrHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzUxM0ZDOEY5RTIyMTFFOTlBOTNCMUNEMTY4NkNEMDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzUxM0ZDOTA5RTIyMTFFOTlBOTNCMUNEMTY4NkNEMDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNTEzRkM4RDlFMjIxMUU5OUE5M0IxQ0QxNjg2Q0QwNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNTEzRkM4RTlFMjIxMUU5OUE5M0IxQ0QxNjg2Q0QwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv55ImsAAAIFSURBVHja7NKxDcJQDEVRPqJigJT0DJEpGCPbsQKMwASpqem+jIu0SFQhwudIlvun2yLtoJi9CRA+CB+ED8IH4YPwQfggfBA+CB+ED8IH4YPwQfggfBA+CB+Ej/BB+CB8ED4IH4QPwgfhg/BB+CB8ED4IH4QPwgfhg/BB+CB8ED7CB+GD8EH4IHwQPggfhA/CB+GD8EH4IHwQPggfhA/CB+GD8EH4CB+ED8IH4YPwQfggfBA+CB+ED8IH4YPwQfggfBA+CB+ED8IH4SN8ED4IH4QPwgfhg/BB+CB8ED4IH4QPwgfhg/BB+CB8ED4IH4SP8EH4IHwQPggfhA/CB+GD8EH4IHwQPggfhA/CB+GD8EH4IHwQPsIH4YPwQfggfBA+CB+ED8IH4YPwQfggfBA+CB+ED8IH4YPwET4IH4QPwgfhg/BB+CB8ED4IH4QPwgfhg/BB+CB8ED4IH4QPwkf4IHwQPggfhA/CB+GD8EH4IHwQPggfhA/CB+GD8EH4IHwQPggf4YPwQfggfBA+CB+ED8IH4YPwQfggfBA+CB+ED8IH4YPwQfggfIQPwgfhg/BB+CB8ED4IH4QPwgfhg/BB+CB8ED6wXRExxfeuFqNa/Pe8o7X4t/gvvfdP0T/yBitRKf5Z9FSL/5l3tgpV4h+X6EdrrO9ggt9ord0y+lP+lzXW9xZgAFtCvHfKOFIDAAAAAElFTkSuQmCC") no-repeat left bottom;
	padding: 20px;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	bottom: 40px;
	padding-top: 20px;
	-webkit-box-shadow: 0 0 5px 4px rgba(0,0,0,0.03);
	box-shadow: 0 0 5px 4px rgba(0,0,0,0.03);
}

.fd-share .qr-pop img {
	/* width: 150px;
	height: 150px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
}

a {
	color: #464646;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

img {
	max-width: 100%;
}

html {
	overflow-x: hidden;
}

body {
	font-size: 16px;
	background-color: #fff;
	color: #464646;
	line-height: 1.5;
	overflow-x: hidden;
	letter-spacing: 0.5px;
}

textarea {
	font-family: arial;
	resize: none;
}

.gray-bg {
	background-color: #f5f5f5;
}

.l {
	float: left;
}

.r {
	float: right;
}

.wp {
	/* padding: 0 4%; */
	width:1450px;
	margin: 0 auto;
}

.wrap1200 {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
}

.wrap1440 {
	margin: 0 auto;
	width: 100%;
	max-width: 1450px;
}

.wrap900 {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}

.wrap1670 {
	width: 100%;
	margin: 0 auto;
	max-width: 1670px;
}

.wrap1300 {
	width: 100%;
	margin: 0 auto;
	max-width: 1300px;
}

.tc {
	text-align: center !important;
}

a:hover {
	color: #133B86;
}

.hd-space {
	height: 109px;
}

#hd {
	position: fixed;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50000;
	height: 109px;
	line-height: 109px;
	-webkit-box-shadow: 2px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 2px 0px 10px rgba(0,0,0,0.2);
	background-color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#hd .logo {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	float: left;
}

#hd .logo img {
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	width:91%;
	transition: 0.3s;
}

#hd .wp {
	width: 100%;
	padding: 0 4%;
}

#hd.nav-up {
	top: -144px;
}

#hd.nav-down {
	top: 0;
}

.search-r {
	display: inline-block;
}

.search-r .inp {
	background-color: #d8d8d8;
}

.search-r .btn {
	width: 50px;
	height: 50px;
	text-align: center;
	background: url("../images/s.png") no-repeat 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #cdcdcd;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.search-r .btn:hover {
	border-color: #133B86;
}

.top-form {
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.top-form .inp {
	background-color: #fff;
	height: 50px;
	width: 450px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	border: none;
	font-size: 18px;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.09);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.09);
	padding-right: 40px;
}

.top-form .sub {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: 50px;
	background: url("../images/s.png") no-repeat 50%;
}

.show-form .top-form {
	z-index: 10;
	bottom: -60px;
	opacity: 1;
}

.hd-r {
	float: right;
	font-size: 0;
	position: relative;
}

.hd-r * {
	vertical-align: middle;
}

.lang-r {
	line-height: 1;
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

.lang-r .v1 {
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #cdcdcd;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.lang-r .v1:hover {
	border-color: #133B86;
}

.lang-r .icon-jiantouxia:before {
	line-height: 1;
	right: 4px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	font-size: 12px;
}

.lang-r a {
	text-indent: -8px;
}

.lang-r .lan-other {
	position: absolute;
	width: 100%;
	background-color: #fff;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.2);
}

.lang-r .lan-other a {
	line-height: 40px;
	text-indent: 0;
	font-size: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
}

.lang-r .lan-other a:hover {
	color: #133B86;
}

.lang-r:hover {
	border-color: #133B86;
}

.lang-r:hover .lan-other {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.lang-r * {
	line-height: 1;
}

.lang-r a {
	display: block;
	line-height: inherit;
}

.m_header .m-lan {
	text-align: center;
	padding: 10px 0;
}

.m_header .m-lan a {
	font-size: 14px;
	display: inline-block;
	opacity: 0;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #d9d9d9;
	text-align: center;
	padding: 0;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.m_header .m-lan .on {
	background-color: #133B86;
	color: #fff;
	border-color: #133B86;
}

.m_header .top-form {
	margin: 0 10px;
	position: relative;
	bottom: 0;
	opacity: 0;
	z-index: 10;
}

.m_header .top-form .inp {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hide-sub .sub-nav {
	max-height: 0 !important;
}

.nav {
	display: inline-block;
	vertical-align: middle;
}

.nav .active a {
	color: #1c5088;
}

.nav li.cur-li a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.nav li.cur-li a {
	color: #133B86;
}

.nav li.has-sub .v1 span {
	font-size: 13px;
	margin-left: 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	-webkit-transform-origin: center 44%;
	-ms-transform-origin: center 44%;
	transform-origin: center 44%;
}

.nav li.has-sub:hover .v1 span {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.nav li {
	display: inline-block;
	position: relative;
}

.nav li.on a:after,
.nav li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.nav li.on a {
	color: #133B86;
}

.nav li:hover a {
	color: #133B86;
}

.nav li a {
	display: block;
	font-size: 20px;
	color: #333;
	margin: 0 15px;
	color: #fff;
	line-height: 1;
	position: relative;
	z-index: 50;
	color: #000;
	padding-bottom: 4px;
}

.nav li a:hover {
	color: #133B86;
}

.nav li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	border-top: 1px solid #133B86;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.logo-green {
	display: none;
}

#hd .sub-nav {
	position: absolute;
	left: 0;
	width: auto;
	/* top: 24px; */
	background-color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-height: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	text-align: left;
}

#hd .sub-nav dd {
	padding: 0 30px 10px 30px;
	margin-top: 30px;
}

#hd .sub-nav a {
	white-space: nowrap;
	font-size: 16px;
	line-height: 2.1;
	color: #646464;
	margin: 0;
	cursor: pointer;
	text-transform: capitalize;
}

#hd .sub-nav a:hover {
	color: #133B86;
}

#hd .sub-nav a:after {
	display: none;
}

#hd .nav li:hover .sub-nav {
	max-height: 1000px;
}

.banner-box {
	position: relative;
	padding-top: 39%;
}

#banner .item,
#banner .slick-track,
#banner .slick-list,
#banner .bg {
	height: 100%;
}

#banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#banner .item {
	position: relative;
	overflow: hidden;
}

#banner .txt {
	position: absolute;
	left: 0;
	bottom: 20%;
	line-height: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#banner .animated {
	opacity: 0;
}

#banner .img {
	opacity: 1;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}

#banner img {
	width: 100%;
}

#banner h3 {
	color: #fff;
	background-color: rgba(13,56,107,0.8);
	font-size: 30px;
	font-weight: normal;
	padding: 0.66em 1.8em;
	white-space: nowrap;
	letter-spacing: 0.02em;
}

#banner h4 {
	padding: 0.4em;
	padding-right: 1.8em;
	font-size: 30px;
	background: rgba(255,255,255,0.7);
	display: inline-block;
	margin-left: 3em;
	white-space: nowrap;
	letter-spacing: 0.02em;
}

#banner em {
	display: inline-block;
	width: 86px;
	height: 44px;
	background: url("../images/arr1.png") no-repeat 0 50%;
	vertical-align: middle;
	margin-right: 1.8em;
}

#banner span {
	vertical-align: middle;
	color: #EA753A;
    font-size: 39px;
    font-weight: 600;
	display: contents;
}
.wenzit h1 span{
	color: #EA753A;
    font-size: 75px !important;

    display: contents;

}
.list-solution {
	margin: 0 -0.8%;
	margin-bottom: 3%;
}

.list-solution li {
	float: left;
	width: 20%;
	padding: 0 0.8%;
}

.list-solution a {
	position: relative;
	display: block;
	overflow: hidden;
}

.list-solution a:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 50%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}

.list-solution a:hover .img-hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.list-solution span {
	padding-top: 112%;
	display: block;
}

.list-solution h4 {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	position: absolute;
	left: 30px;
	bottom: 30px;
	white-space: nowrap;
	z-index: 50;
}

.list-num li {
	float: left;
	/*width: 25%;*/
	width: 50%;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	line-height: 1;
}

.list-num h4 {
	font-size: 30px;
}

.list-num p {
	font-size: 48px;
}

.list-num sup {
	font-size: 12px;
	position: relative;
	top: -30px;
	margin-right: -18px;
}

.row2 {
	background: url("../images/bg1.jpg") no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 2% 0;
	height:254px;
	overflow: hidden;
}

.row3 {
	display: table;
	width: 100%;
	font-size: 0;
	table-layout: fixed;
}

.row3 .map,
.row3 .img {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	overflow: hidden;
}

.row3 .img {
	/* padding-top: 42%; */
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.row3 .map {
	background-color: #f7f7f7;
	vertical-align: unset;
	padding-top:48px;
}

.row3 .map .t1 {
	position: relative;
	z-index: 20;
	margin-bottom: -5%;
}

.row3 .map .t1 p {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.row3 .tc {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -5%;
}

.row4 .t1 {
	overflow: hidden;
	line-height: 1em;
	margin-bottom: 7%;
}

.row4 .t1 h3 {
	float: left;
}

.row-parter .t1 {
	overflow: hidden;
	line-height: 1.2em;
}

.row-parter .t1 h3 {
	float: left;
}

.row1,
.row2,
.row3,
.row4,
.row5 {
	overflow: hidden;
}

.news-i {
	float: left;
	width: 48%;
}

.events-i {
	float: right;
	width: 48%;
}

.news-i {
	position: relative;
}

.slider-news .item {
	position: relative;
}

.slider-news .img {
	display: block;
	padding-top: 66%;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.slider-news .img:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 140px;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}

.slider-news .txt {
	position: absolute;
	width: 80%;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 1.3;
	padding: 3% 0 4% 6%;
}

.slider-news p {
	font-size: 20px;
	line-height: 1.3;
}

.slider-news h5 {
	font-size: 14px;
}

.slider-news a:hover .img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.slider-news-nav {
	position: absolute;
	right: 7%;
	bottom: 50px;
}

.slider-nav {
	white-space: nowrap;
}

.slider-nav * {
	display: inline-block;
	vertical-align: middle;
}

.slider-nav .slick-dots {
	position: static;
	margin: 0;
}

.slider-nav .slick-dots li {
	margin: 0 2px;
}

.slider-nav .slick-dots li a {
	background: none;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 5px;
	height: 5px;
}

.slider-nav .slick-dots .slick-active a {
	background-color: #fff;
}

.slider-nav .slick-arrow {
	width: 13px;
	height: 23px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
}

.slider-nav .prev {
	background: url("../images/ar_l1.png") no-repeat left top;
}

.slider-nav .next {
	background: url("../images/ar_r1.png") no-repeat left top;
	margin-right: 0;
}

.slider-sensor-nav {
	text-align: center;
}

.slider-sensor-nav .slick-dots li a {
	background: none;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 5px;
}

.slider-sensor-nav .slick-dots .slick-active a {
	background-color: #133B86;
	border-color: #133B86;
}

.slider-sensor-nav .dots {
	margin: 0 20px;
}

.slider-sensor-nav .slick-arrow {
	width: 20px;
	height: 39px;
}

.slider-sensor-nav .prev {
	background: url("../images/ar_l2.png") no-repeat left top;
}

.slider-sensor-nav .next {
	background: url("../images/ar_r2.png") no-repeat left top;
}

.list-event h5 {
	font-size: 14px;
	color: #b6b6b6;
	margin-bottom: 5px;
}

.list-event p {
	font-size: 20px;
	line-height: 1.2;
	height: 2.5em;
	overflow: hidden;
}

.list-event li {
	padding: 22px 0;
	border-bottom: 1px solid #e1e1e1;
}

.list-event li:first-child {
	padding-top: 0;
}

.slider-partner {
	overflow: hidden;
	margin-bottom: 5%;
}

.slider-partner .item {
	float: left;
	width: 14.27888%;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	padding: 5px;
	font-size: 0;
}

.slider-partner .item .pad {
	border: 1px solid #d5d5d5;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height: 135px;
	line-height: 135px;
}

.slider-partner .item img {
	vertical-align: middle;
	height: auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	max-height: 120px;
	width: auto;
}

.slider-partner .item:hover .pad {
	border: 1px solid #133B86;
}

.t1 .slick-dots {
	position: static;
	margin: 0;
	float: right;
	width: auto;
}

.t1 .slick-dots li a {
	background-color: #d1d1d1;
	border: none;
}

.t1 .slick-dots .slick-active a {
	background-color: #133B86;
	border: none;
}

.ban-inner {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 24%;
}

.inner-nav {
	background-color: #133B86;
	padding: 14px 0;
	text-align: center;
}

.inner-nav a {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-width: 166px;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #6984a3;
	margin: 0 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.inner-nav a.on,
.inner-nav a:hover {
	background-color: #fff;
	color: #133B86;
	border-color: #133B86;
}

.t2 {
	font-size: 38px;
	color: #000;
}

.inner-intro h3 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}

.inner-intro p {
	font-size: 20px;
}

.inner-intro .con {
	font-size: 20px;
}

.bd-solution .inner-intro,
.bd-quality .inner-intro,
.bd-service-ability .inner-intro {
	background-color: #f2f2f2;
}

.bd-social-recruitment .inner-intro h3 {
	margin-bottom: 2%;
}

.inner-row {
	padding: 2% 0;
}

.list-mod1 li {
	*zoom: 1;
}

.list-mod1 li:after,
.list-mod1 li:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.list-mod1 {
	padding: 4% 0;
}

.list-mod1 li {
	margin: 0 -2%;
	padding: 4% 0;
	position: relative;
}

.list-mod1 h3 {
	margin-bottom: 3%;
	overflow: hidden;
}

.list-mod1 h3 span {
	font-weight: bold;
	float: left;
	font-size: 36px;
	line-height: 1.7em;
	color: #000;
}

.list-mod1 h3 em {
	float: right;
	line-height: 0;
	position: relative;
}

.list-mod1 h3 em:after {
	content: '';
	left: -90px;
	width: 70px;
	height: 1px;
	border-top: 1px solid #133B86;
	top: 50%;
	position: absolute;
}

.list-mod1 p {
	font-size: 20px;
}

.list-mod1 .bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	padding-top: 74%;
}

.list-mod1 .img {
	width: 57%;
	padding: 0 2%;
}

.list-mod1 .img:after {
	position: absolute;
	width: 100%;
	padding-top: 6%;
	background-color: #f2f2f2;
	content: '';
	bottom: 0%;
	z-index: 0;
	width: 200%;
}

.list-mod1 .txt {
	width: 43%;
	position: relative;
	z-index: 10;
	padding: 0 2%;
	padding-bottom: 5%;
}

.list-mod1 .even .img {
	float: left;
}

.list-mod1 .even .img:after {
	right: 2%;
}

.list-mod1 .even .txt {
	float: right;
}

.list-mod1 .odd .img {
	float: right;
}

.list-mod1 .odd .img:after {
	left: 2%;
}

.list-mod1 .odd .txt {
	float: left;
}

.list-mod1 .space {
	padding-top: 10%;
}

.list-mod1 .space-s {
	padding-top: 6%;
}

.bd-solution .inner-intro .wrap,
.bd-service-ability .inner-intro .wrap,
.bd-quality .inner-intro .wrap {
	max-width: 900px;
}

.list-mod1 .more {
	float: none;
	top: -24px;
}

.ban-inner2 {
	background-color: #133B86;
	color: #fff;
	padding: 4% 0;
	text-align: center;
	border-bottom: 1px solid #6984a3;
}

.ban-inner2 h3 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ban-inner2 p {
	font-size: 18px;
	text-align: left;
}

.ban-inner2 h4 {
	font-size: 24px;
	margin-bottom: 1.1em;
}

.ban-inner2 .wrap {
	max-width: 900px;
}

.ban-inner7 {
	background-color: #133B86;
	color: #fff;
	padding: 5% 0;
	text-align: center;
}

.ban-inner7 h2 {
	font-size: 60px;
	line-height: 1;
}

.ban-inner7 h4 {
	font-size: 24px;
	margin-bottom: 1.1em;
}

.ban-inner7 p {
	font-size: 20px;
	text-align: left;
}

.bd-event .wrap {
	max-width: 1200px;
}

.list-events {
	padding: 3% 0 5% 0;
}

.list-events li {
	overflow: hidden;
	padding: 3% 0;
	border-bottom: 1px solid #d5d5d5;
	position: relative;
}

.list-events h5 {
	font-size: 14px;
	color: #b6b6b6;
	line-height: 1;
}

.list-events p {
	font-size: 16px;
}

.list-events h4 {
	font-size: 23px;
	line-height: 1.2;
    color: #000;
    margin-bottom: 13px;
    max-height: 2.4em;
    overflow: hidden;
    font-weight: 500;
    margin-top: 11px;
}

.list-events .img {
	float: right;
	width: 35%;
	padding-top: 19%;
}

.list-events .txt {
	overflow: hidden;
	padding-right: 15%;
}

.list-events .con {
	height:155px;
	overflow: hidden;
	margin-bottom: 4px;
}

.list-events .more {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 3%;
}

.list-pro li {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
}

.list-pro .wrap1300 {
	padding: 4%;
	display: table-cell;
	vertical-align: middle;
}

.list-pro .img {
	text-align: center;
}

.list-pro .img img {
	max-width: 90%;
}

.list-pro .img-hover {
	display: block;
}

.list-pro .img-hover:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.list-pro li:nth-child(2n) {
	background-color: #fff;
}

.list-pro li:nth-child(2n) .pad {
	background-color: #f3f3f3;
}

.list-pro li:nth-child(2n+1) {
	background-color: #f3f3f3;
}

.list-pro .txt {
	position: absolute;
	right: 0;
	bottom: 6%;
	max-width: 36%;
}

.list-pro .pad {
	background-color: #fff;
	padding: 5% 10%;
	border-left: 9px solid #133B86;
}

.list-pro h5 {
	font-size: 30px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 0.3em;
	white-space: nowrap;
}

.list-pro .more {
	margin-top: 15px;
	display: inline-block;
}

.list-pro p {
	font-size: 20px;
	line-height: 1.3;
}

.ban-inner3 {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 32%;
	position: relative;
}

.nav-solution {
	background-color: #133B86;
	padding: 10px 35px;
	overflow: hidden;
	display: table;
	width: 100%;
}

.nav-solution li {
	display: table-cell;
	width: 20%;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	vertical-align: top;
}

.nav-solution li:first-child a:after {
	display: none;
}

.nav-solution li:last-child a:before {
	display: none;
}

.nav-solution li a {
	display: block;
	padding: 10px 1px;
	position: relative;
}

.nav-solution li a:after {
	content: '';
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 1px;
	background-color: #4d688e;
}

.nav-solution li a:before {
	content: '';
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: -1px;
	width: 1px;
	background-color: #4d688e;
}

.nav-solution li em {
	color: #fff;
	font-size: 20px;
}

.nav-solution li span {
	display: block;
	height: 40px;
	margin-bottom: 5px;
	background-image: url("../images/ic4.png");
	background-repeat: no-repeat;
}

.nav-solution .on,
.nav-solution li:hover {
	background-color: #fff;
}

.nav-solution .on span,
.nav-solution li:hover span {
	display: block;
	background-image: url("../images/ic3.png");
}

.nav-solution .on em,
.nav-solution li:hover em {
	color: #133B86;
}

.nav-solution .on a:after {
	display: none;
}

.nav-solution .on a:before {
	display: none;
}

.nav-solution li:hover {
	position: relative;
	z-index: 50;
}

.nav-solution li:hover a:after {
	left: -1px;
}

.nav-solution li:hover a:before {
	right: -1px;
}

.nav-solution .s1 span {
	background-position: 50% 0;
}

.nav-solution .s2 span {
	background-position: 50% 22%;
}

.nav-solution .s3 span {
	background-position: 50% 44%;
}

.nav-solution .s4 span {
	background-position: 50% 65%;
}

.nav-solution .s5 span {
	background-position: 50% 87%;
}

.list-solution2 {
	margin: 0 -0.8%;
}

.list-solution2 li {
	float: left;
	padding: 0.8%;
	width: 50%;
}

.list-solution2 a {
	display: block;
	overflow: hidden;
}

.list-solution2 .img {
	padding-top: 43%;
	position: relative;
	display: block;
}

.list-solution2 .img:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 80px;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}

.list-solution2 h3 {
	position: absolute;
	padding: 2% 5%;
	z-index: 10;
	color: #fff;
	font-size: 30px;
	left: 0;
	bottom: 0;
	text-transform: capitalize;
}

.ban-inner4 {
	background-color: #f2f2f2;
}

.ban-inner4 .wrap1200 {
	position: relative;
	padding-bottom: 2%;
}

.ban-inner4 img {
	max-width: 100%;
}

.ban-inner4 h2 {
	position: absolute;
	bottom: 2%;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background-color: #133B86;
	text-align: center;
	padding: 0.3em;
}

.t3 {
	font-size: 30px;
	color: #000;
	line-height: 1.1;
	margin-bottom: 0.25em;
}

.row-pro2 {
	background-color: #f7f7f7;
	overflow: hidden;
}

.row-pro2 .con {
	line-height: 1.8;
	font-size: 18px;
}

.row-pro2 .l {
	width: 50%;
}

.row-pro2 .r {
	width: 50%;
}

.table-specification {
	font-size: 0;
	height: 342px;
	overflow: hidden;
	margin: 0 -1%;
}

.table-specification li {
	overflow: hidden;
	float: left;
	width: 48%;
	padding: 1.5%;
	margin: 0 1%;
	border-bottom: 1px solid #cdcdcd;
}

.table-specification span {
	display: inline-block;
	font-size: 20px;
	color: #000;
	vertical-align: bottom;
	white-space: nowrap;
}

.table-specification p {
	vertical-align: bottom;
	display: inline-block;
	font-size: 18px;
}

.row-pro3 .btn-tc {
	padding: 4% 0 0 0;
	overflow: hidden;
}

.row-solution1 .l {
	width: 50%;
	padding-right: 3%;
}

.row-solution1 .r {
	width: 50%;
}

.row-solution1 .con {
	font-size: 18px;
	line-height: 1.5;
}

.row-solution2 {
	background-color: #f4f4f4;
}

.row-solution3 .con {
	font-size: 18px;
	line-height: 1.5;
}

.row-solution3 .l {
	width: 51%;
	padding-right: 2%;
}

.row-solution3 .r {
	width: 49%;
}

.row-solution3 .r .pad {
	width: 70%;
	margin: 0 auto;
}

.row-solution3 .wrap1200 {
	position: relative;
	overflow: hidden;
}

.row-solution3 .wrap1200:after {
	content: '';
	position: absolute;
	left: 51%;
	width: 1px;
	background-color: #d9d9d9;
	top: 0;
	bottom: 0;
}

.pro-s .img {
	padding-top: 45%;
	border: 1px solid #d9d9d9;
	margin-right: 1px;
	border-bottom: none;
	-webkit-background-size: contain;
	background-size: contain;
}

.pro-s h4 {
	background-color: #133B86;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}

.list-case {
	margin: 0 -10px;
	overflow: hidden;
}

.list-case .item {
	float: left;
	width: 33.33333%;
	padding: 0 10px;
	margin-bottom: 10px;
}

.list-case .img-ovh {
	overflow: hidden;
	display: block;
	border: 1px solid #d9d9d9;
	margin-bottom: 14px;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.list-case .img-ovh:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	border-top: 3px solid #133B86;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.list-case .img-hover-contain {
	padding-top: 77%;
}

.list-case p {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #000;
}

.list-case .img {
	display: block;
}

.list-case .img:hover p {
	color: #133B86;
}

.list-case .img:hover .img-ovh:after {
	opacity: 1;
}

.list-case .img:hover .img-hover-contain {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.list-case .slick-dots {
	margin-top: 20px;
	position: static;
}

.list-case .slick-dots li a {
	background-color: #fff;
}

.list-case .slick-dots .slick-active a {
	background-color: #133B86;
}

.relate-case {
	background-color: #f4f4f4;
}

.ban-inner5 {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 32%;
}

.bd-solution-detail2 .inner-intro {
	background-color: #f2f2f2;
}

.img-ovh {
	overflow: hidden;
}

.slider-sensor {
	margin: 0 -10px;
	margin-top: 3%;
}

.slider-sensor a {
	display: block;
}

.slider-sensor .img-hover-contain {
	padding-top: 75%;
}

.slider-sensor p {
	font-size: 18px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.slider-sensor .img-ovh {
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
}

.slider-sensor .item {
	padding: 0 10px;
}

.slider-sensor .slick-dots {
	position: static;
}

.slider-sensor .slick-dots li a {
	border: 1px solid #c9c9c9;
}

.slider-sensor-nav {
	margin-top: 20px;
}

.sensor-row .tit {
	margin-bottom: 2%;
}

.sensor-row .tit h3 {
	margin-bottom: 0.1em;
}

.sensor-row .tit p {
	font-size: 16px;
}

.ban-inner6 {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 36%;
}

.row-about {
	overflow: hidden;
	background-color: #f7f7f7;
	position: relative;
}

.row-about .img {
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #000;
}

.row-about .txt {
	width: 50%;
	padding: 5%;
	font-size: 18px;
	line-height: 1.6;
}

.row-about1 .img {
	right: 0;
}

.row-about1 .txt {
	float: left;
}

.row-about2 .img {
	left: 0;
}

.row-about2 .txt {
	float: right;
	padding-left: 3%;
	padding-right: 3%;
}

.list-culture {
	font-size: 0;
	margin: 0 -1.6%;
}

.list-culture li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 1.6%;
}

.list-culture h4 {
	font-size: 30px;
	color: #000;
}

.list-culture .pad {
	padding: 6%;
	background-color: #fff;
	border-left: 5px solid #45587d;
}

.list-culture p {
	font-size: 18px;
}

.slider-history .txt {
	float: left;
	width: 67%;
}

.slider-history .img {
	float: right;
	width: 33%;
	position: relative;
	right: 1px;
	padding-top: 24.5%;
}

.slider-history .item {
	overflow: hidden;
	padding-left: 2px;
}

.slider-history h4 {
	font-size: 100px;
	color: #c3c3c3;
	line-height: 1;
}

.slider-history p {
	font-size: 26px;
}

.slider-year .item {
	height: 130px;
	text-align: center;
	cursor: pointer;
	padding-top: 24px;
	position: relative;
}

.slider-year .item:before {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	top: 12px;
	border-top: 2px dotted #ddd;
}

.slider-year .item:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -1px;
	width: 3px;
	height: 24px;
	top: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #949494;
}

.slider-year .hlight:after {
	background-color: #000;
}

.slider-year .slick-list,
.slider-year .slick-track {
	position: static;
}

.slider-year .slick-current h4 {
	color: #133B86;
	font-size: 53px;
}

.slider-year p {
	font-size: 18px;
}

.slider-year h4 {
	font-size: 20px;
	color: #999;
	margin-top: 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.slider-year .item:hover h4 {
	color: #133B86;
}

.slider-year .item:hover:after {
	background-color: #133B86;
}

.row-histtory .wp {
	padding: 0 10%;
}

.slider-year-box {
	position: relative;
	margin-top: 5%;
}

.slider-year-box .line-box {
	margin: 0 auto;
	position: relative;
	z-index: 50;
	margin-bottom: -2px;
}

.slider-year-box #line {
	top: 12px;
	border-top: 3px solid #000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	left: 0;
	width: 0;
	position: relative;
}

.slider-year-box #line:after {
	content: '';
	position: absolute;
	right: -14px;
	top: -17px;
	width: 29px;
	height: 29px;
	background: url("../images/dt.png") no-repeat 50%;
}

.list-welfare {
	margin: 0 -15px;
}

.list-welfare li {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.list-welfare h3 {
	margin-top: 0.5em;
}

.list-welfare p {
	font-size: 20px;
}

.row-recruitment2 {
	background-color: #f2f2f2;
}

.row-recruitment2 .tit {
	margin-bottom: 2%;
}

.row-recruitment2 .tit p {
	font-size: 18px;
}

.list-tplan {
	margin: 0 -1%;
	overflow: hidden;
}

.list-tplan em {
	font-size: 0;
}

.list-tplan li {
	float: left;
	width: 33.33333%;
	padding: 1%;
}

.list-tplan li:hover .pad {
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.08);
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.08);
}

.list-tplan .pad {
	background-color: #fff;
	padding: 12% 9%;
	height: 380px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.08);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.08);
}

.list-tplan h4 {
	margin-bottom: 10px;
	color: #000;
	margin-top: 5px;
	line-height: 1.2;
}

.list-tplan p {
	font-size: 20px;
	line-height: 1.4;
}

.slider-env .item {
	position: relative;
}

.slider-env .item:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 60%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}

.slider-env .img {
	padding-top: 45%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.slider-env h4 {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	bottom: 10%;
	z-index: 50;
}

.slider-env-nav {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	text-align: center;
	bottom: 5%;
}

.slider-env-nav .slick-dots li a {
	width: 8px;
	height: 8px;
}

.slider-env-nav .dots {
	margin: 0 5px;
}

.slider-env-nav .slick-arrow {
	width: 20px;
	height: 39px;
}

.slider-env-nav .prev {
	background: url("../images/ar_l3.png") no-repeat left top;
}

.slider-env-nav .next {
	background: url("../images/ar_r3.png") no-repeat left top;
}

.row-recruitment3 {
	position: relative;
}

.list-recruitment-category {
	margin: 0 -1%;
	overflow: hidden;
}

.list-recruitment-category li {
	float: left;
	width: 50%;
	padding: 0 1%;
	padding-bottom: 5px;
}

.list-recruitment-category .img {
	padding-top: 50%;
}

.list-recruitment-category h3 {
	margin-top: 0.4em;
}

.bd-social-recruitment .inner-intro {
	background-color: #f7f7f7;
}

.bd-social-recruitment .inner-intro p {
	font-size: 16px;
	margin-bottom: 20px;
}

.social-job .tit p {
	font-size: 18px;
}

.job-filter {
	background-color: #f2f2f2;
	padding: 18px 30px;
	font-size: 20px;
	margin: 30px 0;
}

.job-filter dt {
	float: left;
	margin-right: 15px;
}

.job-filter dd {
	overflow: hidden;
}

.job-filter dd a {
	margin: 0 25px;
	padding-bottom: 3px;
	display: inline-block;
}

.job-filter dd .on {
	color: #133B86;
	border-bottom: 1px solid #133B86;
}

.list-job {
	overflow: hidden;
	margin: 0 -10px;
}

.list-job li {
	float: left;
	width: 33.333333%;
	padding: 10px;
}

.list-job li .pad {
	border: 1px solid #d9d9d9;
	padding: 8% 6% 8% 8%;
	height: 344px;
}

.list-job li h4 a {
	font-size: 30px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
}

.list-job li h4 a:hover {
	color: #133B86;
}

.list-job li p {
	font-size: 20px;
}

.list-job li .con {
	height: 6em;
	margin-bottom: 2.5em;
	overflow: hidden;
}

.meta-job {
	font-size: 16px;
	margin-bottom: 8px;
	color: #989898;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.meta-job span {
	margin-right: 16px;
}

.meta-job em {
	color: #464646;
}

.mail-ico {
	width: 20px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	vertical-align: text-top;
	background: url("../images/mail.png") no-repeat 50%;
}

.campus-row1 .img {
	float: left;
	width: 50%;
}

.campus-row1 .txt {
	float: right;
	padding-left: 5%;
	width: 50%;
}

.campus-row1 h4 {
	font-size: 34px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 4%;
}

.campus-row1 .con p {
	font-size: 20px;
}

.campus-row2 {
	background-color: #f8f8f8;
}

.list-route {
	margin: 0 -10px;
}

.list-route li {
	float: left;
	width: 50%;
	padding: 10px;
}

.list-route .img {
	display: block;
	padding-top: 56%;
}

.list-route h4 {
	font-size: 30px;
	color: #000;
	margin: 0.5em 0 0.1em 0;
}

.list-route p {
	font-size: 20px;
}

.list-route .con {
	height: 3.9em;
	overflow: hidden;
	margin-bottom: 30px;
}

.route-main {
	padding-bottom: 4%;
}

.route-main .hd {
	padding: 4.1% 0;
	background-color: #133B86;
	font-size: 36px;
	line-height: 1em;
}

.route-main .hd .wrap1200 {
	position: relative;
}

.route-main .hd h3 {
	color: #fff;
	font-weight: bold;
	padding-right: 60px;
}

.route-main .hd .back {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
	padding-right: 10px;
	background: url("../images/arr7.png") no-repeat right 50%;
}

.route-main .bd {
	padding: 3% 0;
}

.route-main .bd .meta-job {
	margin-bottom: 20px;
}

.route-main .bd p {
	font-size: 18px;
}

.other-route {
	background-color: #f0f0f0;
}

.other-route .pad {
	padding: 4% 7%;
	position: relative;
	padding-right: 17%;
}

.other-route h4 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.other-route p {
	font-size: 20px;
}

.other-route .more {
	position: absolute;
	right: 7%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-addr {
	font-size: 0;
	margin: 0 -3%;
}


.list-addr li:hover{
	background-color: #133B86;
}
.list-addr li:hover .nh{
	color: white !important;
}
.list-addr li:hover .addr-dl{
	color:white;
}

.list-addr li {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	border-left: 1px solid #d9d9d9;
	padding: 0 3% 3% 3%;
	margin-bottom: 4%;
}

.list-addr li h4 {
	font-size: 28px;
	margin-top: 0.9em;
	margin-bottom: 0.2em;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	white-space: nowrap;
}

.list-addr li .img {
	padding-top: 51%;
	width: 100%;
}

.list-addr li:nth-child(2n-1) {
	border-left: none;
}

.list-addr .more {
	margin-top: 20px;
	display: inline-block;
}

.addr-dl {
	font-size: 18px;
}

.addr-dl dt {
	float: left;
	width: 90px;
	padding-left: 25px;
	clear: both;
}

.addr-dl dd {
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 1.3;
}

.addr-dl .s1 {
	background: url("../images/e1.png") no-repeat left 8px;
}

.addr-dl .s2 {
	background: url("../images/e2.png") no-repeat left 8px;
}

.addr-dl .s3 {
	background: url("../images/e3.png") no-repeat left 8px;
}

.addr-row {
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 2%;
}

.form-row {
	background-color: #f9f9f9;
}

.form-row .t3 {
	margin-bottom: 3%;
}

.form-box {
	font-size: 16px;
}

.form-box li {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 4%;
	position: relative;
	line-height: 40px;
}

.form-box .inp-text {
	width: 100%;
	background: #fff;
	color: #666;
	padding: 0 10px;
	background: none;
	border: none;
}

.form-box .sub {
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	background-color: #1faeff;
	font-size: 18px;
	border: none;
	color: #fff;
	cursor: pointer;
}

.form-box .inp-label {
	width: 80px;
	float: left;
	font-size: 16px;
	line-height: 40px;
	white-space: nowrap;
	text-align: left;
}

.form-box i {
	position: relative;
	top: 0.2em;
	width: 10px;
	display: inline-block;
	font-style: normal;
	color: #d30000;
}

.form-box .inp-label i {
	margin-left: 2px;
}

.form-box .inp {
	overflow: hidden;
}

.form-box .inp-text {
	height: 40px;
}

.form-box .inp-textarea {
	height: 320px;
	padding: 5px;
}

.form-box .tip-u {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: inherit;
}

.form-box .tips {
	position: absolute;
	right: 110px;
	top: 0;
	display: none;
	color: #d30000;
}

.form-box .msg-box {
	line-height: 1.6;
	border-bottom: none;
}

.form-box .msg-box .inp-label {
	display: block;
	float: none;
}

.form-box .msg-box .inp {
	padding-right: 0;
}

.form-box .msg-box textarea {
	background-color: #fff;
	padding: 10px 14px;
	height: 150px;
}

.form-box .inp-col {
	position: relative;
	float: left;
	width: 50%;
}

.form-box .inp-col:after {
	content: '';
	position: absolute;
	width: 20px;
	top: 0;
	left: -20px;
	height: 100px;
	z-index: 50;
	background-color: #f9f9f9;
}

.btn2 {
	background: none;
	padding: 0;
	width: 292px;
	height: 72px;
	color: #fff;
	line-height: 72px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #133B86;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #133B86;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn2 span {
	padding-right: 40px;
	background: url("../images/arr2.png") no-repeat right 4px;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.btn2:hover,
.btn2.on {
	color: #fff;
	background-color: #133B86;
	border-color: #133B86;
}

.btn2:hover span {
	background-position: right -87px;
}

.location-map {
	background-color: #f9f9f9;
	text-align: center;
}

.location-map .wrap1400 {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.map-bar {
	position: absolute;
	bottom: 0;
	display: block;
}

.dot-list li {
	position: absolute;
	width: 8px;
	height: 8px;
	text-align: left;
}

.dot-list em {
	display: inline-block;
	cursor: pointer;
	position: relative;
	vertical-align: top;
	font-size: 0;
	z-index: 60;
	width: 100%;
	height: 100%;
}

.dot-list em:before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.dot-list em:after {
	-webkit-border-radius: 32px;
	border-radius: 32px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	-webkit-transform: scale(0.65);
	-ms-transform: scale(0.65);
	transform: scale(0.65);
	opacity: 0.3;
	-webkit-animation-name: circle-anim;
	animation-name: circle-anim;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	z-index: 1;
}

.dot-list h6 {
	font-size: 13px;
	position: absolute;
	color: #363636;
	white-space: nowrap;
	text-transform: capitalize;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.dot-list .yellow:before {
	background: #ffda59;
}

.dot-list .yellow:after {
	background: #ffda59;
}

.dot-list .blue:before {
	background: #2db5df;
}

.dot-list .blue:after {
	background: #2db5df;
}

.dot-list .green:before {
	background: #329a44;
}

.dot-list .green:after {
	background: #329a44;
}

.dot-list .red:before {
	background: #fa1d3e;
}

.dot-list .red:after {
	background: #fa1d3e;
}

.dot-list .text-left h6 {
	right: 28px;
	top: 0;
}

.dot-list .text-right h6 {
	top: 0;
	left: 24px;
	line-height: 1;
}

.dot-list .text-bottom h6 {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	top: 24px;
}

.dot-list .text-top h6 {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	top: -22px;
	z-index:99999;
}

.dot-list .s1 {
	left: 15%;
	top: 40%;
}

.dot-list .s2 {
	left: 16%;
	top: 43%;
}

.dot-list .s3 {
	left: 22%;
	top: 33%;
}

.dot-list .s4 {
	left: 47%;
	top: 26%;
}

.dot-list .s5 {
	left: 49.5%;
	top: 28.6%;
}

.dot-list .s6 {
	left: 77%;
	top: 39%;
}

.dot-list .s7 {
	left: 76%;
	top: 42%;
}

.dot-list .s8 {
	left: 75%;
	top: 43%;
}

.dot-list .s9 {
	left: 79%;
	top: 49%;
}

.dot-list span {
	display: none;
	margin-left: 5px;
}

.dot-list li:hover {
	z-index: 70;
}

.dot-list li:hover .pop-info {
	visibility: visible;
}

.dot-list li:hover .pop-info .pad {
	opacity: 1;
}

.pop-info {
	bottom: 20px;
	left: -200px;
	position: absolute;
	z-index: 80;
	visibility: hidden;
}

.pop-info .pad {
	width: 470px;
	background-color: #fff;
	height: 120px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.1);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	margin-bottom: 30px;
}

.pop-info .img {
	width: 120px;
	height: 100%;
	float: left;
}

.pop-info .txt {
	overflow: hidden;
	padding: 20px;
}

.pop-info h5 {
	font-size: 24px;
	height: 2.4em;
	overflow: hidden;
	color: #000;
	line-height: 1.2;
	margin-bottom: 10px;
}

.location-map-index {
	width: 100%;
}

.location-map-index .wrap1400 {
	width: 100%;
	max-width: 100%;
}

.location-map-index .wrap1400 img {
	max-width: 100%;
}

.location-map-index .dot-list h6 {
	font-size: 12px;
}

.location-map-index .dot-list li {
	width: 8px;
	height: 8px;
	margin-left: 0%;
}

.location-map-index .dot-list h6 {
	display: none;
}

.location-map-index .dot-list span {
	display: inline-block;
}

.location-map-index .pop-info {
	left: 13px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.location-map-index .pop-info .txt {
	padding: 10px;
}

.location-map-index .pop-info h5 {
	font-size: 14px;
	height: auto;
	margin-bottom: 0;
	white-space: nowrap;
}

.location-map-index .pop-info .pad {
	width: auto;
	height: auto;
	margin-bottom: 8px;
}

.location-map-index .pop-info .pad:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
}

.location-map-index .pop-info .more {
	display: none;
}

.location-map-index .pop-info .img {
	display: none;
}

.cat-nav {
	border: 1px solid #d9d9d9;
	position: relative;
	width: 90%;
	margin: 5% auto;
	z-index: 5;
	display: none;
}

.cat-nav h4 {
	padding: 0 20px;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: url("../images/arr8.png") no-repeat 96% 50%;
	-webkit-background-size: 16px 16px;
	background-size: 16px;
}

.cat-nav .cat-sub {
	position: absolute;
	width: 100%;
	top: 51px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
}

.cat-nav .cat-sub a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	border-bottom: 1px solid rgba(217,217,217,0.3);
}

.cat-nav .cat-sub .on {
	color: #133B86;
}

.row-pro1 .t3 {
	text-align: left;
}

.video-v {
	padding-top: 60%;
}

.list-pin2 {
	margin: 0 -1.5%;
}

.list-pin2 li {
	float: left;
	width: 50%;
	padding: 0 1.5%;
}

.list-pin2 .img {
	padding-top: 75%;
	padding-top: 56%;
	margin-bottom: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.list-pin2 .img:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.list-pin2 .img-pro .img {
	-webkit-background-size: contain;
	background-size: contain;
}

.list-pin2 .img-other .img {
	-webkit-background-size: cover;
	background-size: cover;
}

.list-pin2 p {
	font-size: 24px;
	text-align: center;
}

.list-pin {
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding-bottom: 3%;
}

.list-pin li {
	float: left;
	width: 14.285%;
	text-align: center;
}

.list-pin p {
	font-size: 14px;
	color: #000;
}

.hide-me {
	opacity: 0;
}

.bd-solution-detail .table-specification {
	height: auto;
}

.row-recruitment1 {
	padding-top: 0 !important;
}

.ban-full {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.nhs{
	width:100%;
}
.nhs .wrap1200{
	width:100%;
	max-width:none;
}
.nhs h2{
	/* position: absolute; */
	bottom: 2%;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background-color: #0d386b;
	text-align: center;
	margin-top:-6px;
	padding: 0.3em;
}
.ban-full .wrap1200 {
	width: 100%;
	display:unset;
	/* vertical-align: middle; */
	text-align: center;
	/* height: 100%; */
}

.ban-full img {
	/* max-height: 70%; */
	max-width: 100%;
}

/* .ban-full .img-hover-contain {
	padding-top: 36%;
} */

.list-culture li,
.list-addr li {
	width: 49%;
}

.bd-products {
	position: relative;
}

.list-pro {
	position: relative;
}

.list-pro .img,
.list-pro .wrap1300,
.list-pro a {
	height: 100%;
	display: block;
}

.list-pro .img img {
	max-height: 60%;
}

.bd-products.done li {
	position: static;
	top: 0;
}

.list-mod2 li {
	margin: 0 -3%;
}

.list-mod2 h3 span {
	line-height: 1;
}

.list-mod2 .img,
.list-mod2 .txt {
	padding-left: 3%;
	padding-right: 3%;
}

.list-mod2 .bg {
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 95% 95%;
	background-size: 95%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
}

#form-row {
	position: relative;
	top: 0;
}

.news-detail .hd {
	background-color: #f6f6f6;
	padding: 4% 0;
	text-align: center;
}

.news-detail .hd h1 {
	font-size: 36px;
	line-height: 1.4;
	margin: 0 auto;
	margin-bottom: 0.5em;
	width: 100%;
	max-width: 700px;
}

.news-detail .hd .meta span {
	color: #999;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.news-detail .hd .meta em {
	color: #666;
}

.news-detail .bd {
	padding: 2% 0;
}

.news-detail .bd p {
	font-size: 16px;
	line-height: 27px;

}

.news-detail .bd img {
	margin: 2% 0;
}

.search-result {
	padding: 3% 0;
	background-color: #f8f8f8;
}

.search-result h2 {
	font-size: 30px;
	color: #323232;
	margin-bottom: 0.2em;
}

.search-result h2 span {
	font-size: 16px;
	color: #787878;
	margin-left: 6px;
}

.search-result h2 em {
	color: #133B86;
}

.t4 {
	font-size: 24px;
	color: #323232;
	margin-bottom: 10px;
	font-weight: normal;
}

.res-box {
	margin-bottom: 4%;
	overflow: hidden;
}

.res-box .list-events {
	background-color: #fff;
	padding-left: 5%;
	padding-right: 5%;
}

.res-box .list-events li:last-child {
	border-bottom: none;
}

.table-config-box {
	overflow-x: auto;
	overflow-y: hidden;
	height: 0;
}

.table-config-box table {
	width: 100%;
}

.table-config-box table td {
	width: 25%;
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	padding: 2% 0;
}

.table-config-box table p {
	font-size: 16px;
}

.table-config-box table span {
	font-size: 16px;
}

/*			font-size 18px
			display inline-block
			width 100%
			height 60px
			line-height 60px
			vertical-align bottom*/

.td-gap span {
	margin-left: 20px;
}

.row-solution2 .btn-tc {
	padding-top: 4%;
}

.slider-year .slick-list {
	position: relative;
}

/*.list-mod1
	p
		position relative
		padding-left 20px
		&:before
			content ''
			width 7px
			height 1px
			background-color b1
			display inline-block
			vertical-align middle*/

.contact-us .location-map {
	position: relative;
	overflow: hidden;
}

.contact-us .wrap1400 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.bd-event {
	padding-bottom: 4%;
}

.form-box .inp {
	position: relative;
}

.pro-s .slick-dots {
	bottom: 60px;
}

.pro-s .slick-dots li a {
	border-color: #d9d9d9;
}

.list-addr .more {
	display: none;
}

.lan-other {
	display: none;
}

.lang-r .v1 {
	text-indent: 0;
}

.lang-r .v1 i {
	display: none;
}

.bd-about .t3 {
	font-size: 32px;
	font-weight: bold;
}

.list-mod1 h3 span {
	font-size: 32px;
}

.slider-history .slick-arrow {
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	border: none;
	background: none;
	font-size: 0;
	cursor: pointer;
	background-position: 50%;
	background-repeat: no-repeat;
	z-index: 50;
}

.slider-history .slick-prev {
	left: -60px;
	background-image: url("../images/ar_l2.png");
}

.slider-history .slick-next {
	right: -60px;
	background-image: url("../images/ar_r2.png");
}

.slider-history .slick-disabled {
	opacity: 0.2;
}

.ban-inner8 {
	background-color: #133B86;
	color: #fff;
	padding: 5% 0;
	text-align: center;
}

.ban-inner8 h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
}

.ban-inner8 h4 {
	font-size: 24px;
	margin-bottom: 1.1em;
}

.ban-inner8 p {
	font-size: 18px;
	text-align: left;
	line-height: 1.6;
}

.t5 h3 {
	margin-bottom: 0.5em;
	color: #000;
}

.t5 h3 span {
	font-size: 16px;
	color: #464646;
	margin-left: 4px;
}

.list-invest {
	float: left;
	width: 50%;
	padding: 0 2%;
}

.list-invest .pad {
	border-bottom: 1px solid #e5e5e5;
	padding: 2% 0;
	font-size: 18px;
	color: #464646;
}

.list-invest-box {
	overflow: hidden;
	margin: 0 -2%;
}

.investor-row2 {
	background-color: #f8f8f8;
}

.investor-row2 .img {
	float: left;
	width: 50%;
	padding: 0 2%;
}

.investor-row2 .img-bor {
	background-color: #fff;
	padding: 4%;
	border: 1px solid #c4c4c4;
	text-align: center;
}

.stock-box {
	overflow: hidden;
	margin: 0 -2%;
}

.investor-col {
	float: left;
	width: 50%;
	padding: 0 2%;
}

.investor-wp {
	margin: 0 -2%;
}

.interaction-slider .img {
	padding-top: 68.4%;
}

.interaction-slider .slick-dots {
	padding-right: 2%;
	padding-bottom: 2.5%;
	bottom: 0;
	text-align: right;
}

.interaction-slider .slick-dots li.slick-active a {
	background-color: #fff;
	border-color: #fff;
}

.annce-hd {
	text-align: right;
	margin-bottom: 22px;
}

.annce-hd * {
	vertical-align: middle;
	font-size: 16px;
}

.annce-hd input {
	border: 1px solid #dbdbdb;
	width: 40px;
	height: 25px;
	margin: 0 3px;
	padding: 0 4px;
	font-size: 12px;
}

.annce-hd button {
	background-color: #133B86;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	margin-left: 10px;
	margin-right: 20px;
	border: none;
	font-family: "PingFang-SC-Regular", "Hiragino Sans GB", '\5FAE\8F6F\96C5\9ED1', '\9ED1\4F53', '\5B8B\4F53', 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.annce-hd button:hover {
	opacity: 0.8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= .8)';
}

.annce-hd a {
	width: 25px;
	height: 25px;
	color: #a9a9a9;
	line-height: 23px;
	text-align: center;
	border: 0;
	cursor: pointer;
	border: 1px solid #dbdbdb;
	display: inline-block;
	font-family: '\5b8b\4f53';
	font-weight: bold;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.annce-hd a:hover {
	background-color: #133B86;
	color: #fff;
	border-color: #133B86;
}

.annce-hd em {
	font-size: 24px;
	color: #646464;
	margin: 0 10px;
	font-family: sans-serif;
}

.annce-list li {
	height: 74px;
	line-height: 74px;
	border-bottom: 1px solid #ececec;
}

.annce-list li span {
	color: #b6b6b6;
	font-size: 18px;
	float: right;
}

.annce-list li p {
	font-size: 20px;
	color: #464646;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.annce-list li p:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background-color: #a1a1a1;
}

.annce-list a:hover p {
	color: #133B86;
}

.investor-row4 {
	background-color: #f8f8f8;
}

.investor-row4 .t5 {
	overflow: hidden;
}

.investor-row4 .t5 h3 {
	float: left;
}

.investor-row4 .t5 .annce-hd {
	margin-top: 10px;
	margin-bottom: 0;
}

.sns-link {
	display: inline-block;
	width: 47px;
	height: 45px;
	background: url("data:image/png;base64,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") no-repeat 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	margin-left: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sns-link:hover {
	opacity: 0.8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= .8)';
}

.investor-row3 .t2 * {
	vertical-align: middle;
}

.interaction-slider-box {
	position: relative;
}

.interaction-slider-box .btn-tc {
	position: absolute;
	bottom: 7%;
	width: 100%;
}

.interaction-slider-box .btn-tc a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 136px;
	height: 40px;
	background: url("../images/sns.jpg") no-repeat 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}

.invert_pc{
	width:100%;
	height:430px;
	border:0px;
}
.container.company-notice-module{
	width:100% !important;
}
/* 
.row3 .tc.tc-2{
	position: absolute;
	bottom:12%;
}
.row3 .tc.tc-2 a{
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #fff;
}
.row3 .tc.tc-2 a.btn1 span{
	background: url(../images/arr2_new.png) no-repeat right 4px top 6px;
}
.row3 .tc.tc-2 a.btn1:hover, .row3 .tc.tc-2 a.btn1.on {
	color: #133B86;
	background-color: #ffffff;
	border-color: #133B86;
}
.row3 .tc.tc-2 a.btn1:hover span, .row3 .tc.tc-2 a.btn1.on span {
	background-position: right -84px;
} */
/*******************************
	-------[=pz]-------
********************************/

.row3 .map {
	position: relative;
}

.row3 .tc {
	bottom: 5%;
}

.row3 .img {
	position: relative;
}

.row3 .img .btn1 {
	background-color: #133B86;
	color: #fff;
}
.row3 .img .btn1 span{
	background-position: right -85px;
}
.row3 .img .btn1:hover {
	background-color: #fff;
	color: #133B86;
	border-color: #133B86;
}
.row3 .img .btn1:hover span {
	background-position: right 4px;
}

.fd-l {
	width: 85%;
}

.fd-r {
	width: 15%;
}

.list-addr li h4 {
	font-size: 24px;
	white-space: normal;
	margin-bottom: 10px;
}

.addr-dl {
	font-size: 16px;
}

/* 首页产品 */
.content1700{
	margin: 0 auto;
	/* width: 91%; */
	width:1450px;
}

.box2 .box-t{
	display: flex;
	justify-content: space-between;
}
.box2 .box-t .r ul{
	display: flex;
}
.box2 .box-t .r li{
	margin-right: 111px;
	position: relative;
}
.box2 .box-t .r li a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #133B86;
	line-height: 1;
}
.box2 .box-t .r li:last-child{
	margin-right: 0;
}
.box2 .box-t .r li:hover::before,
.box2 .box-t .r li.active::before{
	position: absolute;
	left: 0;
	bottom: -15px;
	content: "";
	width: 63px;
	height: 3px;
	background: #E97538;
}
.box2 .box-b{
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	display: none;
}
.box2 .box-b.active{
	display: flex;
}
.box2 .box-b .l{
	position: relative;
	width: 57%;
}
.box2 .box-b .l .pic .imgScale{
	height: 554px;
	object-fit: cover;
}
.box2 .box-b .l .btn{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #133B86;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}
.box2 .box-b .l .btn.btn-prev{
	right: 0;
}
.box2 .box-b .l .btn.btn-next{
	right: -50px;
}
.box2 .box-b .l .btn .iconfont{
	font-size: 22px;
	color: #E97538;
}
.box2 .box-b .l .btn:hover{
	background-color: #E97538;
}
.box2 .box-b .l .btn:hover .iconfont{
	color: rgba(34, 34, 34, 1);
}
.box2 .box-b .r{
	width: 43%;
	background-color: rgba(245, 245, 245, 1);
	position: relative;
}
.box2 .box-b .r .r-box{
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 90%;
	transform: translate(-103px,-50%);
}
.box2 .box-b .r .gallery-thumbs{
	background-color: #fff;
}
.box2 .box-b .r .gallery-thumbs .swiper-slide{
	padding: 46px 65px 42px;
}
.box2 .box-b .r .gallery-thumbs .type{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
.box2 .box-b .r .gallery-thumbs .line{
	margin-top: 10px;
	width: 30px;
	height: 2px;
	background: #E97538;
}
.box2 .box-b .r .gallery-thumbs .text-title{
	font-size: 24px;
	font-family: PingFang;
	font-weight: 500;
	color: #133B86;
	line-height: 1.5;
	margin-top: 29px;
}
.box2 .box-b .r .gallery-thumbs .text-des{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 12px;
	width: 77%;
}
.box2 .box-b .r .gallery-thumbs .more1{
	margin-top: 31px;
}

.box2 .box-b .r .list ul{
	display: flex;
	margin-top: -1px;
}
.box2 .box-b .r .list li{
	width: 102px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	/* background: #133B86; */
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	background-color: rgba(245, 245, 245, 1);
	color: #E97538;
	cursor: pointer;
}
.box2 .box-b .r .list li.active{
	background-color: #fff;
	color: #FFFFFF;
	background: #133B86;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}
.hgs{
	margin-bottom:-6px;
}
.imgScale {
	transition: all 0.6s;
	display: block;
	max-width: 100%;
	width: 100%;
}

.imgScale {
	transition: all 0.6s;
	display: block;
}
@media (max-width:1500px) {
	.box2 .box-b .r .r-box{
		width: 100%;
	}
	.box2 .box-b .r .gallery-thumbs .text-des{
		width: 100%;
	}
}
@media (max-width:1400px) {
	
	.box2 .box-b .r .gallery-thumbs .swiper-slide{
		padding: 46px 30px 42px;
	}
}
@media (max-width:1199px) {
	.box2 .box-b .r .r-box{
		width: 115%;
	}
}
@media (max-width:800px) {


	.box2 .box-b{
		flex-wrap: wrap;
	}
	.box2 .box-b .l{
		width: 100%;
	}
	.box2 .box-b .r{
		width: 100%;
		background-color: transparent;
	}
	.box2 .box-b .r .r-box{
		width: 100%;
	}
	.box2 .box-b .r .r-box{
		top: 0;
		position: relative;
		transform: translate(0,0);
	}
	.box2 .box-b .l .btn{
		display: none;
	}
	.box2 .box-t, .box5 .box-t{
		flex-wrap: wrap;
	}
	.box2 .box-t .r, .box5 .box-t .r{
		width: 100%;
		margin-top: 20px;
	}
	.box2 .box-t .r ul, .box5 .box-t .r ul{
		justify-content: flex-end;
	}
	.box2 .box-t .r li, .box5 .box-t .r li{
		margin-right: 30px;
	}
	.box2 .box-b .l .pic .imgScale{
		height: auto;
	}
}
@media (max-width:500px) {
	.box2 .box-b .r .gallery-thumbs .swiper-slide{
		padding: 25px 10px;
	}
	.box2 .box-b .r .gallery-thumbs .text-title{
		font-size: 20px;
	}
}

.swiper-container{
	overflow: hidden;
}



.indexc{    width: 86%;
    margin: auto;
    margin-left: 7%;float: left; background-image:url(../images/icbg.jpg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;margin-top:12px;}
.indexc .box{margin-top:15px}
.indexc .bigtitle{text-align:center;color:#fff;font-size:36px;}
.indexc .list{width:25%;position:relative;float: left;}
.indexc .list:after{content:"";width:1px;height:72px;background-color:rgba(255,255,255,0.3);position:absolute;top:14px;right:0}
.indexc .list:nth-of-type(4):after{display:none}
.indexc .list .numUp{color:#133B86;font-size:45px;text-align:center;;line-height:1.2;font-weight:800;width:100%;}
.indexc .list .text{padding:0 10px;text-align:center;color:black;;line-height:1.2}
.smx{
	font-size:20px;
	width: 100%;
	color:black;
	font-weight:500;
    display: inline-block;
}
.indexc .list1{width:20%;position:relative;float: left;}
.indexc .list1:after{content:"";width:1px;height:72px;background-color:rgba(255,255,255,0.3);position:absolute;top:14px;right:0}
.indexc .list1:nth-of-type(4):after{display:none}
.indexc .list1 .numUp{color:black;font-size:60px;text-align:center;;line-height:1.2;font-weight:800;}
.indexc .list1 .text{padding:0 10px;text-align:center;color:black;;line-height:1.2}


.custom_bg{height:741px;background: url(../images/20200616221938_137203771.jpg)no-repeat center bottom;}
.custom_t b{background: url(../images/20200616222154_1249739167.png)no-repeat top center;}
.custom li{list-style: none; width:443px;height:516px;margin-right: 59px;float:left;background: #fff;cursor: pointer;position: relative;overflow: hidden;}
.custom li:last-child{margin-right: 0px;}
.custom .custom_li_content{padding: 40px 40px 0 40px;transition: ease-out .3s;}
.custom li:hover .custom_li_content{padding:6px 40px 0 40px; transition:all linear .3s;}
.custom .custom_li_content:after{content:""; background:#133B86; width:443px; height:230px; position: absolute;left:0;bottom:-100px;opacity: 0; transition: ease-out .3s;}
.custom li:hover .custom_li_content:after{bottom:0;opacity: 1;}
.custom .custom_li_content b{font-size: 24px;color:#133B86;display: block; height:32px; position: relative;  z-index: 2;transition: ease-out .3s;}
.custom li:hover .custom_li_content b{height:72px;}
.custom .custom_li_content b:after{content:"";display:block; background:#fff; width:1px; height:0; margin-top:16px; transition:all linear .3s;position: relative;  z-index: 2;opacity: .5;}
.custom li:hover .custom_li_content b:after{height:24px;}
.custom .custom_li_content span{color:#333;font-weight: lighter;}
.custom .custom_li_content p{font-size: 15px;color:#666;line-height: 24px;margin-top: 20px;position: relative;  z-index: 2; transition:all linear .3s;}
.custom li:hover .custom_li_content p{opacity: .8; margin-top: 14px;}
.custom .custom_li_content t{font-size: 18px;font-weight: bold;color:#133B86;}
.custom li:hover .custom_li_content t{color:#E97538;}
.custom li:hover .custom_li_content b,.custom li:hover .custom_li_content span,.custom li:hover .custom_li_content p{color:#fff;}
.custom_bg .page{
width:1450px;
margin: auto;

}
.ym{display:table;margin:auto; padding-top:30px; padding-bottom:10px; overflow:hidden;}
.ym a{float:left; border:solid 1px #e3e3e3; padding:5px 10px 5px 10px; color:#545454; margin-right:5px; margin-bottom:5px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ym a:hover{background:#5c5c5c; color:#FFF; border:solid 1px #5c5c5c;}

a.page-num-current {
    background: #133B86;
    color: #FFF;
    border: solid 1px #133B86;
}
.ym span  {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}
@media screen and (max-width: 1900px){
	.smx{
		font-size:16px;

	}
}
@media screen and (max-width: 1730px){
	.nav li a{
		font-size:16px;
	}

	#hd .logo img{
		width:79%;
	}
	
.t1 p {
	font-size: 15px;
}
.indexc .list .numUp
{
	font-size:38px;
}
}

@media screen and (max-width: 1600px){
	.nav li a{
		margin: 0 10px;
	}
	.row3 .map, .row3 .img{
		/* padding-top:4%; */
		/* vertical-align: unset; */
		/* padding-bottom: 10%; */
		}
		.wenzi h5{
			font-size:23px !important;
		}
		#banner span{
			font-size:34px !important;
		}
		.wenzi h1{
			font-size:39px !important;
		}
		.wenzit h1 span{
			font-size:60px !important;
		}

}

.njs{
	font-size: 18px;
    
    padding-top: 20px;
    display: table;
	font-weight:500;
    text-align: center;
    width: 100%;
}
.jks{
	margin: auto;
	display: table;
}
.row4{
	padding-top:0%;
}

.video-btn{
	position: absolute;
	width:600px;
	height: 300px;
	background:black;
	top:50%;
	left: 50%;
	margin-top: -150px;
	margin-left:-300px;
	display: none;
	z-index: 101;
  }
.video-area{
	float:left;
	width:500px;
	height: 300px;
	background:red;
  }
.video-shut{
	height:100px;
	width:100px;
	font-size:40px;
	color:pink;
	float:left;
	text-align: center;
	/*line-height: 50px;*/
	background: yellow;
	display: block;
	padding-top:30px;
  }
  #shadow{
	position: absolute;
	opacity: 0.5;
	filter:alpha(opacity=50);
	bottom:0;
	left: 0;
	right: 0;
	top: 0;
	background:black;
	z-index: 100;
	display: none;
  }


  .wenzi{

	position: absolute;
   
	top:0;
   
   
   
	color: white;
   
	width: 100%;
   
	height: 100%;
   
   
   
	background: rgba(0,0,0,0.27);
   
   }
   
   .wenzi .wenzit{
   
	width: 89%;
   
	margin: 0 auto;
   
	position: relative;
   
	top: 32%;
   
   }
   
   .wenzi h1{
   
	
    font-size: 62px;
   text-align: center;
   font-weight: 500;
   letter-spacing: 19px;
   color: white;
   
   }
   
   
   
   .wenzi h5{
   
	margin: 18px;
   
	font-size: 29px;
   
	text-align: center;
   
	/* margin-top: 50px; */
   
	/* text-align: center; */
   
	letter-spacing: -1px;
   
	font-weight: 500;
   
	color: white;
   
   }
   
   
 
   .sxsz{
	   
    height: 554px;
    width: 100%;
    display: none;
    background: #e97538d9;
    margin-top: -554px;
    position: absolute;

   }
   .box-b .pic:hover .sxsz{
	/* background-color: #E97538; */
	display: block !important;
}

.mj{
padding:92px;
width:100%;
padding-bottom:40px !important;
float: left;
}
.nhsnx{
	width: 44%;
    float: left;
    border: 2px solid #fff;
    padding: 14px;
    margin: 16px 3%;
    text-align: center;
    font-size: 24px;
}
.nhsnx a{
color:white;
}
.nhsnx:hover{
	background-color: #133B86;
}
.kjk{
	width:100%;

}
.kjk a{
	border: 2px solid #fff;
    padding: 14px;
    margin: auto;
    display: table;
    width: 26%;
    text-align: center;
    font-size: 23px;
    border-radius: 15px;
    color: white;
}
.kjk a:hover{
	background-color: #133B86;
}

.kmx{
	display:none;
}
.videocurrent { width: 100%; height:564px !important; object-fit: cover; }

.write {position: absolute;width:52px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;height: 0.41667rem;left: 0;right: 0;bottom: 0;cursor: pointer;top: 0;margin: auto;}

@media screen and (max-width: 768px){
	.kmx{
		display: block;
		float: right;
		margin-right: 30px;
	
	}
	.videocurrent{
		height: auto !important;
	}
	.row2 {
		
		padding: 4% 0;
		height:146px;
	
	}
}
.mn{
	font-weight:bold;
}


.videos{
	position: absolute;
    width: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height:52px;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    top: 0;
    margin: auto;
}
.list-product .img{
	position: relative;
}