.header{
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
	height: 1.6rem;
	transition: all .35s ease-in-out;
}
.logo{
	padding-right: 1rem;
}
.logo img{
	height: 1.1rem;
}
.header .s-flex{
	height: 1.6rem;
	align-items: center;
}
.header .nav{
	flex: 1;
}
.header .nav>ul{
	width: 100%;
	justify-content: flex-end;
}
.header .nav>ul>li{
	padding: 0.2rem 0.48rem;
}
.header .nav>ul>li>a{
	padding: 0.2rem 0.28rem;
}
.header .nav>ul>li>a:hover{
	color: #1d7db5;
}

.header-right{
	flex: 0 0 auto;
}
.header-right form{
	position: relative;
	z-index: 99;
}
.header-right input{
	background-color: transparent;
	border: 1px solid rgba(0,0,0,.2);
	padding: 4px 10px;
	border-radius: 0.32rem;
	font-size: 0.24rem;
}
.header-right input:focus{
	border-color: #1d7db5;
}
.header-right button{
	background-color: transparent;
	position: absolute;
	right: 4px;
	top: 1px;
	color: #fff;
	border: none;
	font-size: 0.36rem;
}

/*主页css*/
.index-title{
	padding-top: 2rem;
	padding-bottom: 1.4rem;
	text-align: center;
}
.index-title .title{
	font-size: 1rem;
	color: #000;
	letter-spacing: 2px;
}
.index-title .subtitle{
	font-size: 0.32rem;
	color: #000;
	font-family: helvetica;
	margin-top: 0.2rem;
}
.pro-bg{
	background: url(../image/pro-bg.png) no-repeat top center;
	background-size: 100%;
}
.pro-item{
	padding: 0 0.4rem .4rem;
}
.pro-item>a{
	display: block;
	background-color: #F3F3F3;
	padding: 0.48rem;
	text-align: center;
	transition: all .45s ease-in-out;
}
.pro-item>a img{
	background-color: #fff;
	padding: 0.3rem;
	color: #000;
	transform: scale(.96);
	transition: all .45s ease-in-out;
}
.pro-item .title{
	font-size: 0.4rem;
	margin-top: 0.4rem;
	line-height: 1.4;
}
.pro-item .description{
	font-size: 0.32rem;
	margin-top: 0.3rem;
	letter-spacing: 1px;
	font-weight: 900;
}
.pro-item .more{
	display: inline-block;
	margin-top: 0.4rem;
	padding: 0.15rem 0.4rem;
	border-radius: 0.4rem;
	border: 1px solid #000;
}
.pro-item>a:hover{
	background-color: #1d7db5;
	color: #fff;
}
.pro-item>a:hover img{
	transform: scale(1);
}
.pro-item>a:hover .more{
	border-color: #fff;
	color: #fff;
}


.about-bg{
	background: url(../image/about-bg.png) top center no-repeat;
	background-size: 100%;
}
.index-title2{
	position: relative;
	padding-top: 1.8rem;
	padding-bottom: 1.5rem;
	text-align: center;
}
.index-title2 .title{
	position: relative;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 3px;
	color: #fff;
	z-index: 9;
}
.index-title2 .subtitle{
	position: absolute;
	font-size: 1rem;
	color: rgba(255,255,255,.1);
	font-weight: 900;
	top: 2rem;
	left: 0;
	width: 100%;
	text-align: center;
}
.index-about{
	background-color: #f3f3f3;
	padding: 0.72rem;
	box-shadow: 2px 3px 16px rgba(0,0,0,.2);
}
.index-about .about-text{
	margin-top: 1.2rem;
	
}
.index-about .about-text *{
	font-size: 0.32rem;
	line-height: 1.5;
}
.index-about .about-icon ul{
	margin-top: 0.2rem;
	display: flex;
}
.index-about .about-icon ul>li{
	flex: 1;
	text-align: center;
}
.index-about .about-icon ul>li .iconfont{
	font-size: 1rem;
	color: #1d7db5;
	display: block;
	margin-bottom: 5px;
}
.index-about .about-icon ul>li span{
	display: block;
	font-size: 0.36rem;
}

