* {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 14px;
	color: #666;
	text-align: justify;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;

}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	list-style: none;
}

input,
select,
button,
textarea {
	font-size: 14px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;

}

button {
	overflow: visible
}

img {
	border: none;

}

li {
	list-style: none;
}

a {
	color: #666;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
}

a:hover {
	color: #16468d;
	text-decoration: none !important;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



@media only screen and (max-width:992px) {
	html.on {
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}
}

.container {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

header {
	background-color: rgb(22, 70, 141);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	    height: 120px;
	width: 100%;
}

header .grid {
	max-width: 1360px;
}

header .logo {
	padding: 27px 0;
}

.topbox {
	margin-top: 20px;
}

.langbox a {
	display: block;
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 8px;
}

.langbox a:hover {
	background-color: rgb(17, 58, 109);
}

.nav {
	margin-top: 10px;
}

.nav ul li {
	float: left;
	position: relative;
}

.nav ul li a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.nav ul li a:hover,
.nav ul li.active a {
	background-color: rgb(17, 58, 109);
}

.nav ul li .sub-menu {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 9;
	width: 180px;
	background-color: #fff;
	border-radius: 5px;
	animation: secondShow .3s;
	overflow: hidden;
}

.nav ul li .sub-menu a {
	display: block;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	color: #000000;
}
.nav ul li.active .sub-menu a {
    background: #ffffff;
}
.nav ul li .sub-menu a:hover {
	background-color: rgb(17, 58, 109);
	color: #ffffff;
}

.banner {
	overflow: hidden;
	margin-top: 120px;
}

.banner img {
	max-width: 100%;
}

.about {
	width: 1170px;
	margin: 40px auto 0;
}

.about-1 {

	margin: 0 auto;
	padding: 20px;
}

.about-1 .cont {
	float: left;
	width: calc(45% - 60px);
	padding: 30px;
	background-color: rgb(255, 255, 255);
	border-color: rgb(204, 204, 204);
	border-width: 2px;
	box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
}

.about-1 .cont .txt {
	line-height: 29px;
}

.about-1 h2 {
	font-size: 34px;

	color: #16468d;
	line-height: 45px;
}

.about-1 h3 {
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000000;
}

.about-1 .imgbox {
	width: 55%;
	float: left;
}

.about-1 .imgbox img {
	max-width: 100%;
	transition: 0.5s;
}

.about-1 .imgbox img:hover {
	transform: scale(1.03);
}

.about-2 {
	background: url(../images/about-2.png) 0 0 no-repeat;
	width: 1168px;
	margin: 0 auto;
	height: 283px;
	background-size: cover;
	margin-top: -108px;
}

.about-2 .box {
	width: 60%;
	margin: 0 auto;
	padding-top: 140px;
}

.about-2 .item {
	float: left;
	width: 20%;
	text-align: center;
	margin: 0 auto;
}

.about-2 .item img {
	display: inline-block;
	max-width: 86px;
	box-shadow: rgb(11, 83, 148) 0px 0px 10px 1px;
	border-radius: 50%;
	transition: 0.2s;
}

.about-2 .item a:hover img {
	box-shadow: rgb(255, 255, 255) 0px 0px 10px 1px;
}

.title {
	position: relative;
	width: 100%;
	text-align: center;
}

.title::before,
.title::after {
	content: "";
	position: absolute;
	top: 21px;
	width: 50%;
	height: 1px;
	background-color: #ccc;
	left: auto;
	right: auto;
}

.title::before {
	left: 0;
}

.title::after {
	right: 0
}

.title h3 {
	position: relative;
	z-index: 1;
	width: 140px;
	height: 42px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: rgb(22, 70, 141);
	background-color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 20px 0px 20px 0px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0px 10px 0 transparent;
	line-height: 42px;
}

.title p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
	position: relative;
	display: inline-block;
}

.title p .line {
	height: 3px;
	background-color: rgb(255, 153, 0);
	display: block;
	margin: 10px auto;
}

.product {
	background-color: #f2f2f2;
	padding: 50px 0;
}

.product [class*='col-'] {
	padding-right: 10px;
}

.product .box {
	margin-top: 30px;
}

.product .box .item {
	position: relative;
	margin-bottom: 15px;
}

.product .box .item .a_img {
	display: block;
	max-width: 100%;

}

.product .box .item .a_img:hover img {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1) !important;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1) !important;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.product .box .item .a_img img {
	max-width: 100%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.product .box .item .t {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: 0px;
	margin-left:10px;
	font-size: 18px;
	font-weight: bold;
	width: calc(100% - 20px);
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: rgb(17, 58, 109);
	background-color: rgba(255, 255, 255, 0.77);
}

.product .box .item .t:hover {
	color: rgb(17, 58, 109) !important;
	font-size: 19px !important;
	background-color: rgb(255, 255, 255) !important;
	box-shadow: 0px 0px 10px 1px !important;
}

.solution {
	padding: 50px 0;

	overflow: hidden;
	position: relative;
}

.solution .canvas_Bg {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
}

.solution .container {
	position: relative;
	z-index: 2;
}

.solution .box {
	margin-top: 30px;
}

.solution .swiper-slide img {
	max-width: 100%;
	display: block;
	margin: 0 auto;

}
.solution .swiper-slide .content-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:100%;

}
.solution .swiper-slide .content {
    width: 80%;
    text-align: left;
    margin: 0 auto
}
.solution .swiper-slide .content .text{
    color: rgb(255, 255, 255);
    font-size: 42px;
    margin-bottom: 50px
}


