* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{min-width: 1200px;}
.grayBox{
	/* background-color:#F0F0F0; */
}
.bgBox{
	/* background-image: url(../img/bg.png); */
	/* background-repeat: no-repeat;
	background-position: bottom; */
}
.headDiv {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgb(3 57 99 / 47%);
	/* background: #ffffff73; */
}
.headDiv.scrollBg{
	background-color:#FFF;
	    box-shadow: 0 0 10px #8d8d8d;
		    z-index: 10000;
}
.logoImg{    float: left;width: 75px;
    margin-top: 16px;}
.headDiv.scrollBg .newPrimaryTitle{
	color: #333;
	text-shadow:none
}
.headDiv.scrollBg .headMenu>ul>li{
	color: #333;
}
.headDiv.scrollBg .headMenu>ul>li.activeLi{
	color: #fff;
}
/* .whiteBg{
	background-color:#FFFFFF;
	box-shadow:0px 1px 7px 3px #f5ecec;
} */

.headTop {
	width: 1200px;
	height: 100px;
  margin: 0 auto;
  position: relative;
}
.headTopLogo {
	float: left;
}
.newPrimaryTitle {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 20px;
	color: #ffffff;
	text-shadow: 0 0 10px #4b6b94;
}
.simpleText {
	font-size: 10px;
	/* margin-top: 8px; */
}
.forMargin {
	float: right;
	position: relative;
  top: 10px;
}

.forMargin .phone-img {
	display: inline-block;
	position: relative;
  right: 30px;
}

.forMargin .phone-img img {
	width: 220px;
	height: 54px;
}

.headCenter {
	/* width: 1200px; */
	height: 50px;
	/* margin: 0 auto; */
	position:relative;
	background-color: transparent;
	float: right;
	margin-top: 25px;
}

