/*header*/
.header{
	width: 100%;
	background-color: #000;
	color: #fff;
}
.logo{
	flex: 0;
	height: 5.375rem;
	display: flex;
	align-items: center;
}
.nav{
	flex: 1;
	padding-left: 6.25rem;
}
.nav>ul{
	display: flex;
	width: 100%;
	height: 5.375rem;
	align-items: center;
	justify-content: space-around;
}
.nav>ul>li>a{
	display: flex;
	height: 5.375rem;
	align-items: center;
	justify-content: center;
	font-size: 0.9375rem;
	transition: color .23s ease-in-out; 
}
.nav>ul>li>a:hover{
	color: #ed7020;
}
.search-top{
	flex: 0;
	display: flex;
	align-items: center;
	position: relative;
}
.search-top button{
	position: absolute;
	height: 1.75rem;
	right: 1rem;
	background-color: transparent;
	color: #fff;
	border: none;
	font-size: 1rem;
}
.search-top button:focus{
	outline: none;
}
.search-top input{
	border-radius: 1.25rem;
	border: 1px solid #fff;
	padding-left: 1rem;
	background-color: transparent;
	font-size: 0.75rem;
	height: 1.75rem;
	color: #fff;
	width: 12rem;
	max-width: 100%;
}
.search-top input:focus{
	outline: none;
	border: 1px solid #ED7020;
}
.search-top input::-webkit-input-placeholder { /* WebKit browsers */
            color: #fff;
			font-size: 0.75rem;
        }

.search-top input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #fff;
            font-size: 0.75rem;
        }

.search-top  input::-moz-placeholder { /* Mozilla Firefox 19+ */
			color: #fff;
			font-size: 0.75rem;
        }

.search-top  input:-ms-input-placeholder { /* Internet Explorer 10+ */
			color: #fff;
			font-size: 0.75rem;
        }
		
		
		
/*swiper*/
.swiper-pagination-top .swiper-pagination-bullet{
	width: 1rem!important;
	height: 1rem!important;
	background-color: #ed7020!important;
	border-radius: 50%;
}

/*主页index*/
.adv-bg{
	background: url(../image/adv-bg.jpg) no-repeat;
}
.title-box{
	padding: 3.5rem 0;
}
.adv-title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.adv-title>span{
	display: inline-block;
	width: 1.625rem;
	height: 1.625rem;
	background: url(../image/t1.png) no-repeat;
}
.adv-title strong{
	font-size: 2.625rem;
	margin: 0 3.5rem;
}
.adv-subtitle{
	text-align: center;
	margin-top: .5rem;
}
.adv-subtitle span{
	display: inline-block;
	font-size: 1rem;
	color: #000;
	border: 1px solid #000;
	padding: 0 1rem;
	line-height: 1.5rem;
}
.adv-item{
	max-width: 100%;
	width: 14rem;
	margin: 0 auto;
}
.adv-item-img{
	margin: 1rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12rem;
	height: 12rem;
	padding: 0.8rem;
	background: url(../image/circle-bg.png) no-repeat center center;
	background-size: 100%;
	border-radius: 50%;
}
.adv-item-img img{
	width: 100%;
}
.adv-item h1{
	font-size: 1.25rem;
	font-weight: 900;
	color: #000;
	text-align: center;
	margin-bottom: .5rem;
}
.adv-item p{
	font-size: 0.875rem;
	color: #000;
	text-align: center;
}


.pro-title .line{
	display: inline-block;
	width: 4.375rem;
	height: 7px;
	background-color: #ED7020;
}
.pro-title .title{
	font-size: 2rem;
	font-weight: 900;
	color: #000;
}
.pro-title .title span{
	font-size: 1.75rem;
	font-weight: 400;
	color: #aaa;
	font-family: "times new roman";
	letter-spacing: 1px;
}
.pro-title .description{
	display: flex;
	justify-content: space-between;
	font-size: 0.9375rem;
	color: #000;
}
.pro-title .description a{
	font-size: 1rem;
	color: #999;
}