.solution .swiper-slide .content .swiper-btn-wrap {
    display: inline-block;
    position: relative;
    padding: 8px 20px;
    width: auto;
    height: 24px;
    transition: .3s ease-in-out;
        background-color: rgb(22, 70, 141);
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 24px;
}

.solution .swiper-slide .content .swiper-btn-wrap::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 10px;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out
}

.solution .swiper-slide .content .swiper-btn-wrap:hover span:first-child {
    opacity: 0;
    transform: translateY(-24px)
}

.solution .swiper-slide .content .swiper-btn-wrap:hover span:last-child {
    opacity: 1;
    transform: translateY(-24px)
}

.solution .swiper-slide .content .swiper-btn {
    display: block;
    cursor: pointer;
    line-height: 24px;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 2
}

.solution .swiper-slide .content .swiper-btn:last-child {
    opacity: 0
}
.solution .swiper-slide .swiper-btn-wrap:hover{
 background-color: rgb(255, 153, 0) !important;
 border-color: rgb(255, 153, 0) !important;
}

.solution .swiper-slide .swiper-btn-wrap::after{
border: 1px solid rgb(22, 70, 141);
}

.solution .swiper-slide .swiper-btn-wrap:hover::after{
border: 1px solid rgb(255, 153, 0)!important;
}

.product-list {
	padding: 50px 0;
	background-color: #eeeeee;
}

.product-list-box {
	margin-top: 50px;
}

.product-list-box a {
	display: block;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
}

.product-list-box a img {
	transition: 0.2s;
	max-width: 100%;
    object-fit: contain;
    max-height: 200px;
}

.product-list-box a:hover img {
	transform: scale(1.05);
}

.product-list-box a p {
	height: 40px;
	line-height: 40px;
	margin: 10px 15px 5px;
}

.video-bg {
	position: relative;
	padding: 80px 0;
	height: 190px;
	overflow: hidden;
}

.video-bg .container {
	position: relative;
	z-index: 2;
	width: 1050px;
}

.video-bg .item {
	width: 270px;
	height: 190px;
	background-color: rgba(207, 226, 243, 0.77);
	border-radius: 4px;
	box-shadow: 0px 0px 10px 1px transparent;
	display: flex;
	align-content: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 120px;
}

