
/* 公共样式 */
*{margin: 0;padding: 0;}
body{border:0;}
li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a{text-decoration: none;}
.clear{clear: both;}
input{outline: none;}
/**************************首页开始*****************************/
.nav_top{
	width: 100%;
	padding: 2% 0 2% 2%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 999;
	background: #FFFFFF;
}

.nav_top1{
	width: 100%;
	height: 1.1rem;
	padding: 0.2rem;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 999;
	background: #154787;
}
.nav_top_left{
	width: 80%;
	margin-top: 0.1rem;
}
.nav_top_left1{
	width: 0.4rem;
	height: 0.5rem;
	margin-top: 0.1rem;
}
.nav_top_left1 img{
	width: 100%;
	height: 100%;
	display: block;
}
.nav_top_left img{
	display: block; height:43px
}
.nav_top_right{
	width: 0.7rem;
	height: 0.7rem;
	position: relative;
	margin-right: 3%;
	margin-top: 2%;
}
.daohanglan{
	width: 2rem;
	background: #154787;
	position: absolute;
	top: 1.1rem;
	right: 0;
	display: none;
}
.daohanglan ul li{
	width: 100%;
	height: 0.8rem;
	border-bottom: 0.01rem solid #FFFFFF;
	font-size: 0.26rem;
	line-height: 0.8rem;
	text-align: center;
	color: #FFFFFF;
}
.nav_top_right img{
	width: 100%;
	height: 100%;
	display: block;
}
.footer{
	width: 100%;
	height: 1.6rem;
	background: #0c4a86;
	position: fixed;
	bottom: 0;
}
.footer_xian{
	width: 100%;
	height: 0.08rem;
	background: url(../images/foot_xian.jpg);
	background-size: 100% 100%;
}
.footer ul a li{
	width: 25%;
	height: 1.5rem;
	float: left;
	padding-top: 0.2rem;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	line-height: 0.5rem;
	margin-top: 1%;
}
.footer ul a li img{
	width: 0.7rem;
	height: 0.7rem;
	display: block;
	margin: auto;
}
.banner{
width: 100%;
}
.banner ul li img{
	max-width: 100%;
	display: block;
}
.about{
	width: 95%;
	margin: 0.65rem auto;
}
.about_tit_left{
	width: 50%;
	height: 1.15rem;
	line-height: 0.85rem;
}
.about_tit_left span:nth-child(1){
	font-size: 0.35rem;
	font-weight: bold;
}
.about_tit_left span:nth-child(2){
	font-size: 0.25rem;
}
.about_tit_left{
	width: 50%;
	height: 1.15rem;
}
.about_tit_left img{
	width: 100%;
	height: 100%;
}
.about_con{
	width: 100%;
	height: 2.5rem;
	background: #154787;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.45rem;
	padding: 0.2rem;
	box-sizing: border-box;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
#more{
	color: #ffb400;
	display: none;
}
.news{
	width: 95%;
	margin: 0.65rem auto;
}
.news_tit{
	width: 100%;
	height: 0.9rem;
	line-height: 0.4rem;
}
.news_tit span:nth-child(1){
	font-size: 0.35rem;
	font-weight: bold;
}
.news_tit span:nth-child(2){
	font-size: 0.25rem;
}
.news_tuijian{
	width: 100%;
}
.news_pic{
	width: 100%;
	border: 0.01rem solid #CCCCCC;
	padding: 0.1rem;
	box-sizing: border-box;
}