.pro-recom{
	display: flex;
}
.recom-active{
	flex: 0 0 40%!important;
	max-width: 40%!important;
	background-color: #f3f3f3!important;
}
.recom-active .recom-img{
	justify-content: flex-end!important;
}
.recom-active::before{
	content: none!important;
}
.recom-active .recom-hover{
	display: none;
}
.recom-active .recom-text{
	display: block!important;
}
.recom-active .recom-more{
	display: block!important;
}
.recom-text{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 15rem;
	height: 100%;
	padding: 1.5rem;
}
.recom-text h2{
	font-size: 1.5rem;
	color: #ED7020;
	font-weight: 900;
}
.recom-text em{
	display: block;
	width: 3rem;
	height: 5px;
	background-color: #000;
	margin: 1rem 0;
}
.recom-text .description{
	font-size: 1rem;
	color: #222;
}
.recom-more{
	position: absolute;
	display: none;
	right: 1.5rem;
	bottom: 1.5rem;
}
.recom-more .iconfont{
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	color: #000;
	border-radius: 50%;
	border: 1px solid #000;
}
.recom-item{
	flex: 0 0 15%;
	max-width: 15%;
	position: relative;
	transition: all .33s ease-in-out;
}
.recom-item::before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(191,191,191,.7);
	transition: all .33s ease-in-out;
	
}
.pro-recom>div:nth-child(2n+1)::before{
	background-color: rgba(170,170,170,.8);
}
.recom-text{
	display: none;
}
.recom-img{
	overflow: hidden;
	height: 33.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .33s ease-in-out;
}
.recom-img img{
	width: auto;
	height: 100%;
}

.recom-hover{
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.recom-hover .iconfont{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 4.375rem;
	color: #ED7020;
	z-index: 1;
}
.recom-hover h6{
	font-size: 1.625rem;
	line-height: 1.5;
}


.about-bg{
	margin-top: 4rem;
	background-color: #f3f3f3;
	padding-bottom: 3rem;
}

.index-about{
	position: relative;
	padding:2.25rem 5rem;
	background-color: #fff;
}
.about-huise{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #F3F3F3;
	display: block;
	width: 35%;
	height: 100%;
}
.about-huise::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	border-width:14.15rem 5rem ;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}
.about-img{
	position: relative;
}
.about-img::after{
	content: '';
	position: absolute;
	width: 0;
	right: 0;
	top: 0;
	display: block;
	border-width:12.5rem 5rem;
	border-style: solid;
	border-color:#fff #fff transparent transparent ;
}

