﻿@charset "utf-8";
/* CSS Document */
img {
	border-width: 0px 0px 0px 0px
}
html, body {
	margin: 0px;
	pading: 0;
	font-family: Arial, sans-serif;
	font-weight: lighter
}
a:link {
	color: #353535;
	text-decoration: none
}
a:visited {
	text-decoration: none;
	color: #353535
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none;
	color: #353535
}
ul, li {
	list-style-type: none;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.form-control:focus {
	webkit-box-shadow: none;
	box-shadow: none
}
.ContentInfo {
	line-height: 25px
}
.ContentInfo img {
	max-height: 100%;
	max-width: 100%
}
/*---------------------------------------------------------*-

/*侧边客服及弹出菜单*/
.right_nav {
	width: 45px;
	height: auto;
	position: fixed;
	top: 40%;
	z-index: 777;
	right: 0px;
}
.right_nav dd {
	position: relative;
	margin-bottom: 2px;
	float: right;
}
.right_nav dd .nav_right {
	width: 45px;
	height: 45px;
	display: block;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
.right_nav dd .nav_left {
	width: auto;
	height: 45px;
	overflow: hidden;
	position: absolute;
	display: none;
	right: 45px;
	background-color: #509EDC;
	bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 45px;
	white-space: nowrap;
	color: #FFFFFF;
}
.right_nav dd .nav_left1 {
	width: 130px;
	height: 160px;
	overflow: hidden;
	position: absolute;
	right: 45px;
	background-color: #509EDC;
	bottom: 0px;
	display: none;
	padding: 8px;
	color: #FFFFFF;
}
.right_nav dd .nav_left1 img {
	width: 130px;
	height: 130px;
}
.right_nav dd .nav_left1 li {
	width: 130px;
	height: 30px;
	font-size: 14px;
	position: relative;
	line-height: 30px;
	text-align: center;
}
.SideMenu {
	background-color: #0078D7;
	box-shadow: -0px -0px 0px #00488f, 2px 2px 2px #AEAEAE;
	position: fixed;
	height: 45px;
	width: 45px;
	top: calc(50% - 22.5px);
	z-index: 9999;
	right: 0;
	margin-right: 5px;
}
.SideMenu span {
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 8px;
	transition: all ease 0.35s;
	background-color: #FFFFFF;
}
.SideMenu span:nth-of-type(1) {
	top: 10px
}
.SideMenu span:nth-of-type(2) {
	top: 20px
}
.SideMenu span:nth-of-type(3) {
	top: 30px
}
.SideMenuSpread span:nth-of-type(1) {
	top: 20px;
	transform: rotate(45deg)
}
.SideMenuSpread span:nth-of-type(2) {
	width: 0
}
.SideMenuSpread span:nth-of-type(3) {
	top: 20px;
	transform: rotate(-45deg)
}
.SideMenuInfo {
	z-index: 9998;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: #666;
	padding: 8px;
}
.SideMenuInfoShow {
	overflow-y: scroll;
	position: relative;
	height: 100%;
	width: 100%;
	color: #FFF;
}
.SideVideoCategory>h2 {
	border-radius: 5px;
	position: relative;
	width: calc(100% - 20px);
	border: 1px solid #B8B8B8;
	color: #39A6FF;
	padding: 8px;
	background-color: #888;
}
.SideVideoCategory>a {
	position: relative;
	width: calc(100% - 20px);
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8B8B8;
	padding: 8px;
	margin-bottom: 10px;
	color: #FFF;
}
@media screen and (min-width: 1200px) {
.SideMenu {
	display: none;
}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.SideMenu {
	display: none;
}
}
 @media screen and (min-width: 768px) and (max-width:1023px) {
.right_nav {
	display: none;
}
.right_nav1 {
	width: 45px;
	height: auto;
	position: fixed;
	top: 40%;
	z-index: 777;
	right: 0px;
}
}
 @media screen and (max-width: 768px) {
.right_nav {
	display: none;
}
.right_nav1 {
	width: 45px;
	height: auto;
	position: fixed;
	top: 40%;
	z-index: 777;
	right: 0px;
}
}
/*侧边客服及弹出菜单*/

    /*顶部样式*/
.HeadBackground {
	position: fixed;
	width: 100%;
	background-color: #FFF;
	top: 0px;
	z-index: 8;
	box-shadow: -0px -0px 0px #00488f, 2px 2px 11px #AEAEAE;
	height: auto;
}
.Head {
	max-width: 1436px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.HeadLogo {
	float: left;
}
.MenuNav {
	float: right;
}
.MenuNav a {
	text-decoration: none;
	position: relative;
	height: 100px;
	display: block;
	float: left;
	line-height: 100px;
	padding-right: 15px;
	padding-left: 15px;
	transition: all ease 1s;
	font-weight: bold;
}
.MenuNav a:hover {
	background-color: #f5f5f5;
}
.MenuNav>a>img {
	width: 150px;
	height: 39px;
	top: calc(50% - 19.5px);
	position: relative;
}
.active {
	background: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 96px, #0d67c8 96px);
	background-size: 100% 100px;
	background-repeat: no-repeat;

}
.PopupMenu {
	position: absolute;
	left: 0;
	background-color: #969;
	padding: 10px;
	display: none;
	overflow: hidden;
	height: auto;
	width: 100%;
	top: 100px;
	background: rgba(255, 255, 255, 1);
	box-shadow: -0px -0px 0px #00488f, 2px 2px 11px #AEAEAE;
}
.Clear {
	overflow: hidden;
	position: relative;
	height: 100px;
	width: 100%;
}
.PopupMenuCenter {
	overflow: hidden;
	position: relative;
	height: auto;
	max-width: 1436px;
	padding: 8px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.PopupNavLeft {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 60%;
	float: left;
}
.PopupMenuCenter h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	padding-bottom: 15px;
	text-align: center;
}
.PopupMenuCenter a {
	display: block;
	float: left;
	position: relative;
	line-height: 25px;
	transition: all ease 1s;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.PopupMenuCenter a:hover {
	background-color: #E0E0E0;
}
.PopupNavLeft a {
	width: calc(25% - 16px);
}
.PopupNavLeft a:hover {
	background-color: #E0E0E0;
}
.PopupNavActivityr {
	background-color: #F2F2F2;
}
.PopupNavRight {
	float: right;
	width: 38%;
	overflow: hidden;
	position: relative;
	height: auto;
}
.PopupNavRight a {
	width: calc(25% - 16px);
}
/*手机*/
.Mobile-Header-Menu {
	position: relative;
	width: 100%;
}
.Mobile-Header {
	height: 50px;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	width: 100%;
	box-shadow: -0px -0px 0px #00488f, 0px 2px 8px #AEAEAE;
	background-color: #F4F4F4;
}
.Mobile-Header-Logo {
	padding: 10px;
	float: left;
	height: 50px;
	font-size: 36px;
}
.Mobile-Header-Logo-- a {
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}
.Mobile-Header-Logo > a > img {
	position: relative;
	height: 30px;
}
.Mobile-Header-Menu-Show {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}
.Mobile-Header-Menu-Show span {
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s;
	background-color: #333333;
}
.Mobile-Header-Menu span:nth-of-type(1) {
	top: 0px
}
.Mobile-Header-Menu span:nth-of-type(2) {
	top: 10px
}
.Mobile-Header-Menu 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)
}
.Mobile-Header-Navigation {
	position: fixed;
	z-index: 9;
	background: #eee;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	transition: top ease 0.35s;
	overflow-y: scroll;
	height: 100%;
}
.nav_show {
	top: 50px
}
.Mobile-Header-Navigation>ul>li:first-child {
	overflow: hidden;
	border-top: 0;
	height: 40px;
}
.Mobile-Header-Navigation>ul>li:first-child>a {
	float: left;
	width: calc(100% - 80px)
}
.Mobile-Header-Navigation>ul>li:first-child .Mobile-Header-Language {
	float: right;
	width: 80px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px;
	height: 40px;
	position: relative;
	top: 0px;
}
.Mobile-Header-Navigation>ul>li:first-child .Mobile-Header-Language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
}
.Mobile-Header-Navigation ul li i {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 25px;
	padding: 7px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
.Mobile-Header-Navigation ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}
.Mobile-Header-Navigation ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}
.Mobile-Header-Navigation ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.Mobile-Header-Navigation>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}
.Mobile-Header-Navigation ul li ul {
	display: none
}
.Mobile-Header-Navigation>ul>li>a {
	width: 80%;
	width: 100%;
	display: block;
}
.Mobile-Header-Navigation ul li ul li a {
	display: block;
	text-align: left;
}
.Mobile-Header-Navigation ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}
.Mobile-Header-Navigation ul li .sjj_nav_i_se svg {
	fill: #c9141e
}
.Mobile-Header-Navigation ul li ul li>ul {
	margin-left: 10px
}
 @media screen and (min-width:1460px) {
.Mobile-Header-Menu {
	display: none;
}
}
@media screen and (min-width:1200px) and (max-width:1459px) {
.MenuNav a:nth-child(3) {
	display: none;
}
.Mobile-Header-Menu {
	display: none;
}
}
 @media screen and (min-width: 1000px) and (max-width: 1199px) {
.Mobile-Header-Menu {
	display: none;
}
.MenuNav a:nth-child(2), .MenuNav a:nth-child(3) {
	display: none;
}
}
@media screen and (min-width: 900px) and (max-width:999px) {
.HeadBackground {
	display: none;
}
.Clear {
	height: 50px;
}
}
@media screen and (min-width: 550px) and (max-width:899px) {
.HeadBackground {
	display: none;
}
.Clear {
	height: 50px;
}
}
@media screen and (max-width: 549px) {
.HeadBackground {
	display: none;
}
.Clear {
	height: 50px;
}
}
.ActiveStrong {
	background-image: url(../img/dh_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*顶部样式*/
 /*首页顶部轮播图*/
.swiper {
	position: relative;
	text-align: center;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
 --swiper-preloader-color: #00ff33;/* 单独设置预加载圆圈的颜色 */
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden!important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.autoHeightDiv {
	width: 100%;
	height: 0;
	padding-top: 39%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
}
.mySwiper>.swiper-pagination {
	bottom: 60px;
}
.IndexSourceBackground {
	background-color: #f5f5f5;
	position: relative;
	height: auto;
	width: 100%;
}
.IndexSource {
	border-radius: 10px;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	height: 175px;
	max-width: 1440px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1;
	top: -20px;
}
.IndexSource>li {
	float: left;
	height: 175px;
	width: 25%;
	position: relative;
	text-align: center;
}
.IndexSource>li>img {
	margin-top: 50px;
}
.IndexSource>li:not(:nth-of-type(4)) {
 background-image: url(img/index-05.png);
 background-repeat: no-repeat;
 background-position: right;
}
/*首页顶部轮播图*/
   /*产品顶部分类*/ 
.ProductNav {
}
.ProductNav > div {
	line-height: 2em;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 8px;
}
.ProductNav >div a {
	padding-right: 8px;
	padding-left: 8px;
	float: left;
}
.ProductNav > div a:hover {
	background-color: #0080FF;
	border-radius: 3px;
	color: #FFF;
}
.ProductNav > div >li:nth-of-type(1) {
	float: left;
	position: relative;
	width: 50px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
}
.ProductNav > div >li:nth-of-type(2) {
	float: left;
	width: 50px;
	text-align: center;
}
.ProductNav > div >li:nth-of-type(2) span {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}
.ProductNav > div >li:nth-of-type(3) {
	float: right;
	width: calc(100% - 120px);
}
.ProductNav > div >li:nth-of-type(3) input {
	height: 18px;
	width: 18px;
}
.ProductNav > div >li:nth-of-type(3) span {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.ProductNavActivity {
	background-color: #ECECEC;
	color: #000;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
}
/*产品顶部分类*/ 
   /*产品详情*/
.ContentInfo {
}
.ContentInfoPic {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ContentInfoLeft {
	overflow: hidden;
	position: relative;
	height: auto;
}
.ContentInfoLeft a {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
}
.ContentInfoLeft a:before {
	content: "";
	display: block;
	padding-top: 100%; /* 1：1宽高比，计算方法为高度/宽度*100% */
}
.ContentInfoLeft img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all ease 1s;
}
.ContentInfoRight {
	overflow: hidden;
	position: relative;
	height: auto;
}
 @media screen and (min-width:1440px) {
.ContentInfoLeft {
	float: left;
	width: calc(50% - 20px);
}
.ContentInfoRight {
	float: right;
	width: calc(50% - 20px);
}
}
@media screen and (min-width:1200px) and (max-width:1359px) {
.ContentInfoLeft {
	float: left;
	width: calc(50% - 20px);
}
.ContentInfoRight {
	float: right;
	width: calc(50% - 20px);
}
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
.ContentInfoLeft {
	float: left;
	width: calc(50% - 20px);
}
.ContentInfoRight {
	float: right;
	width: calc(50% - 20px);
}
.alert {
	display: none;
}
}
@media screen and (min-width: 768px) and (max-width:991px) {
.ContentInfoLeft {
	width: 100%;
}
.ContentInfoRight {
	width: 100%;
}
}
@media screen and (min-width: 576px) and (max-width:767px) {
.ContentInfoLeft {
	width: 100%;
}
.ContentInfoRight {
	width: 100%;
}
}
@media screen and (max-width: 575px) {
.ContentInfoLeft {
	width: 100%;
}
.ContentInfoRight {
	width: 100%;
}
}
/*产品详情*/

/*首页主推产品*/








.IndexProductContent {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 40px;
}
.IndexProduct {
	height: 100%;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.IndexProduct::-webkit-scrollbar {
 display: none;
}
.IndexProduct div {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: center;
	border-radius: 8px;
	background-color: #FFF;
}
.IndexProduct>div>a {
	overflow: hidden;
	display: block;
	padding: 8px;
}
.IndexProduct>div>a>img {
	max-width: 284px;
}
.IndexProduct>div>a>img:hover {
	-webkit-transform: scale3d(1.3, 1.3, 1.1);
	transform: scale3d(1.3, 1.3, 1.1);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	border-radius: 5px;
}
.IndexProduct div li {
	position: absolute;
	line-height: 25px;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	bottom: 20px;
	font-weight: bold;
}
@media screen and (min-width:1460px) {
.IndexProduct {
	max-width: 1436px;
}
.IndexProduct div {
	float: left;
	width: 340px;
	height: 400px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 20px;
}
.IndexProduct div:nth-of-type(1), .IndexProduct div:nth-of-type(5) {
	float: left;
}
.IndexProduct div:nth-of-type(4), .IndexProduct div:nth-of-type(8) {
	float: right;
}
.IndexProduct>div>a>img {
	max-width: 320px;
	max-height: 320px;
}
.IndexProduct div li {
	width: calc(100% - 30px);
	margin-right: 15px;
	margin-left: 15px;
}
}
@media screen and (min-width:1200px) and (max-width:1459px) {
.IndexProduct {
	height: 100%;
	overflow-y: auto;
	white-space: nowrap;
	overflow-x: scroll;
	padding-right: 5px;
	padding-left: 5px;
}
.IndexProduct div {
	width: 320px;
	height: 360px;
	margin-right: 5px;
	margin-left: 5px;
}
.IndexProduct>div>a>img {
	max-width: 300px;
	max-height: 300px;
}
.IndexProduct div li {
	width: calc(100% - 30px);
	margin-right: 15px;
	margin-left: 15px;
}
}
 @media screen and (min-width: 1024px) and (max-width: 1199px) {
.IndexProduct {
	height: 100%;
	overflow-y: auto;
	white-space: nowrap;
	overflow-x: scroll;
	padding-right: 5px;
	padding-left: 5px;
}
.IndexProduct div {
	width: 320px;
	height: 360px;
	margin-right: 5px;
	margin-left: 5px;
}
.IndexProduct>div>a>img {
	max-width: 300px;
	max-height: 300px;
}
.IndexProduct div li {
	width: calc(100% - 30px);
	margin-right: 15px;
	margin-left: 15px;
}
}
@media screen and (min-width: 550px) and (max-width:1023px) {
.IndexProduct {
	height: 100%;
	overflow-y: auto;
	white-space: nowrap;
	overflow-x: scroll;
	padding-right: 5px;
	padding-left: 5px;
}
.IndexProduct div {
	width: 320px;
	height: 360px;
	margin-right: 5px;
	margin-left: 5px;
}
.IndexProduct>div>a>img {
	max-width: 300px;
	max-height: 300px;
}
.IndexProduct div li {
	width: calc(100% - 30px);
	margin-right: 15px;
	margin-left: 15px;
}
}
@media screen and (max-width: 549px) {
.IndexProduct {
	height: 100%;
	overflow-y: auto;
	white-space: nowrap;
	overflow-x: scroll;
	padding-right: 5px;
	padding-left: 5px;
}
.IndexProduct div {
	width: 320px;
	height: 360px;
	margin-right: 5px;
	margin-left: 5px;
}
.IndexProduct>div>a>img {
	max-width: 300px;
	max-height: 300px;
}
.IndexProduct div li {
	width: calc(100% - 30px);
	margin-right: 15px;
	margin-left: 15px;
}
}
/*首页主推产品*/
/*首页一站式解决方案*/
.IndexColumnContent {
	max-width: 1436px;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
/*栏目名*/ 
.Subfield {
	text-align: center;
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.Subfield h2 {
	width: 100%;
	margin: 0px;
}
.Subfield p {
	background-color: #0d67c8;
	display: block;
	position: relative;
	height: 3px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom: 15px;
}
.Subfield div {
	width: 100%;
}
/*解决方案*/  
.SolutionColumn {
	max-width: 1436px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	text-align: left;
}
.SolutionColumn li {
	word-wrap: break-word;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	text-align: center;
	padding: 0px;
	display: flex;
	float: left;
	-webkit-display: flex;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 5px;
	background-color: #1e174a;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all ease 0.35s;
	font-size: 26px;
	color: #FFF;
}
.SolutionColumn li:hover {
	background-color: #3E309A;
}
.SolutionColumn li:nth-of-type(4) {
	margin-right: 0px;
}
.SolutionColumnBackground {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	color: #FFF;
	border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
	transition: all ease 1s;
}
.SolutionColumnBackground:nth-of-type(1) {
	margin-left: 0px;
}
.SolutionColumnBackground:nth-of-type(4) {
	margin-right: 0px;
}
.SolutionColumnBackground>div {
	overflow: hidden;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	/*background: rgba(0, 0, 0, 0.5);*/
	height: auto;
	border-radius: 10px;
	width: calc(80% - 40px);
	margin-top: 80px;
	left: 10%;
	padding: 20px;
}
.SolutionColumnBackground>div>a {
	color: #FFF;
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
	display: block;
}
.SolutionColumnBackground>div>p {
	position: relative;
	width: 100%;
	line-height: 1.8em;
}
/*轮播*/
.SolutionCarouseSwiper {
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: auto;
 --swiper-preloader-color: #00ff33;/* 单独设置预加载圆圈的颜色 */
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden!important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.SolutionColumnDiv {
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	background-position: center center;
}
.SolutionColumnDiv>div {
	overflow: hidden;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	/*background: rgba(0, 0, 0, 0.5);*/
	height: auto;
	border-radius: 10px;
}
.SolutionColumnDiv>div>a {
	color: #FFF;
	position: relative;
	display: block;
	text-align: center;
	height: auto;
	width: 100%;
}
.SolutionColumnDiv>div>p {
	color: #FFF;
	width: 100%;
	position: relative;
	height: auto;
	display: block;
	text-align: left;
	font-size: 0.8em;
	margin-top: 15px;
}
 @media screen and (min-width:1460px) {
.SolutionColumn li {
	height: 560px;
	width: 196px;
}
.SolutionColumnBackground {
	height: 560px;
	max-width: 810px;
}
.SolutionCarousel {
	display: none;
}
}
@media screen and (min-width:1200px) and (max-width:1459px) {
.SolutionColumn li {
	height: 540px;
	width: 14%;
}
.SolutionColumnBackground {
	height: 540px;
	width: 55%;
}
.SolutionCarousel {
	display: none;
}
}
@media screen and (min-width:1100px) and (max-width:1199px) {
.SolutionColumn li {
	height: 500px;
	width: 13%;
}
.SolutionColumnBackground {
	height: 500px;
	width: 57.5%;
}
.SolutionCarousel {
	display: none;
}
}
@media screen and (min-width:1000px) and (max-width:1099px) {
.SolutionColumn li {
	height: 440px;
	width: 12%;
}
.SolutionColumnBackground {
	height: 440px;
	width: 60.2%;
}
.SolutionCarousel {
	display: none;
}
}
@media screen and (min-width:768px) and (max-width:999px) {
.SolutionColumn li {
	height: 400px;
	width: 10%;
	font-size: 22px;
}
.SolutionColumnBackground {
	height: 400px;
	width: 65%;
}
.SolutionCarousel {
	display: none;
}
}
@media screen and (min-width:650px) and (max-width:767px) {
.SolutionColumn {
	display: none;
}
.SolutionColumnDiv>div {
	top: -270px;
	width: calc(80% - 40px);
	left: 10%;
	padding: 20px;
}
}
@media screen and (min-width:550px) and (max-width:649px) {
.SolutionColumn {
	display: none;
}
.SolutionColumnDiv>div {
	top: -250px;
	width: calc(80% - 40px);
	left: 10%;
	padding: 20px;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
}
@media screen and (max-width:549px) {
.SolutionColumn {
	display: none;
}
.SolutionColumn {
	display: none;
}
.SolutionColumnDiv>div {
	top: -200px;
	width: calc(90% - 20px);
	left: 5%;
	padding: 10px;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
}
/*首页一站式解决方案*/
/*首页客户案例*/
.IndexCaes {
	max-width: 1436px;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
}
.IndexCaesLeft {
	float: left;
	height: 180px;
	width: 35%;
	overflow: hidden;
	position: relative;
}
.IndexCaesRight {
	float: right;
	height: 130px;
	width: calc(65% - 90px);
	overflow: hidden;
	position: relative;
	line-height: 1.8em;
	padding-top: 50px;
	padding-left: 90px;
}
.IndexCaesRight>a {
	background-color: #0d67c8;
	border-radius: 15px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	transition: all ease 1s;
}
.IndexCaesRight>a:hover {
	background-color: #4095F2;
}
.IndexCaesList {
	height: auto;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	max-width: 1436px;
}
.IndexCaesList>div {
	position: relative;
	text-align: center;
	background-color: #FFF;
	float: left;
}
.IndexCaesList>div>a {
	overflow: hidden;
	display: block;
}
.IndexCaesList>div>a>img:hover {
	-webkit-transform: scale3d(1.3, 1.3, 1.1);
	transform: scale3d(1.3, 1.3, 1.1);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	border-radius: 5px;
}
.IndexCaesList>div>li {
	position: relative;
	line-height: 25px;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	font-weight: bold;
	width: calc(100% - 20px);
	margin-right: 10px;
	margin-left: 10px;
	height: 30px;
	margin-bottom: 5px;
}
.IndexCaesList>div>a {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.IndexCaesList>div>a:before {
	content: "";
	display: block;
	padding-top: 77.46%; /* 4:3宽高比，计算方法为高度/宽度*100% */
}
.IndexCaesList>div>a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all ease 1s;
}
.IndexCaesList>div>a:hover img {
	transform: scale(1.1);
}
 @media screen and (min-width:1460px) {
.IndexCaesBackground {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	background: linear-gradient(to right, #0d67c8, #0d67c8) left, #f5f5f5;
	background-size: 35% 100%, 35% 100%;
	background-repeat: no-repeat;
}
/*栏目名*/ 
.CaesSubfield {
	text-align: center;
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFF;
}
.CaesSubfield h2 {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
}
.CaesSubfield p {
	background-color: #FFFFFF;
	display: block;
	position: relative;
	height: 3px;
	width: 30px;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.CaesSubfield div {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	height: auto;
}
.IndexCaesList>div {
	margin-right: 6px;
	width: calc(25% - 5px);
}
.IndexCaesList>div:nth-child(1) {
	float: left;
}
.IndexCaesList>div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width:1200px) and (max-width:1459px) {
.IndexCaesBackground {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	background: linear-gradient(to right, #0d67c8, #0d67c8) left, #f5f5f5;
	background-size: 35% 100%, 35% 100%;
	background-repeat: no-repeat;
}
/*栏目名*/ 
.CaesSubfield {
	text-align: center;
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFF;
}
.CaesSubfield h2 {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
}
.CaesSubfield p {
	background-color: #FFFFFF;
	display: block;
	position: relative;
	height: 3px;
	width: 30px;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.CaesSubfield div {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	height: auto;
}
.IndexCaesList>div {
	margin-right: 6px;
	width: calc(25% - 5px);
}
.IndexCaesList>div:nth-child(1) {
	float: left;
}
.IndexCaesList>div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
}
 @media screen and (min-width: 1024px) and (max-width: 1199px) {
.IndexCaesBackground {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	background: linear-gradient(to right, #0d67c8, #0d67c8) left, #f5f5f5;
	background-size: 35% 100%, 35% 100%;
	background-repeat: no-repeat;
}
/*栏目名*/ 
.CaesSubfield {
	text-align: center;
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFF;
}
.CaesSubfield h2 {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
}
.CaesSubfield p {
	background-color: #FFFFFF;
	display: block;
	position: relative;
	height: 3px;
	width: 30px;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.CaesSubfield div {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	height: auto;
}
.IndexCaesList>div {
	margin-right: 6px;
	width: calc(25% - 5px);
}
.IndexCaesList>div:nth-child(1) {
	float: left;
}
.IndexCaesList>div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width: 550px) and (max-width:1023px) {
.IndexCaesBackground {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	background: linear-gradient(to right, #0d67c8, #0d67c8) left, #f5f5f5;
	background-size: 35% 100%, 35% 100%;
	background-repeat: no-repeat;
}
/*栏目名*/ 
.CaesSubfield {
	text-align: center;
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFF;
}
.CaesSubfield h2 {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
}
.CaesSubfield p {
	background-color: #FFFFFF;
	display: block;
	position: relative;
	height: 3px;
	width: 30px;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.CaesSubfield div {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	height: auto;
}
.IndexCaesList>div {
	margin-right: 6px;
	width: calc(50% - 6px);
	margin-bottom: 8px;
}
.IndexCaesList>div:nth-child(1), .IndexCaesList>div:nth-child(3) {
	float: left;
}
.IndexCaesList>div:nth-child(2) .IndexCaesList>div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (max-width: 549px) {
.IndexCaesBackground {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	background-color: #f5f5f5;
}
.CaesSubfield {
	text-align: center;
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.CaesSubfield h2 {
	width: 100%;
	margin: 0px;
}
.CaesSubfield p {
	background-color: #0d67c8;
	display: block;
	position: relative;
	height: 3px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom: 15px;
}
.CaesSubfield div {
	width: 100%;
}
.IndexCaesLeft {
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.IndexCaesRight {
	float: right;
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	line-height: 1.8em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.IndexCaesList>div {
	margin-right: 6px;
	width: calc(50% - 6px);
	margin-bottom: 8px;
}
.IndexCaesList>div:nth-child(1), .IndexCaesList>div:nth-child(3) {
	float: left;
}
.IndexCaesList>div:nth-child(2) .IndexCaesList>div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
}
/*首页客户案例*/
/*首页应用领域*/
.Application {
	max-width: 1436px;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
}
.ApplicationMiddleTabInfo {
	width: 100%;
	height: auto;
	display: none;
	overflow: hidden;
	position: relative;
	margin-top: 40;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
}
.ApplicationMiddleTabInfo > div {
	float: left;
}
.ApplicationMiddleTab li.cur {
	background-color: #0d67c8;
	color: #FFF;
}
.ApplicationMiddleTab li {
	height: 25px;
	color: #000000;
	border: 1px solid #D3D3D3;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	background-color: #f7f7f7;
	border-radius: 20px;
	font-size: 16px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	display: inline-block;
}
.ApplicationMiddleTab {
	width: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: auto;
	display: flex;
}
.ApplicationMiddleTabInfo > .AppList:nth-child(3n) {
	margin-right: 0px;
	float: right;
}
.AppList {
	position: relative;
	overflow: hidden;
	width: calc(33.33% - 10px);
	background-color: #DADADA;
	margin-right: 15px;
	margin-bottom: 15px;
}
.AppList:before {
	content: "";
	display: block;
	padding-top: 75%; /* 4:3宽高比，计算方法为高度/宽度*100% */
}
.AppList img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all ease 1s;
}
.AppList:hover img {
	transform: scale(1.1);
}
.ListText>p {
	color: #fff;
	border: 1px solid #979797;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
}
.ListText {
	background: rgba(51, 51, 51, 0.5);
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.AppList:hover .ListText {
	visibility: visible;
	opacity: 1;
	display: flex;
	/*子元素上下左右绝对居中*/
	align-items: center;
	justify-content: center;
	/*子元素上下左右绝对居中*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition: all ease 0.5s;
}
.on {
	display: block;
	color: #FFF;
}
/*首页应用领域*/
/*首页关于我们*/
.IndexAboutSubfield {
	text-align: center;
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 80px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.IndexAboutSubfield h2 {
	width: 100%;
	margin: 0px;
	text-align: left;
}
.IndexAboutSubfield p {
	background-color: #0d67c8;
	display: block;
	position: relative;
	height: 3px;
	width: 30px;
	margin-top: 8px;
	margin-bottom: 15px;
	float: left;
}
.IndexAboutSubfield div {
	width: 100%;
	font-weight: bold;
	text-align: left;
	float: left;
}
.IndexAbout {
	overflow: hidden;
	position: relative;
	max-width: 1920px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.IndexAboutLeft {
	background-image: url(../img/index-06.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	overflow: hidden;
	position: relative;
}
.IndexAboutMiddle {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.IndexAboutMiddle>a {
	background-color: #0d67c8;
	border-radius: 15px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	transition: all ease 1s;
}
.IndexAboutMiddle>a:hover {
	background-color: #4095F2;
}
.IndexAboutText {
	line-height: 1.8em;
	margin-bottom: 30px;
}
.IndexAboutImg {
	overflow: hidden;
	position: relative;
	height: auto;
	max-width: 1920px;
	margin-top: 50px;
	margin-bottom: 15px;
}
.IndexAboutImg > div {
	overflow: hidden;
	position: relative;
	height: auto;
	float: left;
	margin-right: 6px;
}
.IndexAboutImg > div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
.IndexAboutImg>div>li {
	position: relative;
	line-height: 25px;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	font-weight: bold;
	width: calc(100% - 20px);
	margin-right: 10px;
	margin-left: 10px;
	height: 30px;
	margin-bottom: 5px;
}
.video-container img {
	width: 100%;
}
.AboutImg {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.AboutImg:before {
	content: "";
	display: block;
	padding-top: 72.63%; /* 4:3宽高比，计算方法为高度/宽度*100% */
}
.AboutImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all ease 1s;
}
.AboutImg:hover img {
	transform: scale(1.1);
}
 @media screen and (min-width:1920px) {
.IndexAbout>div {
	width: 100%;
}
.IndexAboutLeft {
	height: 518px;
	width: 230px;
}
.IndexAboutMiddle {
	width: calc(100% - 1230px);
	float: left;
	height: auto;
}
.video-container {
	width: 921px;
	height: 518px;
}
.IndexAboutRight {
	float: right;
	margin-bottom: 30px;
}
.IndexAboutImg > div {
	width: calc(25% - 5px);
	overflow: hidden;
	position: relative;
}
.IndexAboutImg > div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
.IndexAboutImg > div > img {
	max-height: 345px;
	max-width: 475px;
}
}
@media screen and (min-width:1460px) and (max-width:1919px) {
.IndexAbout>div {
	max-width: 1460px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: auto;
}
.IndexAboutLeft {
	display: none;
}
.IndexAboutMiddle {
	width: calc(100% - 1000px);
	float: left;
	margin-left: 8px;
}
.IndexAboutText {
	margin-bottom: 20px;
}
.video-container {
	width: 921px;
	height: 518px;
}
.IndexAboutRight {
	float: right;
	margin-right: 8px;
}
.IndexAboutImg > div {
	width: calc(25% - 5px);
}
.IndexAboutImg > div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
.IndexAboutImg > div > img {
	max-height: 345px;
	max-width: 475px;
}
}
@media screen and (min-width:1200px) and (max-width:1459px) {
.IndexAbout>div {
	max-width: 1460px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: auto;
}
.IndexAboutLeft {
	display: none;
}
.IndexAboutMiddle {
	width: calc(100% - 930px);
	float: left;
	margin-left: 8px;
}
.IndexAboutText {
	height: 250px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 10;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.video-container {
	width: 850px;
	height: 477px;
}
.IndexAboutRight {
	float: right;
	margin-right: 8px;
}
.IndexAboutImg > div {
	width: calc(25% - 5px);
}
.IndexAboutImg > div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
.IndexAboutImg > div > img {
	max-height: 300px;
	max-width: 400px;
}
}
 @media screen and (min-width: 1024px) and (max-width: 1199px) {
.IndexAbout>div {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
}
.IndexAboutLeft {
	display: none;
}
.IndexAboutMiddle {
	width: calc(100% -16px);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0px;
}
.IndexAboutText {
	margin-bottom: 20px;
}
.video-container {
	width: 100%;
}
.IndexAboutRight {
}
.IndexAboutImg > div {
	width: calc(25% - 5px);
}
.IndexAboutImg > div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
.IndexAboutImg > div > img {
	max-height: 230px;
	max-width: 390px;
}
}
@media screen and (min-width: 550px) and (max-width:1023px) {
.IndexAbout>div {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
}
.IndexAboutLeft {
	display: none;
}
.IndexAboutMiddle {
	width: calc(100% -16px);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0px;
}
.IndexAboutText {
	margin-bottom: 20px;
}
.video-container {
	width: 100%;
}
.IndexAboutRight {
}
.IndexAboutImg > div {
	width: calc(50% - 5px);
	margin-bottom: 8px;
}
.IndexAboutImg > div:nth-child(1), .IndexAboutImg > div:nth-child(3) {
	float: left;
}
.IndexAboutImg > div:nth-child(2), .IndexAboutImg > div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
.IndexAboutImg > div > img {
	max-height: 230px;
	max-width: 390px;
}
}
@media screen and (max-width: 549px) {
.IndexAbout>div {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
}
.IndexAboutLeft {
	display: none;
}
.IndexAboutMiddle {
	width: calc(100% -16px);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0px;
}
.IndexAboutText {
	margin-bottom: 20px;
}
.video-container {
	width: 100%;
}
.IndexAboutRight {
}
.IndexAboutImg > div {
	width: calc(50% - 5px);
	margin-bottom: 8px;
}
.IndexAboutImg > div:nth-child(1), .IndexAboutImg > div:nth-child(3) {
	float: left;
}
.IndexAboutImg > div:nth-child(2), .IndexAboutImg > div:nth-child(4) {
	float: right;
	margin-right: 0px;
}
.IndexAboutImg > div > img {
	max-height: 230px;
	max-width: 390px;
}
}
/*首页关于我们*/
/*首页资讯推荐*/
.IndexNewsList {
	overflow: hidden;
	position: relative;
	height: auto;
	max-width: 1436px;
	padding: 8px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.IndexNewsListLeft {
	width: 600px;
	float: left;
}
.IndexNewsListLeft > div {
	overflow: hidden;
	position: relative;
	height: 380px;
	width: 600px;
}
.IndexNewsListLeft > div:before {
	content: "";
	display: block;
	padding-top: 63.333%; /* 4:3宽高比，计算方法为高度/宽度*100% */
}
.IndexNewsListLeft img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all ease 1s;
}
.IndexNewsListLeft:hover img {
	transform: scale(1.1);
}
.IndexNewsListLeft > a {
	overflow: hidden;
	position: relative;
	height: auto;
	width: calc(100% -16px);
	line-height: 26px;
	font-weight: bold;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	margin: 8px;
}
.IndexNewsListLeft > p {
	overflow: hidden;
	position: relative;
	height: auto;
	width: calc(100% -16px);
	line-height: 26px;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	margin: 8px;
}
.IndexNewsListRight {
	width: calc(100% - 630px);
	margin-left: 20px;
	overflow: hidden;
	position: relative;
	height: auto;
	float: right;
}
.IndexNewsListRight > div {
	background-color: #fafafa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all ease 1s;
}
.IndexNewsListRight > div:last-child {
	border-bottom-width: 0px;
}
.IndexNewsListRight > div:hover {
	background-color: #F4F4F4;
}
.IndexNewsListRight > div > div:nth-child(1) {
	float: left;
	margin-left: 10px;
	text-align: center;
	width: 90px;
	font-size: 14px;
}
.IndexNewsListRight > div > div:nth-child(1)>li:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
}
.IndexNewsListRight > div > div:nth-child(2) {
	float: right;
	width: calc(100% - 120px);
	text-align: left;
	position: relative;
	overflow: hidden;
	height: auto;
}
.IndexNewsListRight > div > div:nth-child(2)>a {
	overflow: hidden;
	position: relative;
	height: 30px;
	width: 100%;
	line-height: 1.8em;
	font-weight: bold;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.2em;
}
.IndexNewsListRight > div > div:nth-child(2)>p {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	line-height: 1.5em;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	margin-top: 8px;
	margin-bottom: 8px;
}
@media screen and (min-width:1460px) {
}
@media screen and (min-width:1200px) and (max-width:1459px) {
}
 @media screen and (min-width: 1024px) and (max-width: 1199px) {
.IndexNewsListLeft {
	display: none;
}
.IndexNewsListRight {
	width: 100%;
	;
}
}
@media screen and (min-width: 550px) and (max-width:1023px) {
.IndexNewsListLeft {
	display: none;
}
.IndexNewsListRight {
	width: 100%;
}
}
@media screen and (max-width: 549px) {
.IndexNewsListLeft {
	display: none;
}
.IndexNewsListRight {
	width: 100%;
}
}
/*首页资讯推荐*/

/*内容页banner*/
.info_banner {
	max-width: 1920px;
	height: auto;
	display: block;
}
.info_banner div {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
 @media screen and (min-width: 1200px) {
.info_banner div {
	max-width: 1920px;
	min-height: 260px;
	background-size: auto 260px;
}
.web_position span:nth-child(2) {
	float: right;
}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.info_banner div {
	max-width: 1920px;
	min-height: 220px;
	background-size: auto 220px;
}
}
@media screen and (min-width: 768px) and (max-width:1023px) {
.info_banner div {
	max-width: 1920px;
	min-height: 180px;
	background-size: auto 180px;
}
}
@media screen and (max-width: 768px) {
.info_banner div {
	max-width: 1920px;
	min-height: 110px;
	background-size: auto 110px;
}
}
/*内容页banner*/


/*位置导航开始*/
.InfoPosition {
	max-width: calc(1460px - 16px);
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0089F7;
	padding-right: 8px;
	padding-left: 8px;
}
.InfoPosition span:nth-child(1) {
	float: left;
	font-size: 22px;
	text-transform: uppercase;
}
.InfoPosition span:nth-child(2) {
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	text-indent: 25px;
}
@media screen and (max-width: 500px) {
.InfoPosition span:nth-child(1) {
	display: none;
}
.InfoPosition span:nth-child(2) {
	float: left;
}
}
/*位置导航结束*/



/*感谢页*/
.MessageInfoOk {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.MessageInfoOk img:nth-of-type(1) {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	text-align: center;
	display: block;
}
.MessageInfoOk img:nth-of-type(2) {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	display: block;
}
.MessageInfoOk li {
	text-align: center;
	width: 100%;
}
.MessageInfoOk > li:nth-of-type(1) {
	font-size: 36px;
	text-transform: uppercase;
}
.MessageInfoOk > li:nth-of-type(2) {
}
.MessageInfoOk > a {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	background-image: url(img/img_007.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 223px;
	display: block;
}
.MessageInfoErr {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.MessageInfoErr img:nth-of-type(1) {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	display: block;
}
.MessageInfoErr img:nth-of-type(2) {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	display: block;
}
.MessageInfoErr li {
	text-align: center;
	width: 100%;
}
.MessageInfoErr > li:nth-of-type(1) {
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}
.MessageInfoErr > ul {
	border-radius: 5px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: auto;
}
.MessageInfoErr > ul > li {
	overflow: hidden;
	position: relative;
	height: auto;
	width: calc(100% - 20px);
	margin-right: 10px;
	margin-left: 10px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.MessageInfoErr > ul > li > img {
	float: left;
	margin: 0px;
	position: relative;
	height: 25px;
	width: 25px;
}
.MessageInfoErr > ul > li > span {
	width: calc(100% - 40px);
	line-height: 25px;
	text-align: left;
	display: block;
	position: relative;
	float: right;
}
.MessageInfoErr > li:nth-of-type(3) {
}
.MessageInfoErr > a {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	background-image: url(img/img_006.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 223px;
	display: block;
}
.ThankMessageColumn {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.ThankMessageColumn>h2 >img {
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.ThankMessageColumn > h2 {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}
.ThankMessageColumn > h2 > span {
	border-radius: 5px;
	position: relative;
	height: 8px;
	width: calc(100% - 230px);
	display: block;
	background-color: #dcdee3;
	overflow: hidden;
	margin-top: 17px;
	float: right;
}
.ThankMessageColumn2 {
	background-color: #f7f7f7;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.ThankMessageColumn2>h2 {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
.ThankMessageColumn2 > h2 > img {
	margin-right: 10px;
	position: relative;
	top: 5px;
}
 @media screen and (min-width: 1200px) {
.MessageInfoErr > ul {
	max-width: calc(100% - 500px);
}
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
.MessageInfoErr > ul {
	max-width: calc(100% - 400px);
}
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
.MessageInfoErr > ul {
	max-width: calc(100% - 300px);
}
}
@media screen and (min-width: 768px) and (max-width:999px) {
.MessageInfoErr > ul {
	max-width: calc(100% - 100px);
}
}
@media screen and (min-width: 650px) and (max-width:767px) {
.MessageInfoErr > ul {
	max-width: calc(100% - 100px);
}
}
@media screen and (min-width: 550px) and (max-width:649px) {
.MessageInfoErr > ul {
	max-width: calc(100% - 30px);
}
}
@media screen and (min-width: 400px) and (max-width:549px) {
.MessageInfoErr > ul {
	max-width: calc(100% - 30px);
}
}
@media screen and (max-width: 399px) {
.MessageInfoErr > ul {
	max-width: calc(100% - 20px);
}
}
/*感谢页*/
/*内容页主框架*/

.container {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.container > h4 {
	float: left;
}
.container > span {
	float: right;
}
.InfoContentLeft {
	float: left;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 230px;
}
.InfoContentRight {
	float: right;
	position: relative;
	height: auto;
	overflow: hidden;
}
 @media screen and (min-width:1440px) {
.InfoContentLeft {
	display: block;
}
.InfoContentRight {
	margin-left: 30px;
	width: calc(100% - 260px);
}
}
@media screen and (min-width:1200px) and (max-width:1359px) {
.InfoContentLeft {
	display: block;
}
.InfoContentRight {
	margin-left: 30px;
	width: calc(100% - 260px);
}
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
.InfoContentLeft {
	display: block;
}
.InfoContentRight {
	margin-left: 30px;
	width: calc(100% - 260px);
}
}
@media screen and (min-width: 768px) and (max-width:991px) {
.InfoContentLeft {
	display: none;
}
.InfoContentRight {
	margin-left: 0px;
	width: 100%;
}
}
@media screen and (min-width: 576px) and (max-width:767px) {
.InfoContentLeft {
	display: none;
}
.InfoContentRight {
margin-left:0px  width: 100%;
}
}
@media screen and (max-width: 575px) {
.InfoContentLeft {
	display: none;
}
.InfoContentRight {
margin-left:0px  width: 100%;
}
}
/*内容页主框架*/
/*产品列表*/
.ProductsList {
	height: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.ProductsList>div {
	position: relative;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	background-color: #F3F3F3;
	padding-bottom: 10px;
}
.ProductsList>div>li {
	position: relative;
	line-height: 40px;
	text-align: center;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	width: calc(100% - 20px);
	height: 40px;
	padding: 10px;
}
.ProductsList>div>a {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
}
.ProductsList>div>a:before {
	content: "";
	display: block;
	padding-top: 100%; /* 1：1宽高比，计算方法为高度/宽度*100% */
}
.ProductsList>div>a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all ease 1s;
}
.ProductsList>div>a:hover img {
	transform: scale(1.1);
}
 @media screen and (min-width:1440px) {
.ProductsList>div {
	margin-right: 13px;
	width: calc(25% - 10px);
}
.ProductsList>div:nth-child(1) {
	float: left;
}
.ProductsList>div:nth-child(4n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width:1200px) and (max-width:1359px) {
.ProductsList>div {
	margin-right: 13px;
	width: calc(25% - 10px);
}
.ProductsList>div:nth-child(1) {
	float: left;
}
.ProductsList>div:nth-child(4n) {
	float: right;
	margin-right: 0px;
}
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
.ProductsList>div {
	margin-right: 13px;
	width: calc(25% - 10px);
}
.ProductsList>div:nth-child(1) {
	float: left;
}
.ProductsList>div:nth-child(4n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width: 768px) and (max-width:991px) {
.ProductsList>div {
	margin-right: 13px;
	width: calc(50% - 10px);
}
.ProductsList>div:nth-child(1n) {
	float: left;
}
.ProductsList>div:nth-child(2n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width: 576px) and (max-width:767px) {
.ProductsList>div {
	margin-right: 13px;
	width: calc(50% - 10px);
}
.ProductsList>div:nth-child(1n) {
	float: left;
}
.ProductsList>div:nth-child(2n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (max-width: 575px) {
.ProductsList>div {
	margin-right: 13px;
	width: calc(50% - 10px);
}
.ProductsList>div:nth-child(1n) {
	float: left;
}
.ProductsList>div:nth-child(2n) {
	float: right;
	margin-right: 0px;
}
}
/*产品列表*/
/*视频列表*/
.VideoList {
	height: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.VideoList>div {
	position: relative;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	background-color: #F3F3F3;
}
.VideoList>div>li {
	position: relative;
	line-height: 40px;
	text-align: left;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	width: calc(100% - 20px);
	height: 40px;
	padding: 10px;
	font-weight: bold;
}
.VideoList>div>p {
	position: relative;
	line-height: 25px;
	text-align: left;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	width: calc(100% - 20px);
	height: 60px;
	padding: 10px;
	font-size: 12px;
}
.VideoList>div>a {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
}
.VideoList>div>a:before {
	content: "";
	display: block;
	padding-top: 55.6%; /* 4:3宽高比，计算方法为高度/宽度*100% */
}
.VideoList>div>a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all ease 1s;
}
.VideoList>div>a:hover img {
	transform: scale(1.1);
}
 @media screen and (min-width:1440px) {
.VideoList>div {
	margin-right: 13px;
	width: calc(25% - 10px);
}
.VideoList>div:nth-child(1) {
	float: left;
}
.VideoList>div:nth-child(4n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width:1200px) and (max-width:1359px) {
.VideoList>div {
	margin-right: 13px;
	width: calc(25% - 10px);
}
.VideoList>div:nth-child(1) {
	float: left;
}
.VideoList>div:nth-child(4n) {
	float: right;
	margin-right: 0px;
}
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
.VideoList>div {
	margin-right: 13px;
	width: calc(25% - 10px);
}
.VideoList>div:nth-child(1) {
	float: left;
}
.VideoList>div:nth-child(4n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width: 768px) and (max-width:991px) {
.VideoList>div {
	margin-right: 13px;
	width: calc(50% - 10px);
}
.VideoList>div:nth-child(1n) {
	float: left;
}
.VideoList>div:nth-child(2n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width: 576px) and (max-width:767px) {
.VideoList>div {
	margin-right: 13px;
	width: calc(50% - 10px);
}
.VideoList>div:nth-child(1n) {
	float: left;
}
.VideoList>div:nth-child(2n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (max-width: 575px) {
.VideoList>div {
	margin-right: 13px;
	width: calc(50% - 10px);
}
.VideoList>div:nth-child(1n) {
	float: left;
}
.VideoList>div:nth-child(2n) {
	float: right;
	margin-right: 0px;
}
}
/*视频列表*/
/*荣誉类列表*/
.HonorList {
	height: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.HonorList>div {
	position: relative;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	background-color: #F3F3F3;
	padding-bottom: 10px;
}
.HonorList>div>li {
	position: relative;
	line-height: 40px;
	text-align: center;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	width: calc(100% - 20px);
	height: 40px;
	padding: 10px;
}
.HonorList>div>a {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
}
.HonorList>div>a:before {
	content: "";
	display: block;
	padding-top: 75%; /* 1：1宽高比，计算方法为高度/宽度*100% */
}
.HonorList>div>a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all ease 1s;
}
.HonorList>div>a:hover img {
	transform: scale(1.1);
}
 @media screen and (min-width:1440px) {
.HonorList>div {
	margin-right: 15px;
	width: calc(33.3% - 10px);
}
.HonorList>div:nth-child(1) {
	float: left;
}
.HonorList>div:nth-child(3n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width:1200px) and (max-width:1359px) {
.HonorList>div {
	margin-right: 15px;
	width: calc(33.3% - 10px);
}
.HonorList>div:nth-child(1) {
	float: left;
}
.HonorList>div:nth-child(3n) {
	float: right;
	margin-right: 0px;
}
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
.HonorList>div {
	margin-right: 15px;
	width: calc(33.3% - 10px);
}
.HonorList>div:nth-child(1) {
	float: left;
}
.HonorList>div:nth-child(3n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width: 768px) and (max-width:991px) {
.HonorList>div {
	margin-right: 15px;
	width: calc(50% - 10px);
}
.HonorList>div:nth-child(1n) {
	float: left;
}
.HonorList>div:nth-child(2n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (min-width: 576px) and (max-width:767px) {
.HonorList>div {
	margin-right: 15px;
	width: calc(50% - 10px);
}
.HonorList>div:nth-child(1n) {
	float: left;
}
.HonorList>div:nth-child(2n) {
	float: right;
	margin-right: 0px;
}
}
@media screen and (max-width: 575px) {
.HonorList>div {
	margin-right: 15px;
	width: calc(50% - 10px);
}
.HonorList>div:nth-child(1n) {
	float: left;
}
.HonorList>div:nth-child(2n) {
	float: right;
	margin-right: 0px;
}
}
/*荣誉类列表*/
/*新闻列表*/
.NewsListPic {
	width: calc(100% - 16px);
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	overflow: hidden;
	position: relative;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	transition: all ease 1s;
}
.NewsListPic:hover {
	background-color: #EFEFEF;
}
.NewsListPicLeft {
	overflow: hidden;
	position: relative;
	height: 144px;
	width: 230px;
	float: left;
}
.NewsListPicLeft img {
	position: relative;
	width: 100%;
	height: 100%;
}
.NewsListPicLeft img:hover {
	-webkit-transform: scale3d(1.3, 1.3, 1.1);
	transform: scale3d(1.3, 1.3, 1.1);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.NewsListPicRightt {
	float: right;
	width: calc(100% - 260px);
}
.NewsListPicRightt > h2 {
	position: relative;
	line-height: 30px;
	text-align: left;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}
.NewsListPicRightt > span {
	color: #C2C2C2;
}
.NewsListPicRightt > p {
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.NewsList {
	width: calc(100% - 16px);
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	overflow: hidden;
	position: relative;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	transition: all ease 1s;
}
.NewsList:hover {
	background-color: #EFEFEF;
}
.NewsListLeft {
	float: left;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100px;
}
.NewsListLeft li {
	text-align: center;
	position: relative;
	width: 100%;
}
.NewsListLeft li:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	margin-top: 25px;
}
.NewsListLeft li:nth-child(2) {
	margin-top: 10px;
	margin-bottom: 10px;
}
.NewsListRightt {
	float: right;
	width: calc(100% - 120px);
}
.NewsListRightt h2 {
	position: relative;
	line-height: 30px;
	text-align: left;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}
.NewsListRightt p {
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}
/*新闻列表*/
/*网页底部*/
.FootBackground {
	background-color: #06458e;
	color: #FFF;
	margin-top: 40px;
}
.Foot {
	overflow: hidden;
	position: relative;
	height: auto;
	max-width: 1436px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 8px;
}
.Foot a {
	color: #FFF;
}
.FootBackground>div:nth-child(2) {
	background-color: #073f7f;
	text-align: center;
	line-height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #346296;
}
.Foot1 {
	overflow: hidden;
	position: relative;
	height: auto;
	max-width: 600px;
	float: left;
}
.Foot1 > li {
	line-height: 24px;
	width: 100%;
}
.Foot1 > div {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 40px;
}
.Foot1 >div> div:nth-child(1) {
	float: left;
	height: 62px;
	width: 46px;
}
.Foot1 >div> div:nth-child(1) img {
	max-height: 62px;
	max-width: 46px;
}
.Foot1 >div>div:nth-child(2) {
	overflow: hidden;
	position: relative;
	width: calc(100% - 60px);
	float: right;
	font-size: 16px;
	font-weight: bold;
}
.Foot1 >div>div:nth-child(2) a {
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
}
.Foot2 {
	float: right;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 150px;
	margin-right: 30px;
}
.Foot2 h3 {
	margin-top: 0px;
	padding-top: 0px;
}
.Foot2 a {
	display: block;
	position: relative;
	width: 100%;
	line-height: 26px;
	transition: all ease 1s;
	padding-right: 5px;
	padding-left: 5px;
}
.Foot2 a:hover {
	background-color: #0C6BD6;
}
.Foot3 {
	float: right;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 150px;
	margin-right: 30px;
}
.Foot3 h3 {
	margin-top: 0px;
	padding-top: 0px;
}
.Foot3 a {
	display: block;
	position: relative;
	width: 100%;
	line-height: 26px;
	transition: all ease 1s;
	padding-right: 5px;
	padding-left: 5px;
}
.Foot3 a:hover {
	background-color: #0C6BD6;
}
.Foot4 {
	float: right;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 130px;
	text-align: center;
	margin-left: 60px;
}
.Foot4 img {
	max-width: 100%;
}
 @media screen and (min-width:1460px) {
}
@media screen and (min-width:1200px) and (max-width:1459px) {
.Foot2 {
	margin-right: 15px;
}
.Foot3 {
	margin-right: 15px;
}
.Foot4 {
	margin-left: 30px;
}
}
 @media screen and (min-width: 1024px) and (max-width: 1199px) {
.Foot2 {
	margin-right: 15px;
	width: 120px;
}
.Foot3 {
	margin-right: 15px;
}
.Foot4 {
	margin-left: 20px;
}
}
@media screen and (min-width: 800px) and (max-width:1023px) {
.Foot2 {
	display: none;
}
.Foot3 {
	margin-right: 0px;
}
.Foot4 {
	display: none;
}
}
@media screen and (min-width: 550px) and (max-width:799px) {
.Foot2 {
	display: none;
}
.Foot3 {
	display: none;
}
.Foot4 {
	display: none;
}
}
@media screen and (max-width: 549px) {
.Foot2 {
	display: none;
}
.Foot3 {
	display: none;
}
.Foot4 {
	display: none;
}
}
/*网页底部*/