.index-title3{
	padding-top: 1rem;
	padding-bottom: .6rem;
}
.index-title3 .more{
	float: right;
	font-size: 0.32rem;
	font-family: helvetica;
}
.index-title3 .title{
	font-size: 0.72rem;
	line-height: 1.6;
}
.index-title3 .subtitle{
	font-size: 0.36rem;
	color: rgba(0,0,0,.5);
	font-family: helvetica;
}
.news-hot img{
	width: 100%;
}
.news-hot .title{
	font-size: 0.4rem;
	margin-top: 0.3rem;
	color: #000;
}
.news-hot .date{
	font-size: 0.28rem;
	color: rgba(0,0,0,.5);
	margin-top: .3rem;
}
.news-hot .description{
	font-size: 0.28rem;
	margin-top: 0.4rem;
	color: rgba(0,0,0,.8);
	line-height: 1.6;
}
.news-list{
	margin-top: 0.4rem;
}
.news-list li{
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.news-list li .date{
	display: flex;
	flex-direction: column;
	align-items: center;
	float: left;
	height: 1.5rem;
	padding: 0 0.3rem;
}
.news-list li .date strong{
	font-size: 0.6rem;
	margin-bottom: 0.1rem;
	color: rgba(0,0,0,.8);
}
.news-list li .date span{
	font-size: 0.28rem;
	color: rgba(0,0,0,.5);
}
.news-list li .title{
	font-size: 0.4rem;
	margin-bottom: 0.3rem;
}
.news-list li  .description{
	font-size: 0.28rem;
	line-height: 1.6;
	color: rgba(0,0,0,.6);
}
.news-list li>a:hover .title{
	color: #1d7db5;
}
/**/
.footer{
	margin-top: 1rem;
	background-color: #064469;
	color: #fff;
	padding-top: 1.2rem;
	border-top: 2px solid rgba(0,0,0,.8);
}
.footer .container{
	padding: 0 0.6rem;
}
.foot-contact{
	padding-right: 1.2rem;
	padding-bottom: 0.6rem;
}
.foot-contact>img{
	height: 1rem;
	margin-bottom: 0.4rem;
}
.foot-contact .title{
	font-size: 0.4rem;
	font-weight: 900;
	margin-bottom: 0.4rem;
}
.foot-contact p{
	font-size: 0.28rem;
	padding-bottom: 0.2rem;
}
.foot-contact p .iconfont{
	font-size: 0.36rem;
	margin-right: 3px;
}
.foot-nav{
	flex: 1;
	justify-content: space-around;
}
.foot-nav .title{
	font-size: 0.36rem;
	margin-bottom: 0.3rem;
	font-weight: 900;
}
.foot-nav p{
	font-size: 0.28rem;
	color: rgba(255,255,255,.7);
	padding-bottom: 0.24rem;
}
.foot-nav p:hover{
	color: #fff;
}
.foot-ewm{
	padding-left: 1rem;
}
.foot-ewm>div{
	padding: 0.3rem 0.5rem;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 8px;
	background-image: radial-gradient(1.2rem, rgba(255,255,255,.2), rgba(255, 255,255,.3));
	text-align: center;
}
.foot-ewm>div img{
	width: 2rem;
}
.foot-ewm>div p{
	font-size: 0.28rem;
	padding-top: 0.28rem;
}

.copyright{
	background-color: #1d7db5;
	color: #fff;
	padding: 0.3rem 0.6rem;
}
.copyright .container{
	display: flex;
	justify-content: space-between;
}
.copyright .container p{
	font-size: 0.24rem;
	color: #fff;
}



/*分页*/
.page-l .title{
	position: relative;
	background-color: #1d7db5;
	color: #fff;
	padding: 0.5rem 0.6rem;
	font-size: 0.48rem;
	font-weight: 900;
}
.page-l .title .iconfont{
	position: absolute;
	right: .6rem;
	top: 0.4rem;
	font-weight: normal;
	font-size: 0.66rem;
}
.page-l-list a{
	position: relative;
	display: block;
	border: 1px solid rgba(0,0,0,.1);
	border-top: none;
	padding: 0.4rem .6rem;
	font-size: 0.32rem;
	color: rgba(0,0,0,.7);
}
.page-l-list a .iconfont{
	position: absolute;
	right: .6rem;
	top: .3rem;
	color: #1d7db5;
	font-size: 0.4rem;
}
.page-title{
	padding: .2rem .3rem;
	border-bottom: 1px solid rgba(0,0,0,.15);
	margin-bottom: 0.7rem;
	font-size: 0.48rem;
}

.pro-content{
	border: 1px solid #ddd;
	padding: 0.6rem;
}
.pro-content img{
	max-width: 100%;
}
.pro-data h1{
	font-size: 0.4rem;
	font-weight: 900;
	margin-bottom: 0.4rem;
	color: #1d7db5;
}
.pro-data h6{
	font-size: .34rem;
	color: rgba(0,0,0,.8);
	margin-bottom: 0.3rem;
	padding-bottom: .3rem;
	border-bottom:1px dashed rgba(0,0,0,.15);
}
.pro-data .description,.pro-data .description p{
	font-size: 0.24rem;
	line-height: 2;
}
.pro-data .description strong{
	color: #1d7db5;
}

.pro-text .title{
	background-color: #1d7db5;
	color: #fff;
	font-size: 0.52rem;
	padding: 0.3rem 0.6rem;
	margin-bottom: 0.4rem;
	margin-top: 0.4rem;
}


.page-label{
	padding: 0.2rem 0rem .8rem;
}
.page-label ul{
	display: flex;
}
.page-label ul li{
	padding: 0 0.4rem;
	border-left: 1px solid rgba(0,0,0,.1);
}
.page-label ul li>a{
	display: block;
	font-size: 0.36rem;
	line-height: 0.4rem;
	color: rgba(0,0,0,.7);
}
.page-label ul li:last-child{
	border-right: 1px solid rgba(0,0,0,.1);
}
.page-label ul li>a:hover{
	color: #1d7db5;
}

.page-label .title{
	text-align: center;
	font-size: 0.72rem;
	margin-top: 1rem;
	color: rgba(0,0,0,.8);
	letter-spacing: 3px;
	font-weight: 900;
}

.news-content{
	padding: 0.4rem;
	border: 1px solid rgba(0,0,0,.1);
}
.news-content .title{
	font-size: 0.4rem;
	margin-bottom: 0.4rem;
	text-align: center;
	color: #1d7db5;
}
.news-content .data{
	font-size: 0.28rem;
	text-align: center;
	padding-bottom: 0.4rem;
	margin-bottom: .4rem;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.news-content .data span{
	margin-right: 5px;
	color: rgba(0,0,0,.5);
}
.news-content .data a{
	display: inline-block;
	background-color: #1d7db5;
	color: #fff;
	padding: 4px 12px;
}

.list-pic{
	margin-bottom: 0.4rem;
	border: 2px solid #1d7db5;
	overflow: hidden;
	background-color: #1d7db5;
	position: relative;
	padding-bottom: 0.66rem;
}
.list-pic img{
	transform: scale(1);
	transition: all .45s ease-in-out;
}
.list-pic .title{
	font-size: 0.28rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: #1d7db5;
	width: 100%;
	height: 0.66rem;
}
.list-pic:hover img{
	transform: scale(1.05);
}


.contact-bg{
	padding: 0.6rem;
	border: 1px dashed #ccc;
	margin-bottom: 0.8rem;
}
.contact-box h1{
	font-size: 0.48rem;
	padding-bottom: 0.3rem;
	color: #1d7db5;
}
.contact-box p{
	font-size: 0.32rem;
	padding-top: .4rem;
}
/*map*/
.input-title{
	font-size: 0.3rem;
	font-weight: 900;
	color: #1d7db5;
	padding-bottom: .15rem;
}
.input-item{
	font-size: 12px;
	padding-bottom: .1rem;
}
