.header {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0rem;
	height: 80rem;
	background: #303030;
	z-index: 10002;
	box-shadow: 0 2rem 15rem rgba(0, 0, 0, .2);
}
.header .container{
	display: flex;
}
.header .logo img{
	height: 80rem;
	/* background-color: #fff; */
	margin-right: 80rem;
}
.foot-logo img{
	height: 100rem;
	margin-right: 80rem;
}

.header .nav {
	flex: 1;
	color: #fff;

}
.header .nav>ul {
	display: flex;
}

.header .nav>ul>li>a {
	display: inline-block;
	min-width: 105rem;
	height: 80rem;
	line-height: 80rem;
	font-size: 14rem;
	text-align: center;
	font-weight: 600;
}

.header .nav>ul>li:hover>a {
	background-color: #fff;
	color: #045799;
}
.header-shop{
	display: flex;
	align-items: center;
	height: 80rem;
	color: #fff!important;
	font-size: 16rem;
	margin-right: 40rem;
}
.header-shop .iconfont{
		font-size: 32rem;
		margin-right: 5rem;
		color: #fff!important;
}
.header .header-search form {
	display: flex;
	height: 80rem;
	align-items: center;
	color: #999;
}

.header-search .iconfont {
	font-size: 32rem;
	line-height: 1;
	color: #fff;
	margin-left: 10rem;
}

.header .header-search .search-input {
	width: 260rem;
	line-height: 32rem;
	background-color: transparent;
	border: none;
	border-bottom: 1rem solid #fff;
}
.header-search button{
	outline: none !important;
	border: 0;
}

.pro-dropmenu {
	display:flex;
	position: fixed;
	justify-content: center;
	width: 100%;
	top: 80rem;
	left: 0;
	height: 0;
	opacity: 0;
	background-color: #fff;
	box-shadow:0 0 16rem rgba(0, 0, 0, .2);
	overflow: hidden;
}
.pro-dropmenu .pro-dropmenu-item{
	width: 260rem;
	text-align: center;
	margin: 50rem 20rem 20rem;
}
.pro-dropmenu .pro-dropmenu-pic{
	padding: 10rem;
	border: 1px solid #eee;
	border-radius: 6rem;
	overflow: hidden;
}
.pro-dropmenu .pro-dropmenu-pic img{
	transition: all .35s ease-in-out;
}
.pro-dropmenu .pro-dropmenu-item .pro-dropmenu-title{
	color: #333;
	font-size: 16rem;
	margin-top: 20rem;
}
.pro-dropmenu .pro-dropmenu-item:hover .pro-dropmenu-title{
	color: #045799;
}
.pro-dropmenu .pro-dropmenu-item:hover img{
	transform: scale(1.1);
	border-color: #999;
}
.nav>ul>li:hover .pro-dropmenu{
	transition: all .35s ease-in-out;
	height: 350rem;
	opacity: 1;
}
.main-list {
	margin: 3.2rem 0;
}

.main-list>a {
	position: relative;
	display: block;
	flex: 1;
	margin: 3.2rem;
	overflow: hidden;
}

.main-list>a p {
	position: absolute;
	left: 8%;
	bottom: 12%;
	width: 100%;
	font-size: 30rem;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	transition: all .35s ease-in-out;
}

.main-list>a img {
	transition: all .35s ease-in-out;
}

.main-list>a:hover img {
	opacity: 0.8;
	transform: scale(1.03);
}

.main-list>a:hover p {
	left: 12%;
}


.view-more {
	display: block;
	text-align: center;
	margin: 40rem auto;
	position: relative;
	width: 100%rem;
	height: 48rem;
}

.view-more a {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 160rem;
	height: 48rem;
	line-height: 48rem;
	text-align: center;
	color: #fff;
	font-size: 16rem;
	text-transform: uppercase;
	cursor: pointer;
	background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
	background-size: 400%;
	border-radius: 8rem;
}
.view-more a:hover {
	animation: animate 8s linear infinite;
}

@keyframes animate {
	0% {
		background-position: 0%;
	}

	100% {
		background-position: 400%;
	}
}

.view-more a::before {
	content: '';
	position: absolute;
	top: -5rem;
	left: -5rem;
	right: -5rem;
	bottom: -5rem;
	z-index: -1;
	background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
	background-size: 400%;
	border-radius: 2rem;
	opacity: 0;
	transition: 0.5s;
}

.view-more a:hover::before {
	filter: blur(20rem);
	opacity: 1;
	animation: animate 8s linear infinite;
}