.about-text .title{
	font-size: 1.5rem;
	color: #ED7020;
	margin-top: 3.2rem;
	margin-bottom: 1.5rem;
}
.about-text .description{
	font-size: 0.9375rem;
	color: #000;
	text-indent: 2em;
	line-height: 1.8;
}
.about-list {
	display: flex;
	justify-content: space-around;
	margin-top: 1.8rem;
}
.about-list li{
	border: 1px solid #000;
	font-size: 1rem;
	padding: 2px 1.5rem;
	color: #000;
	border-radius: 1.125rem;
}
.position-r{
	position: relative;
}
.hover-item{
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(31,31,31,.25);
	left: 0;
	top: 0;
	padding: 5%;
	justify-content: center;
}
.hover-item:hover{
	background-color: transparent;
}
.hover-item .line{
	display: block;
	width: 2.5rem;
	height: 4px;
	background-color: #fff;
}
.hover-item .title{
	margin-top: 1.25rem;
	font-size: 1.875rem;
	font-weight: 900;
	color: #fff;
}
.hover-item .title span{
	font-size: 1rem;
	font-family: arial;
}
.hover-item a{
	display: inline-block;
	margin-top: 1.25rem;
	color: #fff;
	border: 1px solid #fff;
	width: 7.5rem;
	text-align: center;
	font-size: 1.125rem;
	line-height: 2;
	color: #eee;
}
.hover-item a:hover{
	background-color: #ED7020;
}
.news-item{
	padding: 1.5rem 1rem;
	color: #000;
	transition: all .25s ease-in-out;
}
.news-item-bg>div{
	background-color: #e7e7e7;
}
.news-item-bg>div:nth-child(2n+2){
	background-color: #ededed;
}
.news-item a{
	display: block;
}
.news-item .date-day{
	font-size: 2rem;
	padding-top: .5rem;
}
.date-line{
	font-size: 1.25rem;
}
.news-item .date-year{
	font-size: 1.25rem;
	padding-top: .5rem;
}
.news-item .title{
	font-size: 1rem;
	line-height: 1.6;
	height: 3.625rem;
	padding-top: .5rem;
	letter-spacing: 1px;
}
.news-item .img{
	width: 100%;
	height: 13.75rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 1rem 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.news-item .img img{
	width: 100%;
}
.news-item .description{
	font-size: 0.875rem;
	color: #777;
}
.news-item:hover{
	background-color: #ED7020;
	color: #fff;
}
.news-item:hover .description{
	color: #fff;
}
.news-line{
	display: block;
	width: 2.5rem;
	height: 2px;
	background-color: #000;
	margin-top: 2rem;
	transition: all .25s ease-in-out;
}
.news-item:hover .news-line{
	background-color: #fff;
}


.footer{
	background-color: #1d1d1e;
	color: #fff;
	padding: 2rem 0;
}
.footer-content{
	display: flex;
	justify-content: space-between;
	flex: 1;
	padding-top: 1rem;
	padding-left: 5rem;
	position: relative;
}
.footer-content::before{
	content: '';
	position: absolute;
	top: 4.375rem;
	left: 5rem;
	width: calc(100% - 5rem);
	height: 1px;
	background-color: rgba(255,255,255,.46);
}
.footer-link{
	display: flex;
}
.footer-link li{
	padding-right: 2rem;
}
.footer-link h2{
	font-size: 1.125rem;
	color: #fff;
	height: 3.375rem;
	line-height: 3.375rem;
	margin-bottom: .5rem;
}
.footer-link p{
	font-size: 1rem;
	line-height: 2;
	color: rgba(255,255,255,.86);
}
.footer-link li p:hover{
	color: #ED7020;
}
.footer-contact h2{
	font-size: 1.625rem;
	height: 3.375rem;
	line-height: 3.375rem;
	margin-bottom: .5rem;
}
.footer-contact p{
	font-size: 1rem;
	line-height: 2;
	color: rgba(255,255,255,.86)
}
.footer-ewm{
	flex: 0;
	padding-right: 5rem;
	padding-left: 3rem;
}
.footer-ewm>div{
	width: 16rem;
	padding: 2.5rem;
	background-color: #fff;
}
.footer-ewm>div p{
	font-size: 0.875rem;
	letter-spacing: 1px;
	color: #000;
	text-align: center;
	margin-top: 1rem;
}
.footer-ewm img{
	max-width: 100%;
}
.copyright p{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 0.875rem;
	height: 3.375rem;
	line-height: 3.375rem;
}



/*分页*/
.page-top{
	position: relative;
	height: 31.25rem;
	width: 100%;
	overflow: hidden;
}
.page-top-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.25);
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-top-hover .title{
	font-size: 3rem;
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
}
.page-labels{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.page-labels ul{
	display: flex;
}
.page-labels ul>li{
	width: 20%;
}
.page-labels ul>li>a{
	display: block;
	text-align: center;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	line-height: 3.5rem;
}
.page-labels ul>li:hover>a{
	background-color: #ED7020;
}
.pro-item{
	position: relative;
	margin-top: 1.5rem;
	border: 1px solid #eee;
	background-color: #F3F3F3;
	padding-bottom: 3.75rem;
}
.pro-item .pro-hover{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.pro-item .pro-hover .title{
	font-size: 1rem;
	padding-bottom: .5rem;
}
.pro-item .pro-hover .subtitle{
	font-size: 0.875rem;
	padding: .5rem 0;
}
.pro-item:hover{
	box-shadow: 0 5px 8px rgba(0,0,0,.15);
}
.pro-item:hover .title{
	color: #ED7020;
}

.pro-bigImg{
	border: 1px solid #ddd;
}
.pro-content{
	padding-top: 1.5rem;
}
.pro-content .subtitle{
	font-size: 1.5rem;
	color: #ED7020;
	padding-bottom: 1rem;
}
.pro-content .title{
	font-size: 1.5rem;
	color: #000;
	padding-bottom: 1rem;
}
.pro-contact p{
	font-size: 1rem;
	line-height: 2;
}
.content-title{
	margin-top: 1.5rem;
}
.content-title h1{
	position: relative;
	font-size: 1.75rem;
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding: .5rem 0 .7rem;
	font-weight: 900;
}
.content-title h1::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 8rem;
	height: 1px;
	background-color: #ED7020;
}
.gray-bg{
	background-color: #F3F3F3;
}

/*新闻*/
.news-list{
	background-color: #fff;
	width: 100%;
	height: 9rem;
	margin-top: 1.2rem;
	position: relative;
	padding-left: 0;
	border: 1px solid #ddd;
}
.news-date{
	position: absolute;
	width: 7.1875rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.news-date .date-md{
	font-size: 1.6875rem;
	color: #999;
	font-family: arial;
}
.news-date .date-y{
	font-size: 1.125rem;
	color: #000;
}
.news-date .line{
	display: inline-block;
	width: 1.875rem;
	border-bottom: 1px solid rgba(0,0,0,.6);
	margin: .5rem 0;
}
.news-text{
	padding-left: 7.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 1rem;
}
.news-text .line{
	display: inline-block;
	width: 3.125rem;
	height: 1px;
	background-color: #ccc;
}
.news-text .title{
	font-size: 1.25rem;
	color: #000;
}
.news-text .description{
	font-size: .875rem;
	margin-top: .5rem;
	color: #999;
}
.news-list:hover{
	background-color: #ED7020;
}
.news-list:hover *{
	color: #fff!important;
}
.news-list:hover .line{
	background-color: #fff;
	color: #fff;
	border-color: #fff;
}
.news-content{
	padding: 1rem;
	background-color: #fff;
}
.news-content .news-content-title{
	font-size: 2rem;
	font-weight: normal;
	color: #ED7020;
	text-align: center;
}
.news-content .news-content-data{
	font-size: 1rem;
	margin-top: 1.5rem;
	text-align: center;
}
.news-content .news-content-data span{
	font-size: 0.75rem;
	margin: 8px;
}
.news-content .news-content-data a{
	font-size: 0.75rem;
	display: inline-block;
	background-color: #ED7020;
	color: #fff;
	padding: 0 1rem;
}


.contact-bg{
	padding: 1.5rem;
	border: 1px dashed #ccc;
	margin-bottom: 3rem;
}
.contact-box h1{
	font-size: 1.5rem;
	padding-bottom: 1rem;
	color: #ED7020;
}
.contact-box p{
	font-size: 1rem;
	padding-top: .5rem;
}
/*map*/
.input-title{
	font-size: 1rem;
	font-weight: 900;
	color: #ED7020;
	padding-bottom: .5rem;
}
.input-item{
	font-size: 12px;
	padding-bottom: .5rem;
}


/**/
.page-label-title{
	font-size: 2.25rem;
	text-align: center;
	margin: 2rem 0;
}
.list-slide-item{
	position: relative;
	width: 100%;
	max-height: 12rem;
	overflow: hidden;
	margin-bottom: 1.75rem;
}
.list-slide-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.45);
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
	transition: all .35s ease-in-out;
}
.list-slide-hover .title{
	font-size: 1.75rem;
	color: #fff;
}
.list-slide-item:hover .list-slide-hover{
	transform: scale(1);
}


.download-item{
	max-width: 100%;
	width: 60rem;
	margin: 1rem auto;
	display: flex;
	justify-content: space-between;
	padding: 0 .5rem;
	border-left: 3px solid #ED7020;
	border-bottom: 1px solid #ddd;
}
.download-item .iconfont{
	font-size: 1.2rem;
	color: #999;
}
.download-item p{
	flex: 1;
	padding-left: .5rem;
	font-size: 1.25rem;
}