.productContentListData {
  display: flex;
  justify-content: center;
  padding-top: 3.9375rem
}
.productContentListData .productContentList {
  width: 68vw
}
.productContentListData .productContentList .productContentDataList .productTitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct {
  position: relative;
  width: 100%
}
.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct img {
  height: 3.75rem
}
.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .titleBox {
  display: flex;
  align-items: flex-end
}
.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 2%;
  display: flex;
  align-items: flex-end;
  width: 100%
}
.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title span {
  color: #4749AF;
  font-size: .95rem;
  font-family: Arial;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold
}
.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title span:nth-child(1) {
  font-size: 1.3rem;
  color: black;
  font-family: SourceHanSansCN;
  margin-right: .8rem
}
.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title .classifyText {
  width: 69%;
  display: flex;
  justify-content: center
}
.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title .classifyText span {
  font-weight: 500;
  font-size: .95rem;
  color: black;
  padding-right: 2rem;
  margin-right: 0;
  cursor: pointer
}
.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title .classifyText span:nth-last-child(1) {
  border-left: 1px solid #eee;
  padding-left: 2rem
}
.productContentListData .productContentList .productContentDataList .productTitle .moreRightButton .more {
  border: 1px solid #4749AF;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: .4rem .7rem;
  transition-duration: .5s;
  color: #4749AF
}
.productContentListData .productContentList .productContentDataList .productTitle .moreRightButton .more a {
  font-size: .7rem;
  white-space: nowrap
}
.productContentListData .productContentList .productContentDataList .productTitle .moreRightButton .more:hover{
  background: #4749AF !important;
}
.productContentListData .productContentList .productContentDataList .productTitle .moreRightButton .more:hover a{
	color: #fff
}
.productContentListData .productContentList .contentDataBox {
  margin-top: 3rem
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage {
  display: flex
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .maxImage {
  margin-right: .6rem;
  height: 100%;
  width: 40%;
  height: 30.5rem;
  overflow: hidden;
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage a{
	width: 100%;
	height: 100%;
  	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage a::after {
  background: rgba(71, 73, 175, 0.8);
  content: '';
  transform: translateY(1000px);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: .5s;
  top: 0;
  left: 0;
  z-index: -9
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .maxImage span {
  position: absolute;
  transform: translateY(1000px);
  transition-duration: .5s
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage img {
	display: block;
  height: 100%;
  width: 100%;
	object-fit: cover
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .maxImage:hover span {
  color: white;
  transform: translateY(0);
  z-index: 9
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage a:hover::after {
  opacity: 1;
  transform: translateY(0px);
  z-index: 1;
  content: '';
  position: absolute
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 65%;
  overflow: hidden
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage li {
  height: 15rem;
  width: 31.33%;
	margin-right: 3%;
  margin-bottom: .4rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage li:nth-child(3n){
	margin-right: 0
}
/*
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage li::after {
  background: rgba(71, 73, 175, 0.8);
  content: '';
  transform: translateY(1000px);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: .5s;
  top: 0;
  left: 0;
  z-index: -9
}
*/
/*
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage li img {
  height: 100%;
  width: 100%
}
*/
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage li span {
  position: absolute;
  transform: translateY(1000px);
  transition-duration: .5s
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage li:nth-child(3n) {
  margin-right: 0
}
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage li:hover span {
  color: white;
  transform: translateY(0);
  z-index: 9
}
/*
.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage li:hover a::after {
  opacity: 1;
  transform: translateY(0px);
  z-index: 1;
  content: '';
  position: absolute
}
*/
.enterTheCompany {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3.9375rem
}
.enterTheCompany .enterTheCompanyData {
  font-family: Adobe Heiti Std;
  width: 68vw
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage {
  display: flex
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterImageIpl {
  margin-right: 1.5625rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterImageIpl img {
  width: 43.75rem;
  height: 30rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTitle .enterTitleImageAndText {
  position: relative
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTitle .enterTitleImageAndText .enterImage img {
  width: 4rem;
  height: 4rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTitle .enterTitleImageAndText .enterText {
  position: absolute;
  bottom: 0;
  left: 4%
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTitle .enterTitleImageAndText .enterText span {
  color: #333;
  font-size: 1.5rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  text-transform: uppercase
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTitle .enterTitleImageAndText .enterText span:nth-last-child(1) {
  color: #4749AF;
  font-size: 1rem;
  margin-left: .5rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTextBox {
  margin-left: 4%;
  margin-top: 2rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTextBox span {
  color: #666;
  font-size: .75rem;
  font-family: Adobe Heiti Std;
  line-height: 1.7rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea {
  margin-left: 4%;
  margin-top: 1rem;
  position: relative
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea .enterButton {
  width: 6rem;
  height: 2.375rem;
  background: #4B4DC8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .4rem;
  cursor: pointer;
  transition-duration: .5s
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea .enterButton span {
  color: white;
  font-size: .85rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea .enterButton:hover {
  background: white;
  box-shadow: 0 4px 10px rgba(75, 77, 200, 0.4)
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea .enterButton:hover span {
  color: #4b4dc8 !important
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea .positionImageBox img {
  position: absolute;
  top: -10px;
  z-index: -1
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.125rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea ul li a{
  display: flex;
  flex-direction: column;
	justify-content: center;
	align-items: center
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea ul li i {
  font-size: 42px;
	-webkit-transition: -webkit-transform .8s ease-out;
    -moz-transition: -moz-transform .8s ease-out;
    -o-transition: -o-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea ul li span{
	line-height: 2
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea ul li a:hover{
	color: #4B4DC8
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea ul li a:hover i{
	-webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer {
  margin-top: 3.75rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData {
  font-family: SourceHanSansCN
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox {
  display: flex;
  align-items: flex-start;
  border-right: 1px solid #eee;
  padding-right: 4rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .serverText {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .serverText span:nth-last-child(1){
  margin-top: 1rem;
  font-size: .85rem;
  font-weight: 400
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .serverText span i{
  font-size: 1.4rem;
  font-weight: bold
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .rightServerIcon {
  margin-left: 1rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .rightServerIcon img {
  height: 2.2rem
}
.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox:nth-last-child(1) {
  border: none;
  padding: 0
}
.fourBottomBackgroundImage {
  margin-top: 6rem
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	background: url(../image/adv-bg.jpg) no-repeat center 0;
	background-size: cover;
	padding: 3.9375rem 0;
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .lightImgae img {
  width: 100%
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData {
  width: 70vw; 
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle {
  margin-bottom: 4.1875rem
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle .bottomFour {
  display: flex;
  justify-content: center
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle .fourHeaderTitle {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle .fourHeaderTitle img {
  width: 4rem;
  height: 4rem
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle .fourHeaderTitle .fourTitleBox {
  display: flex;
  justify-content: center;
  align-items: center
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle .fourHeaderTitle .fourTitleBox .fourTitleAndTextBox {
  position: absolute;
  left: 12%;
  bottom: -1%;
  width: 100%;
  text-align: center
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle .fourHeaderTitle .fourTitleBox .fourTitleAndTextBox span {
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle .fourHeaderTitle .fourTitleBox .fourTitleAndTextBox span:nth-child(1) {
  font-size: 1.6rem;
  color: #333
}
.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle .fourHeaderTitle .fourTitleBox .fourTitleAndTextBox span:nth-last-child(1) {
  margin-left: 1rem;
  font-size: 1.1rem;
  color: #4749AF
}
/*adv list*/
.adv-list{
	overflow: hidden
}
.adv-list li{
	float: left;
	width: 17.5%;
    height: 582px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}
.adv-list li:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
}
.adv-list li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.adv-list li .adv-info{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.adv-list li .adv-info h4{
	font-size: 24px;
	line-height: 2
}
.adv-list li .adv-info p{
	width: 388px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	padding: 0 30px;
	font-size: 16px;
	line-height: 1.6;
	visibility: hidden
}
.adv-list li:last-child{
	margin-right: 0
}
.adv-list li.active{
	width: 45.2%;
}
.adv-list li.active:before{
	background-color: rgba(0,0,0,.3);
}
.adv-list li.active .adv-info p{
	opacity: 1;
	visibility: visible
}

.latestInquiries {
  margin-top: 5.6rem
}
.latestInquiries .latestInquiriesBox {
  position: relative
}
.latestInquiries .latestInquiriesBox .latestInquiriesData {
  width: 100%
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox {
  cursor: pointer
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox .latestImageBox {
  transition-duration: .5s
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox .latestImageBox .latestImage img {
  height: 22.0625rem;
  width: 100%
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox .latestImageBox .latestTitleAndCreatime {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 1rem
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox .latestImageBox .latestTextBox {
  padding: 0 1rem;
  margin-top: 1rem;
  padding-bottom: 2rem
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox .latestImageBox .latestTextBox .latestTextData .textSpan {
  position: relative
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox .latestImageBox .latestTextBox .latestTextData .textSpan span {
  color: #000;
  font-size: .85rem
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox .latestImageBox .latestTextBox .latestTextData .textSpan span:nth-last-child(1) {
  color: #EC79C9;
  position: absolute;
  right: 0;
  bottom: 0
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox:hover .latestImageBox {
  background: #505EC2
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox:hover .latestImageBox .title span, .latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox:hover .latestImageBox .creatime span, .latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox:hover .latestImageBox .textSpan span, .latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox:hover .latestImageBox .moreText span {
  color: white !important
}
.latestInquiries .latestInquiriesBox .latestInquiriesData .latestDataBox:hover .latestTextBox .latestTextData .textSpan span i {
  color: white !important
}
.latestInquiries .customButtonBox {
  position: absolute;
  right: 0;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end
}
.latestInquiries .customButtonBox .customButtonDataBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw
}
.latestInquiries .customButtonBox .customButtonDataBox .customButtonSpan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 7rem
}
.latestInquiries .customButtonBox .customButtonDataBox .customButtonSpan span {
  color: white;
  font-size: 1.5;
  font-family: SourceHanSansCN;
  font-weight: 500;
  cursor: pointer;
  position: relative
}
.latestInquiries .customButtonBox .customButtonDataBox .customButtonSpan span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  transform: scaleX(0);
  transform-origin: right center;
  transition-duration: 0.5s;
  transition-property: transform;
  left: 0;
  bottom: -.5rem
}
.latestInquiries .customButtonBox .customButtonDataBox .customButtonSpan span:hover::before {
  transform: scaleX(1);
  transform-origin: left center
}
.latestInquiries .customButtonBox .customButtonDataBox .customButtonSpan span:nth-child(1) {
  margin-bottom: 3rem
}
.latestInquiries .customButtonBox .customButtonDataBox .customPrev {
  position: absolute;
  bottom: 0
}
.latestInquiries .customButtonBox .customButtonDataBox .customStyle, .latestInquiries .customButtonBox .customButtonDataBox .newCustomStyle {
  background: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem
}
.latestInquiries .customButtonBox .customButtonDataBox .customStyle::after, .latestInquiries .customButtonBox .customButtonDataBox .newCustomStyle::after {
  font-size: 1rem;
  transition-duration: .5s;
  color: #505EC2;
  font-weight: bold
}
.latestInquiries .customButtonBox .customButtonDataBox .customStyle:after, .latestInquiries .customButtonBox .customButtonDataBox .newCustomStyle:after {
  transform: rotate(0)
}
.latestInquiries .customButtonBox .customButtonDataBox .customStyle:hover, .latestInquiries .customButtonBox .customButtonDataBox .newCustomStyle:hover {
  background: #505EC2
}
.latestInquiries .customButtonBox .customButtonDataBox .customStyle:hover::after, .latestInquiries .customButtonBox .customButtonDataBox .newCustomStyle:hover::after {
  color: white
}
.rightContentData {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}
.rightContentData .rightContentDataBox {
  position: relative
}
.rightContentData .rightContentDataBox .contentData {
  width: 70vw;
  position: relative;
  margin-bottom: 7rem
}
.rightContentData .rightContentDataBox .contentData .contentDataTitle {
  display: flex;
  justify-content: flex-end
}
.rightContentData .rightContentDataBox .contentData .contentDataTitle .contentDataTitleBackground {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end
}
.rightContentData .rightContentDataBox .contentData .contentDataTitle .contentDataTitleBackground img {
  height: 4rem;
  width: 4rem;
  transform: rotate(90deg)
}
.rightContentData .rightContentDataBox .contentData .contentDataTitle .contentDataTitleBackground .contentDataTextBox {
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  right: 3.8%
}
.rightContentData .rightContentDataBox .contentData .contentDataTitle .contentDataTitleBackground .contentDataTextBox span {
  font-size: 1.2rem;
  color: #4749AF;
  font-weight: bold
}
.rightContentData .rightContentDataBox .contentData .contentDataTitle .contentDataTitleBackground .contentDataTextBox span:nth-last-child(1) {
  margin-left: 1rem;
  font-size: 1.5rem;
  color: black !important
}
.leftPositionFixed {
  position: fixed;
  top: 30%;
  left: 8%;
  z-index: -1;
  transform: translateX(-100px);
  transition-duration: .5s;
  opacity: 0
}
.leftPositionFixed .leftPositionFixedData ul {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)
}
.leftPositionFixed .leftPositionFixedData ul li {
  width: 5rem;
  padding: 1rem 0;
  transition-duration: .5s
}
.leftPositionFixed .leftPositionFixedData ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition-duration: .5s
}
.leftPositionFixed .leftPositionFixedData ul li a span:nth-child(1) {
  font-size: 1.5rem
}
.leftPositionFixed .leftPositionFixedData ul li a span:nth-last-child(1) {
  font-size: .85rem
}
.leftPositionFixed .leftPositionFixedData ul li a:nth-last-child(1) {
  border-bottom: none
}
.leftPositionFixed .leftPositionFixedData ul li:hover {
  background: #4749AF
}
.leftPositionFixed .leftPositionFixedData ul li:hover a {
  color: white
}
.rightPositionFixed {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: -1;
  opacity: 0;
  transform: translateX(1000px);
  transition-duration: .5s
}
.rightPositionFixed .rightPositionFixedData ul li {
  padding: 1rem .5rem;
  margin-top: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transition-duration: .5s;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: relative
}
.rightPositionFixed .rightPositionFixedData ul li span:nth-child(1) {
  color: #4749AF;
  font-size: 1.5rem
}
.rightPositionFixed .rightPositionFixedData ul li span:nth-last-child(1) {
  font-size: .85rem;
  margin-top: .5rem
}
.rightPositionFixed .rightPositionFixedData ul li:hover {
  background: #4749AF
}
.rightPositionFixed .rightPositionFixedData ul li:hover span {
  color: white
}
.customSeriveContentData {
  transform: translateX(0) !important
}
.seriveContentData {
  position: absolute;
  left: -13.5rem;
  transform: translateX(1000px);
  z-index: 100;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: .5rem
}
.seriveContentData .serviceContent .serviceList ul li {
  width: 12rem;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  border-radius: .3rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce {
  width: 100%;
  border-bottom: 1px dashed #eee;
  padding-bottom: .5rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData {
  display: flex
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox {
  display: flex;
  align-items: flex-start
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineImage {
  margin-top: .3rem;
  margin-left: .5rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineImage img {
  width: 1.5rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineTextBox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: .5rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineTextBox span {
  font-size: .85rem;
  font-weight: 400;
  color: #999999;
  margin: 0;
  font-family: Source Han Sans CN
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineTextBox span:nth-child(1) {
  color: #4B4DC8
}
.seriveContentData .serviceContent .serviceList ul li:hover {
  background: transparent
}
.customFourStyle {
  width: 49%!important;
/*  margin: 0 0.5rem !important*/
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground::after {
  width: 100% !important;
  height: 100% !important
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground img {
  width: 38rem !important;
  transform: scale(1.1) !important
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground .positionFourBackgroundImage {
  z-index: 100 !important
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground .positionFourBackgroundImage .positionTextFour {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground .positionFourBackgroundImage .positionTextFour span {
  width: 50% !important;
  text-align: center !important;
  opacity: 1 !important;
  color: white !important
}
.customTransfrom {
  transform: translateX(0);
  z-index: 1;
  opacity: 1
}
.customRightTranfrom {
  z-index: 1;
  opacity: 1;
  transform: translateX(0)
}
/*home news*/
.home-news{background-position: bottom center;background-repeat: no-repeat;padding-bottom: 135px;position: relative;margin-top:3.9375rem;padding-top:3.9375rem;}
.home-news .container{
	margin: 0 auto;
	width: 68vw;
	min-width: 1400px;
}
.home-news .text-right{
	text-align: right
}
.home-title{
	position: relative;
	padding-top: 30px;
	padding-right: 4rem;
}
.home-title strong{
	text-transform: uppercase;
	font-size: 1rem;
	color: #4749AF;
	padding-right: 10px;
}
.home-title span{
	color: #333;
	font-size: 1.6rem;
}
.home-title:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width:4rem;
	height: 4rem;
	background: url(../image/titlebackgroundimage.png) no-repeat center;
	background-size: cover;
	transform: rotate(90deg);
}
.home-news-left{position: absolute;left: 0;top:3.9375rem;max-width: 70%;overflow: hidden}
.swiper-news{overflow: hidden;margin-left: 20%!important;width: auto!important}
.swiper-news .swiper-slide a{
	display: block;
	width: 100%;
}
.home-news-img{
	width: 100%;
	height: 246px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.home-news-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-news-text{text-align: left;padding: 20px 25px 30px;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s}
.home-news-title{border-bottom: solid 1px #efefef;padding-bottom: 15px;line-height: 24px;overflow: hidden}
.home-news-title b{width: 72%;float: left;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 18px;color: #333333;}
.home-news-title span{font-size: 12px;color: #666;font-weight: normal;float: right}
.home-news-summary{
	margin-top: 15px;font-size: 14px;color: #333333;line-height: 26px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 52px;
}
.home-news-summary span{float: right;padding-right: 40px;color: #505ec2;position: relative}
.home-news-summary span i{font-size: 30px;line-height: 1;position: absolute;right: 0;top: 50%;transform: translateY(-50%) rotateX(180deg);-webkit-transform: translateY(-50%) rotateX(180deg);-moz-transform: translateY(-50%) rotateX(180deg);-ms-transform: translateY(-50%) rotateX(180deg)}
.home-news-right{max-width: 445px;display: inline-block;position: relative;}
.home-news-nav{margin-top: 140px;overflow: hidden}
.home-news-nav a{display: block;line-height: 1;font-size: 30px;color: #fff;margin-bottom: 28px;position: relative;text-align: center;padding: 18px 0}
.home-news-nav a:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: transparent;content: ''}
.home-news-nav a:before{position: absolute;right: 0;bottom: 0;width: 0;height: 0;border-left: solid 7px transparent;border-right: solid 7px transparent;border-bottom: solid 12px transparent;content: ''}
.home-news-nav a.active:after{background: #fff}
.home-news-nav a.active:before{border-bottom-color: #fff}
.home-news-next{position: relative;margin-top: 40px;text-align: center}
.home-news-next>div>div{ position: initial;font-size: 42px;color: #fff;margin: auto 12px;}
.home-news-next>div>div:after{display: none}
.home-news-next>div>div:hover{color: #505ec2;}
.home-news-button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-news-button .swiper-button-prev{
	transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.home-news-button .swiper-button-next{
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.swiper-news ul li:hover .home-news-text{background: #505ec2;}
.swiper-news ul li:hover .home-news-title b,.swiper-news ul li:hover .home-news-title span,.swiper-news ul li:hover .home-news-summary,.swiper-news ul li:hover .home-news-summary span{color: #fff;}
/*
@media(min-width: 1200px) and (max-width: 1299px){
    .home-news{background-size: 100% 340px}
    .home-news-title b{font-size: 15px;width: 70%;}
    .home-news-title span{font-size: 12px;}
    .home-news-nav{margin-top: 40px}
    .home-news-nav a{font-size: 20px;margin-bottom: 15px;padding: 10px 0 15px}
}
@media(min-width: 1025px) and (max-width: 1199px){
    .home-news{background-size: 100% 340px}
    .home-news-text{padding: 15px 20px 25px;}
    .home-news-title b{width: 70%;font-size: 15px;}
    .home-news-title span{font-size: 12px;}
    .home-news-nav{margin-top: 60px}
    .home-news-nav a{font-size: 20px;margin-bottom: 15px;padding: 10px 0 15px}
    .home-news-next{margin-top: 20px;}
}
@media(max-width: 1024px) and (min-width: 993px){
    .home-news-left{max-width: 75%}
    .home-news-title b{width: 100%;font-size: 15px;}
    .home-news-title span{width: 100%;text-align: left;font-size: 13px;display: block;margin-top: 5px;}
    .home-news-nav{margin-top: 60px;}
}
@media(max-width: 992px){
    .home-news{padding: 50px 0;background-size: cover}
    .home-news-right{width: 100%;display: block;max-width: 100%;text-align: center}
    .home-news-right .home-title{color: #fff;text-align: center}
    .home-news-right .home-subtitle{color: #fff;text-align: center}
    .home-news-nav{margin-top: 30px;text-align: center;margin-bottom: 40px;}
    .home-news-nav a{display: inline-block;margin: auto 15px;font-size: 1.6rem;padding: 15px 15px;}
    .home-news-next{display: none}
    .home-news-left{position: initial;left: auto;top: auto;max-width: 750px;}
    .swiper-news{margin-left: 0}
    .home-news-title b{width: 100%;}
    .home-news-title span{width: 100%;text-align: left;font-size: 1.2rem;display: block;margin-top: 10px;}
}
@media(max-width: 760px){
    .home-news-nav{margin-top: 20px;}
	.home-news-nav a.active:before{display: none}
    .home-news-left{padding: 0 10px;overflow: hidden}
    .swiper-news{overflow: hidden}
    .home-news-text{padding: 15px}
    .home-news-title{padding-bottom: 5px;}
    .home-news-title b{font-size: 1.5rem}
    .home-news-title span{margin-top: 0;color: #999}
    .home-news-summary{margin-top: 5px;font-size: 1.2rem;line-height: 1.8}
}
*/
.home-advantage .text-center{
	text-align: center
}
.home-advantage .home-title{
	display: inline-block;
	padding-right: 0;
	padding-left: 2rem;
}
.home-advantage .home-title span{
	padding-right: 15px
}
.home-advantage .home-title strong{
	padding-right: 0
}
.home-advantage .home-title:after{
	right: auto;
	left: 0;
	transform:rotate(0deg);
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width:950px) {}
@media screen and (max-width: 760px) {
	.productContentListData{
		margin-top: 15px;
		padding-top: 0
	}
	.productContentListData .productContentList{
		width: 100vw;
		padding: 0 15px
	}
	.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct img{
		height: 2.25rem
	}
	.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title{
		left: 0;
		padding-left: 18px
	}
	.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title span:nth-child(1){
		font-size: 1.25rem;
	}
	.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title span{
		font-size: 0.875rem
	}
	.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title span:nth-child(2){
		display: none
	}
	.productContentListData .productContentList .contentDataBox{
		margin-top: 1.25rem;
	}
	.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage{
		flex-wrap: wrap
	}
	.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .maxImage{
		width: 100%;
		height: 18rem;
		margin-right: 0;
		margin-bottom: 0.625rem;
	}
	.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage{
		width: 100%;
	}
	.productContentListData .productContentList .contentDataBox .contentData .contentImageList ul .leftMaxImage .minImage li{
		height: 6rem;
	}
	.customTransfrom{
		display: none!important;
	}
	.productContentListData .productContentList .productContentDataList .productTitle .backgroundImagePorduct .title .classifyText{display: none}
	.enterTheCompany .enterTheCompanyData{
		width: 100%;
		padding: 0 15px;
	}
	.enterTheCompany{
		margin-top: 15px
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage{
		flex-direction: column;
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterImageIpl{
		margin-bottom: 15px;
		margin-right: 0
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterImageIpl img{
		width: 100%;
		height: auto;
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData{
		width: 100%
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTitle .enterTitleImageAndText .enterImage img{
		width: 2.25rem;
		height: 2.25rem
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTitle .enterTitleImageAndText .enterText span{
		font-size: 1.25rem
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTextBox{
		margin-left: 0;
		margin-top: 1rem;
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterTextBox span{
		font-size: 13px;
		line-height: 1.6
	}
	.lightImgae{
		display: none!important
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea{
		margin-left: 0
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea .positionImageBox img{
		width: 100%
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea ul{
		margin-top: 1.5rem
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea .enterButton{
		width: auto;
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea .enterButton span{
		font-size: 12px
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea ul li img{
		width: auto;
		height: 30px
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .leftEnterTheCompanyImage .enterTitleTextData .enterArea ul li span{
		margin-top: 5px;
		font-size: 13px
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer{
		margin-top: 2.75rem
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData{
		flex-wrap: wrap
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 15px;
		justify-content: space-between;
		width: 50%;
		position: relative;
		border-right: 0px;
		border-bottom: 1px solid #eee
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData div.serveTextBox+div:after{
		content: '';
		width: 1px;
		height: 100%;
		background-color: #eee;
		left: 0;
		top: 0;
		position: absolute;
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .rightServerIcon{
		margin-left: 0px
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .rightServerIcon img{
		height: 2rem
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .serverText span{
		font-size: 0.825rem;
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .serverText span:nth-last-child(1){
		margin-top: 0;
		line-height: 2
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox .serverText span i{
		font-size: 20px
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox:nth-child(3):after,.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox:last-child:after{
		display: none
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox:nth-child(2n){
		padding-right: 0;
		padding-left: 15px
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox:last-child{
		width: 100%;
		padding-right: 0;
	}
	.enterTheCompany .enterTheCompanyData .enterTheCompanyTitleAndImage .listClassfiyServer .listClassfiyerverBoxData .classfiyServerBoxData .serveTextBox:nth-last-child(1){
		padding-top: 10px
	}
	.fourBottomBackgroundImage{
		margin-top: 15px
	}
	.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData{
		width: 100%;
		padding: 0 5px;
		position: relative;
	}
	.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox{
		padding: 15px 0
	}
	.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomFourHeaderTitle{
		margin-bottom: 20px
	}
	.home-title:after{
		width: 2.25rem;
		height: 2.25rem
	}
	.home-title{
		padding-left: 4%;
		padding-top: 10px;
	}
	.home-advantage .home-title span{
		font-size: 1.25rem;
		color: #333
	}
	.home-advantage .home-title strong{
		font-size:1rem;
		color: #4749AF
	}
	.adv-list li,.adv-list li.active{
		width:48%;
		height: 12rem;
		margin-right: 1%;
		margin-bottom: 2%
	}
	.adv-list li:nth-child(2n){
		margin-left: 1%;
		margin-right: 0
	}
	.adv-list li .adv-info h4{
		font-size: 18px;
	}
	.adv-list li .adv-info p{
		width: 88%;
		font-size: 12px;
		padding: 0;
		opacity: 1;
		visibility: visible
	}
	.adv-list li:before,.adv-list li.active:before{
		background-color: rgba(0,0,0,.5)
	}
/*
	.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomListFour ul li{
		width: 48%!important;
		height: 12rem;
		margin: 0 1% 2%!important;
	}
	.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomListFour ul li .bottomFourListBackgroundImage .positionFourBackgroundImage{
		z-index: 1
	}
	.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomListFour ul li .bottomFourListBackgroundImage .positionFourBackgroundImage .positionTextFour{
		width: 85%!important
	}
	.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomListFour ul li .bottomFourListBackgroundImage .positionFourBackgroundImage .positionTextFour span{
		opacity: 1;
		font-size: 12px;
		line-height: 1.4
	}
	.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomListFour ul li .bottomFourListBackgroundImage .positionFourBackgroundImage .positionTextFour{
		width: 94%!important;
		display: block!important;
		visibility: visible
	}
	.fourBottomBackgroundImage .fourBottomBackgroundImageDataBox .bottomFourBackgroundImageData .bottomListFour ul li .bottomFourListBackgroundImage .positionFourBackgroundImage .positionTextFour span{
		color: #fff
	}
*/
}
@media(min-width: 1200px) and (max-width: 1299px){
    .home-news{
		background-size: 100% 340px;
	}
    .home-news-title b{font-size: 15px;width: 70%;}
    .home-news-title span{font-size: 12px;}
    .home-news-nav{margin-top: 40px}
    .home-news-nav a{font-size: 20px;margin-bottom: 15px;padding: 10px 0 15px}
}
@media(min-width: 1025px) and (max-width: 1199px){
    .home-news{background-size: 100% 340px}
    .home-news-text{padding: 15px 20px 25px;}
    .home-news-title b{width: 70%;font-size: 15px;}
    .home-news-title span{font-size: 12px;}
    .home-news-nav{margin-top: 60px}
    .home-news-nav a{font-size: 20px;margin-bottom: 15px;padding: 10px 0 15px}
    .home-news-next{margin-top: 20px;}
}
@media(max-width: 1024px) and (min-width: 993px){
    .home-news-left{max-width: 75%}
    .home-news-title b{width: 100%;font-size: 15px;}
    .home-news-title span{width: 100%;text-align: left;font-size: 13px;display: block;margin-top: 5px;}
    .home-news-nav{margin-top: 60px;}
}
@media(max-width: 992px){
    .home-news{padding: 50px 0;background-size: cover;margin-top: 0;}
    .home-news-right{width: 100%;display: block;max-width: 100%;text-align: center}
    .home-news-right .home-title{color: #fff;text-align: center;padding: 0}
    .home-news-right .home-subtitle{color: #fff;text-align: center}
    .home-news-nav{margin-top: 30px;text-align: center;margin-bottom: 40px;}
    .home-news-nav a{display: inline-block;margin: auto 15px;font-size: 1rem;padding: 15px 15px;}
    .home-news-next{display: none}
    .home-news-left{position: initial;left: auto;top: auto;max-width: 750px;}
    .swiper-news{margin-left: 0!important}
    .home-news-title b{width: 100%;}
    .home-news-title span{width: 100%;text-align: left;font-size:0.75rem;display: block;margin-top: 10px;}
}
@media(max-width: 760px){
	.home-news{
		padding: 30px 0
	}
	.home-news .container{
		width: 100%;
		min-width:inherit;
	}
	.home-title:after{
		right: 23%
/*
		right: auto;
		left: 0
*/
	}
	.home-title strong{
		color: #fff;
	}
	.home-title span{
		color: #fff;
		position: relative;
		z-index: 1
	}
    .home-news-nav{margin-top: 20px;}.home-news-nav a.active:before{display: none}
    .home-news-left{padding: 0 10px;overflow: hidden}
    .swiper-news{overflow: hidden}
	.home-news-img{
		height: 136px;
	}
    .home-news-text{padding: 15px}
    .home-news-title{padding-bottom: 5px;}
    .home-news-title b{font-size: 1rem}
    .home-news-title span{margin-top: 0;color: #999}
    .home-news-summary{margin-top: 5px;font-size: 0.75rem;line-height: 1.8;min-height:inherit;}
}