.index-more{
		display: block;
    width: 140rem;
    height: 38rem;
    border: solid 1px #b5b5b5;
    font-size: 14rem;
    letter-spacing: 1px;
    text-align: center;
    color: #959595;
    line-height: 38rem;
    margin: 40rem auto 40rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.index-more:hover {
	border: solid 1px #045799;
	background-color: #045799;
	color: #fff;
}
/*底部*/

.footer{
	background: rgba(0, 0, 0, .8);
	color: #626262;
	padding: 50rem 10rem 20rem;
}
.footer .container{
	display: flex;
	justify-content: space-between;
}
.ewm-list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20rem;
}
.ewm-list .ewm-box{
	font-size: 14rem;
	text-align: center;
	margin:0 15rem;
}
.ewm-list .ewm-box div{
	line-height: 36rem;
}
.ewm-list .ewm-box img{
	padding: 4rem;
	border-radius: 4rem;
	background-color: #fff;
	width: 100rem;
	border: 1px solid #e5e5e5;
}
.nav-list{
	text-align: center;
	margin-top: 20rem;
}
.nav-list a{
	display: inline-block;
	line-height: 14rem;
	padding-right: 20rem;
	padding-left: 20rem;
	border-right: 1rem solid #666;
}
.nav-list a:first-child{
	border-left: 1rem solid #666;
}
.nav-list a:hover{
	color: #fff;
}
.copyright{
	background: #000;
	color: #626262;
	border-top: 1rem solid #999;
}
.copyright .container{
	display: flex;
	justify-content: space-between;
}
.copyright .copyright-text{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66rem;
}
.copyright .copyright-text a{
	color: #fff;
}

/*产品推荐*/
.index-pro{
	padding: 50rem 0;
}
.index-title{
	margin-bottom: 50rem;
	text-align: center;
}
.index-title-main{
	font-size: 40rem;
	font-weight: 600;
	color: #333;
}
.index-title-sub{
	font-size: 24rem;
	color: #999;
	text-transform: uppercase;
	margin-top: 20rem;
}
.index-title-desc{
	font-size: 16rem;
	line-height: 30rem;
	color: #333;
	margin-top: 20rem;
	text-align: left;
}
.pro-item{
	padding: 15rem;
}
.pro-item>a{
	display: flex;
	background-color: #fff;
	padding:25rem 15rem;
	border-radius: 4rem;
	max-width: 100%;
}
.pro-item>a img{
	width: 45%;
}
.pro-item>a .content{
	padding-top: 5%;
	padding-left: 5%;
	flex: 1;
	overflow: hidden;
}
.pro-item>a .content .title{
	font-size: 18rem;
	font-weight: 600;
	color: #045799;
	padding-bottom: 15rem;
	margin-bottom: 15rem;
	border-bottom: 1rem solid #e5e5e5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-item>a .content .desc{
	font-size: 14rem;
	line-height: 32rem;
	height: 96rem;
	color: #999;
}
.pro-item>a .content .more{
	float: right;
	display: inline-block;
	font-size: 14rem;
	line-height: 30rem;
	padding: 0 20rem;
	border-radius: 16rem;
	border: 1rem solid #999;
	margin-top: 30rem;
	margin-right: 30rem;
	transition: all .35s ease-in-out;
}
.pro-item>a:hover{
	box-shadow: 0 2rem 8rem rgba(0, 0, 0, .1);
}
.pro-item>a:hover .more{
	background-color: #045799;
	color: #fff;
}


/*主页新闻*/
.index-news-title {}

.index-news-title .title {
	font-size: 30rem;
	font-weight: 600;
	color: #535353;
}

.index-news-title .desc {
	margin-top: 10rem;
	font-size: 22rem;
	color: #d2d2d2;
	text-transform: uppercase;
}

.index-news-list {
	width: 1400rem;
	max-width: 100%;
	margin: 20rem auto;
	display: flex;
	flex-wrap: nowrap;
}

.index-news-list .item {
	margin-bottom: 20rem;
	margin-right: 45rem;
	width: 33.333%;
	background-color: #fff;
	transition: all .35s ease-in-out;
	border: 1rem solid #e5e5e5;
}

.index-news-list .item:last-child {
	margin-right: 0;
}

.index-news-list .text {
	padding: 16rem 24rem;
}

.index-news-list .title {
	font-size: 18rem;
	font-weight: 600;
	color: #333;
}

.index-news-list .time {
	margin-top: 16rem;
	font-size: 14rem;
	font-weight: 600;
	color: #666;
}
.index-news-list .item:hover{
	box-shadow: 0 3rem 15rem rgba(0, 0, 0, .15);
}



/*内页*/
.page-img{
	position: relative;
	width: 100%;
	height: 350rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.page-categroy{
	position: absolute;
	width: 100%;
	height: 60rem;
	left: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0.4);
}

