/*--------------------------公共样式----------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;	
}
a {
	text-decoration: none;
}
p {
	color: #666666;
	font-size: 14px;
}
.p-last {
	color: white;
	font-size: 14px;
}
/*固定宽式布局栏*/
.fixedwidth {
	width: 1349px;
	margin: 0 auto;
	padding: 0 6%;
	box-sizing: border-box;
}
.containerwidth {
	width: 1179px;
	margin: 0 auto;
}
/*百分比式布局栏*/
.fluidwidth {
	width: 100%;
	box-sizing: border-box;
}
/*各种居中*/
.center-all {
	display: flex;
	justify-content: center;
	align-items: center;
}
.center-align {
	display: flex;
	align-items: center;
}
.center-justify {
	display: flex;
	justify-content: center;
}
/*间隔居中*/
.center-spacearound {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.center-spacebetween {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*--------------------------本网页公共元素----------------------------------*/
.head-title {
	height: 70px;
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    /*background-color: pink;*/
    text-align: center;
    font-size: 32px;
  font-weight: bold;
  color: #35568c;
  position: relative;
}
.head-title::after{
 content:"";
 width:48px;
  height:5px;
  background:#35568c;
  position: absolute;
    bottom: -14px;
    left: 48%;
}
.head-desc {
	height: 70px;
    width: 100%;
    /*background-color: brown;*/
    font-size: 17px;
    padding-top: 20px;
    color: #484A50;
    box-sizing: border-box;
}
.head-line {
	height: 1px;
    width: 105px;
    margin-top: 10px;
    background-color: #666666;
}
.box-leave-bkg {
	/*background-color: pink;*/
	font-size: 0;
}
.box-bkg {
	display: inline-block;
	height: 248px;
	width: 274px;
	background-color: white;
	border: 1px solid #EEEEEE;
	margin: 4px 9px;
}
.box-bkg {
	cursor: pointer;
}
.box-up {
	height: 216px;
	width: 274px;
	/*background-color: red;*/
}
.box-img {
	width: 253px;
	height: 192px;
}
.box-img:hover {
	width: 257px;
	height: 196px;
}
.box-down {
	height: 32px;
	width: 100%;
	/*background-color: green;*/
	text-align: center;
	font-size: 18px;
	color: #1E85E4;
}
.more-button-bkg {
	height: 130px;
	width: 1179px;
	/*background-color: pink;*/
}
.more-button {
	width: 150px;
    height: 50px;
    background-color: white;
    color: #1E85E4;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
}
.keyword {
	margin: 13px;
	color: black;
	font-size: 15px;
}
/*--------------------------outside层样式----------------------------------*/
.outside-bkg {
	height: 40px;
	line-height: 40px;
	background-color: #121212;
}
.outside-leave-container {
	height: 40px;
	background-color: #121212;
	/*background-color: purple;*/
}
.outside-taggroup {
    float: right;
    width: 360px;
    height: 40px;
    /*background-color: yellow;*/
}
.outside-tag {
    width: 90px;
    height: 30px;
    color: white;
    font-size: 14px;
    /*background-color: red;*/
}
.outside-tag-left {
    float: left;
    width: 30px;
    height: 30px;
    /*background-color: pink;*/
}
.outside-tag-right {
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    /*background-color: brown;*/
}
/*--------------------------侧边栏层样式----------------------------------*/
.side-bkg {
	position: fixed;
	width: 55px;
	height: 250px;
	right: 0;
	left: auto;
	top: 30%;
	bottom: auto;
	/*background-color: yellow;*/
	z-index: 3;
}
.side-box {
	width: 55px;
	height: 60px;
	border-radius: 5px;
	margin-top: 20px;
	background: rgba(0,0,0,0.4);
}
.side-box-up {
	width: 55px;
	height: 35px;
	/*background-color: blue;*/
}
.side-box-down {
	width: 55px;
	height: 25px;
	color: white;
	font-size: 12px;
	/*background-color: red;*/
}
/*--------------------------导航栏层样式----------------------------------*/
.nav-bkg {
	height: 90px;
	background: url(../images/navbkg.png) no-repeat;
	background-size:100% 100%;
}
.nav-leave-container {
	height: 90px;
      display: flex;
    justify-content: space-between;
    align-items: center;
	/*background-color: pink;*/
}
.nav-bkg-left {
	float: left;
	width: 616px;
    height: 52px;
    background: url(../images/logo-nav.png) no-repeat;
    /* background-color: pink; */
    background-size: cover;
  font-size:29.38px;
  color:#35568a;
  color: #35568a;
    font-weight: bold;
    text-align: end;
}

.cook{
 width:77px;
  height:77px;
 background: url(../images/cook.jpg) no-repeat;
  background-size: cover;



}


.nav-left-head {
	float: left;
	width: 242px;
	height: 90px;
	background-color: #1E85E4;
	color: white;
    font-size: 23px;
    box-sizing: border-box;
}
.nav-left-tri {
	float: left;
	width: 68px;
	height: 90px;
	background-color: white;
}
.triangle {
	width: 0px;
	height: 0px;
	border-color: #1E85E4 #fff #fff #1E85E4;
	border-width: 45px 34px 45px 34px;
	border-style: solid;
}
.nav-bkg-right {
	
	width: 1179px;
    margin: 0 auto;
	height: 100%;
  color:#fff;
	
}
.nav-ul {
   width: 100%;
    height: 100%;
    list-style-type: none;
    /* color: #fff; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-li {
  
    text-align: center;
      height: 100%;
}
.nav-a {
    color:#fff;
    font-size: 20px;
}
.nav-a:hover {
	
  	font-weight:bolder;
}
.nav-dropdown {
    position: relative;
    z-index: 2;
}
.nav-dropdown-content {
    display: none;
    position: absolute;
   top: 45px;
}
.nav-dropdown:hover .nav-dropdown-content {
    display: block;
}
.nav-dropdown-li {
	width: 154px!important;
	height: 41px;
	
	    background-color: #c2201e;

}
/*
.nav-dropdown-li:hover {
	background-color: #F5F5F5;
}
*/

/*--------------------------轮播图层样式----------------------------------*/
.lunbo-bkg {
	height: 405px;
	/*background-color: blue;*/
}
.swiper-container {
    max-width: 1920px;
    width: 100%;

    height: 100%;
    /*height: 700px;*/
}
.swiper-imagesize {
    max-width: 1920px;
    width: 100%;
    min-width: 1179px;
    /*height: 700px;*/
}
.swiper-wrapper {
    max-width: 1920px;
    width: 100%;
    min-width: 1179px;
    /*height: 700px;*/
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
}
/*--------------------------搜索层样式----------------------------------*/
.search-bkg {
	height: 55px;
	background-color: #F5F5F5;
}
.search-leave-container {
	height: 55px;
	background-color: #F5F5F5;
}
.search-container {
    width: 300px;
    height: 30px;
    margin-left: 3px;
    /*background-color: green;*/
    border: 1px solid #317EF3;
}
.blue-input {
    float: left;
    width: 235px;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
.blue-button {
    float: left;
    width: 65px;
    height: 30px;
    background-color: #317EF3;
    color: white;
    font-size: 14px;
    line-height: 28px;
}
.keyword-container {
    width: 550px;
    height: 30px;
    margin-left: 3px;
    /*background-color: green;*/
}
/*--------------------------产品推荐层样式----------------------------------*/
.recommend-bkg {
	/*height: 762px;*/
	/*background-color: yellow;*/
      padding-bottom: 34px;
}
.recommend-leave-container {
	/*height: 700px;*/
	/*background-color: purple;*/
}
.recom-box-leave-bkg {
	width: 1176px;
	margin: 0 auto;
  display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
}
.recom-box-bkg {
	height: 231px;
	width: 244px;
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin: 0;
}
.recom-box-bkg:hover {
	cursor: pointer;
}
.recom-box-up {
	height: 196px;
	width: 100%;
	/*background-color: red;*/
}
.recom-box-img {
	width:100%;
	
}

.recom-box-down {
	height: 35px;
	width: 100%;
	/*background-color: green;*/
	text-align: center;
	font-size: 18px;
	color:#35568a;
}
/*--------------------------关于我们层样式----------------------------------*/
.aboutus-bkg {
	height: 419px;
    background: url(../images/starbkg.png) no-repeat center;
    background-size: 1920px 1080px;
}
.aboutus-leave-container {
	height: 419px;
	box-sizing: border-box;
	/*background-color: green;*/
}
@media screen and (max-width: 1179px) {
    .aboutus-bkg {
		background-color: transparent;
	}
	.aboutus-leave-container {
		background: url(../images/starbkg.png) no-repeat;
		background-size: 1179px 664px;
	}
}
.aboutus-left-bkg {
	float: left;
	width: 828px;
	height: 300px;
	/*background-color: pink;*/
}
.aboutus-right-bkg {
	float: left;
	width: 350px;
	height: 300px;
	/*background-color: brown;*/
}
.aboutus-p {
	padding-top: 5px;
	color: white;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}
/*--------------------------业务范围层样式----------------------------------*/
.bussiness-bkg {
	height: 596px;
	background-color: #F5F5F5;
}
.bussiness-leave-container {
	/*height: 700px;*/
	padding-bottom: 11px;
	background-color: #F5F5F5;
	/*background-color: purple;*/
}
.bussiness-box {
	height: 405px;
	width: 554;
	/*background-color: pink;*/
}
.bussiness-box-item {
	height: 125px;
	width: 554px;
	/*background-color: brown;*/
	margin-top: 8px;
}
.bussiness-box-item:hover {
	cursor: pointer;
}
.bussiness-box-item-left {
	float: left;
	height: 125px;
	width: 225px;
	/*background-color: green;*/
}
.bussiness-box-item-right {
	float: left;
	height: 125px;
	width: 300px;
	/*padding-top: 15px;
	box-sizing: border-box;*/
	/*background-color: red;*/
}
.bussiness-head {
	height: 38px;
	width: 429px;
	font-size: 20px;
	color: #4D4D4D;
	box-sizing: border-box;
	padding-left: 45px;
	/*overflow: hidden;*/
	text-overflow:ellipsis;
	white-space: nowrap;
	/*background-color: yellow;*/
}
.bussiness-head:hover {
	cursor: pointer;
	color: #317EF3;
}
.bussiness-desc {
	height: 57px;
	width: 429px;
	font-size: 14px;
	color: #909090;
	box-sizing: border-box;
	padding-left: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*background-color: blue;*/
}
/*--------------------------为什么选择层样式----------------------------------*/
.why-bkg {
	height: 419px;
    background: url(../images/starbkg.png) no-repeat center;
    background-size: 1920px 1080px;
}
.why-leave-container {
	height: 419px;
	padding-top: 20px;
	/*background-color: purple;*/
}
@media screen and (max-width: 1179px) {
    .why-bkg {
		background-color: transparent;
	}
	.why-leave-container {
		background: url(../images/starbkg.png) no-repeat;
		background-size: 1179px 664px;
	}
}
.why-box-leave-bkg {
	height: 290px;
	/*background-color: green;*/
}
.why-box-bkg {
	width: 245px;
	height: 283px;
	/*background-color: pink;*/
}
.why-box-up {
	width: 245px;
	height: 164px;
	/*background-color: yellow;*/
}
.why-box-middle {
	width: 245px;
	height: 50px;
	/*background-color: red;*/
	border-bottom: 2px dashed #1E85E4;
}
.why-box-down {
	width: 245px;
	height: 70px;
	padding: 5px 18px;
    text-align: center;
	box-sizing: border-box;
	/*background-color: blue;*/
}
/*--------------------------工程案例层样式----------------------------------*/
.example-bkg {
	height: 529px;
	background-color: #F5F5F5;
}
.example-leave-container {
	/*height: 700px;*/
	/*background-color: yellow;*/
	background-color: #F5F5F5;
}
/*--------------------------新闻中心层样式----------------------------------*/
.news-bkg {
	height: 646px;
	/*background-color: red;*/
}
.news-leave-container {
	height: 646px;
    padding-top: 50px;
    box-sizing: border-box;
	/*background-color: purple;*/
}
.news-box-leave-bkg {
	height: 395px;
	/*background-color: green;*/
}
.news-box-bkg {
	width: 347px;
	height: 393px;
	/*background-color: pink;*/
}
.news-box-up {
	width: 347px;
	height: 35px;
	border-bottom: 1px solid #EEEEEE;
	/*background-color: yellow;*/
}
.news-up-element {
	color: red;
	width: 80px;
	height: 35px;
    font-size: 18px;
    line-height: 35px;
    /*background-color: pink;*/
}
.news-box-middle {
	width: 347px;
	height: 128px;
	padding-top: 12px;
	box-sizing: border-box;
	/*background-color: red;*/
}
.news-box-down {
	width: 347px;
	height: 230px;
	/*background-color: blue;*/
}
.news-ul {
	width: 347px;
	height: 215px;
	list-style-type: none;
	/*background-color: pink;*/
}
.news-li {
	width: 347px;
	height: 46px;
	border-bottom: 1px dashed #EEEEEE;
	box-sizing: border-box;
	padding: 0 4px;
	/*background-color: brown;*/
}
.news-li-title {
	width: 339px;
	height: 45px;
	/*box-sizing: border-box;*/
	color: #666666;
    /*padding-left: 8px;*/
	/*background-color: white;*/
}
.news-li-title p {
	font-size: 16px;
}
.news-title-head {
	width: 230px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-li-desc {
	width: 339px;
	height: 20px;
	box-sizing: border-box;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-li-desc>p {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
/*--------------------------友情链接层样式----------------------------------*/
.friend-bkg {
	height: 59px;
	background-color: #F5F5F5;
}
.friend-leave-container {
	height: 60px;
	border-top: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	/*background-color: pink;*/
}
/*--------------------------页脚层样式----------------------------------*/
.footer-bkg {
	height: 235px;
	background-color: #111111;
	border-bottom: 1px solid #8791A5;
}
.footer-leave-container {
	height: 234px;
	background-color: #111111;
	/*background-color: purple;*/
}
@media screen and (max-width: 1179px) {
    .footer-bkg {
		border-bottom: 0;
	}
	.footer-leave-container {
		border-bottom: 1px solid #8791A5;
	}
}
.footer-left-bkg {
	width: 872px;
	height: 234px;
	padding-right: 40px;
    box-sizing: border-box;
	/*background-color: yellow;*/
}
.footer-box {
	width: 94px;
	height: 190px;
	/*background-color: pink;*/
}
.footer-box-title {
	width: 94px;
	height: 40px;
	color: white;
	font-size: 18px;
	/*background-color: blue;*/
}
.footer-box-item {
	width: 94px;
	height: 24px;
	margin-top: 1px;
	/*background-color: red;*/
}
.footer-a {
	color: #B5B5B5;
	font-size: 14px;
}
.footer-box-img {
	width: 94px;
	height: 94px;
	margin-top: 8px;
}
.footer-right-bkg {
	height: 234px;
	width: 307px;
	/*background-color: green;*/
}
.footer-pack {
	height: 102px;
	width: 200px;
	/*background-color: brown;*/
}






.tel{

 color:#35568a;
}

.navbar{
  height:50px;
  background:#35568c;


}
.head-desc span{
  cursor: pointer;
 height:fit-content;
  border: 1px solid #35568c;
  color:#35568c;
  font-size:14px;
  padding:3px;
  padding-left: 11px;
    padding-right: 11px;
margin:2px;
  cursor: pointer;
}

.head-desc span:active{
 color:#fff;
  background:#35568c;


}


.application{
height:616px;
  background:#f3f3f3;


}
.application main{

 width: 1179px;
    margin: 0 auto;
}
.application main .containerwidth .head-desc .application-class{
  background:#fff;
  padding-left:20px;
  padding-right:20px;
}
.application-class:active{
  color:#fff;
  background:#35568c !important;

}



.appli-main{

display: flex;
    align-items: center;
    flex-wrap: wrap;
  justify-content: space-between;
}

.appli-main div{
  width:281px;
  height:196px;
 cursor: pointer;
 position: relative;
     width: 45%;
}

.appli-main img{

width:281px;
  height:189px;


}
.appli-main div span{
width:333px;
height:160px;
background:#fff;
display: inline-block;
  position: absolute;
      top: 9%;
    left: 38%;
 padding: 0px 0px 0px 13px;
}


.appli-main div span section:first-child{

 padding-top:15px;
  font-size:50px;
 font-size: 23px;
    color: #35568c;
    font-weight: bold;


}


.appli-main div span section:nth-child(2){


 
 font-size: 13px;
  padding-top:5px;
  padding-bottom:11px;
    color: #35568c;
  


}
.appli-main div span section:nth-child(3){


width:257px;
 font-size: 16px;
    color: #6c6c6d;
  line-height: 26px;
  


}

.appli-main div span section:nth-child(4){


width:257px;
 font-size: 16px;
    color: #6c6c6d;
  line-height: 26px;
  


}


.appli-main div span section:nth-child(5){



 font-size: 16px;
    color: #6c6c6d;
  line-height: 26px;
  


}



.manufacturing{

height:598px;



}
.manufacturing-text{
font-size:16px;
color:#373737;


}
.ing-auto{

display: flex;
    align-items: center;
    justify-content: space-between;
 


}

.ing-auto span:nth-child(2){
  
  color:#373737;
  font-size:16px;
  padding-left:40px;
  line-height: 35px;
  
  
  
}
.professionalservice{


   height:175px;
  background:#f3f3f3;


}
.text{

width:391px;
color:#5b5a5a;
line-height: 35px;
padding-top: 0px; 

}
.server{


display: flex;
    align-items: center;
    justify-content: space-between;
height:175px;
}
.serverclass{

width:168px;
height:120px;
  font-size:24.79px;
  color:#fff;
 background:#35568c;
    line-height: 120px;
    text-align: center;
  font-weight: 800;

}
.head-titl{

height: 70px;
    width: 100%;
    padding-top: 8px;
    box-sizing: border-box;
    /*background-color: pink;*/
  
    font-size: 32px;
  font-weight: bold;
  color: #35568c;
  position: relative;


}

.head-titl::after{
 content:"";
 width:48px;
  height:5px;
  background:#35568c;
  position: absolute;
  top: 57px;
    bottom: -14px;
    left: 0%;
}

.on{

   background:#f3f3f3;
   height:652px;

}
.application-class{

 background: #fff;
    padding-left: 20px;
    padding-right: 20px;

}
.description{

 font-size:14.38px;
 color:#5b5a5a;
  
    line-height: 27px;
    text-indent: 2em;

}
.hezuo{
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20px;
}
.flex{
display: flex;

}

.bg-tuan{
width:55px;
height:192px;
background: url(../images/biaoti-img.png) no-repeat;
background-size: cover;
display: inline-block;


}
.Vertical{

height: 100%;
    /* line-height: 100%; */
    font-size: 20px;
    width: 20px;
    margin: auto;
    display: flex;
    align-items: center;
  color:#fff;
}
.box{

  width:475px;
  height:292px;
  background:#94a4be;
 display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
padding-left:15px;
  padding-right:15px;

}
.box section{
 width:216px;
  height:106px;
  background:#fff;

}