.news_pic_q img{
	max-width: 100%;
	display: block;
}
.news_tuijian_tit{
	width: 100%;
	height: 0.75rem;
	font-size: 0.2rem;
	color: #154787;
	font-weight: bold;
	line-height: 1rem;
}
.news_tuijian_con{
	width: 100%;
	font-size: 0.18rem;
	line-height: 0.35rem;
	color:#5a5a5a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.news_list{
	width: 100%;
	height: 1.4rem;
	margin-top: 0.38rem;
	background: #f4f4f4;
}
.news_list_left{
	width: 1.4rem;
	height: 1.4rem;
	font-size: 0.27rem;
	color: #FFFFFF;
	text-align: center;
	padding: 0.2rem;
	box-sizing: border-box;
	line-height: 0.5rem;
	background: #154787;
}
.news_list_right{
	width: 78%;
	height: 1rem;
}
.news_list_right_tit{
	width: 95%;
	height: 17px;
	line-height: 17px;
	font-size: 16px;
	color: #222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-top: 1%;
}
.news_list_right_tit_con{
	width: 97%;
	font-size: 13px;
	margin-top:3%;
	height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #555;
}
.product{
	width: 95%;
    margin: 0.65rem auto;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.product_list{
	width: 47%;
	margin-top: 0.2rem;
}

.product_list_pic img{
	max-width: 100%;
	display: block;
}
.product_list_tit{
	width: 100%;
	padding: 1% 0;
	background: #154787;
	margin-top: 0.1rem;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.6rem;
	text-align: center;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.about{
	width: 95%;
    margin: 0.65rem auto;
}
.about1{
	font-size: 17px;
}
.about2{
	font-size: 17px;
	font-weight: bold;
}
.about2 span{
	color: #6a6a6a;
}
.about_jianjie{
	font-size: 0.16rem;
	color: #676161;
	margin-top: 16px;
}
.about_xinxi{
	width: 95%;
	font-size: 0.18rem;
	color: #0c0c0c;
	margin-top:0.3rem;  line-height:180%;
}
.about_erweima{
	width: 1.4rem;
	height: 1.6rem;
	margin-top: 0.3rem;
	margin-right: 0.4rem;
}
.about_erweima img{
	width: 100%;
	display: block;
}
.dianhua{
	font-size: 0.28rem;
	width: 100%;
	height: 0.7rem;
	line-height: 0.28rem;
	text-align: center;
	color: #154787;
}
.dianhua span{
	font-weight: bold;
}
.erjibt{
	width: 100%;
	height: 1rem;
	border-bottom: 0.01rem solid #c4c4c4;
	position: relative;
	font-size: 0.38rem;
	color: #154787;
	font-weight: bold;
	text-align: center;
	line-height: 1.2rem;
}
.xian{
	width: 0.8rem;
	height: 0.06rem;
	background: #154787;
	position: absolute;
	left: 3.35rem;
	bottom: -1px;
}
.gbook{
	width: 100%;
	margin: auto;
	margin-top: 0.4rem;
}
.gbook_inp{
	width: 100%;
	height: 0.6rem;
	margin-top: 0.2rem;
}
.gbook_inp1{
	width: 25%;
	font-size: 14px;
	text-align: center;
	line-height: 0.6rem;
}
.gbook_inp2{
	width: 100%;
	height: 1.5rem;
	margin-top: 0.2rem;
}
.gbook_inp input{
	width: 60%;
	height: 0.6rem;
	border:0.01rem solid #154787;
	display: block;
	float: left;
}
.gbook_inp2 textarea{
	width: 70%;
	height: 1.5rem;
	border:0.01rem solid #154787;
	display: block;
	float: left;
}
.tijiao{
	background: #434343;
	font-size: 0.14rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.32rem;
	margin-top: 0.5rem;
	margin-right: 0.3rem;
}
.news_type{
	width: 100%;
	padding: 0.3rem 20px 30px 0.2rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.news_type1{
	width: 1.6rem;
	height: 0.6rem;
	background: #154787;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.6rem;
	text-align: center;
	margin-top: 0.2rem;
}

.product_show{
	width: 95%;
	margin: auto;
	margin-top: 0.3rem;
}
.product_show1{
	font-size: 16px;
	color: #212121;
	text-align: center;
	line-height: 1rem;
}
.product_show2{
	width: 5.5rem;
	height: 4rem;
	margin: auto;
}
.product_show2 img{
	width: 100%;
	height: 100%;
	display: block;
}
.product_show3{
	width: 90%;
	height: 5rem;
	margin: auto;
	margin-top: 0.5rem;
}
.product_show3_tit{
	width: 1.5rem;
	height: 0.62rem;
	background: url(../images/cp_show.jpg) no-repeat;
	background-size: 100% 100%;
}
.page1{
	font-size: 0.28rem;
	color: #212121;line-height: 0.4rem;
}
.product_show4{
	width: 97%;
	margin: auto;
	font-size: 16px;
}
.product_show4 img{max-width:100%; height:auto !important;}
.input_submit{width:82px;height:31px;border:none;background:#434343;color:#fff;}

.pagebar { padding:0 10px 20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0; font-size:14px;}
#maximg img{ max-width:100%; height:auto !important}

.product_show4{ line-height:28px; font-size:14px;}