.page-categroy .container{
	display: flex;
	border-top: 1rem solid #ffffff29;
	border-bottom: 1rem solid #ffffff29;
}
.page-categroy .container a{
	display: inline-block;
	text-align: center;
	flex: 1;
	height: 60rem;
	line-height: 60rem;
	border-left: 1rem solid #ffffff29;
}
.page-categroy .container a:last-child{
	border-right: 1rem solid #ffffff29;
}
.page-categroy .container a:hover{
	background-color: #045799;
	color: #fff;
}
.page-categroy-fixed {
	position: fixed!important;
	left: 0;
	top: 170rem;
}
.page-categroy-fixed a{
	color: #fff!important;
}

.page-title{
	text-align: center;
}
.page-title .title{
	font-size: 40rem;
	font-weight: 500;
}
.page-title .sub-title{
	font-size: 24rem;
	margin-top: 20rem;
	font-weight: 500;
	text-transform: uppercase;
}
.label-con>div:nth-child(2n){
	background-color: #fff;
	flex-direction: row-reverse;
}
.pro-label{
	display: flex;
	padding: 50rem 7.5%;
	justify-content: space-between;
}
.pro-label .pic{
	flex: 0 0 auto;
	max-width: 50%;
	padding: 30rem 50rem;
}
.pro-label .content{
	padding-top: 100rem;
	max-width: 50%;
}
.pro-label .content .title{
	font-size: 32rem;
	margin-bottom: 24rem;
	color: #333;
}
.pro-label .content .description{
	font-size: 16rem;
	color: #999;
	line-height: 28rem;
	margin-bottom: 24rem;
}
.pro-label .content .list{
	display: flex;
	flex-wrap: wrap;

}
.pro-label .content .list>a{
	display: inline-block;
	width: 42%;
	margin-right: 8%;
	margin-top: 20rem;
	border-radius: 8rem;
	background-color: #fff;
	color: #333;
	font-size: 14rem;
	border: 1rem solid #e5e5e5;
	line-height: 40rem;
	padding: 0 15rem;
	transition: all .35s ease-in-out;
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, .2);
}
.pro-label .content .list>a .iconfont{
	display: inline-block;
	margin-right: 5rem;
	font-size: 12rem;
	vertical-align: 1rem;
}
.pro-label .content .list>a:hover{
	color: #fff;
	background: #045799;
}

/*产品content*/
.pro-content-bg{
	background: url(../image/pro-content-bg.jpg) no-repeat #fff;
	background-size: 100%;
}
.page-navbar{
	border-bottom: 1rem solid #cdcdcd;
	background-color: #fff;
}
.page-navbar .container{
	width: 100%;
	height: 90rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #999;
	font-size: 16rem;
}

