@charset "utf-8";
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}

/* index banner */
.banner{
	width: 100%;
	position: relative;
}
/* banner 分页器 */
.swiper-pagination{
	width: 100%!important;
	text-align: center!important;
	bottom: 0.1rem!important;
}
.swiper-pagination-bullet{
	background-color: #b71e1e!important;
	opacity: 1!important;
	border: 2px solid #b71e1e;
}
.swiper-pagination-bullet-active{
	background-color: transparent!important;
	border: 2px solid #b71e1e;
}
/* banner 分页器 */



/* -------------------------自定义部分开始 --------------------------*/

.allpage{
	background-color: #efefef!important;
}
body,input{font-family: "microsoft yahei";}
.fl{float: left;}
.fr{float: right;}
.c{clear: both;}

/* 字体图标 */
@font-face{
	font-family:"iconfont2";
	src:url('../font/iconfont.woff2') format('woff'),
	url('../font/iconfont2.ttf') format('truetype');
}
.iconfont2{
	font-family:"iconfont2" !important;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale;
}



/* 		文字导航  		*/
.nav_new{
	width: 100%;
	background-color: #06213d;
}
.nav_new ul li{
	width: 24.77%;
	height: 0.5rem;
	float: left;
	text-align: center;
	border-right: 1px solid #224d75;
	border-bottom: 1px solid #224d75;
}
.nav_new ul li:nth-child(4){
	border-right:none
}
.nav_new ul li:last-child{
	border-right:none
}
.nav_new ul li a{
	display: inline-block;
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	color:#fff;
	font-size: 0.22rem;
	font-family: "microsoft yahei";
}
.nav_new ul li a:nth-child(4){
	border:none!important;
}
.nav_new ul li a:last-child{
	border:none;
}
/* 		文字导航  		*/

