﻿/*header*/
.header{background: #fff;position: fixed;width:100%;z-index: 99999;top:0;transition: all .5s}
.header.active{top:-100%;}
.header.shadow{box-shadow: 0 5px 10px #ddd;}
.header-box{display: flex;flex-direction: row;justify-content: space-between;}
.h-logo{width:550px;display: flex;padding:15px 0 15px 50px;transition: all .5s;flex-direction: row;align-items: center;}
.h-logo img{max-height: 100%;max-width: auto}
.h-nav{width: calc(100% - 900px);display: flex;flex-direction: row;justify-content: space-around;transition: all .5s}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color:#333333;font-size: 16px;transition: all .5s;display: inline-block;height: 100%;line-height: 90px;font-weight: 400;}
.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background: var(--zhu-color);left:50%;bottom:-1px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li.on .yiji{color:var(--zhu-color);letter-spacing: 1px;font-weight: 700;}
.h-nav li.on .yiji:after{width:100%;}
.h-nav li .sublist{position:absolute;width:180px;top:90px;left:-30px;background: rgba(255,255,255,.8);box-shadow:0px 5px 5px 5px rgba(9,9,9,.1);display: none;padding:15px 0;}
.h-nav li .sublist .erji{width:100%;position:relative;padding:10px 0;display: block;}
.h-nav li .sublist .erji:before{content:'';width:3px;background: var(--zhu-color);height: 15px;position: absolute;left:5px;top:13px;opacity: 0;transition: all .5s}
.h-nav li .sublist .erji:after{content:'\e88e';position: absolute;right:10px;color:#333;opacity: 0;top:8px;font-family: 'iconfont';font-size:18px;transition: all .5s}
.h-nav li .sublist .erji p{width:calc(100% - 50px);margin-left: 30px;color:#666;}
.h-nav li .sublist .erji:hover{background: #fff;}
.h-nav li .sublist .erji:hover p{color:var(--zhu-color);}
.h-nav li .sublist .erji:hover:before{opacity: 1}
.h-nav li .sublist .erji:hover:after{opacity: 1}
.h-right{width:270px;display: flex;flex-direction: row;align-items: center;transition: all .5s}
.h-right i{font-size: 45px;color:var(--pei-color);margin-right: 5px;float: left;margin-top: 5px;}
.h-right .txt{width:calc(100% - 50px);}
.h-right .txt .t1{width:100%;color:#666666;}
.h-right .txt .t2{color:var(--pei-color);font-size: 20px;font-weight: bold;line-height:1;}

.h-menu{background: var(--pei-color);width:80px;text-align: center;cursor: pointer;display: flex;flex-direction: column;justify-content:center;height: 90px}
.h-menu i{color:#fff;font-size: 30px;line-height: 1}
.h-menu .close{display: none;}
.h-menu .show{display: block;}
@media(max-width: 1600px){
	.h-logo{padding:15px;}
	.h-nav{width:calc(100% - 780px);}
	.h-right{width:210px;}
}
@media(max-width: 1400px){
	.h-right{display: none;}
	.h-nav{width:calc(100% - 600px);}
}
@media(max-width: 1200px){
	.h-logo{width:400px;padding:24px 15px;}
	.h-nav{width:calc(100% - 480px);}
}
@media(max-width: 992px){
	.h-nav{display: none;}
	.h-logo{width:calc(100% - 100px);padding:15px;}
}
@media(max-width: 576px){
	.h-menu{width:50px;height: 50px}
	.h-logo{width:calc(100% - 60px);padding:5px 5px;height:50px}
}

/*pc-drop*/
.pc-drop{position:fixed;top:90px;left: 0;width:100%;background: #f1f2f3;height: 100%;display: none;z-index: 9999}
.pc-drop .box{width:100%;display: flex;flex-direction: row;height: calc(100vh - 90px);}
.pc-drop-left{width:40%;}
.pc-drop-left .sideMenu{padding:30% 30%;width:100%;overflow: hidden;}
.pc-drop-left .yiji{display: flex;flex-direction: row;align-items: center;margin-top: 15px;height: 40px}
.pc-drop-left .yiji span{font-size: 20px;color:#666;margin-right:10px;}
.pc-drop-left .yiji a{width:80px;font-size: 20px;font-weight: bold;color:#333;display: block;}
.pc-drop-left .yiji i{font-size:24px;color:#999;line-height: 1;transform: rotate(-90deg);margin-top: 18px;cursor: pointer;margin-left:15px}
.pc-drop-left .yiji.on a{color:var(--zhu-color);}
.pc-drop-left .yiji a:hover{color:var(--zhu-color);}
.pc-drop-left .yiji.on i{transform: rotate(90deg);margin-top: -14px;color:var(--zhu-color)}
.pc-drop-left .yiji:hover i{color:var(--zhu-color);}

.pc-drop-left ul{display: flex;flex-direction: column;}
.pc-drop-left ul a{color:#999;font-size: 14px;position:relative;margin:5px 30px;transition: all .5s;display: block;}
.pc-drop-left ul a:before{content:'';position: absolute;width:0;height: 2px;background: var(--zhu-color);left:0;top:10px;transition: all .5s}
.pc-drop-left ul a:hover{color:var(--zhu-color);padding-left: 17px;}
.pc-drop-left ul a:hover:before{width:10px;}
.pc-drop-right{width:60%;background: url(img/navbg2.jpg) center no-repeat;display: flex;flex-direction: column;justify-content: center;height:100%;align-items: center;}
.pc-drop-right ul{width:300px;margin-top: 30px}
.pc-drop-right ul li{color:#fff;font-size: 16px;line-height: 32px}
.pc-drop-right .ewm{display: flex;flex-direction: row;justify-content: center;margin-top: 30px}
.pc-drop-right .ewm li{margin:0 15px;width:120px;text-align: center;}
.pc-drop-right .ewm li p{color:#fff;padding:5px 0;}
@media(max-width: 992px){
	.pc-drop-left{width:30%;}
	.pc-drop-left .sideMenu{padding:30% 10%;}
	.pc-drop-right{width:70%;}

}
@media(max-width: 768px){
	.pc-drop{top:50px;}
	.pc-drop-left{width:100%;}
	.pc-drop-right{display: none;}
	.pc-drop-left .sideMenu{padding:45px 15px;}
}
@media(max-width: 576px){
	.pc-drop-left .yiji a{font-size: 18px}
}

/*banner*/
.flash{width:100%;overflow: hidden;position: fixed;top:0px;}
.banner{width:100%;margin:0 auto;}
.banner .swiper-slide{position: relative;width:100%;height:100vh;overflow: hidden;}
.banner .swiper-slide .pic{position: absolute;top:0;left:0;transform: scale(1.1,1.1);transition:all 3s;height: 100vh;width:100%;object-fit: cover;}
.banner .swiper-slide .pic img{width:100%;height: 100%;object-fit: cover;}
.banner .swiper-slide .pic.on{transform: scale(1,1);}
.banner1-pic{height:85vh;display: flex;flex-direction: row;justify-content: center;align-items: center;padding:0 15px;}
.banner2-pic{height: 95vh;display: flex;flex-direction:row;align-items: center;}
.banner3-pic{height: 95vh;display: flex;flex-direction:row;align-items: center;}
.banner .page-cirle{bottom: 100px;width: 94px;height: 94px;z-index: 22;--bs-progress-bg:none;--bs-progress-bar-bg:none;}
.banner .page-cirle:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border-radius: 100%;border: 1px solid rgba(255,255,255,.5); content: "";}
.banner .page-cirle > span{position: absolute;top: 0;width: 50%;height: 100%;z-index: 1;overflow: hidden;}
.banner .page-cirle .progress-left{left: 0;display: none;}
.banner .page-cirle .progress-bar{position: absolute;top: 0;width: 100%;height: 100%;border: 1px solid var(--zhu-color);box-sizing: border-box;}
.banner .page-cirle .progress-left .progress-bar{left: 100%;border-top-right-radius: 80px;border-bottom-right-radius: 80px;
border-left: 0; -webkit-transform-origin: center left;transform-origin: center left;}
.banner .page-cirle .progress-right{right: 0;display: none;}
.banner .page-cirle .progress-right .progress-bar{left: -100%;border-top-left-radius: 80px;border-bottom-left-radius: 80px;border-right: 0;
-webkit-transform-origin: center right;transform-origin: center right;animation: loading-1 2.5s linear  forwards;}
.banner .page-cirle .progress-left .progress-bar{animation: loading-2 2.5s linear forwards 2.5s; }
.banner .page-cirle.on .progress-left,.banner .page-cirle.on .progress-right{display: block;}
.dwzycenter{position: absolute;left: 50%;transform: translateX(-50%);}
.dwsxcenter{position: absolute;top: 50%;transform: translateY(-50%);}
.mflex_center{display: flex;justify-content: center;align-items: center;}
.dwcenter{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.trans{transition: all .5s}
.banner .swiper-pagination{height: 1em;color: #fff;}
.banner .swiper-pagination ul{position: relative;height: 1.5em;width: 20px; text-align: left; overflow: hidden;}
.banner .swiper-pagination ul li{position: absolute;left: 0px;bottom: 0;width: 100%;line-height: 1em; font-size: 16px}
.banner .swiper-pagination .total{display: block;width: 20px;text-align: right;font-size: 16px}
.banner .swiper-pagination .line{width: 8px;height: 1px;margin: 0 8px;background: #fff;}
.banner .paeg-bann{z-index: 11;width:90%;position: absolute;bottom:35%;left:50%;transform: translateX(-50%);}
.banner .paeg-bann .next{right: -4px;cursor: pointer;}
.banner .paeg-bann .prev{left: -4px;cursor: pointer;}
.banner .paeg-bann .next .line,.banner .paeg-bann .prev .line{width:60px;height: 2px;background: #fff;}
.banner .paeg-bann .prev .line{margin-left: -14px;}
.banner .paeg-bann .next .iconfont{margin-left: -16px;font-size: 60px;line-height: 1em;color: rgba(255,255,255,.5);}
.banner .paeg-bann .prev .iconfont{font-size: 22px;line-height: 1em;color: rgba(255,255,255,.5);font-size: 60px;}

.banner .paeg-bann .next:hover .line,.banner .paeg-bann .prev:hover .line{background: var(--pei-color);}
.banner .paeg-bann .next:hover .iconfont,.banner .paeg-bann .prev:hover .iconfont{color: var(--pei-color);}
.banner .scorll{bottom:40px;height: 1em;color: #fff;z-index: 22;}
.banner .scorll .iconfont{margin:3px 10px 0 0;font-size: 30px;line-height: 1em;transition: all .5s}
.banner .scorll:hover{color: var(--pei-color);}


@keyframes loading-1{
0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}

@keyframes loading-2{
0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
}
 @keyframes fadenum{
   0%{-webkit-transform:rotate(0deg);}
   		 
	50%{-webkit-transform:rotate(180deg);}

	100%{-webkit-transform:rotate(360deg);}
}
@media(max-width: 768px){
	.banner .paeg-bann{display: none;}
}


@media(max-width: 576px){
	.banner .page-cirle{bottom:100px;}
	.banner .scorll{bottom:50px;}
	.banner .page-cirle{width:64px;height: 64px;}
	.banner .swiper-pagination .line{width:5px;margin:0 4px;}
}

/*main*/
.main{position: relative;width:100%;z-index: 1;background: #fff;overflow: hidden;}
.main::-webkit-scrollbar{width:0;}
/*icom*/
.icom{background:url(img/icom-bg.jpg) left top no-repeat #f5f5f5;width:100%;overflow: hidden;padding:40px 0;}
.icom .wrapp{display: flex;flex-direction:row;position: relative;justify-content: space-between;padding:0 15px;}
.icom-left{width:44%;}
.icom-left .t1{font-size: 34px;background-image: linear-gradient(to bottom,#fda931, #e8621e); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;font-family:Arial;font-weight: bold;line-height: 1;margin-top: 30px;}
.icom-left .t2{font-size:40px;font-weight: bold;color:#000508;margin-top: 10px}
.icom-left .t3{font-size:18px;color:#000508;line-height: 36px;}
.icom-left .t4{font-size:16px;color:#666666;line-height: 36px;margin-top: 30px;-webkit-line-clamp:4;}
.icom-left .t4 a{display: inline-block;color:var(--zhu-color);}
.icom-left .t4 a:hover{color:var(--pei-color);}
.icom-right{width:52%;position: relative;height: 577px;overflow: hidden;}
.icom-right img{width:100%;height: 100%;object-fit: cover;}
.icom-right i{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);color:#fff;font-size: 60px;cursor: pointer;transition: all .5s}
.icom-right i:hover{color:var(--pei-color);}
.icom-right:after{content:'\e619';position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);background: rgba(0,0,0,0.6);color:#fff;font-size: 40px;width:0%;height:0%;font-family: 'iconfont';text-align: center;display: flex;flex-direction: row;justify-content: center;align-items: center;border-radius: 50%;transition: all .5s;opacity: 0}
.icom-right:hover:after{width:200%;height: 200%;opacity: 1;}
.icom-data{position: absolute;height: 170px;width:824px;background: linear-gradient(to right,#3081d5,#1655bc);display: flex;flex-direction: row;bottom:45px;left:0;z-index: 1}
.icom-data .item{border-right:solid 1px #fff;width:33%;color:#fff;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.icom-data .item:nth-child(3){border-right:none;}
.icom-data .item i{font-size:36px;font-weight: 400}
.icom-data .item b{font-size:32px;font-weight: bold;line-height: 1;margin-top: 5px}
.icom-data .item p{font-size:14px;margin-top: 5px}
@media(max-width: 992px){
	.icom .wrapp{flex-direction: column; }
	.icom-left{width:100%;}
	.icom-right{width:100%;margin-top: 30px;text-align: center;height: auto}
	.icom-right img{width:auto;}
	.icom-data{position: relative;top:30px;width:100%;}
}
@media(max-width: 576px){
	.icom-left .t1{margin-top: 0;font-size: 30px;}
	.icom-left .t2{font-size: 28px;}
	.icom-left .t3{font-size: 16px;line-height: 1.3;margin-top: 10px}
	.icom-left .t4{font-size: 14px;line-height: 26px;}
	.icom-right i{font-size: 40px;}
	.icom-data{width:calc(100% + 30px);left:-15px;height: auto;}
	.icom-data .item{padding:15px 0;}
	.icom-data .item i{font-size: 24px;}
	.icom-data .item b{font-size: 24px;}
	.icom-data .item p{font-size: 12px;}
}


/*ititle*/
.ititle{margin:30px 0;text-align: center;position: relative;padding-bottom: 15px;}
.ititle .hd{font-size: 65px;position: absolute;color:#333;opacity: 0.03;text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;font-weight: bold;font-family:Arial;letter-spacing: -2px}
.ititle .md{text-align: center;font-size: 40px;color:#060000;padding-top: 15px;font-weight:bold;}
.ititle .md span{color:var(--zhu-color);}
.ititle .bd{color:#666666;font-size: 16px;padding:10px 0;}
.ititle:after{content:'';width:100%;height: 4px;background: url(img/ititle-icon.png) center no-repeat;position: absolute;bottom:0;left:0;}
@media(max-width: 768px){
	.ititle .hd{font-size: 65px}
}
@media(max-width: 576px){
	.ititle{margin:15px 0;}
	.ititle .hd{font-size:40px;top:-8px;}
	.ititle .md{font-size: 26px;padding-top: 0}
	.ititle .bd{font-size: 14px}
}

/*ipro*/
.ipro{padding:20px 0;}
.ipro-md{margin-top: 45px;}
.ipro-md .hdd{padding:0 50px;position: relative;}
.ipro-md .mySwiper{overflow: hidden;width:100%}
.ipro-md .mySwiper .swiper-slide{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 120px;transition: all .5s;cursor: pointer;}
.ipro-md .mySwiper .swiper-slide i{font-size: 45px;line-height: 1.5}
.ipro-md .mySwiper .swiper-slide p{font-size: 16px;}
.ipro-md .mySwiper .swiper-slide-thumb-active,.ipro-md .mySwiper .swiper-slide:hover{background: url(img/myswiper-hover.jpg) no-repeat;color:#fff;background-size:100% 100%;}
.ipro-md .hdd .next{position: absolute;right:0px;top:35px;z-index: 2}
.ipro-md .hdd .prev{position: absolute;left:0px;top:35px;z-index: 2}
.ipro-md .hdd .next i,.ipro-md .hdd .prev i{color:#474747;font-size: 30px;cursor: pointer;}
.ipro-md .hdd .next:hover i,.ipro-md .hdd .prev:hover i{color:var(--zhu-color);}
.ipro-md .mySwiper2{overflow: hidden;margin-top: 45px;}
.ipro-md .mySwiper2 .swiper-slide{display: flex;flex-direction: row;}
.ipro-md .mySwiper2 .swiper-slide .left{width:776px;height: 472px}
.ipro-md .mySwiper2 .swiper-slide .left img{width:100%;height: 100%;object-fit: cover;}
.ipro-md .mySwiper2 .swiper-slide .right{width:calc(100% - 776px);background: #f7f7f7;position: relative;padding:45px;}
.ipro-md .mySwiper2 .swiper-slide .right .hd{position: relative;padding-bottom: 30px}
.ipro-md .mySwiper2 .swiper-slide .right .hd .t1{font-size: 24px;color:#333;}
.ipro-md .mySwiper2 .swiper-slide .right .hd .t2{color:#999999;text-transform: uppercase;}
.ipro-md .mySwiper2 .swiper-slide .right .hd:before{content:'';width:85px;height: 3px;background: var(--zhu-color);position: absolute;bottom:10px;left:0;transition: all .5s}
.ipro-md .mySwiper2 .swiper-slide .right .hd:after{content:'';width:40px;height: 3px;background: var(--zhu-color);position: absolute;bottom:0px;left:0;transition: all .5s}
.ipro-md .mySwiper2 .swiper-slide .right .md{font-size: 16px;color:#666666;line-height: 36px;margin:30px 0;-webkit-line-clamp:4;}
.ipro-md .mySwiper2 .swiper-slide .right .bd a{width:164px;height: 50px;border-radius: 3px;background: var(--zhu-color);color:#fff;text-align: center;line-height: 50px;margin-right:45px;display: block;float: left;position: relative;overflow: hidden;}
.ipro-md .mySwiper2 .swiper-slide .right .bd a:before{content:'';width:0;height: 100%;position: absolute;left:50%;transform: translateX(-50%);background: var(--pei-color);transition: all .5s}
.ipro-md .mySwiper2 .swiper-slide .right .bd a span{position: relative;z-index: 2;}
.ipro-md .mySwiper2 .swiper-slide .right .bd a:hover:before,.ipro-md .mySwiper2 .swiper-slide .right .bd a.active:before{width:100%;}
.ipro-md .mySwiper2 .swiper-slide .right .flag{width:44px;height: 67px;background: url(img/ipro-md-flag.png);line-height: 60px;font-size: 16px;color:#fff;position: absolute;top:0;right:45px;text-align: center;}
.ipro-md .mySwiper2 .swiper-slide .right:hover .hd:before{width:100px;}
.ipro-md .mySwiper2 .swiper-slide .right:hover .hd:after{width:50px;}

.ipro-cate{padding:15px 5px;display: none}
.ipro-cate a{padding:3px 10px;border:solid 1px #eee;display: inline-block;margin:3px;color:#333;}

.ipro-bd {padding:30px 0;}
.ipro-bd .swiper-slide{cursor: pointer;transition: all .5s}
.ipro-bd .swiper-slide .hd{position: relative;overflow: hidden;}
.ipro-bd .swiper-slide .img{padding-bottom: 120%;}
.ipro-bd .swiper-slide .zhezhao{position: absolute;bottom:-100%;right:-100%;width:100%;height: 100%;background: rgba(0,0,0,0.5);display: flex;flex-direction: column;justify-content: center;align-items: center;padding:15px;transition: all .5s}
.ipro-bd .swiper-slide .zhezhao p{color:#fff;margin:10px 0 20px;margin-left: -15px}
.ipro-bd .swiper-slide .zhezhao .btnn{display: flex;display:flex;flex-direction: row;width:100%;justify-content: space-between;padding:0 15%;}
.ipro-bd .swiper-slide .zhezhao .btnn a{width:48%;height: 36px;line-height: 36px;color:#fff;text-align: center;border:solid 1px #fff;transition: all .5s;display: block;border-radius: 2px}
.ipro-bd .swiper-slide .zhezhao .btnn a.on{background: var(--zhu-color);border-color:var(--zhu-color);}
.ipro-bd .swiper-slide .txt{padding:15px;background: #efeff0;}
.ipro-bd .swiper-slide .txt .t1{padding:10px 0;border-bottom: solid 1px #cdcbca;color:#333333;display: flex;flex-direction: row;justify-content: space-between;position: relative;}
.ipro-bd .swiper-slide .txt .t1:after{content:'';height: 2px;width:0;background: var(--pei-color);position: absolute;bottom:-1px;left:0;transition: all .5s}
.ipro-bd .swiper-slide .txt .t1 p{width:calc(100% - 30px);font-size: 18px;color:#333333;transition: all .5s}
.ipro-bd .swiper-slide .txt .t1 i{font-size: 30px;width:30px;line-height: 1}
.ipro-bd .swiper-slide:hover{box-shadow: 0 0 10px #666;}
.ipro-bd .swiper-slide:hover .txt .t1 p{color:var(--zhu-color);letter-spacing: 1px}
.ipro-bd .swiper-slide:hover .txt .t1:after{width:100%;}
.ipro-bd .swiper-slide:hover .zhezhao{bottom:0px;right:0;}
/*.ipro-bd .pagination{width:100%;text-align: center;padding-top: 30px;display: block;}
.ipro-bd .pagination .swiper-pagination-bullet{width:20px;height: 20px;transition: all .5s;border:solid 1px #000;position: relative;background: none;opacity: 0.5}
.ipro-bd .pagination .swiper-pagination-bullet:after{content:'';width:14px;height:14px;position: absolute;left:2px;top:2px;background: #000;border-radius: 50%;}
.ipro-bd .pagination .swiper-pagination-bullet-active{border-color: var(--zhu-color);opacity: 1}
.ipro-bd .pagination .swiper-pagination-bullet-active:after{background:var(--zhu-color);}*/
.ipro-bd .btnn{display: flex;flex-direction: row;justify-content: center;align-items: center;width:100%;margin-top: 45px;}
.ipro-bd .btnn .next i,.icase-md .btnn .prev i{font-size: 20px;color:var(--zhu-color);transition: all .5s}
.ipro-bd .btnn .pagination{width:150px;display: flex;flex-direction: row;justify-content: center}
.ipro-bd .btnn .pagination .swiper-pagination-bullet-active{background: var(--zhu-color)}
.ipro-bd .btnn .next:hover i,.icase-md .btnn .prev:hover i{font-weight: bold;}
@media(max-width: 1400px){
	.ipro-md .mySwiper2 .swiper-slide .left{width:700px;}
	.ipro-md .mySwiper2 .swiper-slide .right{width:calc(100% - 700px);}
	.ipro-md .mySwiper2 .swiper-slide .right .bd{display: flex;flex-direction: row;justify-content: space-between;}
	.ipro-md .mySwiper2 .swiper-slide .right .bd a{margin-right:0;}
}
@media(max-width: 1200px){
	.ipro-md .mySwiper2 .swiper-slide .left{width:600px;height: 400px}
	.ipro-md .mySwiper2 .swiper-slide .right{width:calc(100% - 600px);}
	.ipro-md .mySwiper2 .swiper-slide .right .md{line-height: 28px}
}
@media(max-width: 992px){
	.ipro-md .mySwiper2 .swiper-slide{flex-direction: column;}
	.ipro-md .mySwiper2 .swiper-slide .left{width:100%;text-align: center;height: auto}
	.ipro-md .mySwiper2 .swiper-slide .left img{width:100%;height: auto;}
	.ipro-md .mySwiper2 .swiper-slide .right{width:100%;}
}
@media(max-width: 576px){
	.ipro-md{display: none;}
	.ipro-cate{display: block;}
	.ipro-md .hdd{padding:0;}
	.ipro-md .hdd .next,.ipro-md .hdd .prev{display: none;}
	.ipro-md .mySwiper .swiper-slide{height: 80px}
	.ipro-md .mySwiper .swiper-slide i{font-size: 30px;}
	.ipro-md .mySwiper .swiper-slide p{font-size: 14px;}
	.ipro-md .mySwiper2{margin-top:15px;}
	.ipro-md .mySwiper2 .swiper-slide .right{padding:45px 15px 30px;}
	.ipro-md .mySwiper2 .swiper-slide .right .md{font-size: 14px;line-height: 24px}
	.ipro-md .mySwiper2 .swiper-slide .right .bd a{width:45%;height: 40px;line-height: 40px;}
	.ipro-bd{padding:15px 30px;}
	.ipro-bd .swiper-slide .txt .t1 p{font-size: 14px;}
	.ipro-bd .swiper-slide .txt .t1 i{font-size: 24px}

}

/*iyoushi*/
.iyoushi{overflow: hidden;}
.iyoushi-bd{height: 750px;border-top:solid 1px #dddddd;border-bottom: solid 1px #dddddd;margin-top: 30px;position: relative;}
.iyoushi-bd .swiper-slide{padding:30px;overflow: hidden;background: #f7f7f7;border-right:solid 1px #dddddd;cursor: pointer;position: relative;}
.iyoushi-bd .swiper-slide .bg{width:100%;height: 100%;object-fit: cover;position: absolute;top:0;left:0;opacity: 0;transition: all .5s}
.iyoushi-bd .swiper-slide:after{content:'';position: absolute;top:0;left:0;background: rgba(0,0,0,0.6);width:100%;height: 100%;opacity: 0;transition: all .5s}
.iyoushi-bd .item{width:100%;height: 100%;padding:40px;position: relative;text-align: center;z-index: 2}
.iyoushi-bd .item .xh{color:var(--zhu-color);font-size: 16px;transition: all .5s}
.iyoushi-bd .item .box{position: relative;display: flex;flex-direction: column;align-items: center;width:100%;transition: all .5s;top:0;}
.iyoushi-bd .item .box i{font-size: 45px;color:var(--zhu-color);margin:15px 0;}
.iyoushi-bd .item .box b{font-size: 34px;}
.iyoushi-bd .item .box span{width:30px;height: 2px;background: var(--zhu-color);display: block;margin:40px auto;}
.iyoushi-bd .item .box p{font-size: 14px;color:#666666;line-height: 30px;width:100%;}
.sil-tile__square { position: absolute; top: 0em; left: 0em; right: 0em; bottom: 0em; z-index: 1; color: #fff;}
.ieIE1011 .sil-tile__square { display: none!important }
.sil-tile__square:after, .sil-tile__square:before { color: inherit; position: absolute; display: block; visibility: hidden; width: 0; height: 0; content: ' '; border: 1px solid currentcolor; box-sizing: border-box;}
.sil-tile__square:before { top: 0; left: 50%; transition: height .1s linear .3s, width .1s linear .4s, visibility 0s .51s; border-bottom: 0; border-left: 0 }
.sil-tile__square:after { right: 0; bottom: 0; transition: background-size .1s linear 0s, height .1s linear .1s, width .1s linear .2s, visibility 0s .3s; border-top: 0; border-right: 0; background-image: linear-gradient(currentColor, currentColor); background-repeat: no-repeat; background-position: 0 0; background-size: 0 1px }
.item:active .sil-tile__square:after, .item:active .sil-tile__square:before, .item:focus .sil-tile__square:after,.item:focus .sil-tile__square:before,.item:hover .sil-tile__square:after,.item:hover .sil-tile__square:before { visibility: visible; }
.item:active .sil-tile__square:before,.item:focus .sil-tile__square:before,.item:hover .sil-tile__square:before { width: 50%; height: 100%; transition: width .1s linear 0s, height .1s linear .1s; }
.item:active .sil-tile__square:after, .item:focus .sil-tile__square:after,.item:hover .sil-tile__square:after { width: 100%; height: 100%; transition: visibility 0s .2s,width .1s linear .2s,height .1s linear .3s,background-size .1s linear .4s; background-size: 51% 1px;}
.iyoushi-bd .swiper-slide.on .xh{color:#fff;}
.iyoushi-bd .swiper-slide.on:after{opacity: 1}
.iyoushi-bd .swiper-slide.on .bg{opacity: 1}
.iyoushi-bd .swiper-slide.on .box{top:90px;}
.iyoushi-bd .swiper-slide.on .box i{color:#fff;}
.iyoushi-bd .swiper-slide.on .box b{color:#fff;}
.iyoushi-bd .swiper-slide.on .box span{background:#fff;}
.iyoushi-bd .swiper-slide.on .box p{color:#fff;}
.iyoushi-bd .next,.iyoushi-bd .prev{width:35px;height: 68px;background: var(--zhu-color);color:#fff;position: absolute;top:40%;z-index: 2;text-align: center;line-height: 68px;cursor: pointer;opacity: 0.4;transition: all .5s}
.iyoushi-bd .next i,.iyoushi-bd .prev i{font-size: 30px;}
.iyoushi-bd .next{left:0;}
.iyoushi-bd .prev{right:0;}
.iyoushi-bd .next:hover,.iyoushi-bd .prev:hover{opacity: 1}
.iyoushi .pagination{width:100%;text-align: center;padding-top: 30px;display: block;}
.iyoushi .pagination .swiper-pagination-bullet{width:20px;height: 20px;transition: all .5s;border:solid 1px #000;position: relative;background: none;opacity: 0.5}
.iyoushi .pagination .swiper-pagination-bullet:after{content:'';width:14px;height:14px;position: absolute;left:2px;top:2px;background: #000;border-radius: 50%;}
.iyoushi .pagination .swiper-pagination-bullet-active{border-color: var(--zhu-color);opacity: 1}
.iyoushi .pagination .swiper-pagination-bullet-active:after{background:var(--zhu-color);}
@media(max-width: 1400px){
	.iyoushi-bd{height: 650px}
	.iyoushi-bd .item{padding:20px;}
	.iyoushi-bd .swiper-slide{padding:20px;}
	.iyoushi-bd .swiper-slide:hover .box,.iyoushi-bd .swiper-slide.on .box{top:60px;}

}
@media(max-width: 576px){
	.iyoushi-bd{height: 470px}
	.iyoushi-bd .item .box b{font-size: 24px}
	.iyoushi-bd .swiper-slide{border-right:solid 1px #ddd;}
	.iyoushi-bd .swiper-slide:nth-child(1){border-left:solid 1px #ddd;}
	.iyoushi-bd .swiper-slide:hover .box,.iyoushi-bd .swiper-slide.on .box{top:30px;}
	.iyoushi-bd .swiper-slide-active .xh{color:#fff;}
	.iyoushi-bd .swiper-slide-active:after{opacity: 1}
	.iyoushi-bd .swiper-slide-active .bg{opacity: 1}
	.iyoushi-bd .swiper-slide-active .box{top:30px;}
	.iyoushi-bd .swiper-slide-active .box i{color:#fff;}
	.iyoushi-bd .swiper-slide-active .box b{color:#fff;}
	.iyoushi-bd .swiper-slide-active .box span{background:#fff;}
	.iyoushi-bd .swiper-slide-active .box p{color:#fff;}
	.iyoushi-bd .item .box i{margin:5px 0;}
	.iyoushi-bd .item .box span{margin:15px auto;}
}

/*icase*/
.icase{overflow: hidden;}
.icase-md{padding-top: 30px;}
.icase-md .item{overflow: hidden;display: block;position:relative;transition: all .5s;border-radius: 3px}
.icase-md .item .txt{position: absolute;top:0;left:0;width:100%;height: 100%;background: linear-gradient(45deg,rgba(0,0,0,1),rgba(255,255,255,0));transition: background .5s}
.icase-md .item .txt .t1{padding:10px 15px;color:#fff;font-size: 16px;position: absolute;bottom:15px;width:100%;left:0;}
.icase-md .item .txt .t1:after{content:'';position: absolute;bottom:0;left:15px;width:45px;height: 2px;background: var(--pei-color);transition: all .5s}
.icase-md .item:hover{box-shadow: 0 0 10px #999;}
.icase-md .item:hover .txt{background: linear-gradient(45deg,var(--zhu-color),rgba(255,255,255,0));}
.icase-md .item:hover .txt .t1:after{width:80px;}
.icase-md .btnn{display: flex;flex-direction: row;justify-content: center;align-items: center;width:100%;margin-top: 45px;}
.icase-md .btnn .next i,.icase-md .btnn .prev i{font-size: 20px;color:var(--zhu-color);transition: all .5s}
.icase-md .btnn .pagination{width:150px;display: flex;flex-direction: row;justify-content: center}
.icase-md .btnn .pagination .swiper-pagination-bullet-active{background: var(--zhu-color)}
.icase-md .btnn .next:hover i,.icase-md .btnn .prev:hover i{font-weight: bold;}

/*ishili*/
.ishili{overflow: hidden;display: flex;flex-direction: row;margin-top: 60px;}
.ishili-left{overflow: hidden;width:50%;position: relative;height: 760px;}
.ishili-left .bg{width:100%;position:absolute;overflow: hidden;height: 100%}
.ishili-left .bg img{width:100%;height: 100%;object-fit: cover;transition: all .5s}
.ishili-left .bg:after{content:'';position: absolute;top:0;left:0;border:solid 1px var(--pei-color);opacity: 0;width:100%;height: 100%;transition: all .5s;overflow: hidden;}
.ishili-left:hover .bg:after{width:calc(100% - 60px);height: calc(100% - 60px);top:30px;left:30px;opacity: 1;}
.ishili-left:hover .bg img{transform: scale(1.05,1.05);}
.ishili-left .box{padding:15%;}
.ishili .title{color:#fff;position: relative;padding-bottom: 30px}
.ishili .title .t1{font-size: 36px;font-weight: bold;}
.ishili .title .t2{font-size:16px;}
.ishili .title:after{content:'';width:40px;height: 2px;background: #fff;left:0;bottom:0;position: absolute;}
.ishili .box .t3{color:#fff;font-size: 16px;line-height: 30px;margin-top: 30px;position: relative;z-index: 1}
.ishili-right{display: flex;flex-direction: column;width:50%;}
.ishili-right .hd,.ishili-right .bd{display: flex;flex-direction: row;justify-content: space-between;}
.ishili-right li{width:50%;height: 380px}
.ishili-right .item1{background: #cfdeea;padding:45px;}
.ishili-right .item1 .title:after{display: none;}
.ishili-right .item1 .t1{color:#333333;font-size:30px;font-weight: bold;}
.ishili-right .item1 .t2{color:#333333;font-size:14px;}
.ishili-right .item1 .t3{display: flex;flex-direction: row;color:var(--zhu-color);align-items: center;}
.ishili-right .item1 .t3 i{font-size: 30px;margin-right: 15px;}
.ishili-right .item1 .t3 span{font-size: 16px;transition: all .5s}
.ishili-right .item1 .t3:hover span{letter-spacing: 2px}
.ishili-right .item2{overflow: hidden;position: relative;}
.ishili-right .item2 img{width:100%;height: 100%;object-fit: cover;transition: all .5s}
.ishili-right .item2:after{content:'';border:solid 1px var(--pei-color);width:100%;height: 100%;opacity: 0;position: absolute;top:0;left:0;transition: all .5s}
.ishili-right .item2:hover img{transform: scale(1.05,1.05);}
.ishili-right .item2:hover:after{top:30px;left:30px;width:calc(100% - 60px);height: calc(100% - 60px);opacity: 1}
@media(max-width: 1600px){
	.ishili-left{height: 660px;}
	.ishili-right li{height: 330px;}
}
@media(max-width: 1400px){
	.ishili-left{height: 600px;}
	.ishili-right li{height: 300px;}
}
@media(max-width: 992px){
	.ishili{flex-direction: column;}
	.ishili-left{width:100%;height: auto}
	.ishili-right{width:100%;}
}
@media(max-width: 576px){
	.ishili-left:hover .bg:after{top:15px;left:15px;width:calc(100% - 30px);height: calc(100% - 30px);}
	.ishili-left .box{padding:40px;}
	.ishili .title .t1{font-size: 24px;}
	.ishili .title .t2{font-size: 14px;}
	.ishili .box .t3{font-size:14px;line-height: 26px}
	.ishili-right .hd{flex-direction: column;}
	.ishili-right .bd{flex-direction: column-reverse;}
	.ishili-right li{width:100%;}
	.ishili-right .item1{height: auto;}
}
/*inews*/
.inews{overflow: hidden;}
.inews-bd{margin-top: 15px;padding:30px 10px 30px;}
.inews-bd .swiper-slide{transition: all .5s}
.inews-bd .swiper-slide a{overflow: hidden;display: flex;flex;flex-direction: column;}
.inews-bd .swiper-slide a .img{padding-bottom:63%;}

.inews-bd .swiper-slide a .txt{padding:15px 0 30px;transition: all .5s}
.inews-bd .swiper-slide a .txt .t1{padding:10px 0;font-size: 18px;color:#333;position: relative;transition: all .5s}
.inews-bd .swiper-slide a .txt .t1:after{content:'';height: 2px;width:0;background: var(--zhu-color);transition: all .5s;position: absolute;bottom:0;left:0;}
.inews-bd .swiper-slide a .txt .t2{margin:15px 0;color:#666666;line-height: 24px;-webkit-line-clamp:2;}
.inews-bd .swiper-slide a .txt span{border:solid 1px #ddd;width:40px;height: 28px;display: block;text-align: center;line-height: 28px;transition: all .5s}
.inews-bd .swiper-slide a .txt span i{font-size:30px;color:#666;line-height: 1;transition: all .5s }
.inews-bd .swiper-slide:hover{box-shadow: 0 0 10px #666;}
.inews-bd .swiper-slide a:hover .txt{padding:15px 30px 30px;}
.inews-bd .swiper-slide a:hover .txt .t1:after{width:100%;}
.inews-bd .swiper-slide a:hover span{border-color:var(--zhu-color);}
.inews-bd .swiper-slide a:hover span i{color:var(--zhu-color);}

/*.inews-bd .pagination{text-align: center;padding:30px 0;display: flex;flex-direction: row;justify-content: center;}
.inews-bd .pagination span{width:25px;height: 3px;background: #999;border-radius: 0;transition: all .5s}
.inews-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}*/

.inews-bd .btnn{display: flex;flex-direction: row;justify-content: center;align-items: center;width:100%;margin-top: 30px}
.inews-bd .btnn .next i,.icase-md .btnn .prev i{font-size: 20px;color:var(--zhu-color);transition: all .5s}
.inews-bd .btnn .pagination{width:150px;display: flex;flex-direction: row;justify-content: center}
.inews-bd .btnn .pagination .swiper-pagination-bullet-active{background: var(--zhu-color)}
.inews-bd .btnn .next:hover i,.icase-md .btnn .prev:hover i{font-weight: bold;}


/*footer*/
.footer{background: url(img/foot-bg.jpg) center no-repeat;padding:30px 0;background-size: 100% 100%;}
.f-hd{border-bottom: solid 1px rgba(255,255,255,.2);display: flex;flex-direction: row;}
.f-nav{width:calc(100% - 355px);}
.f-nav li{ margin-right: 60px;float: left; color:#fff;font-size: 18px;font-weight: bold; width:75px}
.f-nav li a{color:#fff;font-size: 14px;}
.f-nav a:hover{color:var(--pei-color);}
.f-logo{padding:15px 0;}
.f-md{border-bottom:solid 1px rgba(255,255,255,.2);padding:10px 0;display: flex;flex-direction: row;}
.f-md .left{width:7%;color:#fff; margin-right:40px}
.f-md .left li{ line-height:30px}
.f-md .left .t1{font-size:18px;}
.f-md .left .t2{margin-top: 10px}
.f-md .left .t2 p{display: flex;flex-direction: column;float: left; }
.f-md .left .t2 b{font-size:28px;font-weight: bold;float: left;line-height:1.3}
.f-md .left .t2 b:nth-child(2){letter-spacing: 1px}
.f-md .left .t2 span{transform: rotateY(180deg);display: block;float: left;margin-left: 30px;margin-top: 15px}
.f-md .left .t2 i{font-size:36px;line-height: 1}
.f-md .mid{width:40%;}
.f-md .mid .txt .lt{float: left;}
.f-md .mid .t1{font-size: 18px;color:#fff;margin-bottom: 10px}
.f-md .mid .t2{font-size: 14px;line-height: 24px;color:rgba(255,255,255,.6);}
.f-md .mid .txt .rt{float: left;margin-left: 30px;}
.f-md .mid .txt .rt i{font-size: 32px;color:#fff;}
.f-md .right{width:44%;text-align: right;display: flex;flex-direction: row;justify-content: flex-end;}
.f-md .right li{margin-left: 15px;}
.f-md .right li p{text-align: center;color:#fff;padding-top: 5px;}
.f-md .right img{width:110px;}
.f-bd{padding:30px 0 0;color:#fff;}
.f-bd a{display: inline-block;color:#fff;}
.f-bd a:hover{color:var(--pei-color);}
@media(max-width: 1400px){
	/*.f-md .left{width:50%;}
	.f-md .left{width:50%;}
	.f-md .right{width:10%;}*/
}
@media(max-width: 992px){
	.footer{background-size:auto 100%;}
	.f-nav{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
	.f-nav a{margin-right: 0}
	.f-logo{display: none;}
	.f-md .left,.f-md .mid{width:50%;}
	.f-md .right{display: none;}
	.f-md .left{display: none;}
	
}
@media(max-width: 768px){
	.f-hd{display: none;}
	.f-md{flex-direction: column;}
	.f-md .left,.f-md .mid{width:100%;}
	.f-md .mid{margin-top: 30px}

}
@media(max-width: 576px){
	.f-hd{display: none;}
	.f-md .mid .txt .rt{display: none;}
}

/*l-banner*/
.l-banner{width:100%;height: 470px;overflow: hidden;color:#fff;display: flex;flex-direction: column;justify-content: center;z-index: 1;margin-top: 90px;}
.l-banner .wrap{padding:0 15px;}
.l-banner .t1{font-size: 60px;line-height: 1;font-family: Arial;font-weight: bold;}
.l-banner .t2{font-size: 24px;margin:10px 0;line-height: 1.5;}
.l-banner .t2 img{margin-left: 20px}

.about-banner{background: url(img/about-banner.jpg) top center no-repeat;background-attachment: fixed;}
.case-banner{background: url(img/case-banner.jpg) top center no-repeat;background-attachment: fixed;}
.news-banner{background: url(img/news-banner.jpg) top center no-repeat;background-attachment: fixed;}
.contact-banner{background: url(img/contact-banner.jpg) top center no-repeat;background-attachment: fixed;}
.pro-banner{background: url(img/pro-banner.jpg) top center no-repeat;background-attachment: fixed;}
@media(max-width: 576px){
	.l-banner{height: 180px;margin-top: 50px;background-size: cover;background-attachment:inherit; }
	.l-banner .t1{font-size: 24px;}
	.l-banner .t2{font-size: 14px;}
}

/*pinfo-section1*/
.pinfo-section1{background: url(img/pinfo-section1-bg.jpg) center top no-repeat;padding-top:60px;margin-top: 90px}
.pinfo-section1 .wrap{padding-bottom: 60px;}
.pinfo-section1-box{background: #fff;padding:15px 40px;box-shadow: 0px 10px 25px rgba(0,0,0,.2);}
@media(max-width: 1700px){
	.pinfo-section1 .wrap{padding:0 15px 60px;}
}
@media(max-width: 1400px){
	.pinfo-section1-box{padding:15px 15px;}
}
@media(max-width: 576px){
	.pinfo-section1{margin-top: 15px;}
	.pinfo-section1 .wrap{padding:0 10px 30px;}
	.pinfo-section1-box{padding:15px 10px;}
	.proinfo-part1 .container-fluid{padding:0;}
}

/*position*/
.position{padding-top: 5px;overflow: hidden;box-shadow: 0 5px 10px #ddd;}

.p-left{width:100%;float: left;overflow: hidden;}
.p-left a{height: 70px;line-height: 70px;display: block;float: left;margin-right: 75px;color:#333;font-size: 18px;position: relative;transition: all .5s}
.p-left a:after{content:'';position: absolute;bottom:0;left:50%;height: 2px;background:var(--zhu-color);width:0;;transition: all .5s;transform: translateX(-50%);}
.p-left a:hover,.p-left a.on{color:var(--zhu-color);font-weight: bold;}
.p-left a:hover:after,.p-left a.on:after{width:100%;}
.p-right{width:35%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 70px;}
.p-right i{color:var(--zhu-color);font-size:30px;margin-right: 10px;}
.p-right p{color:#666666;}
.p-right p a{color:#666666;display: inline-block;}
.p-right p a:hover{color:var(--zhu-color);}
.pinfo-position{margin-top: 90px;border:none;background: #f5f5f5;}
.pinfo-position .p-right{justify-content: flex-start;width:100%;}
@media(max-width: 1400px){
	.p-right{height: 50px;}
}
@media(max-width: 992px){
	.position .container-fluid{display: flex;flex-direction: column-reverse;}
	.p-left{width:100%;}
	.p-right{width:100%;justify-content: flex-start;}
	.pinfo-position .p-right{display:flex;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 14px;margin-right: 15px;}
	.p-right{display: none;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
	.pinfo-position{margin-top: 60px;}
	.pinfo-position .p-right{display:none}
}

/*com-part1*/
.com-part1{padding:60px 0;overflow: hidden;width:100%;}
.com-part1-hd{display: flex;flex-direction: row;justify-content: space-between;padding:0 15px;}
.com-part1-hd .left{overflow: hidden;width:calc(100% - 600px);padding:45px 0;}
.com-part1-hd .left .t1{font-size: 40px;font-weight: bold;}
.com-part1-hd .left .t1 b{color:var(--zhu-color);}
 .com-part1-hd .left .t2{font-size:18px;font-weight: bold;padding:10px 0 30px;position: relative;}
  .com-part1-hd .left .t2:after{position: absolute;content:'';width:75px;height: 4px;background: var(--pei-color);position: absolute;bottom:0;left:0;}
 .com-part1-hd .left .t3{font-size: 16px;line-height: 36px;color:#666666;margin-top: 30px;}
 .com-part1-hd .left .t3 p{margin-bottom: 15px;}
 .com-part1-hd .right{width:545px;position: relative;}
 .com-part1-hd .right .bg{background: url(img/com-part1-bg.jpg) no-repeat;background-attachment: fixed;position: absolute;left:0;top:0;width:150%;height: 100%;background-size:100% auto;}
 .com-part1-hd .right .zhezhao{width:150%;height: 100%;background:rgba(22,85,188,0.9);position: absolute;top:0;left:0;}
 .com-part1-hd .right .box{width:100%;position: relative;height: 100%}
  .com-part1-hd .right .box ul{display: flex;flex-direction: column;justify-content: space-around;height: 100%;padding:60px 0 60px 250px;}
    .com-part1-hd .right .box ul li .t1{display: flex;flex-direction: row;color:#fff;}
  .com-part1-hd .right .box ul li .t1 b{font-size: 48px;font-family: Impact;letter-spacing: 3px;font-weight: 400}
  .com-part1-hd .right .box ul li .t1 i{width:24px;height: 24px;border-radius: 50%;background: var(--pei-color);color:#fff;text-align: center;line-height: 22px;display: block;margin-left: 10px}
  .com-part1-hd .right .box ul li .t2{font-size: 14px;color:#fff;}
@media(max-width: 1600px){
	.com-part1-hd .right .box ul{padding-left: 200px}
}
@media(max-width: 1400px){
	
}
@media(max-width: 1200px){
	.com-part1-hd .left{width:calc(100% - 400px);}
	.com-part1-hd .right{width:350px;}
	.com-part1-hd .right .box ul{padding-left: 100px}
}
@media(max-width: 992px){
	.com-part1{padding:30px 0;}
	.com-part1-hd{flex-direction: column;}
	.com-part1-hd .left{width:100%;padding:30px 0;}
	.com-part1-hd .right{width:100%;}
	.com-part1-hd .right .bg{width:100%;}
	.com-part1-hd .right .zhezhao{width:100%;}
	.com-part1-hd .right .box ul{padding:30px;flex-direction: row}
}
@media(max-width: 768px){
	.com-part1-hd .right .bg{background-size:auto 100%;}
	.com-part1-hd .right .box ul li .t1 b{font-size: 40px}
}
@media(max-width: 576px){
	.com-part1-hd .left .t1{font-size: 22px;}
	.com-part1-hd .left .t2{font-size: 14px;}
	.com-part1-hd .left .t3{font-size: 14px;line-height:200%}
	.com-part1-hd .right{width:calc(100% + 30px);left:-15px;}
	.com-part1-hd .right .box ul{padding:30px 5px;}
	.com-part1-hd .right .box ul li{margin:0 8px;}
	.com-part1-hd .right .box ul li .t1 i{display: none}
	.com-part1-hd .right .box ul li .t1 b{font-size: 28px}
	.com-part1-hd .right .box ul li .t2{font-size: 12px;}
	
}

/*com-part2*/
.com-part2{background: url(img/com-part2-bg.jpg) center no-repeat;width:100%;background-attachment: fixed;padding:87px 0;}
.com-part2-hd{background: rgba(22,85,188,0.9);width:680px;height: 515px;padding:50px 60px;}
.com-part2-hd .hd{position: relative;padding-bottom: 20px}
.com-part2-hd .hd .t1{text-transform: uppercase;color:rgba(255,255,255,.1);font-size: 48px;font-weight: bold;line-height: 1.2}
.com-part2-hd .hd .t2{font-size: 36px;color:var(--pei-color);position: absolute;top:0;left:5px;}
.com-part2-hd .hd .t2 b{color:#fff;font-weight: bold;}
.com-part2-hd .hd .t2 br{display: none}
.com-part2-hd .hd:after{content:'';width:60px;height: 3px;background: var(--pei-color);position: absolute;bottom:0;left:0;}
.com-part2-hd .bd{display: flex;flex-direction: row;flex-wrap:wrap;margin-top: 10px;}
.com-part2-hd .bd li{width:50%;margin-top:25px;display: flex;flex-direction: column; }
.com-part2-hd .bd li .t1{font-size: 24px;color:#fff;}
.com-part2-hd .bd li .t1 b{float: left;}
.com-part2-hd .bd li .t1 i{font-size:34px;color:var(--pei-color);margin-left: 20px;line-height: 1;margin-top: 2px;float: left;}
.com-part2-hd .bd li .t2{font-size:15px;color:#fff;margin:10px 0;}
.com-part2-hd .bd li:nth-child(3) .t1 i,.com-part2-hd .bd li:nth-child(4) .t1 i{font-size:29px}
.com-part2-hd .bd li:nth-child(5) .t1 i,.com-part2-hd .bd li:nth-child(6) .t1 i{font-size: 30px;margin-top:4px;}
@media(max-width: 768px){
	.com-part2-hd{width:100%;height: auto;padding:50px 30px;}
	.com-part2-hd .hd .t1{font-size: 40px}
	.com-part2-hd .hd .t2{font-size: 26px;line-height: 1.4}
}
@media(max-width: 600px){
	.com-part2-hd .bd li{width:100%;}
}
@media(max-width: 540px){
	.com-part2{padding:45px 0;}
	.com-part2-hd .hd{padding-bottom: 70px;}
	.com-part2-hd .hd .t1{display: none;}
	.com-part2-hd .hd .t2{left:0;font-size: 18px}
	.com-part2-hd .hd .t2 br{display: block}
	.com-part2-hd .hd .t2 b{font-size: 26px;}
	.com-part2-hd .bd li{width:100%;}
	.com-part2-hd .bd li .t1 b{font-size: 22px}
	.com-part2-hd .bd li .t1 i{font-size: 30px}
	.com-part2-hd .bd li:nth-child(3) .t1 i,.com-part2-hd .bd li:nth-child(4) .t1 i{font-size:24px}
	.com-part2-hd .bd li:nth-child(5) .t1 i,.com-part2-hd .bd li:nth-child(6) .t1 i{font-size: 26px;}
	.com-part2-hd .bd li{margin-top: 15px;}
	.com-part2-hd .bd li .t2{font-size: 14px;}

}

/*com-part3*/
.com-part3-bd{overflow: hidden;width:100%;padding:30px 15px 30px;}
.com-part3-bd .swiper-slide{background: #f2f2f2;}
.com-part3-bd .swiper-slide a{display: block;width:100%;overflow: hidden;border-radius: 3px;transition: all .5s;}
.com-part3-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part3-bd .swiper-slide a .hd .img img{transition: all .5s}
.com-part3-bd .swiper-slide a .hd .txt{position: absolute;width:60%;left:20%;bottom:10px;background: #fff;padding:15px;}
.com-part3-bd .swiper-slide a .hd .txt .t1{text-align: center;font-size: 21px;color:#333333;}
.com-part3-bd .swiper-slide a .hd .txt .t2{text-align: center;font-size: 12px;color:#333333;opacity: 0.3;text-transform: uppercase;margin:5px 0 10px;}
.com-part3-bd .swiper-slide a .txt:after{content:'';width:0;height: 2px;position: absolute;bottom:0;left:0;background: var(--zhu-color);transition: all .5s}

.com-part3-bd .swiper-slide a:hover .bd{letter-spacing: 1px}
.com-part3-bd .swiper-slide a:hover .txt:after{width:100%;}
.com-part3-bd .swiper-slide a:hover .hd .img img{transform: scale(1.05,1.05);}
.com-part3-bd .btnn{display: flex;flex-direction: row;justify-content: center;align-items: center;width:100%;margin-top: 45px;}
.com-part3-bd .btnn .next i,.com-part3-bd .btnn .prev i{font-size: 20px;color:var(--zhu-color);transition: all .5s}
.com-part3-bd .btnn .pagination{width:150px;display: flex;flex-direction: row;justify-content: center}
.com-part3-bd .btnn .pagination .swiper-pagination-bullet-active{background: var(--zhu-color)}
.com-part3-bd .btnn .next:hover i,.com-part3-bd .btnn .prev:hover i{font-weight: bold;}
@media(max-width: 576px){
	.com-part3{padding-top: 15px;}
	.com-part3-bd{padding:15px 23px 45px;}
}


.loader-44 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  position: relative;transform: scale(.6, .6);
  color: var(--zhu-color);
  -webkit-animation: animloader44 2s linear infinite;
          animation: animloader44 2s linear infinite;
  left:45%;
}
@-webkit-keyframes animloader44 {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}
@keyframes animloader44 {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}
/*c-honor*/
#c_honor{ padding:60px 0;  }
#c_honor .hd{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }
#c_honor .hd .tit{ display: inline-flex; flex-direction: column; }
#c_honor .hd .tit b{ font-size: 42px; color: #000; line-height: 1; font-weight: bold; }
#c_honor .hd .tit small{ font-size: 16px; color: #000; line-height: 1; margin-top: 12px; text-transform: uppercase; }
#c_honor .hd .fr{ width: 400px; position: relative; }
#c_honor .hd .fr .swiper-num{ overflow: hidden; padding-bottom: 15px; display: flex; align-items: flex-end; line-height: 1; font-size: 14px; color: #b2b2b2; }
#c_honor .hd .fr .swiper-num .active{ font-size: 24px; color: #000; line-height: 1; }
#c_honor .hd .fr .swiper-num .total{ font-size: 14px; color: #b2b2b2; line-height: 1; }
#c_honor .hd .fr .swiper-pagination{ top:auto; bottom:0; height: 3px; }
#c_honor .bd p{ display: flex; align-items: center; font-size: 14px; color: #000;float: left;width:150px; }
#c_honor .bd p span{ color: #1a1a1a; font-size: 28px; line-height: 1; }
#c_honor .bd a{border-radius: 3px;width:150px;height: 42px;border:solid 1px var(--zhu-color);text-align: center;line-height: 42px;display: block;color:var(--zhu-color);margin:0px auto;transition: all .5s}
#c_honor .bd a:hover{width:180px;background: var(--zhu-color);color:#fff;}
#c_honors{ background: url(img/honors_bg.png) center bottom repeat-x; padding-bottom: 65px; }
#c_honors .swiper-slide{ width: auto; }
#c_honors a{ width: 100%; }
#c_honors a .borders{ padding:8px; background:linear-gradient(0deg,#120016 0%,#787077 100%); position: relative; }
#c_honors a .pic{ position: relative; height: 278px; overflow: hidden; }
#c_honors a .pic::before{ content: ""; width: 100%; height: 100%; background: rgba(255,255,255,.5); z-index: 3; position: absolute; top:0; left:0; transition: all .3s; opacity: 0; }
#c_honors a .pic span{ font-size: 50px; color: rgba(14, 36, 96, .8); line-height: 1; position: absolute; z-index: 4; left:50%; top:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); transition: all .3s; opacity: 0; }
#c_honors a .pic img{ height: 100%; }
#c_honors a:hover .pic::before{ transition: all .3s; opacity: 1; }
#c_honors a:hover .pic span{ transition: all .3s; opacity: 1; }
@media only screen and (max-width: 1600px){
  #c_honor{ padding:50px 0; }
  #c_honor .hd{ margin-bottom: 50px; }
  #c_honor .hd .tit b{ font-size: 38px; }
  #c_honor .hd .tit small{ font-size: 16px; margin-top: 12px; }
  #c_honor .hd .fr{ width: 400px; }
  #c_honor .hd .fr .swiper-num .active{ font-size: 22px; }
  #c_honor .hd .fr .swiper-num .total{ font-size: 12px; }
  #c_honor .bd p span{ font-size: 26px; }
  #c_honors{ background: url(img/honors_bg.png) center bottom repeat-x; padding-bottom: 65px; }
  #c_honors a .pic{ position: relative; height: 276px; overflow: hidden; }
  #c_honors a .pic span{ font-size: 44px; }
}
@media only screen and (max-width: 1400px){
  #c_honor{ padding:40px 0; }
  #c_honor .hd{ margin-bottom: 40px; }
  #c_honor .hd .tit b{ font-size: 34px; }
  #c_honor .hd .tit small{ font-size: 16px; margin-top: 12px; }
  #c_honor .hd .fr{ width: 400px; }
  #c_honor .bd p span{ font-size: 24px; }
  #c_honors a .pic{ position: relative; height: 274px; overflow: hidden; }
  #c_honors a .pic span{ font-size: 38px; }
}
@media only screen and (max-width:1200px){
  #c_honor{ padding:30px 0px; }
  #c_honor .inner{ padding:0; }
  #c_honor .hd{ margin-bottom: 30px; }
  #c_honor .hd .tit b{ font-size: 30px; }
  #c_honor .hd .tit small{ font-size: 15px; margin-top: 12px; }
  #c_honor .hd .fr{ width: 30%; }
   #c_honor .bd{margin-top: 30px;}
  
  #c_honors a .pic span{ font-size: 32px; }
  
 
}
@media only screen and (max-width:992px){
  #c_honor{ padding:25px 15px; }
  #c_honor .hd{ margin-bottom: 25px; }
  #c_honor .hd .tit b{ font-size: 26px; }
  #c_honor .hd .tit small{ font-size: 14px; margin-top: 10px; }
  #c_honor .hd .fr{ width: 30%; }
  #c_honors a .pic{ padding-bottom: 72%; position: relative; height: auto; text-align: center; overflow: hidden; }
  #c_honors a .pic img{ width: 100%; height: 100%; object-fit: contain; position: absolute; left:0; }
  #c_honor .bd p{ display: none; }
  #c_honors a .pic span{ font-size: 28px; }
  #c_honors a .borders{ padding:6px; }
  #c_honors{ padding-bottom: 0; background: none; }
}
@media only screen and (max-width:768px){
  #c_honor{ padding:20px 15px; }
  #c_honor .hd{ margin-bottom: 20px; }
  #c_honor .hd .tit b{ font-size: 22px; }
  #c_honor .hd .tit small{ font-size: 13px; margin-top: 8px; }
  #c_honor .hd .fr{ width: 32%; }
  #c_honors a .pic span{ font-size: 24px; }
  #c_honors a .borders{ padding:4px; }
  #c_honor .hd .fr .swiper-num .active{ font-size: 20px; }
}
@media only screen and (max-width:640px){
  #c_honor{ padding:15px; }
  #c_honor .hd{ margin-bottom: 15px; }
  #c_honor .hd .tit b{ font-size: 18px; }
  #c_honor .hd .tit small{ font-size: 12px; margin-top: 6px; }
  #c_honor .hd .fr{ width: 34%; }
  #c_honors a .pic span{ font-size: 20px; }
  #c_honors a .borders{ padding:3px; }
  #c_honor .hd .fr .swiper-num .active{ font-size: 18px; }
}
@media only screen and (max-width:576px){
  #c_honors a .borders{ padding:2px; }
  #c_honor .hd .fr .swiper-num{ font-size: 13px; }
  #c_honor .hd .fr .swiper-num .active{ font-size: 16px; }
}
@media only screen and (max-width:414px){
  #c_honor .hd .fr .swiper-num .active{ font-size: 14px; }
  #c_honor .hd .fr .swiper-num{ font-size: 12px; }
}

/*proType*/
.proType{overflow: hidden;padding:30px 0;}
.proType-hd{position: relative;padding:0 50px;}
.proType-hd .hd{width:100%;overflow: hidden;}
.proType-hd .swiper-slide a{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 120px;transition: all .5s;color:#333;}
.proType-hd .swiper-slide i{font-size: 45px;line-height: 1.5;}
.proType-hd .swiper-slide p{font-size: 16px;}
.proType-hd .swiper-slide a:hover{background: url(img/myswiper-hover.jpg) no-repeat;color:#fff;background-size:100% 100%;}
.proType-hd .next{position: absolute;right:0px;top:35px;z-index: 2}
.proType-hd .prev{position: absolute;left:0px;top:35px;z-index: 2}
.proType-hd .next i,.proType-hd .prev i{color:#474747;font-size: 30px;cursor: pointer;}
.proType-hd .next:hover i,.proType-hd .prev:hover i{color:var(--zhu-color);}
@media(max-width: 576px){
	.proType{padding:15px 0;}
	/*.proType-hd .next,.proType-hd .prev{display: none;}*/
	/*.proType-hd .swiper-slide{height: 80px}*/
	.proType-hd{padding:0;}
	.proType-hd .swiper-slide i{font-size: 30px;}
	.proType-hd .swiper-slide p{font-size: 14px;}
}

/*pro-section*/
.pro-section{padding:15px 0;}
.pro-section-hd{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.pro-section-hd .left{position: relative;}
.pro-section-hd .left:before{content:'';width:3px;height: 28px;background: var(--zhu-color);position: absolute;left:0;top:1px;}
.pro-section-hd .left b{font-size: 28px;color:#333333;margin:0 10px;line-height: 1}
.pro-section-hd .left span{text-transform: uppercase;font-size: 18px;color:#999999;}
.pro-section-hd .right{font-size: 16px;color:#333;transition: all .5s}
.pro-section-hd .right:hover{color:var(--zhu-color);}
.pro-section-bd{margin: 30px 0 15px}
.pro-section-bd .box{display: block;border:solid 1px #eee;padding:15px 15px 25px;transition: all .5s;}
.pro-section-bd .box .img{padding-bottom: 100%;}
.pro-section-bd .box p{padding:15px 10px;font-size: 18px;color:#333333;}
.pro-section-bd .box .btnn{display: flex;flex-direction: row;justify-content: space-between;}
.pro-section-bd .box .btnn a{width:45%;height: 40px;border:solid 1px #dadada;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 15px;}
.pro-section-bd .box .btnn a i{font-size: 18px;margin-right: 5px;line-height: 1}
.pro-section-bd .box .btnn a.lt{color:#333333;transition: all .5s}
.pro-section-bd .box .btnn a.rt{color:var(--zhu-color);border-color:var(--zhu-color);transition: all .5s}
.pro-section-bd .swiper-slide .box:hover {box-shadow: 0 0 15px #ddd;}
.pro-section-bd .swiper-slide .box:hover a{color:#fff;}
.pro-section-bd .swiper-slide .box:hover a.lt{background: var(--pei-color)}
.pro-section-bd .swiper-slide .box:hover a.rt{background: var(--zhu-color)}
.pro-section-bd .swiper-slide .box .btnn a:hover{border-radius: 10px}

@media(max-width: 576px){
	.pro-section-hd .left b{font-size: 24px;}
	.pro-section-hd .left span{display: none;}
	.pro-section-hd .left:before{height: 24px;}
	.pro-section-bd .box{padding:5px;}
	.pro-section-bd .box p{font-size: 14px;}
	.pro-section-bd .box .btnn{flex-direction:column;align-items: center;}
	.pro-section-bd .box .btnn a{width:90%;margin-bottom: 10px;font-size: 12px;height: 30px;line-height: 30px}
	
}

/*proType2*/
.proType2{padding:30px 0;}
.proType2 a{padding:5px 15px;border:solid 1px #ddd;color:#333;margin-right: 10px;display: inline-block;font-size: 16px;transition: all .5s;margin-bottom: 10px}
.proType2 a:hover{color:var(--zhu-color);border-color:var(--zhu-color);}
@media(max-width: 576px){
	.proType2{padding:15px 0;}
	.proType2 a{padding:3px 8px;font-size: 14px}
}

/*prolist*/
.prolist{}
.prolist .row>div{margin-bottom: 30px;}
.prolist .box{display: block;border:solid 1px #ddd;padding:15px;transition: all .5s;}
.prolist .box .img{padding-bottom: 100%;}
.prolist .box p{padding:15px 10px;font-size: 18px;color:#333333;}
.prolist .box .btnn{display: flex;flex-direction: row;justify-content: space-between;}
.prolist .box .btnn a{width:45%;height: 40px;border:solid 1px #dadada;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 15px;}
.prolist .box .btnn a i{font-size: 18px;margin-right: 5px;line-height: 1}
.prolist .box .btnn a.lt{color:#333333;transition: all .5s}
.prolist .box .btnn a.rt{color:var(--zhu-color);border-color:var(--zhu-color);transition: all .5s}
.prolist .box:hover{box-shadow: 0 0 15px #ddd;}
.prolist .box:hover .btnn a{color:#fff;}
.prolist .box:hover .btnn a.lt{background: var(--pei-color);}
.prolist .box:hover .btnn a.rt{background: var(--zhu-color);}
.prolist .box .btnn a:hover{border-radius: 10px;}


@media(max-width: 576px){
	.prolist .box{padding:5px;}
	.prolist .box p{font-size: 14px;}
	.prolist .box .btnn{align-items: center;}
	.prolist .box .btnn a{width:48%;margin-bottom: 10px;font-size: 12px;height: 30px;line-height: 30px}
}

/*prolist*/
.prolist1{}
.prolist1 .wrapp{display: flex;flex-direction: row;padding:0 0px 0 15px;justify-content: space-between;}
.prolist1-left{width:296px;margin-bottom: 30px;}
.prolist1-right{width:calc(100% - 311px);}
.prolist1-right .item{margin-bottom: 30px;display: block;padding:8px;border:solid 1px #eeeddf;position: relative;}
.prolist1-right .item .img img{transform: scale(1.1,1.1);transition: all .5s}
.prolist1-right .item p{height:40px;background:rgba(0,0,0,.5);line-height: 40px;font-size: 16px;text-align: center;padding:0 15px;transition: all .5s;color:#fff;position: absolute;bottom:8px;left:8px;}
.prolist1-right .item:hover .img img{transform: scale(1,1);}
.prolist1-right .item:hover p{background: var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.prolist1-left .sidebar{width:100%;}
}
@media(max-width: 1200px){
	.prolist1 .wrapp{padding:0;}
	.prolist1-left{display: none}
	.prolist1-right{width:100%;}
}
@media(max-width: 576px){
	.prolist1-right .row>div{padding-left: 3px;padding-right: 3px;}
	.prolist1-right .item{margin-bottom: 15px;}
	.prolist1-right .item p{padding:0px 5px;font-size: 14px;height: 40px;line-height: 40px;}
}


.honorlist .item{border:solid 1px #eee;padding:15px;text-align: center;transition: all .5s}
.honorlist .item .md{font-size:16px;font-weight: bold;padding:10px 0;color:#333;transition: all .5s}
.honorlist .item .bd{border-top:solid 1px #cecece;display: flex;flex-direction: row;justify-content: space-between;padding:15px 10px 0;position:relative;}
.honorlist .item .bd:before{content:'';position:absolute;left:0;height: 2px;background: var(--zhu-color);width:0;transition: all .5s;top:0;}
.honorlist .item .bd span{color:#999;}
.honorlist .item .bd i{color:#666;font-size:25px;line-height: 1}
.honorlist .item:hover{box-shadow: 0 0 10px #ddd;}
.honorlist .item:hover .bd:before{width:100%;}
.honorlist .item:hover .md{letter-spacing: 2px;color:var(--zhu-color);}
.honorlist .item a .hd .img img{object-fit: contain;}
/*proinfo*/
.proinfo-part1{overflow: hidden;padding:15px 0;}
.proinfo-part1 .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-part1-left{width:610px;overflow: hidden;padding-bottom: 15px;}
.proinfo-part1-left .img{padding-bottom: 120%}
.proinfo-part1-left .pagination{display: flex;flex-direction: row;justify-content: center;margin-top: 10px;}
.proinfo-part1-left .pagination .swiper-pagination-bullet{width:15px;border-radius: 0;height: 4px;transition: all .5s}
.proinfo-part1-left .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:25px;}
.proinfo-part1-right{width:calc(100% - 660px);overflow: hidden;}
.proinfo-part1-right .hd{border-bottom:solid 1px #c6c4c4;padding:10px 0 30px;position: relative;}
.proinfo-part1-right .hd:after{content:'';position: absolute;width:155px;height: 3px;background: var(--zhu-color);left:0;bottom:-2px;}
.proinfo-part1-right .hd .t1{font-size: 36px;color:#282828;font-weight:bold;}
.proinfo-part1-right .hd .t2{color:#ddd;text-transform: uppercase;}
.proinfo-part1-right .md{padding:25px 0 15px;}

.proinfo-part1-right .md .t2{overflow: hidden;margin-bottom: 15px;}
.proinfo-part1-right .md .t2 b{font-size: 18px;color:#333333;float: left;}
.proinfo-part1-right .md .t2 p{width:calc(100% - 90px);float: right;line-height: 30px;}
.proinfo-part1-right .md .t2 p span{border:solid 1px #efd1cc;background: #f2e3e0;padding:3px 10px;color:#d33f23;font-size: 15px;margin-right: 12px;display: inline-block;}
.proinfo-part1-right .md .t1{font-size: 14px;color:#666666;line-height:36px;width:100%!important;margin-top: 10px;}
.proinfo-part1-right .md ul{border-top:solid 1px #eee;border-bottom:solid 1px #eee;padding:18px 0;display: flex;flex-direction: row;justify-content: space-around;margin-top: 25px}
.proinfo-part1-right .md ul li{width:80px;display: flex;flex-direction:column;text-align: center;transition: all .5s;cursor: pointer;align-items: center;}
.proinfo-part1-right .md ul li i{width:80px;height: 80px;border:solid 1px #eee;text-align: center;line-height: 80px;font-size: 50px;color:#666666;border-radius: 50%;margin-bottom: 10px;transition: all .5s;}
.proinfo-part1-right .md ul li span{font-size: 16px;}
.proinfo-part1-right .md .hd{border-bottom: none;padding:0;}
.proinfo-part1-right .md .hd:after{display: none;}

.proinfo-part1-right .md ul li:hover i,.proinfo-part1-right .md ul li.on i{background: var(--zhu-color);border-color:var(--zhu-color);color:#fff;animation: swing 1s;box-shadow: 0 0 10px #bbb;}
.proinfo-part1-right .bd{padding:15px 0;overflow: hidden;width:100%;}
.proinfo-part1-right .bd a{font-size: 16px;color:#fff;width:190px;height: 50px;line-height: 50px;text-align: center;background: var(--pei-color);border-top-left-radius: 20px;border-bottom-right-radius: 20px;display: block;transition: all .5s;float: left;}
.proinfo-part1-right .bd a:hover{border-radius: 0;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}
.proinfo-part1-right .bd .lt{width:300px;float: left;}
.proinfo-part1-right .bd .lt i{color:var(--pei-color);font-size: 55px;float: left;line-height: 1}
.proinfo-part1-right .bd .lt .txt{width:calc(100% - 60px);float: right;}
.proinfo-part1-right .bd .lt .txt .t1{color:#666666;font-size: 16px;}
.proinfo-part1-right .bd .lt .txt .t2{color:var(--pei-color);font-size: 26px;font-weight: bold;line-height: 1}
@media(max-width: 1400px){
	
	.proinfo-part1-left{width:550px;}
	.proinfo-part1-right{width:calc(100% - 580px);}
	.proinfo-part1-right .hd{padding:0px 0 10px;}
	.proinfo-part1-right .hd .t1{font-size: 28px;}
	.proinfo-part1-right .md .t2{margin-bottom: 5px}
	.proinfo-part1-right .md .t2 p{margin-top: 0px}
	.proinfo-part1-right .md .t1{margin-top: 5px!important;}
}

@media(max-width: 1200px){
	.proinfo-part1-left{width:500px;}
	.proinfo-part1-right{width:calc(100% - 530px);}
	.proinfo-part1-right .md ul{margin-top: 15px;}
	.proinfo-part1-right .md ul li i{width:70px;height: 70px;font-size:45px;line-height: 70px;}
	.proinfo-part1-right .bd .lt{width:240px;}
	.proinfo-part1-right .bd .lt .txt .t2{font-size: 22px;}
	.proinfo-part1-right .bd a{width:150px;}

	
}
@media(max-width: 1024px){
	.proinfo-part1-left{width:400px;}
	.proinfo-part1-right{width:calc(100% - 430px);}
	.proinfo-part1-right .hd .t1{font-size: 26px}
	.proinfo-part1-right .md{padding:15px 0 0;}
	.proinfo-part1-right .md .t2 b{font-size: 16px;}
	.proinfo-part1-right .md .t2 p{width:calc(100% - 80px)}
	.proinfo-part1-right .md .t1{width:calc(100% - 80px)!important;margin:0!important;font-size: 14px;line-height: 24px!important}
	.proinfo-part1-right .md ul{margin-top: 10px;padding:10px 0;}
	.proinfo-part1-right .md ul li i{width:60px;height: 60px;font-size:40px;line-height:60px;}
	.proinfo-part1-right .md ul li span{font-size: 14px;}

}
@media(max-width: 992px){
	.proinfo-part1 .container-fluid{flex-direction: column;}
	.proinfo-part1-left{width:550px;}
	.proinfo-part1-right{width:100%;}
	.proinfo-part1-right .bd{display:flex;flex-direction: row;justify-content: space-between;}
}
@media(max-width:768px){
	.proinfo-part1-left{width:100%;}
}
@media(max-width:576px){
	.proinfo-part1-right .bd{flex-direction:column;}
	.proinfo-part1-right .hd .t1{font-size: 22px;}
	.proinfo-part1-right .md .t2 b{font-size: 15px;}
	.proinfo-part1-right .md .t2 p{line-height: 24px}
	.proinfo-part1-right .md .t2 p span{font-size: 14px;margin-bottom: 5px;}
	.proinfo-part1-right .md ul li i{width:50px;height: 50px;font-size:30px;line-height:50px;}
	.proinfo-part1-right .bd a{margin-top: 15px;height: 40px;line-height: 40px;}
}

/*proinfo-part2*/
.proinfo-part2{overflow: hidden;margin-top: 15px;}
.proinfo-part2-hd{border-bottom:solid 1px #eae8e8;display: flex;flex-direction: row;}
.proinfo-part2-hd a{width:190px;height: 48px;display: block;position: relative;color:#333333;font-size: 16px;transition: all .5s;text-align: center;line-height: 48px;}
.proinfo-part2-hd a:before{content:'';height: 3px;width:100%;background: var(--zhu-color);position: absolute;bottom:-1px;left:0;width:0;transition: all .5s}
.proinfo-part2-hd a:after{width:1px;height: 20px;content:'';position: absolute;right:0;top:15px;transition: all .5s;background: #928f8f}
.proinfo-part2-hd a.on,.proinfo-part2-hd a:hover{color:var(--zhu-color);}
.proinfo-part2-hd a.on:before,.proinfo-part2-hd a:hover:before{width:100%;}
.proinfo-part2-hd a:last-child:after{display: none;}
.proinfo-part2-bd{overflow: hidden;width:100%;padding:15px 0;display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-part2-bd .left{width:calc(100% - 360px);max-width: 1240px}
.proinfo-part2-bd .right{width:360px;}
.proinfo-part2-bd .right.sticky{position: fixed;}
.proinfo-part2-bd .section1{padding:30px 0 0px;}
.proinfo-part2-bd .section1-hd{position: relative;overflow: hidden;height: 60px;padding:10px 0;}
.proinfo-part2-bd .section1-hd .hd{font-size: 60px;text-shadow: 1px 1px #f0f0f0, -1px -1px #f0f0f0, 1px -1px #f0f0f0, -1px 1px #f0f0f0;position: absolute;top:0;left:0;text-transform: uppercase;font-family: Arial;color:#fff;line-height: 1}
.proinfo-part2-bd .section1-hd .bd{position: absolute;top:3px;left:0;display: flex;flex-direction: row;align-items: center;}
.proinfo-part2-bd .section1-hd .bd span{color:#212121;font-size: 30px;font-weight: bold;float: left;}
.proinfo-part2-bd .section1-hd .bd i{width:50px;height: 1px;background: var(--zhu-color);margin:0 15px;}
.proinfo-part2-bd .section1-hd .bd p{color:var(--zhu-color);font-size: 18px;text-transform: uppercase;}
.proinfo-part2-bd .section1-bd{line-height: 260%;padding:30px 0;min-height: 300px;font-size: 120%}
.proinfo-part2-bd .section2{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.proinfo-part2-bd .section2 li{width:48%;background: #f6f5f4;padding:22px 0 0px 0px;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-bottom: 15px;}
.proinfo-part2-bd .section2 li i{font-size: 40px;color:var(--zhu-color);width:90px;line-height: 1.3;text-align: center;transition: all .5s}
.proinfo-part2-bd .section2 li .txt{width:calc(100% - 100px);padding-right: 22px;padding-bottom: 22px;height: 100%;}
.proinfo-part2-bd .section2 li .txt .t1{color:#333333;font-size: 26px;margin-bottom: 10px;transition: all .5s}
.proinfo-part2-bd .section2 li .txt .t2{color:#999999;line-height: 30px;transition: all .5s}
.proinfo-part2-bd .section2 li.on{background:var(--zhu-color);}
.proinfo-part2-bd .section2 li.on i{color:#fff;}

.proinfo-part2-bd .section2 li.on .txt .t1{color:#fff;}
.proinfo-part2-bd .section2 li.on .txt .t2{color:#fff;}

@media(max-width: 1400px){
	.proinfo-part2-bd .section2 li{width:49%;}
	.proinfo-part2-bd .section2 li i{width:60px;font-size: 30px}
	.proinfo-part2-bd .section2 li .txt{width:calc(100% - 65px);}
	.proinfo-part2-bd .section2 li .txt .t1{font-size: 26px;}
	.proinfo-part2-bd .section3-bd a{width:32%;}
	.proinfo-part2-bd .section3-bd a:nth-child(n+7){display: none;}
}
@media(max-width: 1200px){
	.proinfo-part2-bd .left{width:100%;}
	.proinfo-part2-bd .right{display: none}
}
@media(max-width: 768px){
	.proinfo-part2-bd .section2 li{width:100%;}
	.proinfo-part2-bd .section3-bd a{width:49%;}
}
@media(max-width: 576px){
	.proinfo-part2-bd .section2 li{padding:15px 0 0 10px;}
	.proinfo-part2-bd .section2 li i{width: 40px;font-size: 26px}
	.proinfo-part2-bd .section2 li .txt{width:calc(100% - 45px);padding-right: 10px}
	.proinfo-part2-bd .section2 li .txt .t1{font-size: 22px}
	.proinfo-part2-bd .section2 li .txt .t2{line-height: 24px}
	.proinfo-part2-bd .section1-hd .bd p{display: none;}
	.proinfo-part2-bd .section1-hd .bd i{display: none;}
	.proinfo-part2-bd .section1-hd .hd{font-size: 42px}
	.proinfo-part2-bd .section1-bd{font-size: 110%;line-height: 200%}
}


/*proinfo-part3*/
.proinfo-part3{}
.proinfo-part3-bd{position: relative;padding:30px 0;margin-bottom: 60px}
.proinfo-part3-bd .swiper-slide{transition: all .5s;margin-top: 15px;margin-bottom: 30px;}
.proinfo-part3-bd a .img{padding-bottom: 100%}
.proinfo-part3-bd a .img .zhezhao{position: absolute;top:0;left:0;width:0;height: 0;background: rgba(0,0,0,0.5);opacity: 0;transition: all .5s;z-index: 1;display: flex;flex-direction: row;justify-content:center;align-items: center;}
.proinfo-part3-bd a .img .zhezhao i{font-size: 50px;color:#fff;}
.proinfo-part3-bd p{width:100%;background: #f5f5f5;color:#333;font-size: 16px;padding:0px 10px;text-align: center;position: absolute;bottom:-60px;left:0;transition: all .5s;height: 60px;line-height:60px}
.proinfo-part3-bd p i{display: none;font-size: 50px}
.proinfo-part3-bd p:after{content:'';position: absolute;bottom:0;left:0;height: 3px;background: var(--zhu-color);width:0;transition: all .5s;}
.proinfo-part3-bd .swiper-slide.on{box-shadow: 0 0 10px #666;margin-top: -5px;border-radius: 5px;overflow: hidden;}
.proinfo-part3-bd .swiper-slide.on a .img .zhezhao{width:100%;height: 100%;opacity: 1;}
.proinfo-part3-bd .swiper-slide.on a p{background: rgba(0,0,0,0.5);display: flex;flex-direction:column;justify-content: center;align-items: center;color:#fff;height: 100%;bottom:0;}
.proinfo-part3-bd .swiper-slide.on a p i{display: block;}
.proinfo-part3-bd .swiper-slide.on a p:after{width:100%;}
.proinfo-part3-bd .next,.proinfo-part3-bd .prev{width:60px;height: 60px;text-align: center;line-height: 60px;border-radius: 50%;transition: all .5s;position: absolute;top:30%;z-index: 1;}
.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{color:rgba(255,255,255,0.5);font-size: 30px;transition: all .5s}
.proinfo-part3-bd .next{left:0;}
.proinfo-part3-bd .prev{right:0;}
.proinfo-part3-bd .next:hover,.proinfo-part3-bd .prev:hover{background: rgba(255,255,255,.5);}
.proinfo-part3-bd .next:hover i,.proinfo-part3-bd .prev:hover i{color: var(--zhu-color);}
@media(max-width: 576px){
	.proinfo-part3-bd{padding:15px 30px 0;}
	.proinfo-part3-bd .next, .proinfo-part3-bd .prev{width:34px;height: 34px;line-height: 34px;top:35%;}
	.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{font-size: 20px;}
}

/*proinfo-part4*/
.proinfo-part4 .section3-bd{overflow: hidden;padding:15px 0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.proinfo-part4 .section3-bd a{display: block;width:24%;position: relative;margin-bottom: 10px;}
.proinfo-part4 .section3-bd a .txt{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(255,255,255,.7);text-align: center;display: flex;flex-direction: row;justify-content: center;align-items: center;padding:0 15px;line-height: 1.5;color:var(--zhu-color);font-size: 16px;opacity: 0;transition: all .5s;font-weight:bold;}
.proinfo-part4 .section3-bd a:hover .txt,.proinfo-part4 .section3-bd a.on .txt{width:calc(100% - 30px);height: calc(100% - 30px);top:15px;left:15px;opacity: 1}
@media(max-width: 1400px){
	.proinfo-part4 .section3-bd a{width:32%;}
	.proinfo-part4 .section3-bd a:nth-child(n+7){display: none;}
}

@media(max-width: 768px){
	.proinfo-part4 .section3-bd a{width:49%;}
}

/*sidebar*/
.sidebar{width:296px;float: right;background: #f8f8f8;}
.sidebar .hd{ width:100%;height: 120px;background: var(--zhu-color);position: relative;color:#fff;padding:20px 0 0 40px;}
.sidebar .hd:before{content:'product';position: absolute;color:rgba(255,255,255,.10);font-size: 50px;font-weight:bold;top:25px;left:20px;text-transform: uppercase;line-height: 1}
.sidebar .hd .t1{font-weight: bold;font-size: 36px;}
.sidebar .hd .t2{font-size: 12px;}
.sidebar .md{overflow: hidden;padding:15px 0;}
.sidebar .md a{display: block;border-bottom:solid 1px #d5d4d4;padding:15px 25px;}
.sidebar .md a .t1{font-size: 18px;color:#333333;transition: all .5s}
.sidebar .md a .t2{font-size: 12px;text-transform: uppercase;color:#999999;transition:all .5s;}
.sidebar .md a:last-child{border-bottom: none;}
.sidebar .md a:hover{background: var(--zhu-color);}
.sidebar .md a:hover .t1{color:#fff;padding-left: 10px}
.sidebar .md a:hover .t2{color:#fff;}
.sidebar .bd{padding:28px;background: var(--zhu-color);display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.sidebar .bd i{color:#fff;font-size: 46px;}
.sidebar .bd .txt{width:calc(100% - 60px);color:#fff;}
.sidebar .bd .txt .t2{font-size:24px;font-weight: bold; }
@media(max-width: 1400px){
	.sidebar{width:calc(100% - 30px);}
}

/*contact*/

.conatct1{background: #f5f5f5; padding: 5px 0 35px 0; overflow: hidden;position: relative;}
.conatct1 .map{width:100%;}
.contact-way{position: absolute;top:60px;left:0;width:100%;z-index: 1}
.contact11{ border: 1px solid #dedede; background: #fff; overflow: hidden;width:450px;}
.maptxt{ width: 100%; padding: 35px; overflow: hidden;}
.maptxt .mapt1{ width: 100%; height: 77px; overflow: hidden; position:relative;}
.maptxt .mapt1 .mapt11{ color: var(--zhu-color); font-size: 38px; font-weight: 700; line-height: 55px;}
.maptxt .mapt1 .mapt12{ width: 100%; background: #fff; height: 43px; line-height: 43px;overflow:hidden; position: absolute; left:0; bottom:0; z-index:999; color: #333; font-size: 18px;}
.maptxt .mpat2{ padding: 15px 0; line-height: 35px; border-bottom: 1px solid #dedede; color: #666; }
.maptxt .mpat2 .iconfont{ color: var(--zhu-color); font-size: 24px; margin-right: 10px;position: relative; top:3px; }
.mapt3{ padding: 15px 0;width:100%;display: flex;flex-direction: row;}
.mapt3 li{ width:48%;text-align: center;}
.mapt3 li p{width:100%;float: left;}
.mapt3 .conatctewm{ width: 140px; height: 140px; }

.mapt33{ width: 100%; float: right; padding-top: 5px;}
.mapt33 b{ font-size: 18px; color: #333;}
.mapt33 .t100{ font-size: 14px; color: #999;margin: 5px 0 0 0;}
.mapt33 .t101{ font-size: 14px; color: #999; margin: 8px 0;float: left;margin-right:10px;}
.mapt33 .share{padding:10px 0;}
.map{ width: 100%; overflow: hidden;}
#dituContent{ width: 100%; height:730px; border-left: 1px solid #dedede; }


.conatct2{ background: url(img/f-message.jpg) no-repeat top center; overflow: hidden; padding: 35px 0;}
.conatct2 .hd{ overflow: hidden;}
.conatct2 .hd p{ width: 50%; float: left; height: 35px; border-left: 5px solid var(--pei-color); color: #fff; line-height: 35px; font-size: 36px; text-indent: 10px; font-weight: 700;}
.conatct2 .hd span{ float: right; text-align: right; color: #fff; line-height: 35px;}
.conatct2 .hd span .iconfont{ margin-left: 5px; font-size: 25px;}
.conatct2 .bd{ padding-top: 45px; overflow: hidden;}
.conatct2 .bd ul{ padding-bottom: 13px; overflow: hidden;}
.m10{ width: 49%;}
.m1{ width: 100%; border: none; background: #fff; line-height: 55px; height: 55px; text-indent: 20px; font-size: 16px; color: #666;}
.m3{ background: #fff; padding: 15px; font-size: 16px; color: #666;}
.m4{ width: 100%; border: none;font-size: 16px; color: #666; margin-top: 10px;}
.m5{ width: 65%; float: left; height: 55px; background: #fff;}
.m6{ width: 150px; border: none; height: 55px; text-indent: 20px; font-size: 16px; color: #666;}
.m7{ width: 120px; height: 48px; border: 1px solid #eee;}
.m9{ width: 33%; float: right; height: 55px;}
.m9 a{display: block; width: 100%; height: 55px; background: var(--zhu-color); text-align: center; font-size: 18px; line-height: 55px; color: #fff;}
.m9 a:hover{background: var(--zhu-color); transition: all .5s;}
.conatct3{ padding: 35px 0; overflow: hidden;}
.c3-1{ text-align: center; padding:30px; background: #f6f6f6; overflow: hidden;border-radius: 5px}
.c311{ margin-bottom: 20px;}
.c322{ font-size: 24px; color: #333;}
.c333{ font-size: 16px; color: #666; line-height: 35px; padding: 25px 0;}
.c344 a{display: block; width: 156px; height: 38px; margin: 15px auto; line-height: 38px; border: 1px solid var(--zhu-color); color: var(--zhu-color);}

.c3-1:hover{ background:rgba(21,90,204,.5);transition: all .5s;}
.c3-1:hover .c322{ color: #fff;transition: all .5s;}
.c3-1:hover .c333{  color: #fff; transition: all .5s;}
.c3-1:hover .c344 a{border: 1px solid #fff; color:#fff;transition: all .5s;}
@media(max-width: 768px){
	.contact-way{top:30px;position: relative;}
	.contact11{width:100%;}
	.c3-1{padding:30px 15px;}
}
@media(max-width: 576px){
	.maptxt{padding:15px;}
	.mapt33{width:100%;}
	.c311{margin-bottom: 5px;}
	.c311 img{width:40px;}
	.c322{font-size: 20px;}
	.c333{padding:10px 0;font-size: 14px;line-height: 24px;}
}



/*fenye*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0;  clear: both;}
    .de-page-mian .page-inner{display: inline-block; margin: 10px auto 35px;}
    .de-page-mian .page-inner a{display: block; float: left; min-width: 26px; padding: 0 5px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: 1px; overflow: hidden;width:auto;}
    .de-page-mian .page-inner a.active,
    .de-page-mian .page-inner a:hover{color: #fff; border-color:var(--zhu-color); background: var(--zhu-color);}
    .de-page-mian .page-inner a.prev{margin-right: 10px; background: #fff url(img/prev.jpg) no-repeat center;}
    .de-page-mian .page-inner a.prev.on{background: #fff url(img/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(img/next.jpg) no-repeat center;}
    .de-page-mian .page-inner a.next.on{background: #fff url(img/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;display: none;}
    .de-page-mian .page-inner span{display: none; font-size: 12px; color: #333; float: left; line-height: 38px;}
    .de-page-mian .page-inner input{display: none; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px;}
/*no-goods*/
.no-goods,.no-network{padding:100px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}

/*??????*/
.bk{position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 1}
.bk-width,.bk-height{position: relative;width:100%;height: 100%}
.bk-height{top:-100%;left:0;}
.bk-width:before,.bk-width:after,.bk-height:before,.bk-height:after{content:'';background: var(--zhu-color);position: absolute;}
.bk-width:before,.bk-width:after{width:0%;height: 1px;transition: all .8s}
.bk-height:before,.bk-height:after{width:1px;height: 0%;transition: all .8s}
.bk-width:before{top:0;left:0;}
.bk-width:after{bottom:0;right:0;}
.bk-height:before{top:0;right:0;}
.bk-height:after{bottom:0;left:0;}
.bk:hover .bk-width:before,.bk:hover .bk-width:after{width:100%;}
.bk:hover  .bk-height:before,.bk:hover .bk-height:after{height:100%;}


/*newslist*/
.newslist{padding: 30px 0;overflow: hidden;background: #f2f3f4}
.newslist .item{border-radius: 5px;width:100%;overflow: hidden;background: #fff;padding:30px;display: block;margin-bottom: 30px;position: relative;}
.newslist .item:after{content:'';position: absolute;bottom:0;left:0;width:0;height: 2px;background: var(--zhu-color);transition: all .5s}
.newslist .item .img{padding-bottom: 120%;}
.newslist .item .img img{transition: all .5s}
.newslist .item .t1{color:#999;transition: all .5s}
.newslist .item .t2{color:#333;font-size: 22px;font-weight: bold;margin:10px 0 20px;transition: all .5s}
.newslist .item .t3{display: flex;flex-direction: row;width:100%;justify-content: space-between;margin-top: 30px;transition: all .5s;align-items: center;}
.newslist .item .t3 span{color:#666;transition: all .5s;font-size: 16px}
.newslist .item .t3 .icon{width:32px;height: 32px;text-align: center;line-height: 22px;border-radius: 50%;background: #9a9a9a;padding:5px;transition: all .5s;position: relative;float: right;transition: all .5s}
.newslist .item .t3 .icon i{color:#fff;animation:ltToRt 1s linear 0s infinite normal;position: absolute;font-size:18px;transition: all .5s}
.newslist .item:hover:after{width:100%;}
.newslist .item:hover .img img{transform: scale(1.05,1.05);}
.newslist .item:hover .t1{color:var(--zhu-color);}
.newslist .item:hover .t2{color:var(--zhu-color);}
.newslist .item:hover .t3 span{color:var(--zhu-color);}
.newslist .item:hover .t3 .icon{background:var(--zhu-color);color:#fff;}
@media(max-width: 576px){
	.newslist .item{padding:15px 10px;}
	.newslist .item .t2{font-size: 18px;}
	.newslist .item .t3{margin-top: 15px;}
}

/* ???????????? */
@keyframes ltToRt {
  from {left:0px;}
  to {left:40px;}
}
/*newsinfo*/
.newsinfo{background:#f2f3f4;padding:30px 0;}
.newsinfo .box{background:#fff;border-radius: 3px;padding:45px 30px;}
.newsinfo .t1{width:100%;text-align: center;font-size: 28px;color:#222;}
.newsinfo .t2{width:100%;text-align: center;font-size: 16px;color:#999;padding:15px 30px 30px;border-bottom:solid 1px #eeeddd}
.newsinfo .content{padding:30px 0; line-height: 260%;min-height:100px}
.newsinfo .newsPage{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.newsinfo .newsPage .btnn{width:60px;display: block;text-align: center;border-radius: 3px;background:#eee;transition: all .5s }
.newsinfo .newsPage .btnn i{font-size: 40px;color:#666;line-height: 1.5;transition: all .5s}
.newsinfo .newsPage .btnn:hover{background: var(--zhu-color);}
.newsinfo .newsPage .btnn:hover i{color:#fff;}
.newsinfo .newsPage>div{width:calc(calc(100% - 70px)/2);color:#666;border-radius: 5px;padding:0 15px;background: #eee;line-height: 60px;}
.newsinfo .newsPage .page-a{text-align: left;}
.newsinfo .newsPage .page-a:nth-child(3){text-align: right;}
.newsinfo .newsPage>div a{color:#666;transition: all .5s}
.newsinfo .newsPage>div a:hover{color:#222;}
@media(max-width: 992px){
	.newsinfo .newsPage{flex-direction: column;}
	.newsinfo .newsPage .btnn{display: none;}
	.newsinfo .newsPage>div{line-height: 40px;}
	.newsinfo .newsPage .page-a{width:100%;margin-bottom: 10px;}
	.newsinfo .newsPage .page-a:nth-child(3){text-align: left;}

}
@media(max-width: 576px){
	.newsinfo .box{padding:30px 15px;}
	.newsinfo .t1{font-size: 22px;}
	.newsinfo .t2{font-size: 14px;padding:15px 0 30px;}
	.newsinfo .newsPage>div{line-height: 20px;padding:10px;}
}

/*contact*/
.contact-box{background:url(img/contact-bg.jpg) center bottom no-repeat #f6f5f5;padding: 15px 0 180px;}
.contact-box .container-fluid{display: flex;flex-direction: row;}
.contact-left{background:#fff;padding:60px 40px 40px;display: flex;flex-direction: row;width:45%;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.contact-left li{width:47%;border-radius: 10px;background: #f9f9f9;text-align: center;margin-bottom: 30px;display: flex;flex-direction: column;align-items: center;justify-content: center;border:solid 1px #eee;padding:30px;}
.contact-left li i{font-size: 36px;color:var(--zhu-color);line-height: 1;height: 40px}
.contact-left li:nth-child(2) i{font-size: 42px}
.contact-left li:nth-child(3) i{font-size: 52px;margin-top: -5px}
.contact-left li:nth-child(4) i{font-size: 40px}
.contact-left li .t1{font-size: 22px;padding:10px 0;font-weight: bold;}
.contact-left li .t2{font-size: 16px;color:#666;}
.contact-right{width:55%;background: #e7ebec;padding:15px 25px 40px;}
.contact-right .t1{font-size: 24px;color:var(--zhu-color);font-weight: bold;margin:20px 0 40px;}
.contact-right .message{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap:wrap;}
.contact-right .message .input-text{width:48%;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;margin-bottom: 20px;}
.contact-right .message .area{width:100%;padding:15px 20px;background-color: #fff;border-radius: 5px;font-size: 16px;color: #999999;height: 130px;border:none;margin-bottom: 20px;}
.contact-right .message .yanzheng{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.contact-right .message .yanzheng img{width:163px;height: 50px}
.contact-right .message .yanzheng .code{width:163px;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;}
.contact-right .message .yanzheng .submit{width:calc(100% - 350px);background-color:var(--zhu-color);border-radius: 5px;padding:16px 0px;font-size: 16px;color: #fff;transition: all .5s;text-align: center}
.contact-right .message .yanzheng .submit:hover{background-color: var(--zhu-color);}
@media(max-width: 1200px){
	.contact-left{width:40%;padding:20px 15px;}
	.contact-right{width:60%;}
}
@media(max-width: 992px){
	.contact-left .ewm{justify-content: space-between;}
	.contact-left .ewm li{width:40%;margin-right: 0}
}
@media(max-width: 880px){
	.contact-box .container-fluid{flex-direction: column;}
	.contact-left{width:100%;}
	.contact-right{width:100%;}
	.contact-left .ewm li{width:145px;justify-content: flex-start;margin-right: 30px}

}
@media(max-width: 576px){
	.contact-box{padding:10px 0;}
	.contact-left{padding:20px 15px;flex-direction: column;}
	.contact-left li{width:100%;margin-bottom: 15px;}
	.contact-right{padding:10px;}
	.contact-right .message .input-text{width:100%;}
	.contact-right .message .yanzheng{flex-wrap:wrap;}
	.contact-right .message .yanzheng img{width:48%;}
	.contact-right .message .yanzheng .code{width:48%;}
	.contact-right .message .yanzheng .submit{width:100%;margin-top: 15px;}
	#dituContent{height: 400px;}
}

/*????????????*/
.environment .item{background: #f2f2f2;transition: all .5s}
.environment .item a{display: block;width:100%;padding:7px 7px 0;overflow: hidden;border-radius: 3px;transition: all .5s;}
.environment .item a .hd{overflow: hidden;position: relative;width:100%;}
.environment .item a .hd .img img{transform: scale(1.05,1.05);transition: all .5s}
.environment .item a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background: rgba(22,85,188,0.9);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.environment .item a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;}
.environment .item a .hd .zhezhao .box i{font-size: 50px;line-height: 1}
.environment .item a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;background: none;color:#fff;}
.environment .item a .bd{text-align: center;font-size: 16px;line-height: 50px;color:#333;transition: all .5s}
.environment .item:hover{box-shadow: 0 0 10px #ccc;}
.environment .item:hover a .img img{transform: scale(1,1);}
.environment .item:hover a .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: 1}
.environment .item:hover a .bd{letter-spacing: 1px}
@media(max-width: 576px){
	.environment .item a{padding:0;}
	.environment .item a .bd{font-size: 14px;}
}

/*????????????*/
.honor{overflow: hidden;}
.honor .item{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.honor .item a{display: block;width:100%;transition: all .5s;position:relative;}
.honor .item a .hd{overflow: hidden;position: relative;width:100%;border:solid 1px #eee;}
.honor .item a .bd{text-align: center;font-size: 16px;line-height: 50px;color:#fff;transition: all .5s;position: absolute;bottom:-15px;left:-15px;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:calc(100% + 30px);display: flex;height: 60px;flex-direction: column;align-items: center;}
.honor .item a .bd i{font-size: 40px;display: none;}
.honor .item .item:hover{box-shadow: 0 0 10px #ccc;}
.honor .item:hover a .bd{letter-spacing: 1px;height:calc(100% + 30px);justify-content: center;}
.honor .item:hover a .bd i{display: block;}
