/*---------------------------fixed bar-------------------------*/
.fixed_bar {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  height: 291px;
}
.fixed_bar .top_box {
  overflow: hidden;
  width: 79px;
  height: 226px;
  background: linear-gradient(135deg, #0077dd 0%, #2450b0 100%);
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 10px;
  text-aline: center;
}
.fixed_bar .top_box p {
  font-size: 14px;
  color: #FFFFFF;
}
.fixed_bar .top_box .top_box1 {
  width: 59px;
  height: auto;
  border-bottom: 1px solid rgba(224, 224, 224, 0.4);
  padding-bottom: 22px;
  margin-top: 10px;
}
.fixed_bar .top_box .top_box1 img {
  display: block;
  width: 36px;
  height: 36px;
  margin: auto;
  margin-bottom: 20px;
}
.fixed_bar .top_box .top_box2 img {
  width: 36px;
  height: 27px;
  margin: auto;
  margin-top: 22px;
  margin-bottom: 20px;
  display: block;
}
.fixed_bar .go_top {
  cursor: pointer;
  overflow: hidden;
  margin-top: 11px;
  width: 79px;
  height: 79px;
  background: linear-gradient(135deg, #0077dd 0%, #2450b0 100%);
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
  border-radius: 12px;
}
.fixed_bar .go_top img {
  display: block;
  width: 40px;
  height: 32px;
  margin: auto;
  margin-top: 30%;
}
/*---------------------------fixed bar end-------------------------*/
/* banner start */
.banner {
  position: relative;
  /*left: 0;
  top: 0;
  width: 100%;
  height: 846px;*/
  z-index: 3;
  
  background-image: url(../img/banner.jpg);
  height: 846px;
  background-repeat: no-repeat;
  background-position:top center;
  background-size: auto 846px; 
}
/*.banner img {
  width: 100%;
  height: 100%;
  z-index: 4;
}*/

/*.banner-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 206px;
}
.banner-bottom img{
  width: 100%;
  height: 100%;
}*/

.banner-bottom{
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 206px;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: auto 206px; 
	z-index:4;
}


.banner .banner_con {
  position: absolute;
  width: 100%;
  color: #FFFFFF;
  top: 196px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
}
.banner .banner_con .banner_con1 {
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 43px;
  transition: all 0.3s;
}
.banner .banner_con .banner_con1:hover {
  font-size: 35px;
  font-weight: bold;
  transition: all 0.3s;
}
.banner .banner_con .banner_con2 {
  margin-bottom: 33px;
  color: #EBFCFF;
  cursor: pointer;
  font-size: 42px;
  transition: all 0.3s;
}
.banner .banner_con .banner_con2:hover {
  font-size: 45px;
  font-weight: bold;
  transition: all 0.3s;
}
.banner .banner_con .banner_con3 {
  margin-bottom: 33px;
  font-size: 60px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}
.banner .banner_con .banner_con3:hover {
  font-size: 70px;
  font-weight: bold;
  transition: all 0.3s;
}
.banner .banner_con .banner_con4 {
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.banner .banner_con .banner_con4:hover {
  font-size: 25px;
  font-weight: bold;
  transition: all 0.3s;
}
/* banner end */
/* content start */
.solutioncon {
  margin-top: 43px;
}
.solutioncon li {
  float: left;
  width: 30%;
  margin: 10px;
  height: 260px;
  text-align: center;
  position: relative;
  padding: 10px;
}
.solutioncon li .solutiontitpic {
  position: relative;
  margin: 0 auto;
  width: 183px;
  height: 210px;
}
.solutioncon li .solutiontitpic img {
  width: 100%;
  height: 100%;
}
.solutioncon li .solutiontitpic .solutiontitpic2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32%;
}
.solutioncon li .solutiontitpic .solutiontitpic2 img {
  width: 100%;
  height: 100%;
}
.solutioncon li .solutiontitpic .solutioncontit1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 22px;
  color: #333333;
}
.solutioncon li .solutioncontit2 {
  font-size: 18px;
  color: #999999;
  width: 270px;
  margin: 0 auto;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.solutioncon li:last-child .solutioncontit2 {
  width: 240px;
}
/* 查看详情按钮 start */
.solutionconbtn {
  text-align: center;
  margin-top: 30px;
}
.solutionconbtn button {
  width: 160px;
  height: 44px;
  background: #214ead;
  box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  border: none;
  text-align: center;
  margin-top: 30px;
}
.solutionconbtn button a {
  color: #ffffff;
  font-size: 16px;
}
/* 背景山 start */
/*.bgcShan {
  width: 100%;
  height: 363px;
  margin-bottom: 100px;
}
.bgcShan img {
  width: 100%;
  height: 100%;
}*/
.bgcShan {
  width: 100%;
  height: 231px;
 
  background-image: url(../img/bgc-shan.png);
  background-position: bottom center;
  background-size: auto 231px;
  background-repeat: no-repeat;
   margin-bottom: 60px;
  margin-top:-60px;
}
/* 核心优势 */
.hexinCon {
  margin-top: 60px;
}
.hexinCon li {
  float: left;
  width: 30%;
  margin-bottom: 70px;
  margin-left: 40px;
}
.hexinCon li .hexinImg {
  width: 44px;
  height: 44px;
  margin-right: 30px;
}
.hexinCon li .hexinImg img {
  width: 100%;
  height: 100%;
}
.hexinCon li .hexinTitbox {
  width: 234px;
}
.hexinCon li .hexinTitbox .hexinTit1 {
  font-size: 22px;
  color: #333333;
}
.hexinCon li .hexinTitbox .hexinTit2 {
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 卓越的技术与服务 start */
.server {
  background-image: url(../img/bgc2.jpg);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.server .tit_con {
  line-height: 30px;
  font-size: 18px;
  color: #666666;
  margin-top: 38px;
}
.server .pricecon {
  margin-top: 50px;
}
.server .pricecon li {
  float: left;
  margin-left: 38px;
  width: 30%;
  height: 640px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.3s;
}
.server .pricecon li .pricepic {
  width: 100%;
  height: 244px;
  background-color: #F8F9FF;
  border-radius: 0 0 50% 50%;
  padding-top: 64px;
  transition: all 0.3s;
}
.server .pricecon li .pricepic .pricepic-tit1 {
  color: #214EAD;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 27px;
  transition: all 0.3s;
}
.server .pricecon li .pricepic .pricepic-tit2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  transition: all 0.3s;
}
.server .pricecon li .priceconter {
  width: 276px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  text-align: left;
}
.server .pricecon li .pricebtn {
  position: absolute;
  width: 180px;
  height: 44px;
  background: #214ead;
  box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  border: none;
  text-align: center;
  line-height: 44px;
  bottom: 30px;
  left: 95px;
}
.server .pricecon li .pricebtn a {
  font-size: 16px;
  color: #FFFFFF;
}
.server .pricecon li:hover {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.server .pricecon li:hover .pricepic {
  background-color: #214EAD;
  transition: all 0.3s;
}
.server .pricecon li:hover .pricepic .pricepic-tit1 {
  color: #FFFFFF;
  transition: all 0.3s;
}
.server .pricecon li:hover .pricepic .pricepic-tit2 {
  color: #FFFFFF;
  transition: all 0.3s;
}
/* 合作流程 start */
.hezuobox {
  margin-top: 60px;
}
.hezuobox .hezuocon {
  margin-top: 110px;
}
.hezuobox .hezuocon .hezuoBgc {
  position: relative;
  background-image: url(../img/hezuobgc.png);
  width: 776px;
  height: 582px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 164px;
}
.hezuobox .hezuocon .hezuoBgc .hezuoImg {
  width: 290px;
  height: 311px;
  margin: auto;
}
.hezuobox .hezuocon .hezuoBgc .hezuoImg img {
  width: 100%;
  height: 100%;
}
.hezuobox .hezuocon .hezuoBgc .hezuo1 {
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -37px;
}
.hezuobox .hezuocon .hezuoBgc .hezuo1 p {
  font-size: 22px;
  color: #666666;
}
.hezuobox .hezuocon .hezuoBgc .hezuo1 .hezuoIcon1 {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  margin-top: 18px;
}
.hezuobox .hezuocon .hezuoBgc .hezuo1 .hezuoIcon1 img {
  width: 100%;
  height: 100%;
}
.hezuobox .hezuocon .hezuoBgc .hezuo2 {
  position: absolute;
  font-size: 22px;
  color: #666666;
  right: -140px;
  top: 135px;
}
.hezuobox .hezuocon .hezuoBgc .hezuo2 img {
  width: 58px;
  height: 58px;
  vertical-align: middle;
}
.hezuobox .hezuocon .hezuoBgc .hezuo3 {
  position: absolute;
  font-size: 22px;
  color: #666666;
  right: -82px;
  bottom: 108px;
}
.hezuobox .hezuocon .hezuoBgc .hezuo3 img {
  width: 58px;
  height: 58px;
  vertical-align: middle;
}
.hezuobox .hezuocon .hezuoBgc .hezuo4 {
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -49px;
}
.hezuobox .hezuocon .hezuoBgc .hezuo4 p {
  font-size: 22px;
  color: #666666;
}
.hezuobox .hezuocon .hezuoBgc .hezuo4 .hezuoIcon1 {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.hezuobox .hezuocon .hezuoBgc .hezuo4 .hezuoIcon1 img {
  width: 100%;
  height: 100%;
}
.hezuobox .hezuocon .hezuoBgc .hezuo5 {
  position: absolute;
  font-size: 22px;
  color: #666666;
  left: -60px;
  bottom: 118px;
}
.hezuobox .hezuocon .hezuoBgc .hezuo5 img {
  width: 58px;
  height: 58px;
  vertical-align: middle;
}
.hezuobox .hezuocon .hezuoBgc .hezuo6 {
  position: absolute;
  font-size: 22px;
  color: #666666;
  left: -205px;
  top: 148px;
}
.hezuobox .hezuocon .hezuoBgc .hezuo6 img {
  width: 58px;
  height: 58px;
  vertical-align: middle;
}
/* 背景山 start */
.bgcShan2 {
  height: 118px;
  width: 100%;
  margin-top: 60px;
}
.bgcShan2 img {
  width: 100%;
  height: 100%;
}
/* 产品价格 start */
.chanpin {
  margin-top: 60px;
}
.chanpin .chanpinbox {
  margin-top: 50px;
  margin-bottom: 26px;
  padding: 0 40px;
}
.chanpin .chanpinbox li {
  float: left;
  width: 30%;
  height: 438px;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 10px;
  color: #666666;
  text-align: center;
  margin-right: 50px;
  transition: all 0.3s;
}
.chanpin .chanpinbox li .chanpinIcon {
  font-size: 48px;
  color: #2B86FB;
  margin-top: 45px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.chanpin .chanpinbox li .chanpinTit1 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.chanpin .chanpinbox li .chanpinTit2 {
  font-size: 18px;
  color: #666666;
  margin-bottom: 35px;
  transition: all 0.3s;
}
.chanpin .chanpinbox li:last-child {
  margin-right: 0;
}
.chanpin .chanpinbox li:hover {
  background: linear-gradient(135deg, #0077dd 0%, #2450b0 100%);
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.chanpin .chanpinbox li:hover .chanpinIcon {
  color: #FFFFFF;
  transition: all 0.3s;
}
.chanpin .chanpinbox li:hover .chanpinTit1 {
  color: #FFFFFF;
  transition: all 0.3s;
}
.chanpin .chanpinbox li:hover .chanpinTit2 {
  color: #FFFFFF;
  transition: all 0.3s;
}
.chanpin .tixian {
  background-image: url(../img/tiyanbgc.jpg);
  height: 262px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 83px;
  padding-left: 112px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.chanpin .tixian .tixianTit1 {
  font-size: 32px;
}
.chanpin .tixian .tixianTit2 {
  font-size: 44px;
}
.chanpin .tixian .tixian-r {
  margin-left: 80px;
  font-size: 20px;
  margin-top: 29px;
}
.chanpin .tixian .tixian-r input {
  width: 280px;
  height: 46px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid #ffffff;
  opacity: 1;
  border-radius: 30px;
  margin-left: 20px;
}
.chanpin .tixian .tixian-r button {
  border: none;
  width: 180px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  color: #2652B3;
  font-size: 16px;
  margin-left: 54px;
}
/* 行业解决案例 start */
.hangye {
  width: 100%;
  background-color: #2450B0;
  padding-top: 60px;
  /*padding-bottom: 40px;*/
}
.hangye .hangyeBox {
  margin-top: 70px;
}
.hangye .hangyeBox .hangyeItem {
  margin: auto;
  width: 100%;
  height: 280px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding:15px;
 /* padding: 29px 32px 34px;*/
 
}
.hangye .hangyeBox .hangyeItem .hangyePic {
  width: 30%;
  height: 150px;
}
.hangye .hangyeBox .hangyeItem .hangyePic img {
  width: 100%;
  height: 100%;
}
.hangye .hangyeBox .hangyeItem .hangyeCon {
  width: 67%;
  padding-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(67, 143, 242, 0.3);
  height:150px;
}
.hangye .hangyeBox .hangyeItem .hangyeCon .hangyeCon1 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 5px;
}
.hangye .hangyeBox .hangyeItem .hangyeCon .hangyeCon2 {
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}
.hangye .hangyeBox .hangyeItem .hangteTit {
  margin-top: 10px;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
}
/* 新闻资讯 start */
.news {
  margin-top: 60px;
  margin-bottom: 77px;
}
.news .newsBox {
  margin-top: 50px;
  /*padding-bottom: 57px;*/
}
.news .news-l {
  width: 45%;
}
.news .news-l .newsPic {
  width: 100%;
  height: 232px;
}
.news .news-l .newsPic img {
  width: 100%;
  height: 100%;
}
.news .news-l .newsTit1 {
  margin-top: 25px;
  margin-bottom: 11px;
  font-size: 22px;
  color: #333333;
}
.news .news-l .newsTit2 {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-l .newsTit3 {
  font-size: 16px;
  color: #999999;
  text-align: right;
}
.news .news-l .newBtn {
  width: 168px;
  height: 44px;
  background: #2450b0;
  box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.06);
  opacity: 1;
  border-radius: 22px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  margin-top: 25px;
}
.news .news-l .newBtn a {
  color: #FFFFFF;
}
.news .news-r {
  width: 48%;
  padding-top: 20px;
}
.news .news-r li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 20px;
}
.news .news-r li a {
  color: #999999;
}
.news .news-r li .newTit-l .news_l_tit1 {
  font-size: 56px;
}
.news .news-r li .newTit-l .news_l_tit2 {
  font-size: 16px;
}
.news .news-r li .newTit-r {
  width: 470px;
  margin-left: 30px;
}
.news .news-r li .newTit-r .news_r_tit1 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 14px;
}
.news .news-r li .newTit-r .news_r_tit2 {
  font-size: 18px;
  color: #666666;
  margin-bottom: 16px;
}
.comment {
  width: 100%;
  background-color: #FAFAFA;
  padding-top: 60px;
  padding-bottom: 50px;
}
.comment .commentBox {
  margin-top: 50px;
}
.comment .commentBox li {
  width: 175px;
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  height:70px;
}
.comment .commentBox li a{
 display: block;
}
.comment .commentBox li img {
  width: 175px;
  height: 70px;
}
.comment .commentBox li:nth-child(6n) {
  margin-right: 0;
}
/* content end */

/* 兼容笔记本 */
@media screen and (max-width: 1440px) {
	.banner .banner_con .banner_con1 {
		font-size: 26px;
	}

	.banner .banner_con .banner_con1:hover {
		font-size: 28px;
	}

	.banner .banner_con .banner_con2 {
		font-size: 32px;
	}

	.banner .banner_con .banner_con2:hover {
		font-size: 34px;
	}

	.banner .banner_con .banner_con3 {
		font-size: 40px;
	}

	.banner .banner_con .banner_con3:hover {
		font-size: 42px;
	}

	/*.solutioncon li .solutiontitpic .solutioncontit1,
	.hexinCon li .hexinTitbox .hexinTit1,
	.hezuobox .hezuocon .hezuoBgc .hezuo1 p,
	.hezuobox .hezuocon .hezuoBgc .hezuo2,
	.hezuobox .hezuocon .hezuoBgc .hezuo3,
	.hezuobox .hezuocon .hezuoBgc .hezuo4 p,
	.hezuobox .hezuocon .hezuoBgc .hezuo5,
	.hezuobox .hezuocon .hezuoBgc .hezuo6 {
		font-size: 18px;
	}

	.solutioncon li .solutioncontit2,
	.hexinCon li .hexinTitbox .hexinTit2,
	.hangye .hangyeBox .hangyeItem .hangyeCon .hangyeCon2 {
		font-size: 14px;
	}

	
	.hangye .hangyeBox .hangyeItem .hangyeCon .hangyeCon1 {
		font-size: 22px;
	}

	.server .pricecon li .priceconter,
	.server .pricecon li .priceconter {
		font-size: 16px;
	}

	.chanpin .tixian .tixianTit1 {
		font-size: 30px;
	}

	.chanpin .tixian .tixianTit2 {
		font-size: 40px;
	}

	.hangye .hangyeBox .hangyeItem .hangteTit,
	.news .news-r li .newTit-r .news_r_tit2,
	.news .news-l .newsTit2 {
			font-size: 16px;
		}

		.news .news-r li .newTit-r .news_r_tit1,
		.news .news-l .newsTit1 {
			font-size: 20px;
		}*/


	}

