* {
	padding: 0;
	margin: 0;
}
.clr{
	clear: both;
}
.one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.t-2m{
	text-indent: 2em;
}
/* 多行换行 */
.some-line{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
/* 首页样式 */
.warp{
    position: relative;
	width: 100%;
	background-color: #FFFFFF;
	background-position: center;
}

.content{
	position: relative;
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
/* 头部 */
.mar{ 
	margin:0 auto
}
.w1200{ 
	width:1200px; 
	overflow:hidden;
	clear:both;
}
.top{ 
	width:100%; 
	height:37px; 
	background:#f6f6f6; 
	overflow:hidden; 
	line-height:37px;
}
.top p{ 
	width:600px; 
	float:left; 
}
.top span{ 
	float:right;
}
/* logo */
.logott{ 
	width:100%; 
	min-width: 1200px;
	height: 110px;
}
.logot{ 
	width:600px; 
	float:left;
	/* margin: 9px auto; */
}
.logo_r p{
	float:left;
	padding-top:36px; 
}
.logo_r p img{ 
	padding-left:5px; 
	overflow:hidden; 
}
.logo_r span{ 
	width:230px; 
	float:left;
}
.logo_r span img{ 
	float:left; 
	padding-top:15px;
}
.logo_r span i{ 
	width:130px; 
	float:left; 
	line-height:20px; 
	padding-top:30px;
}
.logo_r span b{ 
	font-size:20px; 
	float:left; 
	line-height:24px; 
	color:#0b89dd
}
/* 菜单 */
.nav{
	width: 100%;
	min-width: 1200px;
	height: 48px;
	background-color: rgb(1, 71, 133);
}
.content-nav{
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
.nav-list{ 
	/* float: right; */
	height:48px;
}
.menu{ 
	width:100%; 
	overflow:hidden; 
	float:left
}
.menu .menu_item{
	float:left;
	font-size: 14px;
	width:150px;
	text-align:center;
	font-family:"微软雅黑";
}
.menu .menu_item a{
	font-size: 14px;
	color: rgb(255, 255, 255);
	display: block;
	width: auto; 
	line-height:48px;
	font-family:"微软雅黑";
	
}
.menu .menu_item:hover{
	background:#fff; 
	border-top: 3px solid #FCBE00;
}
.menu .menu_item:hover a{
	color:rgb(1, 71, 133);
}
.cur{
	text-decoration:none;
	background:#fff; 
	border-top: 3px solid #FCBE00;
}
.cur a{
	color:rgb(1, 71, 133)!important;
}
.menu .menu_item:hover .submenu{
	display:block; 
	z-index:999999; 
	position:absolute;
}
.submenu{
	width: 255px;
	height: auto;
	background-color: rgb(1, 71, 133);
	 overflow: hidden;
	 z-index:999999999; 
	 display:none;
	 margin-top: -3px;
	}
.submenu_item {
	padding:0 2px; 
	border-bottom: 1px dashed #929292;
}
.submenu_item a{ 
	font-weight:100;
	line-height:3em;
	color: #fff!important;
}
.submenu_item:hover{ 
	background: #ffffff;
}
.submenu_item a:hover{
	 color:rgb(1,71,133)!important;
}


/*首页搜索*/
.posi{ 
	width: 100%;
	position:relative; 
	height: 6px;
	margin: 80px auto;
	background-color: #eee;
	z-index: 2;
}
.dh{ 
	position:absolute; 
	background:url(../images/search_bg.png) repeat; 
	overflow:hidden; 
	left:50%; 
	margin-left:-600px;
	 width:1100px;
	 height: 116px;
	 top: -30px;
}
.lxwm{ 
	width: 600px;
    padding: 27px 0;
    margin-left: 50px;
}
.search{ 
	padding: 13px 0;
	margin-right: 50px;
}
.search_box{ 
	background:#fff; 
	width: 370px; 
	padding: 5px 5px; 
	overflow: hidden;
}
.search_k{ 
	border: 1px solid #eaeaea; 
	width: 270px; 
	color: #666; 
	height: 32px;
}
.search_btn{ 
	background: #014785; 
	color: #fff;
	 border: 2px solid #014785; 
	 line-height: 28px; 
	 width: 75px;
	}
.search_btn:hover{ 
	cursor: pointer; 
}


/* 关于我们 */
.about-us{
	position: relative;
    width: 100%;
    min-width: 1200px;
    height: 480px;
    background-color: #eee;
    top: -65px;
    z-index: 1;
}

.company-introduction{
	width: 50%;
	margin: 60px auto;
}
.company-name{
	font-size: 20px;
    font-family: 微软雅黑;
	color: rgb(1, 71, 133);
	font-weight: bold;
}
.company-font{
	font-size: 14px;
    line-height: 30px;
	font-family: 微软雅黑;
	margin: 10px auto;
}

.company-more{
	display: inline-block;
	width: 180px;
	height: 40px;
	border: 2px solid #FCBE00;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #FCBE00;
}


.company-img{width: 48%;
	margin: 60px auto;
}
.company-img img{
	width: 420px;
}

/* 产品中心 */
.product-center{	
	width: 100%;
	min-width: 1200px;
	height: auto;
}

.center{
	text-align: center;
}
/*公用分类名称样式*/
.tt h2{ 
	font-size: 30px;
	font-weight: normal;
	color: rgb(0, 0, 0);
    font-family: 微软雅黑;
}
.tt span{ 
	text-transform: uppercase; 
	color: #999;
	 font-size: 12px;
}
.tt i{ 
	width: 27px; 
	border-top: 3px solid #1651b8;
	 display: block;
	  margin: 5px auto;
}

/*首页子菜单栏目样式*/
.sub_cats{ 
	overflow: hidden; 
	text-align: center; 
	margin: 30px auto;
}
.sub_cats ul{ 
	display: inline-block;
	*display:inline;
    *zoom:1;
}
.sub_cats .sub_catsa{ 
	width: 156px; 
	line-height: 40px; 
	height: 40px; 
	background:#FCC400; 
	margin: 0 5px;
}
.sub_catsa:first-child{ 
	background:#013F7B;
}
.sub_cats .sub_catsa a{ 
	display: block; 
	text-align: center; 
	color: #fff;
}
.sub_catsa:first-child a{ 
	color:#fff;
}
.sub_cats .active, .sub_cats .sub_catsa a:hover{
	 background: #1651b8; 
	 color: #fff;
}

/* 产品展示 */
.product-list{
	display: inline-block;
	*display:inline;
    *zoom:1;
}
.product-list li{
	float: left;
	width: 264px;
	height: 275px;
	text-align: center;
	border: 2px solid #eee;
	margin-left: 16px;
	margin-right: 16x;
	margin-bottom: 20px;
}
.product-list li a img{
	width: 226px;
	margin: 10px;  height:220px;object-fit:cover;margin-bottom:0
}
.product-list li:hover{
	border: 2px solid #0b89dd;
}
.product-list li a{
	display: inline-block;
	min-width: 260px;

}
.p-title{
	font-family: Microsoft YaHei;
    font-size: 14px;
    color: #014785;
    font-weight: bold;
    display: block;
    text-align: center;
     margin: 10px auto;
}

/* 更多 */
.product-more{
	position: relative;
	bottom: 0;
	right: 0;
}
.product-more a{
	display: inline-block;
   width: 200px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   color: #fff;
   background-color: #FCBE00;
   font-size: 18px;
   margin-right: 34px;
}
.product-more a:hover{
	background-color: #1651b8;
}

/* 图标 */
.brag{
	width: 100%;
	min-width: 1200px;
	height: 200px;
	background-color: rgb(1, 71, 133);
	background-image: url('../images/m_bg.jpg');
	background-position: center;
}

.mt-50{
	margin-top: 50px;
}

.brag-list li{
	float: left;
	width: 200px;
	text-align: center;
	margin: 51px auto;

}
.brag-list li a{
	display: inline-block;
}
.brag-list li a img{
	width: 60px;
}
.brag-name{
	color: rgb(255, 255, 255);
    font-family: 微软雅黑;
	font-size: 12px;
	margin: 3px auto;
}

/* 新闻 */
.news{
	width: 100%;
	min-width: 1200px;
	height: 500px;
	background-image: url('../images/new_bg.jpg');
	background-position: center;
}

.news-contact{
	width: 400px;
	margin: 25px auto;
}
.news-title{
	width: 400px;
	height: 40px;
	border-bottom: 1px solid #014785;
	line-height: 40px;
}
.contact-cn{
	font-size: 20px;
    color: rgb(1, 71, 133);
    font-family: 微软雅黑;
}
.contact-en{
	font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
	color: rgb(217, 217, 217);
	text-transform: uppercase;
}

.contact-more{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}
.contact-img{
	width: 385px;
	height: auto;
	border: 1px solid #1651b8;
	margin: 10px auto;
}
.contact-img img{
	width: 360px;
	margin: 5px 12px;
}
.contact-p p{
	font-size: 14px;
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	line-height: 25px;
}


.news-list{
	width: 700px;
	margin: 25px auto;
}
.news-show{
	width: 700px;
	height: 40px;
	border-bottom: 1px solid #014785;
	line-height: 40px;
}

.news-list-show{
	width: 685px;
	height: auto;
	margin: 10px auto;
}
.news-icon{
	position: relative;
	top: 12px;
	float: left;
	width: 16px;
	height: 16px;
	background-image: url('../images/icon.png');
}
.news-list-show li{
	width: 100%;
	height: 40px;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
}
.news-list-show li a p{
	font-size: 14px;
}

/* 友情链接 */
.friendlink{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: rgb(238, 238, 238);
	line-height: 50px;
}

.friendlink-title{
	float: left;
	width: 130px;
	height: 50px;
	background-color: #02548F;
	
	color: #fff;
	color: rgb(255, 255, 255);
    font-size: 16px;
	font-family: 微软雅黑;
	text-align: center;
}
.link li{
	float: left;
	width: 120px;
	height: 50px;
	text-align: center;
	color: #5a5a5a;	
	
}
.link li a{
	display: inline-block;
	width: 120px;
	height: 50px;
}
.link li a:hover{
	color: #0b89dd;
}


/*网站底部*/
.footer_bg{ 
	background: #1A1A1A; 
	padding:35px 0 10px;
	width: 100%;
	min-width: 1200px;
	min-height: 354px;
}
.navlist{ 
	border-bottom: 1px solid #fff; 
	overflow: hidden;
}
.navlist li{ 
	line-height: 50px; 
	width: 171px;
}
.navlist li a{ 
	display: block; 
	text-align: center; 
	color: #fff 
}
.navlist li a:hover{ 
	color:#0b89dd; 
}
.copyright{ 
	margin-top: 40px 
}
.copy_f{ 
	width: 650px; 
	color: #fff; 
	line-height: 28px; 
	margin-top: 10px; 
	font-size: 13px
}
.copy_f a{ 
	color: #6D6C6C; 
}
.qk{ 
	margin: 18px 20px 0 0; 
	width: 385px; 
	height: 200px; 
	overflow: hidden;
}
.qk span{ 
	color: #fff; 
	font-size: 12px; 
	float: right; 
	margin: 60px 10px 0 0;
}


/* 子网页 */
.sub-banner{
	width: 100%;
	min-width: 1200px;
	height: 300px;
	background-image: url('../images/sub_banner.jpg');
	background-position: center;
}

.sub-about{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: auto;
	top: -40px;
}


/* 子页面左菜单 */
.product-nav{
	width: 230px;
	height: auto;
	background-color: #fff;
   margin-bottom: 50px;
}
.product-title{
	width: 230px;
	height: 120px;
	background-image: url('../images/sub_nav_bg.png');
	background-position: center;
	display:table-cell;
    text-align:center;
    vertical-align:middle;
}
.product-cn{
	color: #000;
    font-size: 24px;
	font-family: 微软雅黑;
	
}
.product-en{
	color:#1651b8;
    font-size: 14px;
	font-family: 微软雅黑;
	text-transform: uppercase;
}
.product-nav li{
	 width: 215px;
	 height: 40px;
	 font-size: 12px;
	 margin: 15px auto;
	 text-align: center;
	 line-height: 40px;
	 background-color: #EEEEEE;
}
.product-nav li a{
	display: inline-block;
	width: 215px;
	height: 40px;
}
.product-contact{
	width: 230px;
	height: 150px;
	background-color: #00428E;
	text-align: center;
	margin-top: 5px;
	display: table-cell;
	vertical-align: middle;
}
.product-tel{
	font-size: 14px;
    line-height: 160%;
	color: rgb(221, 221, 221);
	
}
.cuz{
	background-image: url('../images/sub_nav_hover.png');
	background-position: -0px;
}
.cuz a{
	color: #fff;
}

.product-num{
	color: #F8BD00;
    font-size: 24px;
	font-family: 微软雅黑;	
	font-weight: bold;
}
.product-nav li:hover {
	background-image: url('../images/sub_nav_hover.png');
	background-position: -0px;
}
.product-nav li:hover a{
	color: #fff;
}

.online-shop{
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #F8BD00;
	color: #fff;
	font-size: 14px;
	margin: 10px auto;
}
.product-contact a:hover{
	background-color: #F8BD00;
}
  

/* 左边样式 */
.sub-contact{
	width: 900px;
	height: auto;
	margin-top: 60px;
}
.sub-about-title{
	width: 900px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #D9D9D9;
}
.about-icon{
	float: left;
	width: 24px;
	height: 50px;
	background-image: url('../images/about_icon.png');
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
.position{
	margin-left: 15px;
	font-family: 'Microsoft YaHei';
	color: rgb(51, 51, 51);
	font-size: 16px;
}



.page_content{ 
	 margin-top: 25px;
	 line-height: 30px;
	 font-size: 14px;
}

.sub-product-list{
	display: inline-block;
	width: 900px;
	margin: 20px auto;
}
.sub-product-list li {
	float: left;
	width: 260px;

	border: 1px solid #eee;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 20px;
}
.sub-product-list li a img{
	width:95%;height: 240px;
	margin:2.5%;object-fit:cover;
	
}

.sub-product-list li:hover{
	border: 1px solid #F8BD00;
}

/* 分页 */
/* 分页 */
/*内页翻页样式*/
#pages {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 22px;
	padding-top: 10px;
	clear:both;
}
#pages a {
	background: #f5f5f5;
	border: #ddd solid 1px;
	padding: 2px 8px;
	margin: 0 2px;
	float: none; 
	color: #9d7751; 
	font-size: 14px;
}
#pages span {
	background: #ce2029;
	 color: #fff;
	 border: #DDD solid 1px;
	 padding: 4px 8px; 
	 margin: 0 2px;
	  float: none;
}

/* 产品展示 */
.page_content .tt{ font-size: 20px; font-weight: bold; color:#1651B8; line-height: 30px}
.page_content .des{ border: #E5E5E5 1px solid; padding: 5px; line-height: 30px; background: #f5f5f5; text-indent: 2em; margin: 20px; color: #868686}
.page_content .date{ color: #999999; padding: 5px 0px;}
.page_content .img1{ max-width: 880px }
.pre_next{ margin-top: 20px }
.pre_next{ margin: 40px 20px 0 }
.pre_next p a{
	font-size: 16px;
}
.pre_next a:hover{ color: #1651B8; text-decoration: underline;}


/* 新闻 */
.right_content{float: right; width: 900px;}
.news_list{ padding-top: 15px;}
.news_list li{border-bottom: 1px solid #dedede;position: relative; padding-top: 10px; padding-bottom: 15px; margin: 0 auto; overflow: hidden;}
.news_list li img{float: left;}
.news_list li div{float: left;width: 720px;margin-left: 25px}
.news_list li div h3 a{font-size: 22px;color: #222222;font-weight: normal;margin-bottom: 6px;display: block;}
.news_list li div h3 a:hover{color: #1651B8}
.news_list li div p{font-size: 14px;color: #777777;line-height: 22px;text-align: justify;}
.news_list li div .more{display: block;width: 108px;line-height: 30px;color: #7d7d7d;text-align: center;font-size: 12px;border-radius: 3px;margin-top: 15px;border: 1px solid #7d7d7d}
.news_list .news_time{ background-color: #1651B8; width: 60px; height: 59px; margin: 30px 25px 0 25px; display: inline-block; text-align: center;}
.news_list .news_time .ri{ font-size: 24px; color:#fff; font-weight: bold; line-height: 35px; font-family: "微软雅黑";}
.news_list .news_time .nianyue{ font-size: 13px; color:#fff; font-family: "微软雅黑";}
.news_list li:hover div .more{border-color: #ce2029;color: #ce2029}
.news_list li:hover span{background-color: #ce2029}
.ft14{
	font-size: 14px;
}
.news_content{ margin: 20px; line-height: 30px }

.mr-20{
	margin: 20px auto;
}



/* 搜索 */
/*内页公共区域*/
.neiye_mianbaoxie{ width: 100%; min-width: 1200px; height: 42px; background-color: #efefef;}
.neiye_mianbaoxie .bread{ width: 1200px; margin: 0 auto; font-size: 14px; line-height: 42px; font-family: "微软雅黑";}
#neiye{ width: 1200px; margin: 50px auto;}
.ny_toubu{ width: 330px; margin: 0 auto; }
.ny_toubu  .ny_xiantiao1{ float: left; width: 76px; height: 5px; background-image: url(../images/dx_line.png);}
.ny_biaoti{ float: left; height: 75px; width: 170px; font-size: 26px; margin-top: -10px; color: #009944; font-weight: bold; text-align: center; font-family: "微软雅黑";}
.ny_biaoti p{ font-size: 14px; color: #333; font-weight: normal;}
.ny_toubu  .ny_xiantiao2{ float: left; width: 76px; height: 5px; background-image: url(../images/dx_line.png);}

.ny_fenlei{height: 45px; display: table; margin: 0 auto;}
.cp_fenlei{height: 45px; display: table; margin: 0 auto;}
.nyfl_team{ float: left; width:145px; height: 45px; background-color: #333; text-align: center; margin-right: 2px; font-size: 15px; color: #fff; line-height: 45px; overflow: hidden;}

.ny_cont{width: 1080px; margin: 20px auto;}
.ny_cont .con_nr{ font-size: 16px;  font-family: "微软雅黑";}
.ny_cont .slt{text-align: center;}
.ny_cont img{ max-width: 1080px; height: auto; text-align: center;}
.ny_dbtp {max-width: 1080px; height: auto; text-align: center; margin-top: 50px;}
.ny_dbtp img{max-width: 1080px; height: auto;}

/*搜索页样式*/
.ny_sousuo{width: 1080px; height: auto; overflow: hidden; margin: 12px auto; border-bottom:1px dashed #ccc;}
dl.nrydlt{height: 118px;overflow: hidden;width: 1080px; text-align:left}

dt{overflow: hidden;float: left; padding:0 15px;}
dl.nrydlt dt img { width: 135px;display: block; height:118px}
dl.nrydlt dt dd {float:right; overflow: hidden;}
dl.nrydlt dd .nrybt{ color: #333;font-size: 16px; font-weight:bold !important}
dl.nrydlt dd .nrybt:hover{ color:#009944;}
dl.nrydlt dd p {overflow: hidden;line-height: 2.5em; color:#676767; text-indent:0 !important}
dl.nrydlt dd a.nryxq { font-size: 12px; width: 83px; height: 24px; color: #009944;}
dl.nrydlt dd a.nryxq:hover{ font-weight:bold}

.company-introduction {
	text-indent: 2em;
    line-height: 3em;
    font-size: 15px;
}

