/*导航菜单*/
.nav .coll>img{
	width: 18%;
	border-radius: 10px;
}
.nav .coll>span{
	vertical-align: top;
	margin-left: 2%;
	width: 18%;
}
.nav .coll>span>div{
	line-height: 20px;
    border-bottom: 1px solid #005baa;
    font-size: 20px;
    color: #005baa;
    line-height: 2.5;
}
.nav .rimg{
	width: 17%;
	position: absolute;
	right: 4%;
	top: 40px;
}
.nav .rimg>img{
	border-radius: 10px;
	width: 100%;
}
.nav .cat.active{
	border-color: #0067b6;
}
.nav .ify{
	padding: 20px 20px 20px 35px;
	width: 11%;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	vertical-align: top;
	line-height: 2;
	margin-right: 2%;
}
.nav .ify>div:first-child{	
	font-size: 24px;
	color: #005baa;
	white-space: nowrap;
}
.nav>span{
	padding: 24px 0px;
}
.nav{
	padding: 0px 40px;
	height: 108px;
	display: flex;
	border-bottom: 1px solid #0067b6;
	background-color: #fff;
	position: relative;
}
.nav>div>span{
	padding: 0 4%;
}
.nav>div{
	text-align: center;
	flex: 1;
	/*padding: 0 8%;*/
}
.nav .cat{
	font-weight: bold;
	font-size: 18px;
	line-height: 102px;
	cursor: pointer;
	border-bottom: 6px solid transparent;
	transition: .3s;
	text-align: left;
}
.nav>div>span:hover>.cat{
	border-color: #0067b6;
}
.nav .cat>div{
	padding: 40px 4% 40px 2%;
	position: absolute;
	width: 100%;
	left: 0;
	line-height: normal;
	font-size: 15px;
	box-shadow: 0 10px 15px #ccc;
	background-color: #f2f3f2;
	font-weight: normal;
	bottom: 0%;
	display: none;
	z-index: -1;
	transition: .5s;
}
/*搜索框样式*/
.search{
	position: absolute;
	right: 4%;
	padding: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	display: inline-block;
	background-color: #fff;
	width: 0px;
}
.search img{cursor: pointer;}
.search>div{
	right: -25px;
	top: -5px;
	position: absolute;
	white-space: nowrap;
	z-index: -1;
	transition: 1s;
	width: 0px;
	overflow: hidden;
}
.search select{
	position: absolute;
    top: 2px;
    left: 5px;
    height: 28px;
    line-height: 26px;
    border: none;
}
.search input{
	width: 100%;
    padding: 0 34px 0 65px;
    height: 32px;
    line-height: 32px;
    color: #666;
    border: none;
    border: 1px solid #0067b6;
    background: #fff;
}
.search-show>div{
	width: 220px;
}
/*轮播图样式*/
.rotation{
	width: 100%;
	height: calc(400px + 15vw);
	overflow: hidden;
	position: relative;
}
.rotation>span{
	display: inline-block;
	width: 42px;
	height: 84px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/*background-image: url(../img/lr_arrow.png);*/
	transition: .5s;
	opacity: .2;
	cursor: pointer;
}
.rotation>span:hover{
	opacity: 1;
}
.rotation>.left{
	left: 3%;
}
.rotation>.right{
	background-position: -42px;
	right: 3%;
}
.rotation>.rot_btn{
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	font-size: 0;
	width: 100%;
	display: none;
}
.rotation>.rot_btn>span{
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	transition: .5s;
	cursor: pointer;
}
.rotation>.rot_btn>span.active,.rotation>.rot_btn>span:hover{
	background-color: rgb(255 255 255/90%);
}
.rotation>.con{
	height: 100%;
}
.rotation img.active{
	left: 0;
}
.rotation img{
	width: 100%;
	height: 100%;
	transition: .5s;
	position: absolute;
	left: 100%;
	top: 0;
}
/*新品推荐*/
.take .txt{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 18px;
}
.take .img{
	width: 80%;
	overflow: hidden;
	height: 80%;
	text-align: center;
	background-position: center;
	background-size: 100% 100%;
	transition: .3s;
	vertical-align: top;
}
.take .img:hover{
	background-size: 105% 105%;
	height: 84%;
}
.take .con{
	position: relative;
	width: calc(25% - 15px);
	margin-right: 20px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.take{
	padding: 0px 3%;
	font-size: 0;
	height: 18vw;
}
.take>div{
	height: 100%;
	white-space: nowrap;
	overflow-y: hidden;
}
.take>span{
	text-align: center;
	width: 100%;
	padding-top: 50px;
}
.take>span>span{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #aaa;
    border: 4px solid transparent;
	box-shadow: 0px 0px 0px 1px transparent;
	background-clip: content-box;
	cursor: pointer;
	margin: 0px 10px;
}
.take .active{
	background-color: rgb(0,91,170);
	border: 4px solid #fff;
	box-shadow: 0px 0px 0px 1px rgb(0,91,170);
}
.home{
	overflow: hidden;
	min-height: 600px;
}
.home::-webkit-scrollbar{
	width: 0;
}
.take>div::-webkit-scrollbar{
	height: 0;
	width: 0;
}
.conbody{
	height: 100vh;
	min-height: 600px;
}
.home .center_tit{
	padding: 90px 0px 60px 0px;
}	
.center_tit{
	margin: 0;
    font-size: 48px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.scroll{
	position: relative;
}
/*公司介绍*/
.introd{
	padding:100px 3% 0px 3%;
	display: flex;
	font-size: 14px;
}
.introd .tit{
    margin: 0 auto;
    font-size: 36px;
    color: #005baa;
    text-align: center;
    font-weight: bold;
    padding: 3% 0 5%;
}
.introd>div{
	padding: 0px 5vw 0px 5vw;
}
.introd>img{
	width: 35vw;
}
.introd .con{
    line-height: 28px;
    margin: 0 0 25px;
    color: #000;
    text-align: justify;
}
.introd button{
	background: #005baa;
    display: block;
    width: 180px;
    margin-top: 3%;
    padding: 1.25% 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 99px;
}
/*资质荣誉*/
.aggimg>div>div{
	width: 300px;
	height: 300px;
	background-size: contain;
	background-position: center;
	background-origin: content-box;
    background-repeat: no-repeat;
	padding: 5px;
	cursor: pointer;
	transition: .5s;
}
.aggimg>div>div:hover{
	padding: 0px;
}	
.aggimg>div>span{
	margin: 0;
    padding: 0 5%;
    font-size: 18px;
    color: #585858;
    line-height: 5;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.aggimg>div{
	text-align: center;
}
.aggimg{
	display: flex;
	justify-content: space-evenly;
	padding: 0 5vw;
}
/*新闻中心*/
.nali .tit{
	padding-right: 2%;
    font-size: 24px;
    color: #005baa;
}
.nali button{
	background: #005baa;
    display: inline-block;
    padding: 4px 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 99px;
    margin-left: 20px;
}
.nali{
	padding: 0 8%;
}
.nali .con1{
	margin: 25px 0;
    font-size: 20px;
    font-weight: normal;
}
.nali .con2{
	margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}
.nali>div{
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
}
.nali>div>span{
	margin-left: 5%;
	flex: 1;
}
.nali>div>div{
	width: 220px;
	height: 167px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.left_tit{
    font-size: 34px;
    color: #000;
    font-weight: bold;
    padding: 30px 3%;
}
/*填充样式*/
.ifarme_su{
	position: absolute;
	top: 108px;
	bottom: 0;
	width: 100%;
	height: calc(100% - 108px);
	z-index: -2;
}
.ifarme_du{
	position: relative;
    top: 0;
    z-index: 1;
}
.no_soroll{
	overflow-x: hidden;
	height: auto;
	font-size: 0px;
}
.no_soroll>*{
	font-size: 16px;
}
.body_pois{
	position: relative;
	height: auto;
}
/*底部介绍栏*/
.index_bottom{
	background: -webkit-linear-gradient(to right, #89b92d, #2098cf);
	background: linear-gradient(to right,#89b92d,#2098cf);
}
.index_bottom .txt3{
	border-top: 1px solid rgba(255,255,255,0.2);
    padding: 20px 10% 25px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.index_bottom .txt{
	display: flex;
	justify-content: space-between;
	padding: 105px 0 85px 0;
    width: 1440px;
    margin: 0 auto;
}
.index_bottom .left{
	width: 145px;
}
.index_bottom img{
	width: 100%;
}
.index_bottom .img{
	padding: 40px 20px;
}
.index_bottom .right{
	margin-left: 5%;
}
.index_bottom .right{	
	font-size: 16px;
    line-height: 36px;
    color: #fff;
}
.index_bottom .right>span{
	vertical-align: top;	
	margin-right: 50px;
}
.index_bottom .right>span>div{
	cursor: pointer;
}
.index_bottom .tit{
	font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.index_bottom .right{
	font-size: 16px;
    line-height: 36px;
    color: #fff;
    flex: 1;
    margin-left: 15%;
    display: flex;
    justify-content: space-between;
}
.index_bottom .right>span{
	vertical-align: top;	
	margin-right: 50px;
}
.index_bottom .right>span>div{
	cursor: pointer;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 120px;
}
.index_bottom .tit{
	font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
/*联系我们*/
.imgagg .img{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	font-size: 18px;
}
.imgagg .tit{
	font-weight: bold;
}
.imgagg .con{
	margin-left: 50px;
}
.imgagg .con>div{
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.imgagg>span{
	display: inline-flex;
	margin: 30px 0px;
	width: 48%;
}
.imgagg{
}
.imgagg>span:nth-child(odd){
	padding-right: 2%;
}
.imgagg>span:nth-child(even){
	padding-left: 2%;
}
.split{
	padding: 30px 0%;
	font-size: 18px;
}
.split .active{
    color: #0067b6;
}
.split>span{
	cursor: pointer;
}
.split>span:not(:last-child):after{
	content: " > ";
	font-family: "宋体";
}
.txt1{
	margin-bottom: 4%;
    font-size: 36px;
    color: #005baa;
}
.txt2{
	font-size: 20px;
    margin-bottom: 30px;
}
.bound{
	width: 1440px;
    margin: 0px auto;
}
/*联系我们*/
.btnagg>button{
    line-height: 43px;
    height: 45px;
    padding: 0 72px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    border: 1px solid #d5d5d5;
    border-radius: 99px;
    background-color: transparent;
    margin-bottom: 2%;
    margin-right: 20px;
}
.btnagg>.active,.btnagg>button:hover{
	color: #fff;
    background: #005baa;
    border-color: #005baa;
}
.recruit>ul{
	display: table;
    width: 100%;
}
.recruit>ul>li{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: justify;
    cursor: pointer;
}
.recruit>ul>li:first-child{
	width: 30%;
    padding-right: 2%;
    font-size: 18px;
    font-weight: bold;
}
.recruit{
    border-bottom: 1px solid #d6d6d6;
}
.recruit_shell>div:first-child{
	border-top: 1px solid #d6d6d6;
}
.recruit_shell{
	margin: 20px 0px 100px 0px;
}
.recruit_shell ul+div{
	display: none;
}
.recruit_shell .active+div{
	display: block;
}
.recruit_shell .btn{
	padding: 15px 0;
	display: block;
	margin-bottom: 30px;
}
.recruit_shell .btn>button{
	display: inline-block;
    max-width: 300px;
    width: 40%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #8cc11f;
    font-size: 16px;
    border-radius: 99px;
}
.recruit>div{
	font-size: 0px;
	border-top: 1px solid #d6d6d6;
}
.recruit>div>div{
	display: inline-block;
    width: 48%;
    vertical-align: top;
    font-size: 15px;
    line-height: 35px;
    padding: 2% 0;

}
.recruit>div>div>div{
	display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.recruit>div>div:first-child{
	margin-right: 4%;
}
.recruit>ul>li:last-child{
	background: url(../img/old/81.png) no-repeat 90% center;
}
.recruit>.active>li:last-child{
	background-image: url(../img/old/82.png);
}
/*右侧链接*/
.r_link{
	position: fixed;
	z-index: 5;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.r_link>span{
	background: #005baa;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    margin: 14px auto;
    cursor: pointer;
}
.r_link>span.active{
	background: #FFC107;
    position: relative;
    width: 14px;
    height: 14px;
}
/*公司介绍样式变化*/
.about .introd{
	font-size: 16px;
	padding: 60px 0px 70px 0px;
	align-items: flex-start;
}
.about .introd .tit{
	text-align: left;
}
.about .introd .con{
	line-height: 36px;
}
.about .introd>div{
	padding: 0px 0px 0px 5vw;
}
.about .introd>img{
	width: 640px;
}
/*公司介绍*/
.aimg{
	width: 1440px;
	margin: 0 auto;
	margin-bottom: 95px;
}
.atit{
	margin: 0 0 2%;
    font-size: 36px;
    color: #0067b6;
    text-align: center;
    font-weight: bold;
}
.alist{
	height: 950px;
	background-image: linear-gradient(rgb(0,103,182) 370px, #fff 370px);
}
.alist .item{
	width: 450px;
	height: 710px;
	background-color: rgb(0,103,182);
	vertical-align: top;
	padding-bottom: 5px;
}
.alist .con{
	height: 345px;
	background-color: #fbfbfb;
	white-space: normal;
    margin: 0;
    padding: 5% 4%;
    color: #000;
    line-height: 36px;
    text-align: justify;
}
.alist>div{
	width: 1440px;
	margin: 0 auto;
	padding-top: 120px;
	white-space: nowrap;
}
.alist>div>span:not(:last-child){
	margin-right: 35px;
}
.alist>div>span:first-child .img{
	background-color: rgba(0,103,182,0.5);
}
.alist>div>span:nth-child(2){
	background-color: rgba(140,193,31,1);
}
.alist>div>span:nth-child(2) .img{
	background-color: rgba(140,193,31,0.5);
}
.alist>div>span:nth-child(3){
	background-color: rgba(40,157,171,1);
}
.alist>div>span:nth-child(3) .img{
	background-color: rgba(40,157,171,0.5);
}
.alist .img>span{
	background-color: inherit;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}
.alist .img{
	background-size: cover;
	background-position: center;
	background-color: inherit;
	height: 360px;
	position: relative;
}
/*公司介绍*/
.imgagga>li{
	margin-right: 2.7%;
    width: 22.25%;
    position: relative;
    float: left;
    margin-bottom: 3%;
    border: 3px solid #f5f5f5;
    cursor: pointer;
}
.imgagga>li:after{
	background: url(../img/old/122.png) no-repeat center #f5f5f5;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 47px;
    height: 47px;
    content: '';
}
.imgagga>li:hover{
	border-color: #005baa;
}
.imgagga>li:hover:after{
	background: url(../img/old/121.png) no-repeat center #005baa;
}
.imgagga .con{
    padding: 8% 15.05% 20%;
}
.imgagga .con>span{
	width: 100%;
	margin: 0 0 30px;
    font-size: 18px;
    color: #000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imgagga .img{
	padding-bottom: 136%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*新闻中心*/
.imgaggb{
	padding-bottom: 65px;
}
.imgaggb>span{
	height: 240px;
	position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    display: flex;
}
.imgaggb .img{
	height: auto;
	width: 18%;
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.imgaggb .txt{
	padding-left: 3%;
	flex: 1;
}
.imgaggb .tit{
    font-size: 20px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    cursor: pointer;
}
.imgaggb .tit:hover{
	color: #005baa;
}
.imgaggb .con{
	margin-top: 20px;
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.imgaggb .time{
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #8a8a8a;
}
/*新闻中心*/
.paging{
	text-align: center;
	margin-top: 60px;
	font-size: 14px;
}
.fonts{
	font-family: "宋体";
}
.paging>.active,.paging>span:hover{
	color: #fff;
    background-color: #005baa;
}
.paging>span:hover{

}
.paging>span{
    padding: 0 15px;
    line-height: 37px;
    background-color: #eee;
    color: #666666;
    margin-left: 5px;
    cursor: pointer;
}
/*资料下载*/
.imgaggc{
	padding-bottom: 50px;
}
.imgaggc .tit:after{
	background: #005baa;
    display: block;
    margin: 20px 0;
    width: 60px;
    height: 1px;
    content: '';
}
.imgaggc .tit{
	margin: 0;
    padding-top: 1%;
    font-size: 20px;
    font-weight: normal;
    color: #005baa;
}
.imgaggc>span{
	padding: 10px;
    border: 1px solid #cdcdcd;
    margin-bottom: 3%;
    width: 100%;
    display: flex;
    cursor: pointer;
}
.imgaggc>span:hover{border-color: #005baa;}
.imgaggc .btn{
	background-image: url(../img/old/145.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 225px;
	cursor: pointer;
}
.imgaggc .img{
	height: 165px;
	width: 252px;
}
.imgaggc .txt{
	flex: 1;
	margin-left: 3%;
	position: relative;
}
.imgaggc .txt:before{
	content: "";
	position: absolute;
	width: 1px;
    height: 70%;
    top: 15%;
    background-color: #ebebeb;
    right: 0;
}
.imgb{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*解决方案*/
.imgaggd>li{
	position: relative;
    float: left;
    width: 25%;
    margin-bottom: 5%;
    text-align: center;
    cursor: pointer;
}
.imgaggd>li:hover span{
	color: rgb(102,102,102);
}
.atit{
	margin: 0 0 5%;
    font-size: 48px;
    color: #6ca79d;
}
.imgaggd .img{
	max-width: 130px;
}
.imgaggd>li>span{
	padding-top: 30px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
}
/*产品与服务*/
.imgagge>span{
	width: 1440px;
	white-space: nowrap;
	text-align: initial;
}
.imgagge{
	background: #e5eef7;
    padding: 2% 0;
    text-align: center;
}
.imgagge .icon{
	width: 158px;
	border-left: 1px solid #72a4d1;
	display: table-cell;
    vertical-align: middle;
}
.imgagge .txt>div{
	font-weight: bold;
	margin: 0 0 0 30px;
    font-size: 48px;
    color: #000;
    line-height: 54px;
}
.imgagge .txt{
    border-left: 1px solid #72a4d1;
    display: table-cell;
    vertical-align: middle;
}
.imgagge img{
	max-height: 96px;
    display: block;
    margin: 0 auto;
}
.imgagge .left{
    float: left;
    width: 37%;
    display: table;
}
.imgagge .right{
	white-space: initial;
	float: right;
    width: 62%;
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 36px;
    text-align: justify;
}
.listagg>div{
	margin: 0 auto;
}
.listagg .clear{
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 5%;
    font-size: 16px;
    color: #005baa;
    line-height: 3;
}
.listagg dt>span{
    float: right;
    font-size: 16px;
    color: #fff;	
}
.listagg dt{
	background: #005baa;
    padding: 0 5%;
    font-size: 16px;
    color: #fff;
    line-height: 3;
}
.listagg dl{
	cursor: pointer;
}
.listagg dd>div{
    background: url(../img/old/191.png) no-repeat 5.5% center;
    padding-left: 17%;
    padding-right: 5%;
    font-size: 16px;
    color: #005baa;
    line-height: 3;
    border-bottom: 1px solid #79a6ce;
}
.listagg .active{
	background-image: url(../img/old/192.png);
}
.listagg{
	margin: 60px auto;
}

.listagg .left{
    width: 22%;
    padding-bottom: 4%;
    float: left;
    padding-top: 45px;
	background: rgb(242,242,242);
	position: relative;
	margin-bottom: 90px;
}
.listagg .right{
    width: 75%;
    padding-bottom: 4%;
    float: right;
}
.listagg .right>li{
	position: relative;
    padding-right: 30%;
    padding-bottom: 8%;
    margin-bottom: 4%;
    min-height: 220px;
    border-bottom: 1px solid #7fadd5;
}
.listagg .img{
	position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 25%;
    padding-bottom: 16.67%;
}
.listagg .tit{
	margin: 0;
    padding-bottom: 25px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.listagg .right dl{
	position: relative;
    padding-bottom: 2%;
}
.listagg .right dl>dd{
	display: inline-block;
    width: 32%;
    font-size: 18px;
    color: #000;
}