.video-bg .item:last-child {
	margin: 0;
}

.video-bg .item img {
	width: 50px;
	height: 50px;
}

.video-bg .item a {
	margin-top: 20px;
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: rgb(22, 70, 141);
	background-color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 100px;
}

.video-bg .item a:hover {
	box-shadow: 0px 0px 10px 1px !important;
}

.module-bg-video {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.video-bg .module-bg-video {
	width: 100%;
	height: auto;
}

footer {
	width: 100%;
	background: url(../images/footerbg.png);
	padding: 50px 0;
	color: #ffffff;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #16468d;
}

.flex {
	display: flex;
}

.footer-top {
	font-size: 16px;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
}

.footer-top .flex {
	flex-direction: column;
}

.footer-top .t span {
	font-size: 18px;
	margin-left: 10px;
}

.footer-top .t {
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer-top .c {
	margin-left: 40px;
}

.footer-nav {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid #fff;
}

.footer-nav ul {
	float: left;
	width: 180px;
	border-right: 1px dashed #ccc;
	margin-left: 50px;
}

.footer-nav ul:first-child {
	width: 210px;
	margin-left: 0;
}

.footer-nav ul:nth-child(3),
.footer-nav ul:nth-child(4) {
	width: 120px;
}

.footer-nav ul h3 {
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
}

.footer-nav ul h3 a {
	font-size: 16px;
}

.footer-nav ul h3 a:hover {
	font-size: 17px;
}

.footer-nav ul li {
	width: 130px;
}

.footer-nav ul li a {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}

.footer-nav ul li a:hover {
	font-size: 15px;
}

.footer-nav ul:first-child li {
	width: 180px;
	margin-left: 0;
}

.footer-nav ul:nth-child(3) li,
.footer-nav ul:nth-child(4) li {
	width: 110px;
}

.footer-bottom {
	margin-top: 30px;
	text-align: center;
	color: #cccccc;
	line-height: 30px;
}

.back-top {
	position: fixed;
	right: 15px;
	bottom: 80px;
	cursor: pointer;
	z-index: 9999;
	display: none;
}

.back-top .icon-wrap {
	box-shadow: 0 2px 30px rgba(54, 56, 79, .08);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	background-color: rgba(255, 255, 255, .8);
}

.back-top .icon-wrap img {
	width: 16px;
	height: auto;
	opacity: .6;
}

.back-top .icon-wrap .bubble {
	display: none;
	line-height: 16px;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
	padding: 7px 8px;
	border-radius: 4px;
	position: absolute;
	white-space: nowrap;
	left: -11px;
	font-size: 12px;
	top: 50%;
	transform: translate(-100%, -50%);
}

@media (any-hover: hover) {
	.back-top:hover .bubble {
		display: block
	}
}


.ny_banner {
	margin-top: 120px;
	overflow: hidden;
	height: 300px;
}

.ny_container {
	padding: 80px 0 30px;
}

.job_list .item {
	margin-bottom: 20px;
}

.job_list .item .job_tit {
	height: 80px;
	width: 100%;
	border-left: 3px solid #16468d;
	background-color: #f9f9f9;
	position: relative;
	line-height: 80px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	color: #333;
}

.job_list .item .job_tit .t {
	padding-left: 20px;
}

.job_list .item .job_tit .m {
	text-align: right;
	padding-right: 50px;
}

.job_list .item .job_tit .down {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 100%;
	background-color: #16468d;
	color: #ffffff;
	text-align: center;
}

.job_list .item .job_tit .down img {
	transition: 0.5s;
}

.job_list .item .job_tit .down.rotate180 img {
	transform: rotate(180deg);
}

.job_list .item .job_con {
	display: none;
	padding: 30px 0;
	font-size: 15px;
	line-height: 1.6;
	color: #000000;
}

.page {
	margin-top: 30px;
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #16468d;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #16468d;
	border-color: #16468d;
	cursor: default;
}

.contact .grid {
	margin-top: 50px;
}

.contact .contact_left {
	background-color: #f9f9f9;
	padding: 40px 40px 10px 20px;
}

.contact .contact_left .item {
	width: 100%;
	margin-bottom: 50px;
	font-size: 18px;
	color: #333333;
	display: flex;
	flex-direction: column;
}

.contact .contact_left .item a {
	color: #333;
}

.contact .contact_left .item i {
	font-size: 35px;
	line-height: 1;
	color: #16468d;
	margin-right: 10px;
}

.contact .contact_left .item .t {
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contact .contact_left .item .c {
	margin-left: 45px;
}

.contact_right {
	padding: 0 40px;
}

.contact_right .t {
	text-align: center;
}

.contact_right .t h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact_right .box {
	margin-top: 30px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #333;
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-style: normal !important;
}

.form-group textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-style: normal !important;
}

.form-group button {
	padding: 8px 15px;
	border: 1px solid #16468d;
	border-radius: 3px;
	background-color: #16468d;
	cursor: pointer;
	font-style: normal;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 200px;
	height: 40px;
	line-height: 24px;
	color: #fff !important;
	font-style: normal !important;
}

.contact_right .box .form-group span {
	color: #f00;
	margin-right: 10px;
}

.form-group.code input {
	width: 50%;
}

.Validform_error {
	border-color: #f00 !important;
}

.Validform_right {
	display: none;
}

.list_list .item {
	box-shadow: -1px 1px 1px 1px #edecec, -1px 1px 5px 5px #edecec;
	padding: 20px;
	transition: 0.5s;
	margin-bottom: 20px;
}
.list_list .item img{
    
    object-fit: contain;
    height: 200px;
}

.list_list .item:hover {
	box-shadow: -1px 1px 1px 1px #16468d33, -1px 1px 5px 5px #16468d52;
}

.list_list .item a {
	display: flex;
	width: 100%;
}

.list_list .item .t {
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.list_list .item .t h3,
.list_img .item .t h3 {
	font-weight: normal;
	 display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0px;
}

.list_img .item {
	box-shadow: -2px 5px 10px #eee;
	padding: 20px;
	transition: 0.5s;
	margin-bottom: 20px;
	border-radius: 6px;
	position: relative;
}

.list_img .item:hover {
	background-color: #f2f2f2;
	box-shadow: 5px 3px 4px 0 #eee;
}

.list_img .item a.flex {
	display: flex;
	width: 100%;
	flex-direction: column;
	flex-wrap: nowrap;
}

.list_img .item .img {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.list_img .item .t {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.list_img .item .op-a {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: rgba(0, 0, 0, .7);
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	overflow: hidden;
	border-radius: 4px;
	display: none;
	color: #ffffff;


}

.list_img .item:hover .op-a {
	display: flex;
	transition: 0.5s;
}

.list_img .item .op-a div {
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding-left: 0;

	margin: 8px auto;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.list_img .item .op-a div.op-tit {
	font-size: 18px;

}

.list_img .item .op label {
	margin-top: 10px;
	padding: 2px 3px;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	background-color: #D0AD78;
	font-weight: 400;
}

.article-detail-container {
	margin-top: 120px;
}

.article-detail-container .article-detail {
	background: #fff;
	padding: 30px;
}

.article-detail-container .article-detail-title {
	font-size: 26px;
	color: #2F2F2F;
	text-align: center;
	font-weight: 500;
	line-height: 1.3
}

.article-detail-container .article-detail-abs {
	font-size: 16px;
	color: #8c8c8c;
	line-height: 1.1
}

.article-detail-container .article-detail-date {
	color: #999;
	margin-top: 15px;
	text-align: center
}

.article-detail-container .article-detail-content {
	border-top: 1px solid #f5f5f5;
	margin: 15px 0;
	padding: 20px 0 30px;
	border-bottom: 1px solid #f5f5f5;
	text-align: justify;
	line-height: 1.667;
	font-size: 17px
}

.details-qrcode {
	text-align: center;
}

.article-detail-container .details-look {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-top: 30px;
}

.article-detail-container .details-look .r-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px
}

.article-detail-container .details-look .r-title .common-border {
	width: 15%;
	height: 2px;
	background-color: #d9d9d9
}

.article-detail-container .details-look .r-title .title-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

.article-detail-container .details-look .img-item,
.article-detail-container .details-look .r-title {
	width: 100%;
}

.article-detail-container .details-look .img-item {
	cursor: pointer;
	height: 137px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden
}

.article-detail-container .details-look .img-item a {
	display: flex;
	width: 100%;
	height: 100%
}

.article-detail-container .details-look .img-item img {
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 0;
	overflow: hidden;
	object-fit: cover
}

.article-detail-container .details-look .img-item .mask-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	line-height: 1.2;
	font-size: 12px;
	text-align: left;
	padding: 5px
}

.article-detail-container .details-look .img-item .mask-bg p {
	padding: 2px 4px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.article-detail-container .details-look .img-item:last-child {
	margin-bottom: 0
}


.article-p-n .article-url {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0
}

.article-p-n .article-url a {
	color: #333;
	font-size: 14px;
	cursor: pointer;
	padding-left: 5px
}

.article-p-n .article-url a:hover {
	color: #16468d
}

.solution_list .box {
	background-color: #efefef;
}

.solution_list .box:nth-child(2n) {
	background-color: #ffffff;
}

.solution_list .box .item {
	padding: 20px;
}

.solution_list .box .item .item-box {
	display: flex;
	box-shadow: -1px 1px 1px 1px rgb(22, 70, 141, 20%), -1px 1px 5px 5px rgb(22, 70, 141, 20%);
	padding: 20px;
	transition: 0.5s;
	margin: 20px 0;
}

.solution_list .box .item .img {
	width: 40%;

}

.solution_list .box .item .img img {
	max-width: 100%;
}

.solution_list .box .item .t {
	margin: 0 10%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	width: 40%;

}

.solution_list .box .item .t h3 {
	font-size: 30px;
	font-weight: bold;
	color: #16468d;
	margin-bottom: 30px;

}

.solution_list .box .item .t p {
	display: block;
	margin-bottom: 30px;

}

.solution_list .box .item .t a {
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	background-color: #16468d;
	text-align: center;
	border-radius: 100px;
	font-size: 16px;
	transition: 0.5s;
	padding: 0 20px;
	display: block;
	width: 100px;
}

.solution_list .box .item .t a:hover {
	background-color: #9c7249;
}

.product_page .left {
	width: 230px;
	float: left;

}

.product_page .right {
	width: 900px;
	float: right;
}

.product_left {
	padding-bottom: 10px;
}

.product_left .t {
	background-color: #16468d;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 5px;
}

.product_left .t h3 {
	font-size: 20px;
	font-weight: normal;
}

.product_left .t p {
	font-size: 16px;
}

.product_left .box ul li a {
	display: block;
	font-size: 14px;
	background-color: rgba(238, 238, 238, 0.77);
	color: #16468d;
	padding: 10px;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #eee;
}
.product_left .box ul li a.hassub{
    background: url(../images/down1.png)  200px center  no-repeat rgba(238, 238, 238, 0.77);
}
.product_left .box ul li a.hassub:hover{
    background: url(../images/downh.png)  200px center no-repeat #16468d;
}
.product_left .box ul li.active a.hassub{
    background: url(../images/down2.png)  200px center no-repeat #16468d;
}
.product_left .box ul li a:hover,
.product_left .box ul li.active a {
	background-color: #16468d;
	color: #ffffff;
}
.product_left .box ul li ul.subnav_box{
    display: none;
   
}
.product_left .box ul li ul.subnav_box li a{
     padding-left:20px;
}
.product_left .box ul li.active ul.subnav_box li a{
    background-color: rgba(238, 238, 238, 0.77);
	color: #16468d;
}
.product_left .box ul li.active ul.subnav_box li a:hover,.product_left .box ul li.active ul.subnav_box li.active a{
    background-color: #16468d;
	color: #ffffff;
} 
.product_left .list_list .item {
	padding: 15px 0;
}

.left_contact {
	margin-top: 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 1px rgb(238, 238, 238);
}

.left_contact .c {
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
}

.left_contact .c p {
	margin: 8px 0;
}

.product_right .list_list .item a {
	flex-direction: column;
	align-items: center;
}

[class*='col-'] [class*='col-']:last-child {
	padding: 0 10px;
}

.product_right .list_list .item .t {
	margin: 15px 0 0;
}

.product_right .title h3 {
	width: 300px;
}

.product_detail {
	margin-top: 120px;

}

.product_detail_content {
	color: #000000;
}

.product_detail_content .detail_top {
	display: flex;
}

.product_detail_content .detail_top .t {
	font-size: 22px;
	margin-left: 30px;
}

.product_detail_content .detail_content {
	margin-top: 30px;
}

.product_detail_content .detail_content .tit {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 24px;
	color: #333;
	position: relative;
}

.product_detail_content .detail_content .tit::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #16468d;
}

.product_detail_content .detail_content_content {
	padding: 20px 0;
	font-size: 16px;
	line-height: 30px;
}
.product_detail_content .detail_content_content strong{
    font-size: 18px;
}
.product_detail_content .detail_content_content table{
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    margin:30px auto;
}
.product_detail_content .detail_content_content table td{
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    padding: 5px;
}
.product_detail_content .detail_content_content table tr.firstRow td{
    text-align: center;
}
.product_detail_content .detail_content_content a{
    color: #16468d;
}
.product_detail_content .detail_content_content a:hover{
    text-decoration: underline;
}
.about-page {
	padding: 80px 0 0
}

.about-page-1 {
	padding-top: 120px;
	position: relative;
	padding-bottom: 80px;
	overflow: hidden;
}

.about-page-1 .container {
	position: relative;
	z-index: 2;
}

.profile {
	color: #000000;
}

.profile .left {
	width: calc(100% - 440px);
	padding: 40px;
	background-color: rgb(255, 255, 255, 0.2);
	float: left;
}

.profile .left .box-txt {
	width: 100%;
	margin-top: 20px;
}

.profile .left .box-list {
	width: 100%;
	margin-top: 20px;
}

.profile .left .box-list .item {
	margin-bottom: 15px;
	display: flex;
	width: 33%;
	float: left;
}

.profile .left .box-list .item i {
	font-size: 34px;
	margin-right: 15px;
	margin-top: 10px;
}

.profile .left .box-list .item .num {
	font-size: 44px;
	font-weight: bold;
}

.profile .left .box-list .item .num span,
.profile .left .box-list .item .num p {
	font-size: 20px;
	font-weight: normal;
}

.profile .left .box-list .item .num span {
	margin-left: 10px;
}

.profile .right {
	float: right;
	width: 340px;
	overflow: hidden;
}

.profile .en {
	font-size: 36px;
	color: #16468d;
	font-weight: bold;
}

.profile .cn {
	font-size: 32px;
}

.profile .box-txt {
	font-size: 18px;
	line-height: 32px;
}

.about-page-2 {
	background-color: #ffffff;
	padding: 40px 0;
	position: relative;
}

.about-page-2 .container {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.about-page-2 .left {
	width: 580px;

}

.about-page-2 .right {
	padding: 40px;
	flex: 1;
}

.about-page-2 .right .box {
	padding: 30px;
	line-height: 26px;
	font-size: 16px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 1px rgb(238, 238, 238);
}

.m_top {
	display: none;

}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 24px;
	margin-top: 0px
}

.sp_nav span {
	display: block;
	background: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #ffffff;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 60px
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin: 5px 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #000000;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #000000
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
.m_subnav{
	display: none;
}
@media (max-width: 1169px) {

	.container,
	.about,
	.about-2,
	.video-bg .container {
		width: 98%;
	}

	.grid {
		width: 100%;
	}

	header .grid {
		max-width: 100%;
	}

	header .push-right {
		margin-right: 10px;
	}

	.about-page-2 .right {
		padding: 4px;
	}

	.about-page-1 {
		overflow: hidden;
	}

	.profile .left {
		width: calc(100% - 400px);
		padding: 20px;
	}

	.profile .cn {
		margin-bottom: 10px;
	}
}
@media (max-width: 1100px) {
	.product_page .right{
		width: calc(100% - 250px);
	}
}
@media (max-width: 991px) {
	header {
		height: 60px;
	}

	header .grid {
		position: relative;
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		align-items: center;
	}

	header .logo {
		padding: 5px 0 0 10px;
	}

	header .logo img {
		height: 50px;
	}

	.banner {
		margin-top: 60px;
	}

	header .topbox,
	header .nav {
		display: none;
	}

	.m_top {
		display: block;
		flex: 1;
	}
	.about-1 .imgbox{
		width: 50%;
	}
	.about-1 .cont{
		width: calc(50% - 60px);
	}
	.video-bg .item,.video-bg .item:last-child{
		width: 30%;
		margin: 0 1.5%;
	}
	
	.footer-nav ul:first-child {
		width: 18%;
	}

	.footer-nav ul,.footer-nav ul:nth-child(3), .footer-nav ul:nth-child(4){
		width: 17%;
		margin-left: 20px;
	}
	.about-page{
		padding: 60px 0 0;
	}
	.about-page-1{
		padding-top: 40px;
	}
	.profile .left .box-txt{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.profile .left .box-list{
		float: none;
		width: 100%;
	}
	.profile .left .box-list .item{
		width: 33%;
		float: left;
	}
	.about-page-2 .left{
		width: 46%;
	}
	.about-page-2 .left img{
		max-width: 100%;
	}
	.weishengwu .col-4-12,.product_page .col-1-3{
		width: calc(50% - 0px);
		
	}
		
	.product_detail{
		margin-top: 20px;
	}
	.ny_banner{
		margin-top: 60px;
		height: 200px;
	}
	.ny_container{
		padding: 40px 0;
	}
	.article-detail-container {
	    margin-top: 40px;
	}
	.table-container {
      width: 100%;
      overflow-x: auto;
    }
    
    .table-container table {
      width: 600px; /* 设置表格的宽度超出1000 */
    }
}

@media (max-width: 767px) {
	.about-1 .cont{
		width: calc(100% - 60px);
	}
	.about-1 .imgbox{
		margin-top: 10px;
		width: 100%;
	}
	.about-2 .box{
		width: 80%;
	}
	.product [class*='col-']{
		padding-right: 0;
	}
	.product .col-4-12{
		width: 50%;
		float: left;
	}
	.footer-nav ul:first-child,.footer-nav ul, .footer-nav ul:nth-child(3), .footer-nav ul:nth-child(4){
		width: calc(25% - 20px);
	}
	.erweima{
		display: none;
	}
	.profile .right{
		display: none;
	}
	.profile .left{
		width: calc(100% - 40px);
	}
	.about-page-2 .left{
		width: 100%;
		text-align: center;
	}
	.about-page-2 .container{
		    flex-direction: column;
	}
	.about-page.ny_container{
		padding: 40px 0 0;
	}
	.product_page  .left{
		display: none;
	}
	.product_page .right{
		width: 100%;
		float: none;
	}
	.product_page .col-1-3[class*='col-']{
		float: left;
	}
	.m_subnav{
		display: block;
		overflow-x: auto;
		margin: 0 0 20px;
		padding-bottom: 10px;
	}
	.m_subnav ul li{
		display: inline-block;
		margin: 0 10px;
	}
	.m_subnav ul{
		white-space: nowrap; overflow-x: auto; display: flex;
	}
	.m_subnav ul li a{
		background-color: #efefef;
		padding: 5px 10px;
		height: 40px;
		line-height: 40px;
		display: block;
		border-radius: 5px;
	}
	.m_subnav ul li.active a{
		background-color: #16468d;
		color: #ffffff;
	}
	.product_detail{
		margin-top: 60px;
	}
	.weishengwu .col-4-12{
		float: left;
	}
	.job_list .item .job_tit .t{
		float: left;
	}
	.job_list .item .job_tit .m{
		float: right;
	}
	.article-detail-container .details-look{
		display: block;
	}
	.article-detail-container .details-look .img-item{
		width: 47%;
		margin: 0 1% 10px;
		float: left;
	}
	.article-detail-container .details-look .img-item img{
		display: block;
		margin: 0 auto;
	}
	.product .box .item:last-child{
	    display: none;
	}
	.solution .swiper-slide .content .text{
	    font-size: 30px;
	    margin-bottom: 20px;
	}
	.solution .swiper-slide .content .swiper-btn-wrap{
	    font-size: 14px;
	}
}
@media (max-width: 640px) {
	footer{
		padding: 40px 0;
	}
	.footer-top{
		    flex-wrap: nowrap;
			flex-direction: column;
			font-size: 16px;
	}
	.footer-top .flex{
		margin-bottom: 10px;
	}
	.footer-top .t{
		margin-bottom: 0;
	}
	.footer-top .t span{
		font-size: 16px;
	}
	.footer-nav .push-left{
		display: none;
	}
	.footer-bottom{
		margin-top: 10px;
	}
}
@media (max-width: 450px) {
	.grid{
		padding: 0;
	}
	.about-2 .box{
		width: 100%;
	}
	.about-2 .item img{
		max-width: 80%;
	}
	.title h3{
		font-size: 20px;
	}
	.title p{
		font-size: 16px;
	}
	.index-product.product [class*='col-']{
		padding: 0 10px;
	}
	.index-product.product .box .item .t{
		margin-left: 10px;
		    width: calc(100% - 20px);
			font-size: 16px;
			height: 40px;
			line-height: 40px;
	}
	.video-bg{
		padding: 40px 0;
	}
	.video-bg .module-bg-video{
		width: auto;
		height: 100%;
	}
	
	.profile .en{
		font-size: 30px;
	}
	.profile .cn{
		font-size: 24px;
	}
	.profile .box-txt{
		font-size: 14px;
		line-height: 24px;
	}
	.profile .left .box-list .item .num{
		font-size: 20px;
	}
	.profile .left .box-list .item .num span, .profile .left .box-list .item .num p{
		font-size: 14px;
	}
	.list_list .item{
		padding:0 10px;
	}
	.product_right .list_list .item .t{
		margin-top: 0;
	}
	.list_list .item .t h3, .list_img .item .t h3{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.product_detail_content .detail_top{
		    flex-direction: column;
		    align-items: center;
		
	}
	.product_detail_content .detail_top .t{
		margin: 20px 0 0 ;
	}
	.news_list .list_list .item{
		padding: 0;
	}
	.news_list .list_list .item .t{
		padding:10px ;
	}
	.weishengwu .col-4-12{
		width: 100%
	}
	.job_tit  [class*='col-']{
		margin: 0
	}
	.solution .swiper-slide .content .text{
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.solution .swiper-slide .content .swiper-btn-wrap{
	    font-size: 14px;
	}
	
}