/* 搜索 */
.search_lh{
	width: 100%;
	text-align: center;
	background-color: #970f0f;
}
.index_text {
  width: 90%;
  font-size: 14px;
  height: 0.5rem;
  background: #fff url(../images/search_bg_05.png) no-repeat 95% center;
  -webkit-background-size: 7%;
  background-size: 7%;
  border: none;
  font-family: "microsoft yahei";
  text-indent: 3%;
  margin: 2% 0;
  border-radius: 25px;
}
/* 首页公共样式 */
.common_i_css{
	background-color: #fff;
	padding:0 4%;
	/* margin-bottom: 2%; */
	padding-top: 0.1%;
	padding-bottom: 2%;
}
.common_i_title{
	padding:2% 0%;
	border-bottom: 1px solid #8a9daf;
	border-top: 1px solid #8a9daf;
	margin: 3% 0;
}
.common_i_title h2{
	display: inline-block;
	color:#333333;
	font-size: 0.26rem;
	font-weight: normal;
/* 	border-bottom: 1px solid #114275; */
	padding-bottom: 1%;
	padding-right: 2%;
	white-space: nowrap;
}
.common_i_title h2 span{
	display: inline-block;
	margin-left: 3%;
	color:#be392a;
	font-size: 0.23rem;
}
.common_i_title a{
	display: inline-block;
	float: right;
	color:#be392a;
	font-size: 0.22rem;
	text-align: left;
	margin-top: 1%;
}
.common_i_title a:after{
	content:"";
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/0001666_05.jpg) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-top: 7%;
	float: right;
}
/* 新闻样式 */
.news_i_list ul li{
	padding:2% 0;
	background: url(../images/0001666_20.jpg) no-repeat right center;
	-webkit-background-size: 3.5%;
	background-size: 3.5%;
	border-bottom: 1px solid #d2d9e0;
}
.news_i_list ul li a{
	display: inline-block;
	width: 90%;
	padding-left: 3%;
	color:#33495e;
	font-size: 0.22rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* .news_i_list ul li:nth-child(even){
	background-color: #efefef;
} */

/* 字体图标样式 */
.icon_nav {
  background-color: #fff;
  border-top: 1px solid #f67c78;
}
.icon_nav ul li {
  width: 21%;
  text-align: center;
  float: left;
  margin: 0 2%;
  margin-top: 4%;
/*   margin-bottom: 2%; */
}
.icon_nav ul li a strong {
  display: inline-block;
  border-radius: 50%;
  color: #e71f19;
  font-size: 0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  border:2px solid #f67c79;
  background-color: #fff;
}
.icon_nav ul li a span {
  display: inline-block;
  color: #be392a;
  font-size: 0.23rem;
  margin-top: 7%;
  width: 100%;
  height: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* .icon_nav ul li:first-child strong,
.icon_nav ul li:nth-child(3) strong{
	background-color: #970f0f;
}
.icon_nav ul li:nth-child(2) strong,
.icon_nav ul li:nth-child(4) strong{
	background-color: #114275;
} */

/* 图文样式 */
.yewu_i{
	padding-bottom: 3%;
}
.yewu_i_list{
	margin-top: 2%;
}
.yewu_i_list ul li{
	margin-bottom: 2.5%;
	padding:2%;
	border:1px solid #92a3b4;
}
.i_list_pic{
	width: 43.93%;
	float: left;
}
.i_list_text{
	width: 52%;
	float: left;
	margin-left: 4%;
}
.i_list_text a h2{
	font-size: 0.26rem;
	font-weight: normal;
	color:#4d6173;
	border-bottom: 1px solid #7c8b98;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.i_list_text a h2:after{
	content:"";
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	top: 25%;
	right: 0;
	background: url(../images/0001666_38.jpg) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.i_list_text a span{
	display: inline-block;
	font-size: 0.21rem;
	height: 0.92rem;
	line-height: 1.5;
	color:#939393;
	overflow: hidden;
	margin-top: 0.07rem;
}

/* 首页文本 */
.about_i_text{
	line-height: 1.6;
	font-size: 0.21rem;
/* 	padding-bottom: 3%; */
}

/* 产品样式 */
/* .product_i_list{
	margin:2% 0;
} */
.product_i_list ul li{
	width: 46.5%;
	float: left;
	margin-top: 1%;
}
.product_i_list ul li:nth-child(even){
	margin-left: 5.5%;
}
.product_i_list ul li a span{
	display: inline-block;
	width: 100%;
	height: 0.35rem;
	line-height: 0.35rem;
/* 	background-color: #114275; */
	font-size: 0.21rem;
	color:#33495e;
	text-align: center;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow:hidden;
	margin-top: 2%;
}
.product_i_list ul li a img{
	border:1px solid #8b9eb0;
}
.jiameng_tel {
  text-align: center;
  background-color: #fff;
  padding:2% 0;
}
.jiameng_tel h2 {
  display: inline-block;
  width: 90%;
  padding: 1.5% 0;
  font-size: 0.26rem;
  font-weight: normal;
  text-align: center;
  color: #c12a2a;
  border:2px solid #c22f2f;
}


/* 联系方式 */
.baoming{
	padding:4% 8%;
	background-color: #114275;
	color:#fff;
	text-align: center;
	font-size: 0.21rem;
	line-height: 1.7;
}
.baoming div{
	font-size: 0.5rem;
}
.beian {
  background-color: #fff;
  color: #333;
  text-align: center;
  height: 0.65rem;
  line-height: 0.65rem;
  font-size: 0.21rem;
}
.beian a {
  color: #333;
  font-size: 0.21rem;
}

.table_list ul li{
	margin:1% 0;
	padding:3.5% 1%;
}
.table_list ul li:nth-child(2){
	background-color: #f0f0f0;
}
.table_list_title{
	width: 21.83%;
	padding:2%;
	border-right: 1px solid #8a9daf;
}
.table_list_title h2{
	color:#33495e;
	font-size: 0.23rem;
	font-weight: normal;
	line-height: 1.7;
}
.table_list_c{
	width: 47.66%;
	padding:0 4%;
}
.table_list_c span{
	display: block;
	width: 100%;
	color:#666666;
	font-size: 0.21rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 2%;
}
.xq{
	display: inline-block;
	width: 0.75rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.22rem;
	color:#fff;
	background-color: #f39c11;
	text-align: center;
	margin-top: 7%;
	margin-right: 2%;
}

.fengcai_i_pic{
	width: 37.4%;
}
.fengcai_i_pic img{
	padding:1.5%;
	border:1px solid #97a8b8;
}
.fengcai_i_text{
	width: 58.6%;
	margin-left: 4%;
}
.fengcai_i_text a strong{
	color:#be392a;
	font-size: 0.23rem!important;
}
.fengcai_i_text a span{
	color:#33495e;
}
.fengcai_i_text a span,.fengcai_i_text a strong{
	display: block;
	width: 100%;
	font-size: 0.21rem;
	margin-top: 0.5%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.fengcai_i_text span:last-child{
	height: 0.92rem;
	line-height: 1.5;
	white-space: normal;
}