/*导航样式*/
	.web-nav-box{
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
	}
	.web-nav{
		background-color: rgba(0,0,0,0);
		transition: all .6s;
		position: relative;
	}
	.web-nav:hover{
		background-color: #fff;
		box-shadow: 2px 5px 5px rgba(0,0,0,.1);
	}
	.web-nav-box>.active{
		background-color: #fff;
		box-shadow: 2px 5px 5px rgba(0,0,0,.1);
	}
	.web-nav>.cont{
		width: 100%;
		position: relative;
	}
	.web-nav>.cont>a{
		padding:18px 0;
		height: 46px;
		margin-left: 4%;
	}
	.web-nav>.cont>a>img{
		height:100%;
	}
	.web-nav>.cont>a>img:last-child{
		display: none;
	}
	.web-nav:hover>.cont>a>img{
		display: none;
	}
	.web-nav-box>.active>.cont>a>img{
		display: none;
	}
	.web-nav:hover>.cont>a>img:last-child{
		display: block;
	}
	.web-nav-box>.active>.cont>a>img:last-child{
		display: block;
	}
	.web-nav>.cont>ul{
		width:50%;
	}
	.web-nav>.cont>ul>li{
		padding:20px 0;
		width: 14.2%;
		line-height: 40px;
		text-align: center;
		position: relative;
	}
	.web-nav>.cont>ul>li::before{
		position: absolute;
		content: "";
		width: 4px;
		height: 4px;
		background-color: #ffffff;
		left: -2px;
		top:50%;
		transform: translateY(-50%);
		border-radius: 50%;
	}
	.web-nav>.cont>ul>li:nth-child(1)::before{
		display: none;
	}
	.web-nav-box>.active>.cont>ul>li::before{
		background-color: #ccc;
	}
	.web-nav:hover>.cont>ul>li::before{
		background-color: #ccc;
	}
	.web-nav>.cont>ul>li:after{
		position: absolute;
		width:0;
		height: 4px;
		background-color:#0079c0;
		bottom: 0;
		left: 50%;
		content: "";
		transform: translateX(-50%);
		transition: all .6s;
	}
	.web-nav>.cont>ul>li:hover:after{
		width:100%;
	}
	.web-nav>.cont>ul>.active:after{
		width:100%;
	}
	.web-nav>.cont>ul>.active>a{
		color: #0079c0;
	}
	
	.web-nav>.cont>ul>li>a{
		color: #fff;
		line-height: 40px;
		position: relative;
	}
	
	.web-nav:hover>.cont>ul>li>a{
		color: #000;
	}
	.web-nav-box>.active>.cont>ul>li>a{
		color: #000;
	}
	.web-nav>.cont>ul>li:hover>a{
		color: #0079c0;
	}
	.web-nav>.cont>p{
		color: #fff;
		line-height: 40px;
		padding:20px;
		box-sizing: border-box;
		background-color: #0079c0;
	}
	/* .web-nav:hover>.cont>p{
		color: #000;
	}
	.web-nav-box>.active>.cont>p{
		color: #000;
	} */
	.web-nav>.cont>p>img{
		width:36px;
		height: 36px;
		float: left;
		margin-top: 2px;
		margin-right: 10px;
	}
	 .web-nav>.cont>p>img:nth-child(2){
		display: none;
	}
	/*.web-nav:hover>.cont>p>img{
		display: none;
	}
	.web-nav-box>.active>.cont>p>img{
		display: none;
	}
	.web-nav:hover>.cont>p>img:nth-child(2){
		display: block;
	}
	.web-nav-box>.active>.cont>p>img:nth-child(2){
		display: block;
	} */


	.inx-01{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: relative;
	}
	.inx-swiper{
		width: 100%;
		height: 100%;
	}
	.inx-swiper>ul>li{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.inx-swiper>ul>li>a>img{
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
		background-repeat: no-repeat;
	}
	.inx-swiper>ul>li>a{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.inx-swiper>ul>li>a::after{
		position:absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 100%;
		background-image: url(../images/wg.png);
		z-index: 1;
	}
	.banner-box{
		width: 60%;
		height: 100%;
		position:absolute;
		left: 4%;
		top: 0;
		z-index: 2;
	}
	.banner-txt{
		width: 100%;
		position: absolute;
		left: 0;
		top: 43%;
		transform: translateY(-50%);
		color: #fff;
	}
	.banner-txt>h2{
		font-weight: 700;
		line-height: 60px;
	}
	.banner-txt>h2:nth-child(2){
		/* font-weight: 500; */
		margin-top: 20px;
	}
	.banner-txt>h4{
		margin-top: 25px;
		text-transform: uppercase;
		font-weight: 300;
	}
	.banner-tap{
		/*width: 100%;*/
		position: absolute;
		color: #fff;
		bottom: 80px;
		left: 4%;
		z-index: 3;
	  }
	  .banner-tap>ul>li{
		width: 60px;
		height: 60px;
		border:none;
		margin:0 30px;
		text-align: center;
		font-size: 14px;
		line-height: 60px;
		border-radius: 50%;
		position: relative;
		cursor: pointer;
	  }
	  .banner-tap>ul>.active{
		border:1px solid #fff;
	  }
	  .banner-tap>ul>li:after{
		position: absolute;
		content: "";
		width: 0;
		opacity: 1;
		height: 1px;
		background-color: #fff;
		left: -45px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .6s;
	  }
	  .banner-tap>ul>.active:after{
		width: 60px;
		opacity: 1;
	  }
	  .banner-info-box{
		width: 32%;
		padding:60px;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		bottom: 0;
		background-color: rgba(0,121,192,.8);
		z-index: 2;
	  }
	  .banner-info-swi a{
		color: #fff;
	  }
	  .banner-info-swi>ul>li>a>p:nth-child(2){
		margin-top: 15px;
		padding-left: 60px;
		position: relative;
	  }
	  .banner-info-swi>ul>li>a>p:nth-child(2)::after{
		position: absolute;
		content: "";
		width: 40px;
		height: 1px;
		background-color: #fff;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	  }
	  .banner-info-page{
		position: absolute;
		right: 0;
		bottom: -30px;
		color: #fff;
		z-index: 2;
		text-align: right;
		font-size: 22px;
	  }
	  .inx-02{
		width: 100vw;
		height: 100vh;
		
	  }
	  .inx-02-box{
		width: 100%;
		height: 100vh;
		padding:15vh 0 6vh 0;
		box-sizing: border-box;
		position: relative;
	  }
	  .inx-02-info{
		width:48%;
		height: 100%;
		padding:5vh 0 5vh 6%;
		box-sizing: border-box;
	  }
	  .inx-02-box>.box::after{
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 70%;
		height: 100%;
		background-image: url(../images/inx-02-bj.jpg);
		background-size: cover;
		z-index: -1;
	  }
	  .inx-02-info>h5{
		text-transform: uppercase;
		font-weight: 700;
		margin-top: 15px;
	  }
	  .inx-02-info>h5>em{
		color: #0079c0;
		font-weight: 300;
	  }
	  .inx-02-info>p{
		line-height: 32px;
		margin-top: 40px;
		text-align: justify;
		text-indent: 2rem;
	  }
	  .link-btn{
		width: 150px;
		line-height: 50px;
		background-color: #0079c0;
		color: #fff;
		text-align: center;
		margin-top: 40px;
		position: relative;
	  }
	  .inx-02-info>ul{
		width: 90%;
		margin-top: 60px;
	  }
	  .inx-02-info>ul>li>img{
		width: 45px;
	  }
	  .inx-02-info>ul>li>h2{
		font-weight: 700;
		margin-top: 10px;
	  }
	  .inx-02-info>ul>li>h2>em{
		font-size: 20px;
		margin-left: 15px;
		color: #0079c0;
	  }
	  .inx-02-info>ul>li>em{
		width: 60px;
		height: 1px;
		background-color: #9a9a9a;
		display: block;
		margin-top: 30px;
	  }
	  .inx-02-pic{
		width: 48%;
		padding:8vh 6% 5vh 0;
		box-sizing: border-box;
		position: relative;
	  }
	  .inx-02-pic>.img_box{
		height: 90%;
	  }
	  .inx-02-pic::after{
		position: absolute;
		content: "";
		background-color: #0079c0;
		width: 200px;
		height: 200px;
		bottom: 50px;
		right: 50px;
		z-index: -1;
	  }
	  .inx-02-pic>span{
		display: block;
		width: 20px;
		position: absolute;
		right: 50px;
		top: 8vh;
	  }
	  .inx-02-pic>span>p{
		writing-mode:tb-rl;
		text-transform: uppercase;
	  }
	  .inx-02-pic>span>em{
		width: 1px;
		height: 300px;
		background-color: #9a9a9a;
		display: block;
		margin-left: auto;
		margin-top: 30px;
	  }
	  .inx-03,.inx-03 ul{
		width:100vw;
		height: 100vh;
		background-color: #fafafa;
	}
	.inx-03 ul>li{
		height: 33.333vh; 
		width: 33.333vw;
		overflow:hidden;
	}
	.inx-03-box{
		width:100%;
		height: 33.333vh; 
		position: relative;
	}
	.inx-03-box:after{
		content: "";
		transition: all 0.5s ease-in-out;
		 position: absolute;
		left: 0; 
		top: 0; 
		right: 0; 
		bottom: 0; 
		background: rgba(0,0,0,0.7);
	}
	.inx-03 ul>li:hover .inx-03-box:after{
		background: rgba(0,0,0,0.5);
	}
	.inx-03-box .img_box{
		width:100%;
		height: 33.333vh; 
		overflow:hidden;
		-webkit-filter: grayscale(100%); 
		filter: grayscale(100%); 
		opacity: 1; 
	}
	.inx-03 ul>li:hover .inx-03-box .img_box{
		-webkit-filter: grayscale(0%); 
		filter: grayscale(0%); 
		opacity: 1;
	}
	.inx-03 ul>li:hover .inx-03-box .img_box>img{
	  transform: scale(1.1);
	}
	.inx-03-on { 
		position: absolute; 
		left: 0; 
		top: 0; 
		right: 0; 
		bottom: 0;
		 z-index: 2; 
		 transition: all 0.5s ease-in-out; 
		 opacity: 0; 
	}
	.inx-03-on i {
		 position: absolute; 
		 left: 0; 
		 top: 0; 
		 right: 0; 
		 bottom: 0; 
		 z-index: 2; 
		 display: block;
	}
	.inx-03-on:before { 
		content: "";
		 height: 30px; 
		 width: 30px; 
		 border-top: 2px solid #0079c0;
		 border-left: 2px solid #0079c0; 
		 position: absolute; 
		 left: 0px; 
		 top: 0px; 
	}
	.inx-03-on:after { 
		content: ""; 
		height: 30px; 
		width: 30px; 
		border-bottom: 2px solid #0079c0; 
		border-left: 2px solid #0079c0; 
		position: absolute; 
		bottom: 0px; 
		left: 0px; 
	}
	.inx-03-on i:before { 
		content: ""; 
		height: 30px; 
		width: 30px; 
		border-top: 2px solid #0079c0; 
		border-right: 2px solid #0079c0; 
		position: absolute; 
		right: 0px; 
		top: 0px; 

	}
	.inx-03-on i:after { 
		content: ""; 
		height: 30px; 
		width: 30px; 
		border-bottom: 2px solid #0079c0; 
		border-right: 2px solid #0079c0; 
		position: absolute; 
		bottom: 0px; 
		right: 0px; 
	}
	.inx-03 ul>li:hover .inx-03-on { 
		opacity: 1!important; 
	}
	.inx-03-tit{
		color: #faf7f7; 
		line-height: 42px; 
		position: absolute; 
		top: 50%; 
		margin-top: -21px; 
		left: 15px; 
		right: 15px; 
		text-align: center; 
		overflow: hidden; 
		z-index: 5; 
		transition: all 0.5s ease-in-out; 
		opacity: 0;
	}
	.inx-03 ul>li:hover .inx-03-tit{
		opacity: 1;
	}
	.inx-03-cont{ 
		width: 33.33vw;
		height: 33.33vh;
		position: absolute; 
		left: 50%; 
		margin-left: -16.66vw; 
		top: 50%; 
		transform: translateY(-50%); 
		z-index: 8; 
		overflow:hidden;
		opacity: 1;
		transition: all 0.8s ease-in-out; 
		color: #fff;
		text-align: center;
		
	}
	.inx-03-cont>.box{
		width: 33.33vw;
		height: 33.33vh;
		position: relative;
	}
	.inx-03-cont>.box>span{
		width: 33.33vw;
		position: absolute; 
		left: 50%; 
		margin-left: -16.66vw; 
		top: 50%; 
		display: block;
		transform: translateY(-50%); 
	}
	.inx-03-cont p{
		color: #fff;
		width:80%;
		line-height: 30px;
		margin:0 auto;
		margin-top:8px;
		text-align:center;
	}
	.inx-03-cont a{
		margin:0 auto;
		margin-top: 20px;
	}
	.inx-04{
		width: 100%;
		height: 100%;
		padding-top:150px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background-image: url(../images/inx-bj4.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}
	.inx-04>.cont{
		height: 100%;
		position:relative;
	}
	.inx-04-tit>h5{
		text-transform: uppercase;
		color: #0079c0;
	}
	.inx-04>img{
		position: absolute;
		right: -5%;
		top: -5%;
		opacity: .8;
	}
	.inx-04-tap{
		position: absolute;
		left: 0;
		width: 100%;
		top: 10px;
	}
	.inx-04-tap>ul>li{
		padding:0 40px;
		position: relative;
	}
	.inx-04-tap>ul>li::before{
		position: absolute;
		content: "";
		left: -30px;
		border:1px dashed rgba(0,0,0,.1);
		width: 60px;
		top: 50%;
		transform: translateY(-50%);
	}
	.inx-04-tap>ul>li:last-child::after{
		position: absolute;
		content: "";
		right: -30px;
		border:1px dashed rgba(0,0,0,.1);
		width: 60px;
		top: 50%;
		transform: translateY(-50%);
	}
	.inx-04-tap>ul>li img{
		width: 40px;
		height: 40px;
		margin:0 auto;
		display: none;
	}
	.inx-04-tap>ul>li img:nth-child(1){
		display: block;
	}
	.inx-04-tap>ul>li.active img:nth-child(1){
		display: none;
	}
	.inx-04-tap>ul>li:hover img:nth-child(1){
		display: none;
	}
	.inx-04-tap>ul>li.active img:nth-child(2){
		display: block;
	}
	.inx-04-tap>ul>li:hover img:nth-child(2){
		display: block;
	}
	.inx-04-tap>ul>li h5{
		color: #9a9a9a;
		margin-top: 10px;
		font-size: 22px;
	}
	.inx-04-tap>ul>li.active h5{
		color: #0079c0;
	}
	.inx-04-tap>ul>li:hover h5{
		color: #0079c0;
	}
	.inx-04-box{
		opacity: 1;
		transition: all .8s ease-in-out;
	}
	.inx-04-list{
		margin-top: 80px;
	}
	.inx-04-list>ul>li{
		width: 33.3%;
		padding:0 30px;
		padding-top: 60px;
		box-sizing: border-box;
		transition: all .6s ease-in-out;
	}
	.inx-04-list>ul>li>a{
		transition: all .6s ease-in-out;
	}
	.inx-04-list>ul>li.swiper-slide-active{
		padding-top: 0;
	}
	.inx-04-list>ul>li.swiper-slide-active a{
		box-shadow: 0 0 31px 3px rgb(0 0 0 / 5%);
		box-sizing: border-box;
	}
	.inx-04-list>ul>li .img_box{
		height: 14vw;
	}
	.inx-04-info{
		width: 100%;
		padding:20px 0;
		box-sizing: border-box;
		transition: all .6s ease-in-out;
	}
	.inx-04-info>em{
		color: #0079c0;
	}
	.inx-04-info>h5{
		line-height: 30px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.inx-04-info>p{
		height: 0;
		overflow: hidden;
		
	}
	.inx-04-list>ul>li.swiper-slide-active .inx-04-info{
		background-color: #fff;
		padding:30px;
	}
	.inx-04-list>ul>li.swiper-slide-active .inx-04-info>p{
		height: 100%;
		transition: all .6s ease-in-out;
	}
	.inx-04-btn{
		position:absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
	}
	.inx-04-prv,.inx-04-next{
		width: 50px;
		height: 50px;
		background-image: url(../images/btn-l.png);
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}
	.inx-04-next{
		background-image: url(../images/btn-r.png);
	}
	.inx-04-btn>ul{
		margin-right: auto;
		margin-left: 20px;
		margin-top: 21px;
	}
	.inx-04-btn>ul>li{
		width: 8px;
		height: 8px;
		background-color: #9a9a9a;
		border-radius: 50%;
		cursor: pointer;
		margin:0 10px;
	}
	.inx-04-btn>ul>li.active{
		background-color: #0079c0;
	}
	footer{
		padding:100px 0 10px 0;
		background-color: #202020;
		background-image: url(../images/footMp.png);
		background-repeat: no-repeat;
		background-position: top;
		position: relative;
		z-index: 2;
	}
	.footer-con{
		width: 86%;
		margin:0 auto; 
		padding:0 15px; 
		color:#999;
	}
	.footer-top{ 
		padding-bottom: 7.59vh; 
	}
	.footer-l>a:nth-child(2){
		margin-top: 40px;
		width: 160px;
		line-height: 50px;
		background-color: #0079c0;
		text-align: center;
		color: #fff;
	}
	.footer-nav{
		max-width:30%;
	}
	.footer-tit{
		color: #fff;
		position: relative;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.footer-tit:after{
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		width:30px;
		height: 2px;
		background-color:#0079c0;
	}
	.footer-nav>ul>li{
		width:33.3%;
	}
	.footer-nav>ul>li:last-child{
		margin-right: auto;
	}
	.footer-nav>ul>li>a{
		color: #999;
		line-height: 40px;
	}
	.footer-lx>h3{
		color: #fff;
	}
	.footer-lx>p{
		font-size: 16px;
	}
	.footer-ewm>img{
		width:151px;
		height: 151px;
	}
	.footer-ewm>p{
		text-align:center;
		font-size: 16px;
	}
	.footer-bottom{
		width:100%;
		border-top: 1px solid #3A3A3A;
		font-size: 14px;
		line-height: 26px;
		padding: 5vh 0px;
	}
	.footer-bottom>span>a{
		display: inline-block;
		color: #999;
	}
	.footer-bottom>span>a>img{
		display: inline-block;
	}
	.inx-06{
		width: 100%;
		height: 100vh;
		background-image: url(../images/inx-bj1.jpg);
		background-size: cover;
		padding-top: 140px;
		box-sizing: border-box;
	}
	.tit-box{
		text-align: center;
	}
	.tit-box>h5{
		text-transform: uppercase;
		color: #0079c0;
		margin-top: 10px;
	}
	.ab-04-box{
		width: 90%;
		margin: 0 auto;
		margin-top:40px;
	}
	.ab-04-left{
		width:30%;
		position: relative;
		z-index: 4;
		padding-top: 60px;
		box-sizing: border-box;
	}
	.ab-04-left>h4{
		font-family: font_2;
		color: #0079c0;
		margin-top:60px;
	}
	.ab-04-name{
		width:100%;
		margin-top:40px;
	}
	.ab-04-name>ul>li{
		width:100%;
	}
	.ab-04-name p{
		margin-top:20px;
		position: relative;
		padding-left: 80px;
	}
	.ab-04-name p:after{
		position: absolute;
		width:60px;
		height: 1px;
		background-color: #333;
		left: 0px;
		top: 50%;
		content: "";
		transform: translateY(-50%);
	}
	.ab-04-page{
		margin-top: 30px;
	}
	.ab-04-page span{
		font-size: 24px;
		font-family: font_4;
	}
	.ab-04-page .swiper-pagination-current{
		color: #0079c0;
	}
	.ab-04-tap{
		margin-top:40px;
	}
	.ab-04-tap>div{
		width:70px;
		height: 70px;
		background-color:#fff;
		box-shadow: 0px 4px 9.6px 0.4px rgb(0 0 0 / 6%);
    	border-radius: 50%;
    	background-size: 50%;
    	background-repeat: no-repeat;
    	background-position:center;
    	cursor: pointer;
	}
	.ab-04-tap>div:first-child{
		background-image: url(../images/left.png);
	}
	.ab-04-tap>div:last-child{
		margin-right: auto;
		margin-left: 40px;
		background-image: url(../images/right.png);
	}
	.ab-04-right{
		width:65%;
		position: relative;
		overflow: hidden;
	}
	.ab-04-right .swiper{
		z-index: 2;
		margin-left: 0;
		overflow: visible;
	}
	.ab-04-list{
		width:50%;
		
	}
	.ab-04-right>img{
		width:60%;
		position: absolute;
		left: -5%;
		bottom: -80px;
		z-index: 1;
	}
	.ab-04-list>ul{
		width:100%;
	}
	.ab-04-list>ul>li{
		width:100%;
		padding:60px;
		box-sizing:border-box;
		transition: all .6s;
		opacity: .3;
	}
	.ab-04-list>ul>.swiper-slide-active{
		padding:0;
		padding:40px;
		opacity: 1;
	}
/* 关于我们 */
	/*公共banner*/
	.web-hengfu{
		width:100%;
		height: 500px;
		position: relative;
		overflow: hidden;
	}
	.web-hengfu>img{
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
		background-repeat: no-repeat;
	}
	.web-hengfu-info{
		position: absolute;
		left: 50%;
		top: 55%;
		color: #fff;
		transform: translate(-50%,-50%);
	}
	.web-hengfu-info>h2{
		font-weight: bold;
	}
	/*公共面包屑*/
	.web-mbx{
		padding:20px 0;
		background-color: #f5f5f5;
	}
	.web-mbx p{
		line-height: 32px;
	}
	.web-mbx p>img{
		display: inline-block;
		float: left;
		margin-right: 10px;
		margin-left: auto;
	}
	.web-mbx p>a{
		display: inline-block;
	}

	.ab-1-left{width:59%;}
	.ab-1-left>h3{font-weight: 700;margin-bottom: 40px;}
	.ab-1-left p{line-height: 30px;}
	.ab-1-left>ul{width: 70%;margin-top: 50px;border:1px solid rgba(0,0,0,.1);box-sizing: border-box;}
	.ab-1-left>ul>li{width: 33.3%;padding:15px 0;position: relative;text-align: center;}
	.ab-1-left>ul>li::after{position: absolute;right: 0;top: 50%;width: 1px;height: 60%;background-color: rgba(0,0,0,.1);transform: translateY(-50%);content: "";}
	.ab-1-left>ul>li:last-child::after{display: none;}
	.ab-1-left>ul>li>img{width: 36px;margin:0 auto}
	.ab-1-left>ul>li>h4{color: #0079c0;font-weight: 700;}
	.ab-1-left>ul>li>h4>em{font-size: 16px;margin-left: 10px;color: #000;}
	.ab-1-right .img-box{padding-top: 30px;padding-right: 30px;position: relative;}
	.ab-1-right .img-box:after{position: absolute;width: 90%;height: 90%;content: "";right: 0;top:0;background-color: #0079c0;z-index: 1;}
	.ab-1-right .img-box>img{position: relative;z-index: 2;}
	.ab-2{background-color: #f7f7f7;background-image: url(../images/ab-bj1.jpg);background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
	.ab-2>.cont>h3{text-align: center;font-weight: 700;color: #fff;}
	.ab-2>.cont>ul{margin-top: 80px;}
	.ab-2>.cont>ul>li{width: 22%;text-align: center;background-color: #fff;padding:70px 0;background-image: url(../images/ab-bj2.png);background-repeat: no-repeat;background-position: bottom;}
	.ab-2>.cont>ul>li>.img-box{width: 100px;height: 100px;margin:0 auto;padding:20px;box-sizing: border-box;border-radius: 50%;margin-bottom: 20px;position: relative;}
	.ab-2>.cont>ul>li>.img-box::after{position: absolute;content: "";width: 100%;height: 100%;background-color: #fff;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: -1;}
	.ab-2>.cont>ul>li>.img-box>img{width: 60px;}
	.ab-2>.cont>ul>li>p{margin-top: 15px;}
	.ab-3-left p{margin-bottom: 15px;}
	.ab-3-left p:last-child{margin-bottom: 0;}
	.caselist-box ul li{width: 33.33%;padding:0 15px ;box-sizing: border-box;margin-bottom: 40px;}
	.caselist-box ul li:last-child{margin-right: auto;}
	.caselist-box ul li>a>.img_box{width: 100%;height: 18vw;}
	.caselist-box ul li>a>p{text-align: center;line-height: 50px;background-color: #0079c0;color: #fff;}
	.case-info-box{
		width:70%;
		padding-right: 80px;
		box-sizing:border-box;
		border-right: 1px solid rgba(0,0,0,.1);
	}
	.case-info-box>h4{
		line-height: 60px;
		box-sizing:border-box;
		padding-bottom: 30px;
		border-bottom: 1px dashed rgba(0,0,0,.1);
		color: #0079c0;
	}
	.case-info-box>h5{
		margin-top:50px;
		width:100%;
		line-height: 42px;
		padding-left: 20px;
		box-sizing:border-box;
		background-color: #fafafa;
		position: relative;
	}
	.case-info-box>h5:before{
		position: absolute;
		content: "";
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width:3px;
		height: 60%;
		background-color: #0079c0;
	}
	.case-info-box img{width: 60%;margin:0 auto;margin-top: 30px;}
	.case-info-box>p{
		font-size: 16px;
		line-height: 30px;
		margin-top:30px;
	}
	.case-info-box>span{
		margin-top:30px;
	}
	.case-info-box>span img{
		width:100%;
	}
	.case-info-box>div{
		margin-top:30px;
	}
	.case-info-recd{
		width:30%;
		padding-left: 80px;
		box-sizing:border-box;
	}
	.case-info-recd>h4{
		line-height: 60px;
		box-sizing:border-box;
		padding-bottom: 30px;
		border-bottom: 1px dashed rgba(0,0,0,.1);
	}
	.case-info-recd>ul{
		margin-top:50px;
	}
	.case-info-recd>ul>li{
		width:100%;
		padding:10px;
		box-sizing:border-box;
		border: 1px solid rgba(0,0,0,.1);
		margin-top:20px;
	}
	.case-info-recd>ul>li:first-child{
		margin-top:0;
	}
	.case-info-recd>ul>li>a{
		position: relative;
	}
	.case-info-recd>ul>li>a:after{
		position: absolute;
		content: "";
		right: 0;
		top: 50%;
		width:20px;
		height: 20px;
		transform: translateY(-50%);
		/* background-image: url(../images/indu-ico1.png); */
		background-size:100% 100%;
	}
	.news-type{
		width: 100%;
		margin-bottom: 60px;
	}
	.news-type>ul>li{
		width: 130px;
		border:1px solid #0079c0;
		text-align: center;
		margin:0 20px;
	}
	.news-type>ul>li>a{
		line-height: 45px;
	}
	.news-type>ul>li.active>a{
		color: #fff;
		background-color: #0079c0;
	}
	.news-type>ul>li:hover>a{
		color: #fff;
		background-color: #0079c0;
	}
	.news-list>.cont>ul>li{width: 48%;margin-bottom: 80px;}
	.news-list>.cont>ul>li .img_box{width: 35%;}
	.news-list>.cont>ul>li .news-list-info{width: 63%;padding:0 30px;box-sizing: border-box;}
	.news-list-info>h5{margin:20px 0;}
	.news-list-info>p{line-height: 30px;}
	.news-list-info>p:nth-child(1){padding-left: 30px;box-sizing: border-box;position: relative;margin-bottom: 40px;}
	.news-list-info>p:nth-child(1)::after{position: absolute;content: "";left: 0;width: 3px;height: 80%;background-color: #dadada;top: 10%;}
	.news_inner{
		width: 100%;
		background:#fff;
	  }
	  .news_inner img{
		margin: 0 auto;
	  }
	  .news_inner>.cont>.ym_tit{
		margin-bottom: 30px;
		text-align:center;
		font-weight: bold;
	  }
	  .news_inner>.cont>p:nth-child(2){
		text-align: center;
		height: 40px;
		border-bottom: 1px solid #eee;
		font-size: 14px;
	  }
	  .news_inner>.cont>span{
		padding: 20px 0;
		display: block;
		font-size: 14px;
		color: #6f7173;
	  }
	  .news_inner>.cont>span img{
		max-width: 100% !important;
		height: auto!important;
	  }
	  .news_inner>.cont>div{
		width: 100%;
		margin-top:30px;
		height: 60px;
		line-height:30px;
	   }
	  .news_inner>.cont>div>em:first-child{
		float: left;
		display: block;
	  }
	  .news_inner>.cont>div>em:last-child{
		float: right;
		display: block;
	  }
	  .news_inner>.cont>div>em>a{
		color: #333;
		display: inline-block;
	  }
	  .news_inner>.cont>div>em>a:hover{
		color: #00478B;
	  }
	  .news_inner>.cont>.video-box{
		width:100%;
		height: 100%;
	  }
	  .news_inner video{
		width:80%;
		margin:0 auto;
		display: block;
	  }
	  .honor li{width: 33.3%;padding:0 2vw;box-sizing: border-box;margin-bottom: 40px;}
	  .honor li>p{line-height: 50px;text-align: center;}
	  .cat-01{
		width: 100%;
		background-color: #fafafa;
		}
		.cat-01-left{
			width:40%;
			/*padding-top: 80px;*/
			box-sizing: border-box;
		}
		.cat-01-left ul{
			margin-top: 80px;
		}
		.cat-01-left ul>li{
			margin-top: 30px;
			width:100%;
			line-height: 30px;
			overflow: hidden;
			padding:10px;
			box-sizing: border-box;
			background-repeat:no-repeat;
			background-position:10px center;
			border:1px solid rgba(0,0,0,.1);
		}
		.cat-01-left>h5{
			margin-top: 60px;
			line-height: 50px;
			padding-left: 15px;
			box-sizing: border-box;
			position: relative;
		}
		.cat-01-left>h5:before{
			position: absolute;
			content: "";
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			width:4px;
			height: 50%;
			background-color:#0079c0;
		}
		.cat-01-left>p{
			margin-top: 10px;
		}
		.cat-01-left>form{
			margin-top: 30px;
		}
		.cat-01-left>form>input{
			width:100%;
			border:none;
			height: 50px;
			padding-left: 15px;
			box-sizing: border-box;
			margin-top: 30px;
		}
		.cat-01-left>form>textarea{
			height: 160px;
			background: #fff;
			font-size: 15px;
			color: #666;
			padding: 15px;
			line-height: 24px;
			border: 1px solid #eee;
			width: 100%;
			box-sizing: border-box;
			resize: none;
			margin-top: 30px;
			outline: none;
			font-family: none;
		}
		.cat-01-left>form>button{
			width:100%;
			margin:0 auto;
			margin-top:50px;
			padding:0;
			border:none;
			height: 50px;
			color: #fff;
			background-color:#0079c0;
		}
		/*在线地图*/
		.zxdt_box{
			position: fixed;
			width: 48%;
			height: 100%;
			background-color:#fff;
			z-index: 1;
			right: 0;
			top: 0;
			padding-top: 80px;
			box-sizing: border-box;
	
		}
		.zxdt{
			width: 100%;
			height: 100%;
		}
		.bddt_box{
			width: 100%;
			height: 100%;
		}
		.bddt{
			width: 100%;
			height: 100%;
		}
		
	.secu-list{width: 30%;padding-right: 5%;box-sizing: border-box;}
	.secu-list.fixed{padding-left: 4%;position: fixed;top: 162px;left: 0;}
	.secu-list>h4{line-height: 50px;box-sizing: border-box;padding-bottom: 30px;border-bottom: 1px dashed rgba(0,0,0,.1);}
	.secu-list>ul>li{width:100%;padding:10px;box-sizing:border-box;border: 1px solid rgba(0,0,0,.1);margin-top:20px;}
	.secu-list>ul>li.active{background-color: #0079c0;}
	.secu-list>ul>li.active>a{color: #fff;}
	.secu-info{width: 70%;padding-left: 5%;box-sizing: border-box;border-left: 1px solid rgba(0,0,0,.1);margin-left: auto;}
	.secu-info>h5{line-height: 50px;box-sizing: border-box;padding-bottom: 30px;border-bottom: 1px dashed rgba(0,0,0,.1);}
	.secu-info table{width: 80%;}
	.secu-info img{max-width: 100%;}
	.secu-pic>h5{line-height: 50px;box-sizing: border-box;padding-bottom: 30px;border-bottom: 1px dashed rgba(0,0,0,.1);}
	.secu-pic-box{width: 100%;margin-top: 20px;}
	.secu-info-box{margin-top: 30px;}
	.secu-pic-box>ul>li{width: 33.3%;padding:0 15px;box-sizing: border-box;}
	.secu-pic-box>ul>li:last-child{margin-right: auto;}
	.secu-pic-box>ul>li>.img_box{height: 13vw;}
	/* 手机导航 */
.auto-header{
	width:100%;
	background-color: #fff;
	padding:10px 0;
	box-sizing: border-box;
	box-shadow: 2px 5px 5px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: -80px;
	z-index: 999;
	opacity: 0;
	transition: all .6s;
}
.auto-logo{
	height: 40px;
}
.auto-logo>a{
	height:100%;
}
.auto-logo>a>img{
	height: 100%;
}
.auto-header>.cont>span{
	width:32px;
	height: 32px;
	margin-left:auto;
	margin-top:9px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
}

.auto-nav{
	width:40px;
	height: 40px;
	padding:7px 3px;
	box-sizing: border-box;
	position: relative;
	margin-top:3px;
}
.auto_close{
	position: absolute;
	width:100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}
.auto-nav>button{
  background-color: rgba(0,0,0,0);
  border:none;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  }
  .auto-nav>button>em{
	height: 4px;
	background-color: #0079c0;
	display: block;
	position: absolute;
	left: 0;
	border-radius: 3px;
  }
  .auto_ht1{
	  width: 100%;
	  top: 0;
	  transition: all 0.8s;
  }
  .auto_ht2{
	  width:70%;
	  top: 11px;
	  transition: all 0.8s;
  }
  .auto_ht3{
	  width: 100%;
	  top: 22px;
	  transition: all 0.8s;
  }
  .auto-nav>.active>.auto_ht1{
	  top: 10px;
	-moz-transform: rotate(225deg);
	  -webkit-transform: rotate(225deg);
	  -o-transform: rotate(225deg);
	   -ms-transform: rotate(225deg);
	  transform: rotate(225deg);
  }
  .auto-nav>.active>.auto_ht2{
	  opacity: 0;
	  left: 30px;
  }
  .auto-nav>.active>.auto_ht3{
	  top: 10px;
	-moz-transform: rotate(-225deg);
	  -webkit-transform: rotate(-225deg);
	  -o-transform: rotate(-225deg);
	   -ms-transform: rotate(-225deg);
	  transform: rotate(-225deg);
  }
  .auto-2nav{
	  width:100%;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 10;
	  background-color:rgba(0,0,0,.5);
	  display: none;
  }
  .auto-2nav-box{
	  width:100%;
	  height: 100%;
	  position: relative;
  }
  .auto-2nav-all{
	  width:70%;
	  height: 100%;
	  background-color:#fff;
	  right: -100%;
	  top: 0;
	  padding:100px 60px 30px 30px;
	  box-sizing: border-box;
	  position: absolute;
	  overflow: scroll;
	  opacity: 0;
	  transition: all .6s;
  }
  .auto-2nav-box>.active{
	  opacity: 1;
	  right: 0;
  }
  .auto-2nav-all::-webkit-scrollbar {
  width: 3px;
  height: 6px;

}
  .auto-2nav-all>dl{
	  margin-top: 20px;
  }
  .auto-2nav-all>dl:first-child{
	  margin-top: 0;
  }
  .auto-2nav-all>dl>dt{
	  width:100%;
	  line-height: 40px;
	  background-color:#fafafa;
	  padding-left: 20px;
	  box-sizing: border-box;
	  position: relative;
  }
  .auto-2nav-all>dl>dt:before{
	  position: absolute;
	  content: "";
	  width:3px;
	  height: 40%;
	  left: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  background-color:#0079c0;
  }
  .auto-2nav-all>dl>dt>a{
	  font-size: 17px;
	  font-family: font_2;
  }
  .auto-2nav-all>dl>dd{
	width:25%;
	margin-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
  }
  .auto-2nav-all>dl>dd:before{
	  position: absolute;
	  left: 0;
	  content: "";
	  left: 0;
	  top: 50%;
	  width:8px;
	  height: 8px;
	  border-radius: 50%;
	  transform: translateY(-50%);
	  border:2px solid #0079c0;
  }
  .auto-2nav-all>dl>dd:last-child{
	  margin-right: auto;
  }

	  