.page-navbar .iconfont{
	font-size: 20rem;
	padding: 0 5rem;
}
.page-navbar a:hover{
	color: #045799;
}
.pro-content-header{
	padding: 50rem 0;
}
.pro-content-header .pic{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-content-header .pic img{
	max-width: 500rem;
}
.pro-content-header .text{
	padding-top: 100rem;
}
.pro-content-header .title{
	font-size: 32rem;
	font-weight: 600;
	color: #045799;
	padding-bottom: 30rem;
	border-bottom: 1rem solid #e5e5e5;
}
.pro-content-header .title-blod{
	font-size: 24rem;
	font-weight: 600;
	padding-top: 30rem;
	margin-bottom: 30rem;
}
.pro-content-header .desc{
	font-size: 16rem;
	color: #999;
	line-height: 30rem;
}
.pro-feat{
	width: 100%;
	height: 630rem;
	background: url(../image/pro-content-bg2.jpg) no-repeat;
	background-size: 100% 600rem;
	padding-left: 260rem;
	padding-top: 100rem;
}
.pro-feat .pro-feat-label{
	width: 400rem;
	display: flex;
	flex-wrap: wrap;
}
.pro-feat .pro-feat-label span{
	display: inline-block;
	width: 140rem;
	background: #fff;
	border-radius: 28rem;
	line-height: 40rem;
	font-size: 18rem;
	text-align: center;
	margin-right: 40rem;
	margin-bottom: 40rem;
	box-shadow: 0 0 8rem rgba(0, 0, 0, .4);
}
.pro-feat .pro-feat-label span:first-child{
	transform: translate(0,30rem);
}
.pro-feat .pro-feat-label span:nth-child(2){
	transform: translate(20rem,0);
}
.pro-feat .pro-feat-label span:nth-child(3){
	transform: translate(60rem,30rem);
}
.pro-feat .pro-feat-label span:nth-child(4){
	transform: translate(140rem,0);
}
.pro-feat .pro-feat-label span:nth-child(5){
	transform: translate(-10rem,30rem);
}
.pro-feat .pro-feat-label span:nth-child(6){
	transform: translate(110rem,0);
}
.pro-feat .pro-feat-title{
	font-size: 36rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30rem;
}
.pro-feat .pro-feat-label span:hover{
	background-color: #000;
	color: #fff;
	cursor: pointer;
}
.article{
	background-color: #fff;
	border-radius: 8rem;
	padding:20rem;
	margin-bottom: 20rem;
	padding-bottom: 50rem;
	/* box-shadow: 0 2rem 4rem rgba(0, 0, 0, .15); */
}
.page-article *{
	font-size: 16rem;
	color: #666;
	line-height: 36rem;
}
.article *,.page-article *{
	max-width: 100%;
}
.honour-list{
	border: 1rem solid #eee;
	border-radius: 4rem;
	text-align: center;
	overflow: hidden;
	margin-top: 15rem;
	background-color: #fff;
}
.honour-list-title{
	font-size: 16rem;
	margin-top: 10rem;
	margin-bottom: 10rem;
	color: #666;
	text-align: center;
}
.pro-tj{
	border: 1rem solid #e5e5e5;
	border-radius: 4rem;
	text-align: center;
	padding: 20rem;
	margin-top: 30rem;
	background-color: #fff;
}
.pro-tj-desc{
	font-size: 16rem;
	color: #666;
	font-weight: 600;
	margin-top: 20rem;
}
.pro-tj:hover{
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, .15);
}
.pro-tj:hover .pro-tj-desc{
	color: #045799;
}
.tab-list{
	display: flex;
	border-bottom: 1rem solid #999;
}
.tab-list .tab-item{
	position: relative;
	font-size: 20rem;
	font-weight: 600;
	padding: 15rem 20rem;
	cursor: pointer;
}
.tab-content{
	display: none;

}
.tab-content-active{
	display: block;
}
.tab-list .tab-item::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1rem;
	width: 100%;
	height: 3rem;
}
.tab-list .tab-item:hover{
	color: #045799;
}
.tab-list .tab-item-active{
	color: #045799;
}
.tab-list .tab-item-active::before{
	background-color: #045799;
	
}
/*新闻详情页*/
.news-content .title{
	font-size: 32rem;
	font-weight: 600;
	color: #045799;
	text-align: center;
	margin-bottom: 20rem;
}
.news-content .data{
	text-align: center;
	font-size: 16rem;
	color: #999;
	padding-bottom: 20rem;
	margin-bottom: 30rem;
	border-bottom: 1rem solid #e5e5e5;
}
.news-content .title-blod{
	font-size: 24rem;
	font-weight: 600;
	color: #333;
	border-top: 1rem solid #e5e5e5;
	margin-top: 30rem;
	padding-top: 30rem;
}

/*关于我们*/
.about-title{
	font-size: 24rem;
	font-weight: 500;
	color: #666;
	margin-bottom: 50rem;
	padding-top: 30rem;
}
.about-text *{
	font-size: 16rem;
	line-height: 32rem;
	color: #666;
	text-align: justify;
}
.about-pic{
	padding: 80rem 15rem 20rem;
}

/*联系我们*/

.contact-content .title{
	font-size: 36rem;
	font-weight: 500;
	margin-bottom: 30rem;
	color: #666;
}
.contact-content p{
	font-size: 16rem;
	margin-bottom: 20rem;
}
/*服务*/
.service-item{
	display: block;
	background-color: #fff;
	margin-bottom: 30rem;
	transition: all .35s ease-in-out;
}
.service-item .text{
	padding: 22rem 26rem 42rem 26rem;
}
.service-item .text .title{
	font-size: 22rem;
	color: #333;
	line-height: 30rem;
	font-weight: 600;
}
.service-item .text .more{
	font-size: 14rem;
	margin-top: 10rem;
	color: #999;
	line-height: 20rem;
}
.service-item .text .more img{
	margin-left: 10rem;
}
.service-item:hover{
	box-shadow: 0 -2rem 10rem rgba(0, 0, 0, .2);
}

.service-label{
	background-color: #fff;
}
.service-label .container{
	display: flex;
}
.service-label .container>div{
	position: relative;
	width: 289rem;
	max-width: 33%;
	height: 65rem;
	line-height: 65rem;
	text-align: center;
	font-size: 16rem;
	color: #666;
	cursor: pointer;
}
.service-label .container>div::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #045799;
	transition: all .5s ease-in-out;
}
.service-label .container>div:hover,.service-label .container>div.active{
	color: #045799;
}
.service-label .container>div:hover::after,.service-label .container>div.active::after{
	width: 100%;
	left: 0;
	
}
.service-content{
	display: none;
	background-color: #fff;
	padding: 76rem 85rem;
	height: 100%;
	border-radius: 4rem;
}
.service-content-active{
	display: block;
}
.service-pic{
	padding: 30rem;
	background-color: #fff;
	border-radius: 4rem;
}