.headMenu {
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.headMenu>img {
	float: left;
	margin-top: 15px;
}

.headMenu>ul {
	/* float: right;
	margin-top: 25px; */
	/* height: 50px;
	line-height: 50px;
	overflow: hidden; */
}

.headMenu>ul>li {
	float: left;
	color: #fafeff;
	padding: 0px 15px;
	margin: 0 5px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	border-bottom: 2px solid transparent;
	    line-height: 40px;
		position: relative;
}

.headMenu>ul>li:hover {
	background-color: white;
  color: #fff !important;
  /* background: #3a73e4; */
    background: #1e50ae;
      /* border-radius: 40px; */
}
.headMenu>ul .activeLi {
	/* border-bottom: 2px solid #FFFFFF; */
	color: #fff;
  background: #3a73e4;
   /* background: #1e50ae; */
      /* border-radius: 40px; */
}
.headMenu>ul li span i {
	margin: 0 10px;
	font-size: 18px;
}
.hoverLi .hoverliDiv{display: none;}
/* .hoverLi:hover .hoverliDiv{display: block;} */
.hoverLi:hover .sub {
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.hoverLi .sub {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.itemWidthDiv {
	width: 234px;
}

/* 二级菜单 */
.headMenu .sub {
	width: 100%;
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	background-color: #1e50ae;
}
.headMenu .sub2 {
	width: 234px;
  position: absolute;
  top: 42px;
  left: 578px;
}
.headMenu .sub>li {
	height: 42px;
	line-height: 42px;
	border-top: 1px dashed #0a428e;
	color: #fff;
}
.headMenu .sub>li:hover {
	cursor:pointer;
  background-color: #174499;
}

.carousel {
	width: 100%;
	background-color: #132d53;
}

.carousel .layui-carousel-ind ul {
	background-color: transparent;
}

.centreBox {
	/* width: 1200px;
	margin: 0 auto;
	padding:20px 0;
	padding-bottom:80px; */
	/* background-color: sandybrown; */
}

.centreBox .itemBox {
	padding-top:30px;
/* 	background-color: darkorange; */
}
.centreBox .itemBox:first-child{
	padding-top: 10px;
}
.itemBox .titleBox {
	text-align: center;
	max-width: 1200px;
	    margin: auto;
	/* padding: 0 100px; */
	/* background-color: darkgoldenrod; */
}

.itemBox .titleBox h1 {
	font-size: 24px;
	font-weight: bold;
	/* line-height: 18px; */
	/* padding: 20px 0; */
	letter-spacing: 0px;
	color: #333333;
	/* border-bottom: 1px solid #c8d2e0; */
}

.itemBox .titleBox h2 {
	padding: 5px 0 15px;
	font-size: 14px;
	font-weight: normal;
	/* line-height: 18px; */
	color: #999999;
	position: relative;
}

/* 5大主营业务范围 */
.businessScopeBox .itemBody {
	background: url("../img/ywfwbj.jpg") no-repeat top transparent;
}
.businessScope {
	width: 1200px;
	margin: 0 auto;
	display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: center;
  gap: 4%;
}
.businessScopeItem {
	width: 198px;
	height: 460px;
	position: relative;
}
.businessScopeItem .title{
	/* position: absolute;
  top: 30px; */
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #021750;
  background-color: #1d50b7;
}
.businessScopeItem .box-img {
	width: 100%;
	height: 380px;
}

/* 动态、荣誉 */
.itemBox .itemCon {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	display: flex;
}
.itemBox-trends {
	width: 785px;
  padding-right: 30px;
}
.itemBox-trends>.title {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #eaeaea;
}
.itemBox-trends>.title>.name{
	display: inline-block;
  font-size: 18px;
  color: #F33A3A;
  border-bottom: 1px solid #F33A3A;
}
.itemBox-trends,
.itemBox-honour>.content {
	margin-top: 8px;
}
.itemBox-trends>.content>.con-left {
	float: left;
	width: 380px;
	margin-top: 10px;
}
.itemBox-trends>.content>.con-left p {
	height: 42px;
  padding: 10px;
  font-size: 16px;
  /* text-align: center; */
}
.itemBox-trends>.content>.con-left .lable {
	display: inline-block;
  text-align: start;
  margin-right: 20px;
  width: 208px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itemBox-trends>.content .time {
	color: #999;
	display: inline-block;
  text-align: end;
}
.itemBox-trends>.content>.con-right {
	float: right;
	font-size: 16px;
	padding: 0px 20px 5px;
}
.itemBox-trends>.content>.con-right .con-item {
	height: 52px;
  line-height: 52px;
  padding: 0px 6px;
  border-bottom: 1px solid hsla(0,0%,60%,.15);
}
.itemBox-trends>.content>.con-right .lable {
	width: 225px;
	float: left;
	margin-right: 10px;
	overflow: hidden;        /*内容会被修剪，并且其余内容是不可见的*/
	text-overflow:ellipsis;  /*显示省略符号来代表被修剪的文本。*/
	white-space: nowrap;     /*文本不换行*/
}
.itemBox-honour {
	flex: 1;
}
.itemBox-honour>.title {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #aaa;
	position: relative;
}
.itemBox-honour>.title>.titleLeft {
	display: inline-block;
  width: 6px;
  height: 20px;
  background-color: #1e50ae;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.itemBox-honour>.title>.name{
	display: inline-block;
  font-size: 18px;
  color: #1E50AE;
}

/* 任重道远的企业文化 */
.corporateCulture {
	background-color: #F7F7F7;
	padding: 30px 0;
}
.corporateCulture>.itemBody{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.corporateCulture>.itemBody>.con-left {
	width: 860px;
}
.corporateCulture>.itemBody>.con-left>.left-img {
	width: 100%;
  height: 240px;
}
.corporateCulture>.itemBody>.con-left>.left-img img {
	width: 100%;
  height: 100%;
}
.corporateCulture>.itemBody>.con-left>.left-text{
	line-height: 24px;
	font-size: 12pt;
}
.corporateCulture>.itemBody>.con-left>.left-text>h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
}
.corporateCulture>.itemBody>.con-left>.left-text p {
	font-size: 14px;
	line-height: 30px; 
	background-color: #F7F7F7 !important;
}
.corporateCulture>.itemBody>.con-right{
	flex: 1;
	height: 100%;
}
.corporateCulture>.itemBody>.con-right>.conCarousel {
	width: 100%;
	padding-left: 46px;
}

/* 大型合作项目 */
.itemBox .large {
	width: 1200px;
	margin: 0 auto
}
.largeProject {
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  gap: 4%;
}
.projectItem {
	width: 380px;
	height: 420px;
	position: relative;
}
.projectItem .title{
	position: absolute;
  top: 40px;
  width: 100%;
  text-align: center;
  /* color: #fff; */
  font-size: 18px;
}
.projectItem .title>.title-lable{
	margin: 10px 0px;
	color: #ccc;
}
.projectItem .box-img {
	position: absolute;
	bottom: 0px;
}


/* .itemBox .titleBox h2::before {
	content: '';
	display: block;
	width: 65px;
	height: 4px;
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -32px;
	background-color: #1e62be;
	border-radius: 2px;
} */


/* .carouselBox{
	background-color:antiquewhite;
}
.carouselBox .layui-carousel-ind{
	background-color:#F4A460;
} */
.layui-carousel>[carousel-item]>*{
	background-color:#FFFFFF;
}
.itemBox .itemBody .layui-carousel{
	background-color:transparent;
}
.carouselBox .layui-carousel-ind ul {
	background-color: transparent;
}

.carouselBox .layui-carousel-ind ul li {
	width: 23px;
	height: 4px;
	background-color: #e0e0e0;
	border-radius: 2px;
}

.carouselBox .layui-carousel-ind li.layui-this {
	background-color: #1d65c8;
}

.carouselUl {
	overflow: hidden;
	/* background-color: salmon; */
}

.carouselUl>li {
	float: left;
	width: 33%;
	padding: 0 15px;
	/* border: 1px solid #0000FF; */
}

.carouselUl>li>a {
	height: 272px;
	width: 100%;
	display: block;
	position: relative;
	border-radius: 2px;
	/* background-color: #F4A460; */
}

.carouselUl>li>a img {
	width: 100%;
	height: 100%;
}

.carouselUl>li>a span {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgb(51 51 51 / 72%);
}

.carouselUl>li>a .liMsg {
	width: 100%;
	height: 100%;
	display: none;
	padding: 30px 35px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(1 94 156 / 54%);
}

.carouselUl>li>a .liMsg h5 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.carouselUl>li>a .liMsg p {
	margin-top: 20px;
	text-indent: 24px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
	height: 180px;
	overflow: hidden;
}

.carouselUl>li>a:hover .liMsg {
	display: block;
}

.carouselUl>li>a:hover span {
	display: none;
}

/* --------------------------- */
.pic {
	overflow: hidden;
	/*隐藏溢出*/
	height: 542px;
	margin: 0 auto;
}

.pic ul li {
	float: left;
	height: 542px;
	width: 250px;
}


.pic ul .pic1 {
	background-image: url(../img/pt2.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 420px;
}

.pic ul .pic2 {
	background-image: url(../img/pt2.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.pic ul .pic3 {
	background-image: url(../img/pt2.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.pic ul .pic4 {
	background-image: url(../img/pt2.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.pic ul .pic5 {
	background-image: url(../img/pt2.png);
	background-position: center center;
	background-repeat: no-repeat;	
}

.pic ul .mgsBox {
	height: 542px;
	width: 420px;
	padding:30px;
	padding-top:80px;
	display:none;
	background-color:rgb(7 48 76 / 62%);
}

.pic ul .mgsBox h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
}

.pic ul .mgsBox h2 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	margin-top: 5px;
}

.pic ul .mgsBox p {
	height:100px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
	text-indent:28px;
	margin:50px 0;
}
.pic ul .mgsBox img{
	width:100%;
	max-height:188px;
}
.pic ul .txt{	
	height: 542px;
	width:250px;
	text-align:center;
	position:relative;
	-webkit-writing-mode: vertical-rl;
     -ms-writing-mode: bt-rl;
    writing-mode: vertical-rl;
	background-color:rgb(41 44 45 / 42%);
}
.pic ul .pic1 .txt{
	display: none;
}
.pic ul .pic1 .mgsBox{
	display: block;
}
.pic ul .txt p {
	width:20px;
	/* height:auto; */
	height: 100%;
	letter-spacing: 4px;
	text-align:center;
	color: #fff;
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-10px;
	transform: translateY(-50%);
}

.pic ul .txt .p1 {
	font-size: 16px;
	/* width: 13px; */
	/* padding: 25px 25px 0px 20px; */
}

/* 底部 */
.footerBox{
	width:100%;
	height: 313px;
	background-color: #2D2D2D;
}
.footerBox .footerMsg{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 260px;
	border-bottom: 1px solid #535353;
	display: flex;
	padding-top: 30px;
}
.footerBox .footerMsg .footerMsg-ul {
	text-align: center;
  padding: 0px 10px;
    padding: 0px 15px;
}
.footerBox .footerMsg .footerMsg-ul .activeLi {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.footerBox .footerMsg .footerMsg-ul>ul{
	overflow:hidden;
}
.footerBox .footerMsg .footerMsg-ul>ul li{
	/* float:left; */
	margin: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  height: 32px;
  line-height: 32px;
}
/* .footerBox .footerMsg>ul li:hover{
	border-bottom:1px solid #FFFFFF;
} */
.footerBox .footerMsg>.con-right {
	width: 294px;
	width: 370px;
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 16px;
  color: rgb(247, 247, 247);
}
.footerBox .footerMsg>.con-right .con-right-left{
	float: left;
	    display: inline-block;
}
.footerBox .footerMsg>.con-right .con-right-left>img{margin-top: 8px;}
.footerBox .footerMsg>.con-right .con-right-left .text-center{
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.footerBox .footerMsg>.con-right .con-right-right{
	float: right;
	    display: inline-block;
}
.footerBox .footerMsg>.con-right .con-right-right>h3{
	margin-bottom: 15px;
	font-size: 18px;
}
.footerBox .footerMsg>.con-right .con-phone {
	font-size: 36px;
  color: rgb(228, 57, 60);
      font-size: 28px;
      margin-bottom: 10px;
      font-weight: 400;
}
.footerBox .footer-bottom {
	width: 1200px;
	margin: 0 auto;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #7c7c7c;
	position: relative;
}
.footerBox .footer-bottom .text-left {
	display: inline-block;
}
.footerBox .footer-bottom .text-right {
	display: inline-block;
  padding-right: 40px;
  position: absolute;
  right: 0px;
}

/* 最底部 */
.webFooter {
	height: 42px;
	background-color: #242424;
}
.webFooter>.footer {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0px;
	color: #999;
	font-size: 15px;
}
.webFooter>.footer>.footerMiddle {
	text-align: center;
}

/* 关于太阳集团网tyc9728 */
.topImgBox{
	/* margin-top: 90px; */
	position:relative;
	/* background-color: salmon; */
}

.topImgBox .topImg{
	width:100%;
	height: 400px;
	position:relative;
	background-color: #132d53;
}
.topImgBox .topImg>img{
	width:100%;
	height:100%;
}
.selectLi{
	color:#1E50AE;
	font-weight: 600;
}

.contentBox {
	width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 50px;
	display: flex;
}

.contentBox .con-left {
	width: 220px;
	margin-right: 40px;
}

.contentBox .con-left .tabList {
	border: 1px solid #ccc;
}

.contentBox .con-left li {
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	padding: 0px 20px;
	cursor: pointer;
}

.contentBox .con-left li:hover {
	color:#1E50AE;
}

.contentBox .con-left li span {
	display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}

.contentBox .con-left .firstLi {
	background-color: #1E50A1;
	color: #fff;
	padding-left: 10px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}
.contentBox .con-left .firstLi span {
	border: none;
}

.contentBox .con-left .contactList {
	border: 1px solid #ccc;
}

.contentBox .con-left .row {
	font-size: 15px;
	padding: 10px;
}

.contentBox .con-right {
	flex: 1;
	/* background-color: #065f9c; */
}
.contentBox .con-right .title-div {
	border-bottom: 1px solid #ccc;
	height: 42px;
	line-height: 42px;
	margin-top: 0px;
}
.contentBox .con-right .title-div span{
	display: inline-block;
	border-bottom: 1px solid;
	font-size: 16px;
	padding: 0px 10px;
}

.contentBox .con-right .footConImg {
	display: flex;
}

.contentBox .con-right .footConImg .imgItem {
	flex: 1;
	padding: 0px 40px;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.contentBox .con-right .footConImg .imgItem:hover,
.contentBox .con-right .footConImg .imgItem:focus,
.contentBox .con-right .footConImg .imgItem:active {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.contentBox .con-right .footConImg img {
	width: 100%;
}

.contentBox_div {
	padding-top: 20px;
	background: url("../img/faiusr.jpg") repeat-x top ,transparent;
  margin-bottom: 40px;
}
.contentBox_div .course {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.contentBox_div .course .topTitle {
	text-align: center;
	padding: 20px 10px;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}

.contentBox_div .course .topTitle .title {
	font-size: 48px;
  padding-top: 0px;
  font-weight: normal;
  font-family: 华文行楷;
	color: #076ce0;
	margin-bottom: 20px;
}

.contentBox_div .course .topTitle .subtitle {
	font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-family: FangSong_GB2312, 仿宋;
	color: #737373;
}

.contentBox_div .course .topTitle .dividingLine {
	background: #f0f0f0;
	border-color: #f0f0f0;
	display: block;
  width: 8px;
  height: 8px;
  margin: 18px auto 0 auto;
	transform: rotate(45deg);
	position: absolute;
	bottom: -4px;
  left: 594px;
}

.contentBox_div .course .content {
	padding: 40px;
}

/* 关于太阳集团网tyc9728 结束 */

/* 新闻动态 开始 */
.companyNews {	
	padding: 20px 10px;
}

.companyNews .newsUl li {
	display: flex;
	margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
      padding: 10px 0;
}

.companyNews .newsUl li:last-child {
	border-bottom: none;
}

.companyNews .newsUl .li-img {
	width: 100px;
  margin-right: 10px;
}

.companyNews .newsUl .li-con {
	flex: 1;
}

.companyNews .newsUl .li-con .li-con-item {
	height: 24px;
}

.companyNews .newsUl .li-con .li-item-title {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.companyNews .newsUl .li-con .li-item-title:hover {
	color: #E4393C;
}

.companyNews .newsUl .li-con .li-item-time {
	float: right;
}

.companyNews .newsUl .li-con .li-con-text {
	font-size: 13px;
  color: #797979;
  line-height: 22px;
}
/* 新闻动态 结束 */


/* 主营业务 开始 */
.mainBusiness {
	padding: 20px 10px;
}

.mainBusiness .bessUl li {
	display: flex;
	margin-bottom: 10px;
  border-bottom: 1px dashed  #ccc;
  padding: 10px 0;
}

.mainBusiness .bessUl li:last-child {
	border-bottom: none;
}

.mainBusiness .bessUl .li-img {
	width: 205px;
  margin-right: 10px;
}

.mainBusiness .bessUl .li-con {
	flex: 1;
}

.mainBusiness .bessUl .li-con .li-con-item {
}

.mainBusiness .bessUl .li-con .li-item-title {
	/* display: inline-block; */
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.mainBusiness .bessUl .li-con .li-item-time {
	float: right;
}

.mainBusiness .bessUl .li-con .li-con-text {
	font-size: 14px;
  color: #666;
  line-height: 2em;
}

/* 主营业务 结束 */


/* 案例展示	开始 */
.con-box {
	padding: 20px 10px;
}

.listUl40{
	overflow:hidden;
}
.listUl40>li{
	width: 31%;
	float: left;
	padding: 5px 5px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #dddbdb;
	margin: 10px 1%;
	box-shadow: 0 0 10px #ddd;
}
.listUl40>li a{
	display:block;	
	border-radius:2px;
	position:relative;
}
.listUl40>li a img{
	width:100%;
	height: 200px;
}
.listUl40>li a span{
	display:block;
	width:100%;
	display:none;
	height: 148px;
	color:#FFFFFF;
	/* font-size: 18px;
	line-height:9.25rem; */
	font-size: 14px;
  line-height: 16px;
	text-align: center;
	position:absolute;
	top:0;
	left:0;
	background-color:rgb(21 70 114 / 61%);
}
.listUl40>li a h4{
	width:100%;
	text-align: center;
	padding:12px 0;
	/* background-color:#F0F0F0; */
}
.listUl40>li a:hover span{
	display:block;
}
.listUl40>li a:hover h4{
	color:#666;
	/* background-color:#2275bf; */
}

.listUl40>li a img {
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.listUl40>li a:hover img,
.listUl40>li a:focus img,
.listUl40>li a:active img {
	-webkit-transform: scale(1.03);
  transform: scale(1.03);
}
/* 案例展示	结束 */

/* 软件产品与解决方案	开始 */
/* .softTop>.topImgRotation {
	height: 600px;
} */

.softContent {
	padding: 10px 0px;
}

.softContent .conBox {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.softContent .conBox>img {
	width: 100%;
}

/* 软件产品与解决方案	结束 */

/* 联系我们 开始 */
.contactCon .con-box {
	display: flex;
}
.contactCon .item {
	flex: 1;
	text-align: center;
}

/* 联系我们 结束 */

/* 详情页 */
.divBox{
	padding: 60px 0px;
	width: 1200px;
	margin: 0px auto;
	/* margin-top: 30px; */
	background-color: #FFFFFF;
}
.divBox>h3{
	padding-bottom:10px;
	text-align: center;
	color: #c8d2e0;
	margin-bottom:40px;
	position:relative;
	border-bottom: 1px solid #d3e6f5;
	padding-bottom: 20px;
}
.divBox>h3::after{
	content:'';
	display:block;
	width: 65px;
	height: 4px;
	background-color: #1e62be;
	border-radius: 2px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-33px;
}
.divBox>h3 span{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.divBox>h4{
	text-align:right;
}
.divBox>h4 i{
	margin:0 5px;
	cursor:pointer;
	font-weight:bold;
}
.divBox>h4 .blueTxt{
	color:#1e62be;
}
.companyMsg{
	margin-top:20px;
	overflow:hidden;
	padding: 0px 10px;
	    line-height: 26px;
}
.companyMsg>.companyProfile{
	float:left;
	width: 560px;
}
.companyMsg>.companyProfile p{
	text-indent:30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #3e3a39;
}
.companyMsg>.companyImg{
	width: 520px;
	float:right;
}
.companyMsg>.companyImg img{
	width:100%;
}
.verticalList{
	overflow:hidden;
	margin-bottom:50px;
	padding-top: 20px;
}
.verticalList .evenNumberList{
	float:left;
	width:50%;
	position:relative;
}
.verticalList .evenNumberList::after{
	content:'';
	display:block;
	width:1px;
	height:50%;
	position:absolute;
	top:22%;
	right:50%;
	background-color:#dadada;
}
.verticalList .imgList{
	float:right;
	width:50%;
	overflow:hidden;
}
.verticalList .evenNumberList li{
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:35px;
}
.verticalList .imgList>li{
	width:50%;
	float: left;
	text-align:center;
	margin:10px 0;
}
.verticalList .imgList>li img{
	width: 238px;
}
.foldList{
	border:none;
}
.foldList .layui-colla-title{
	font-size: 14px;
	font-weight: bold;
	color: #244976;
}
.foldList .layui-colla-item{
	margin-bottom:5px;
}
.foldList .table{
	width:100%;
}
.foldList .table tr{

	border-bottom:1px solid #dbdbdb;
}
.foldList .table td{
	padding: 15px 0;
	text-align:center;
}
.foldList .table td:nth-child(1){
	width:60%;
	text-align:left;
}
.bigImage{
	padding:10px 50px;
}
.bigImage img{
	width:100%;
	margin-bottom:20px;
}

.timerShaftBox .slide-content a p{
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	text-indent:30px;
	color: #333333;
}
.pagingBox{text-align: center;}
/* 通知公告 */
/*banner跟通知公告*/
.noticeBox{
	background: #F7F7F7;
	    overflow: hidden;
	    padding-bottom: 30px;
}
.notice{
	margin: 20px auto;
	width: 1200px;
}
.notice_left{
	float: left;
	width: 55%;
	height: 390px;
}

.notice_left>.swiper-wrapper>.swiper-slide>a>img{
	width: 100%;
	height: 100%;
}
.notice_left>.swiper-pagination.swiper-pagination-bullets{text-align: right;}
.notice_left>.swiper-pagination-bullet{background: #fff;}
.notice_left>.swiper-pagination.swiper-pagination-bullets{
	line-height: 32px;
	float: right;
	z-index: 10;
	left: 85%;
	 bottom: 11px;
	display: inline-block;
	width: auto;
}
.notice_left>.swiper-wrapper .hover-txt{
	padding-right: 100px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.7);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.notice_right{
	float: right;
	width: 45%;
	height: 390px;
	padding: 0 2%;
	padding-top: 20px;
	background-color: #ffffff;
}

.notice_title{
	height: 36px;
	border-bottom: 2px solid #2980d0;
}
.notice_title>div.active{
	background-image: url("../img/工作动态.png");
	color: #ffffff;
}
.noticeinfo,.areatrends{
	cursor: pointer;
	float: left;
	width: 122px;
	height: 34px;
	background-image: url("../img/info.png");
	color: #666;
	font-size: 16px;
	padding-left: 23px;
	line-height: 34px;
}
.notice_title a{
	display: block;
	float: right;
	font-size: 16px;
	color: #666;
	line-height: 35px;
}
.notice_title a:hover{
	color: #2a80d0;
}
.notie_top{
	width: 100%;
	max-height: 150px;
	border-bottom: 1px dashed #cdcdcd;
}
.notie_top .p_one{
	margin: 8px 30px;
	font-size: 18px;
	color: #632020;
	line-height: 32px;
	text-align: center;
	/*超出两行隐藏*/
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.notie_top .p_two{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.notie_top .p_two a{
	color: #235ba6;
	text-indent: 2px;
}
.hidden{display: none;}
.notice_data{
	margin-top: 10px;
}
.notice_data.huiyuan{
	margin-top: 0;
}
.notice_data.fenzhi{
	 margin-top: 0;
 }

.notice_data.gongqiu{
	margin-top: 0;
}
.notice_data li{
	position: relative;
	width: 100%;
	height: 33px;
	/*border-bottom: 1px dashed #333333;*/
}
.notice_data li:before{
	content: "";
	position: absolute;
	left: 6px;
	top: 15px;
	width: 5px;
	height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background-color: #3970b4;
	background-position: -382px -146px;
}
.notice_data li a{
	color: #333333;
}
.notice_data li a:hover{
	color: #337ab7;
}
.notice_data li a p{
	width: 75%;
	float: left;
	margin-left: 22px;
	margin-right: 80px;
	line-height: 32px;
	margin-bottom: 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*display: -webkit-box;*/
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.notice_data li a span{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	color: #333333;
	line-height: 32px;
}
/* 主营业务 */
.businessScopeItem .box-img .liMsg {
	width: 100%;
	height: calc(100% - 80px);
	display: none;
	padding: 15px 10px;
	position: absolute;
	top: 80px;
	left: 0;
	background-color: rgb(1 94 156 / 74%);
	/* padding-top: 80px; */
	z-index: 1;
	cursor: pointer;
}

.businessScopeItem .box-img .liMsg h5 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.businessScopeItem .box-img .liMsg p {
	margin-top: 20px;
	text-indent: 24px;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #ffffff;
	max-height: 90%;
	overflow: hidden;
}

.businessScopeItem .box-img:hover .liMsg {
	display: block;
}

.businessScopeItem .box-img :hover span {
	display: none;
}
.mainBusiness .bessUl .li-con .li-con-text:hover{
	color: #0358a1;
	cursor: pointer;
}
@media only screen and (max-width: 1200px){
	.headTop{width: auto;min-width: 650px;}
	.headMenu>ul>li{padding: 0px 7px;}
}
@media only screen and (max-width: 980px){
	.newPrimaryTitle{display: none;}
}
