*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
.top_bar{
	height: 35px;
	line-height: 35px;
	color: #A7A7A7;
	background: #2D2D2D;
	font-size: 14px;
}
.top_bar a{
	color: #A7A7A7;
}
.tb-rig{
	width: 165px;
}
.tb-rig li{
	margin: 0 15px;
}	
.tb-rig li:last-child{
	margin-right: 0px;
}
.top_bar a:hover{
	color: #FF5E00;
}
.head{
	padding: 25px 0;
}
.head .logo{
	width: 1100px;
}
.head .logo .text{
	margin-left: 15px;
}
.head .logo .text h2{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 51px;
	margin-right: 15px;
}
.head .logo .text h3{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 51px;
}
.head .logo .text h3 span{
	color: #FF5E00;
}
.head .logo .text p{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.head .head-group{
	width: 230px;
}
.head .head-group .tel{
	color: #808080;
}
.head .head-group .tel span{
	font-size: 28px;
	font-weight: bold;
	color: #FF5E00;
	line-height: 28px;
}
.head .head-group  img{
	margin: 9px 10px 0 0;
}
.nav-bar{
	border-top: 1px solid #f5f5f5;
}
.nav-bar ul li{
	height: 55px;
	line-height: 55px;
	width: calc(100% / 8);
	text-align: center;
	font-weight: bold;
}
.nav-bar ul li:hover a{
	color: #FF5E00;
}

/*轮播*/
.ibanner {
  /*height: 19rem;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ibanner .pc-block-768{
    display: block;
}
.ibanner .swiper-slide {
  /*height: 19rem;*/
  overflow: hidden;
}
.ibanner .bg {
  /*height: 19rem;*/
}
.ibanner .banner-pagination {
  bottom: 1rem !important;
  width: 100%;
}
.ibanner .banner-pagination span {
  width: 11px;
  height: 11px;
  position: relative;
  background: transparent;
  opacity: 1;
  margin: 0 .3rem !important;
}
.ibanner .banner-pagination span:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: .5;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ibanner .banner-pagination span.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  opacity: 1;
}
.ibanner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  height: 11px;
  width: 11px;
  border-radius: 11px;
  background: #F08200;
  box-shadow: none;
  transform: translate(-50%, -50%) scale(1, 1);
}

/*@media (max-width: 1024px) {
  .ibanner, .ibanner .swiper-slide, .ibanner .bg {
    height: 15rem;
  }
}*/
@media (max-width: 768px) {
  .ibanner, .ibanner .swiper-slide, .ibanner .bg {
    height: auto;
  }
  .ibanner .bg img{
    width:100%;
  }
}
@media (max-width: 767px) {
  .ibanner, .ibanner .swiper-slide, .ibanner .bg {
    height: auto;
  }
}


/*如何避坑*/
.choose {
	border-bottom: 1px solid #f5f5f5;
}
.choose .c1,
.choose .c2{
	height: 110px;
	line-height: 110px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 50%;
}
.choose img{
	margin-right: 15px;
}
.choose a{
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.choose .c1{
	background: #1C3992;
}
.choose .c2{
	background: #FF5E00;
}


/*video*/
.video .inner .title{
	padding: 30px 0 20px 30px;
	position: relative;
}
.video .inner .title:before{
	content: '';
	display: block;
	width: 20px;
	height: 15px;
	background: url(../images/be.jpg) no-repeat center;
	position: absolute;
	left: 0px;
	top: 39px;
}
.video .inner .title h3{
	font-size: 24px;
	font-weight: bold;
	width: 80%;
	float: left;
}
.video .inner .title a{
	display: inline-block;
	float: right;
	border:1px solid #E5E5E5;
	border-radius: 25px;
	padding: 5px 20px;
	font-size: 14px;
}

.video .inner ul li{
	width: 24%;
	margin-right: 1.33%;
}
.video .inner ul li:last-child{
	margin-right: 0px;
}
.video .inner ul li .cici{
	height: 545px;
	position: relative;
}
.video .inner ul li .cici:before{
	content: '';
	display: block;
	width: 51px;
	height: 51px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	background: url(../images/play.png) no-repeat center;
	margin:-25px 0 0 -25px;
	transition: all .5s ease;
}
.video .inner ul li .name{
	height: 50px;
	line-height: 50px;
	background: #E5E5E5;
	font-weight: bold;
	font-size: 14px;
  padding: 0 10px;
}
.video .inner ul li:hover .name{
	color: #fff;
	background: #1C3992;
}
.video .inner ul li:hover .cici:before{
	transform: rotate(180deg);
}


/*bottom*/
.btc{
	background: url(../images/bt.jpg) no-repeat center;
	color: #fff;
	padding: 50px 0;
	margin-top: 40px;
}
.btc .text{
	width: 1000px;
}
.btc .text .title{
	font-size: 42px;
	width: 120px;
	height: 120px;
	border:2px solid #fff;
	display: inline-block;
	line-height: 48px;
	text-align: center;
	padding-top: 12px;
}
.btc .content{
	width: 850px;
}
.btc .content h3{
	font-size: 32px;
	font-weight: bold;
}
.btc .content p{
	font-size: 16px;
	line-height: 28px;
	font-weight: lighter;
}
.btc .content .p{
	margin: 15px 0;
}
.btc .content h4{
	font-size: 18px;
	font-weight: lighter;
}
.btc .content h4 b{
	font-size: 28px;
	font-weight: bold;
}


/*底部*/
.footer{
    background: #212128;
    color: #fff;
    padding-top: 20px;
}
.footer .inout{
    padding: 50px 0;
}
/*.footer .footlist{
    width: 48%;
}*/
.footer .botul{
	height: 80px;
	border-bottom: 1px solid #36373A;
}
.footer .botul ul li a{
	line-height: 80px;
	color: #fff;
	font-size: 16px;
	padding: 0 40px 0 0;
}
.footer .botul ul li a:hover{
	color: #FF5E00;
}
.footer .footlink{
    width: 30%;
}
.footer .footlist ul{
    margin:0px;
    padding: 0px;
    margin-right: 60px;
}
.footer .footlist ul h3{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footlink h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .zx{
	text-align: right;
	padding-top: 5px;
}
.footer .zx p{
    margin-bottom: 5px;
}
.footer .zx h4{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}
.footer .footlist ul li{
    margin-bottom: 11px;
}
.footer .footlist ul li a,
.footer .footlink p a{
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
}
.footer .footlist ul li a:hover,
.footer .footlink p a:hover{
    color: #FF5E00;
}
.footer .footlink p{
    font-size: 16px;
    margin-bottom: 11px;
}
.footer .footlink select {
    width: 220px;
    padding-left: 12px;
    height: 40px;
    margin:15px 0 20px;
    line-height: 40px;
    font-size: 14px;
    background: #3E3E3E;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #3E3E3E url(../images/ar.jpg) right no-repeat;
    overflow: hidden;
    color: #fff;
}
.footer .footlink select option{
    height: 40px;
    line-height: 40px;
}
.footer .er{
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.footer .er img{
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  margin-left: 15px;
}
.bottom{
    padding: 20px 0;
    background: #212128;
    color: #969AA0;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,.4)
}
.bottom a{
    color: #969AA0;
}
.bottom a:hover{
    color: #fff;
}


/*内页开始*/
.cru{
	height: 60px;
	line-height: 60px;
	color: #858585;
	border-bottom:1px solid #EDEDED;
	font-size: 14px;
	text-align: left;
}
.cru a{
	color: #858585;
}

.com_in{
	padding: 50px 0 40px;
}

/*简介*/
.com_in .company_box .text{
	width: 44%;
}
.com_in .company_box .img{
	width: 53%;
}
.com_in .company_box .text h3{
	font-size: 32px;
	margin-bottom: 20px;
}




/*新闻*/
.com_inner.news{
	padding: 50px 0;
}
.com_inner .news_list ul li{
  width: 380px;
  border:1px solid #F3F3F3;
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: 0 0 10px #eee;
  background: #fff;
}
.com_inner .news_list ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner .news_list ul li .cici{
  height: 240px;
  position: relative;
}
.com_inner .news_list ul li .cici .time{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  background: #005AA7;
  transition: all .5s;
}
.com_inner .news_list ul li .cici .time p:first-child{
  font-size: 22px;
}
.com_inner .news_list ul li .box{
  padding: 25px 20px 25px 20px;
}
.com_inner .news_list ul li h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #555555;
}
.com_inner .news_list ul li .content{
  line-height: 24px;
  margin-bottom: 10px;
  color: #666666;
  font-size: 15px;
}
.com_inner .news_list ul li:hover .box a{
  color: #005ED9;
}
.com_inner .news_list ul li .more{
	font-size: 14px;
}
.com_inner.news .in_inner .news-detail-title{
  text-align: center;
}
.com_inner.news .in_inner .news-detail-title .h3{
  font-size: 23px;
}
.com_inner.news .in_inner .news-detail-title .b{
  border-bottom: 1px solid #F3F3F3;
  padding: 10px 0;
  border-bottom: 1px solid #F3F3F3;
}
.com_inner.news .in_inner .news-detail{
  padding: 30px 0;
}



.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 35px 0 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #0053AD;
  background: #0053AD;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


.newsPage{
  margin:40px 0 0 0;
}
.newsPage .page-a{
  height: 50px;
  border-bottom: 1px solid #F3F3F3;
  line-height: 50px;
}
.newsPage .page-a a{
	color: #555555;
}
.newsPage .page-a a:hover{
  color: #096BE6;
}


/*工程案例*/
.com_inner.pro{
	padding: 50px 0;
}
.de_product_list ul li{
	width: 380px;
	margin:0 15px 15px 0;
	text-align: center;
}
.de_product_list ul li:nth-child(3n){
	margin-right: 0px;
}
.de_product_list ul li .cici{
	height: 280px;
}

.de_product_list ul li .title h3{
	height: 50px;
	background: #f5f5f5;
	font-size: 16px;
	line-height: 50px;
	transition: all .5s ease;
}
.de_product_list ul li:hover h3{
	background: #FF5E00;
	color: #fff;
}



.in_title{
	padding: 70px 0 35px;
	text-align: center;
}
.in_title h3{
	font-size: 36px;
	color: #212B98;
}
.in_title h3 span{
	font-weight: bold;
}
.in_title p{
	font-size: 18px;
	color: #C7C7C7;
	display: inline-block;
	margin:0 auto;
	text-transform: uppercase;
	position: relative;
}
.in_title p:before{
	content: '';
	display: block;
	position: absolute;
	width: 150px;
	height: 0px;
	border-top:1px solid #C7C7C7;
	left: -170px;
	top: 14px;
}
.in_title p:after{
	content: '';
	display: block;
	position: absolute;
	width: 150px;
	height: 0px;
	border-top:1px solid #C7C7C7;
	right: -170px;
	top: 14px;
}
/*联系*/
.com_inner.con{
	padding-top: 0px;
	padding-bottom: 50px;
}
#dituContent{
  height: 350px;
}
#dituContent img{
  max-width: fit-content;
}
.com_inner.con .de_contact .list{
  margin:0 0 35px;
}
.com_inner.con .de_contact .rob div[class*='t']{
  width: 385px;
  height: 60px;
  line-height: 60px;
  border:1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.com_inner.con .de_contact .rob div[class*='t'].t1{
	width: 460px;
}
.com_inner.con .de_contact .rob div[class*='t'] img{
  height: fit-content;
  margin:14px auto 0 auto;
}
.com_inner.con .de_contact .rob div[class*='t']:last-child img{
  margin-top: 20px;
}
.com_inner.con .de_contact .rob div[class*='t'] .img{
  width: 70px;
}
.com_inner.con .de_contact .rob div[class*='t'] .add{
  width: 315px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  text-align: left;
}
.com_inner.con .de_contact .rob div[class*='t'].t1 .add{
	width: 440px;
}
.com_inner.con .de_contact .rob div[class*='t'] span{
  color: #ff7800;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}
.com_inner.con .de_contact .rob div[class*='t'] a:hover{
  color: #005ED9;
}


.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #F1F1F1;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.message.ser .contact-liuyan input[type=text]{
  width: 33%;
}
.contact-liuyan  input:focus{
    border:1px solid #005ED9;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    background: #F1F1F1;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #212B98;
}
.contact-liuyan .pink-btn{
  padding: 16px 145px;
  background: #212B98;
  border:none;
  color: #fff;
  cursor: pointer;
  transition: all .5s ease;
}
.contact-liuyan .pink-btn:hover{
	border-radius: 10px;
}


/*新闻详情*/
.com_inner.newsinfo{
  background: #F5F5F5;
  padding: 40px 0;
}
.com_inner .news_info_box .news_info_text{
  width: 75%;
  background: #fff;
  box-sizing: border-box;
}
.com_inner .news_info_box.video .news_info_text{
  width: 70%;
}
.com_inner .news_info_box .onews{
  border-left: 1px solid #eeeeee;
  box-sizing: border-box;
  width: 25%;
  background: #fff;
}
.com_inner .news_info_box.video .onews{
  width: 30%;
}
.com_inner .news_info_box .news_info_text .news_detail_title{
  border-bottom: 1px solid #eeeeee;
  padding: 3% 2% 2%;
  box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .news_detail_title h3{
  font-size: 22px;
  margin-bottom: 5px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b{
  font-size: 15px;
  color: #555555;
  margin-top: 12px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b i{
  margin-right: 10px;
  color: #213A84;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a{
  color: #555555;
  font-size: 18px;
  margin-right: 10px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-add{
  font-size: 22px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-dec{
  font-size: 14px;
  margin-right: 0px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a:hover{
  color: #213A84;
}
.com_inner .news_info_box .news_info_text .content{
  padding: 4%;
  box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .content img{
  margin: 0 auto;
}
.com_inner .news_info_box .onews_title{
  font-size: 20px;
  color: #555555;
  font-weight: 400;
  padding: 5% 5%;
  border-bottom: 1px solid #eeeeee;
}
.com_inner .news_info_box .other_list{
  padding: 2.5% 5%;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.com_inner .news_info_box .other_list li{
  margin-bottom: 6%;
}
.com_inner .news_info_box .other_list .cici{
  width: 40%;
  position: relative;
  padding-bottom: 32%;
  height: 0px;
}
.com_inner .news_info_box .other_list .coco{
  width: 40%;
  position: relative;
  padding-bottom: 32%;
  height: 0px;
}
.com_inner .news_info_box .other_list.cate_list li{
  width: 50%;
}
.com_inner .news_info_box .other_list.cate_list li .imc{
  overflow: hidden;
  margin-bottom: 5px;
}
.com_inner .news_info_box .other_list.cate_list li a{
  color: #555555;
}
.com_inner .news_info_box .other_list .cici img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.com_inner .news_info_box .other_list .g{
  width: 55%;
  padding-top: 3%;
  box-sizing: border-box;
}
.com_inner .news_info_box .other_list .g a{
  color: #555555;
}
.com_inner .news_info_box .other_list .g h4{
  margin-bottom: 10px;
}
.com_inner .news_info_box .other_list .g p{
  font-size: 14px;
  color: #777777;
}
.com_inner .news_info_box .other_list .g p i{
  margin-right: 5px;
}
.com_inner .news_info_box .other_list .g p a{
  color: #555555;
}
.com_inner .news_info_box .other_list .g p.more{
  margin-top: 10px;
}
.com_inner .news_info_box .other_list li:hover img{
  transform: scale(1.1);
}
.com_inner .news_info_box .other_list.cate_list li:hover img{
  transform: scale(1);
  -webkit-transform: rotate(360deg);
  animation: rotation 4s linear infinite;
  -moz-animation: rotation 4s linear infinite;
  -webkit-animation: rotation 4s linear infinite;
  -o-animation: rotation 4s linear infinite;
}
.com_inner .news_info_box .other_list.cate_list li:hover a{
  color: #f70000;
}
.com_inner .news_info_box .other_list li:hover p.more a{
  color: #f70000;
}
.com_inner .onews .newsPage .page-a{
  padding: 0 5%;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com_inner .onews .newsPage{
  border-top:1px solid #eeeeee;
}
.com_inner .onews .newsPage .page-a a{
  color: #555;
  line-height: 55px;
  display: inline;
}
.com_inner .onews .newsPage .cl1{
  position: relative;
  overflow: hidden;
}
.com_inner .onews .newsPage .cl1:before{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0px;
  border-bottom:2px solid #213A84;
  left: 0px;
  bottom: 0px;
  transition: all 0.5s;
}
.com_inner .onews .newsPage .cl1:hover:before{
  width: 100%;
}
.com_inner .onews .newsPage .cl1:hover a{
  color: #213A84;
}
.com_inner .news_info_box .news-img{
  margin-bottom: 30px;
}
.com_inner .news_info_box .news-img img{
  max-width: 100%;
}





















