@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,img{ margin:0; padding:0; }
table{ border-collapse:collapse; border-spacing:0; empty-cells:show; margin:0; padding:0; }
th,td { vertical-align:top; text-align:left; }
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,th,var,optgroup{ font-style:inherit; font-weight:inherit; }
del,ins{ text-decoration:none; }
ul,li{ list-style:none; }
caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal; }
q:before,q:after{ content:''; }
abbr,acronym{ border:0; font-variant:normal; }
sup{ vertical-align:baseline; }
sub{ vertical-align:baseline; }
legend{color:#121212;}
em { font-style:normal;}
input,button,textarea,select,optgroup,option{ font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; }
input,button,textarea,select{ font-size:100%;}
input { vertical-align:middle; }
a { text-decoration:none; color:#121212; }
a:hover { color:#121212;text-decoration: underline;}
a * { cursor:pointer; }
.clearfix { clear: both; }
.clearfix:after { content: ".";display: block;height:0;font-size:0;line-height:0;clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
.clearfix { display: block; }
body {
	cursor: default;/*手势*/
	font-size: 12px;
	color: #121212;
	font-family: '微软雅黑','Microsoft YaHei',"Arial",'SimSun',Serif,"PingFang SC","苹方";
}
img {
	margin:0;
	padding:0;
}
ul {
	list-style-type: none;
}
/*基础样式*/
/*
::after{
	content: '';
    position: absolute;
}
*/
/*.even:nth-child(even){
	表示偶数
}*/
/*.odd:nth-child(odd){
	表示奇数
}*/
/*:first-child{
	首个子元素
}*/
/*:nth-child(2){
	第二个子元素
}*/
/*:last-child{
	最后一个子元素
}*/
.cursor{
	cursor: default;/*手势*/
}
.a-i-c{
	display: flex;
	align-items: center;/*垂直居中*/
}
.a-i-f{
	display: flex;
	align-items:flex-end;/*下对齐*/
}
.j-c-f-s{
	display: flex;
	justify-content:flex-start;/*左对齐*/
}
.j-c-f-e{
	display: flex;
	justify-content:flex-end;/*右对齐*/
}
.j-c-c{
	display: flex;
	justify-content:center;/*水平居中*/
}
.j-c-s-b{
	display: flex;
	align-items: center;
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.w-l-c-1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	/*段落限制1行*/
}
.w-s-n{
	/*单行省略号*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.w-w-b-w{
	word-wrap: break-word;/*换行*/
}
.m-t-20{
	margin-top: 20px;
}
.text1{
	FONT-SIZE: 14px; 
	color:#006eab;
	text-decoration: none; 
	font-family:"Microsoft Yahei";;
	line-height:18px;
}
.t-a-r{
	text-align: right;
}
.t-a-c{
	text-align: center;
}
.w1000{
	width: 1200px;
	margin: 0 auto;
}
.w300{
	width: 310px;
}
.w500{
	width: 523px;
}
/**********************首页顶部**********************/
.top {
	border-top: 5px solid #006eab;
	width: 100%;
}
.top .top_nav {
	height: 113px;
	display: flex;
	align-items: center;/*垂直居中*/
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.top .top_nav .top_r_con{
	display: flex;
	align-items: center;/*垂直居中*/
}
.top .top_nav .top_r_con img{
	float: left;
}
.top .top_nav .top_r_con span{
	color: #121212;
	font-size: 16px;
	float: left;
	margin-left: 20px;
}
.top_nav img{
	display: block;
}
/**********************首页顶部 end******************/
/**********************首页导航 end******************/
.nav{
	background-color: #006eab;
	height: 40px;
}
.nav .header-ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nav .header-ul ul {
	width: auto;
	height: 100%;
}
.nav .header-ul ul li {
	float: left;
	width: auto;
	height: 100%;
	margin-right: 110px;
	position: relative;
}
.nav .header-ul ul li.act {
	position: static;
}
.nav .header-ul ul li:last-child {
	margin-right: 0px;
}
.nav .header-ul ul li span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	position: relative;
}
.nav .header-ul ul li span:before {
	width: 0%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.nav .header-ul ul li span a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.nav .header-ul ul li:hover span:before,
.nav .header-ul ul li.ons span:before {
	width: 100%;
}
/*导航下拉*/
.nav .sub-nav {
	width: auto;
	position: absolute;
	left: 50%;
	top: 40px;
	z-index: 10;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: translateX(-50%) scaleY(0);
	box-shadow: 0px 5px 12px 5px rgba(0,0,0,0.02);
}
.nav .header-ul ul li:hover .sub-nav {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}
.nav .sub-nav p {
	width: 100%;
	background: #006eab;
	overflow: hidden;
	border-radius: 0px 0px 5px 5px;
	padding: 10px 0px;
}
.nav .sub-nav p em {
	width: 100%;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: relative;
}
.nav .sub-nav p em:before {
	width: 0%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #015f92;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}
.nav .sub-nav p em:hover:before {
	width: 100%
}
.nav .header-ul ul li .sub-nav p em a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 14px;
	color: #fff !important;
	white-space: pre;
	padding: 0px 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 12
}
.nav .header-ul ul li .sub-nav p em:hover a {
	color: #fff !important;
}
/*导航下拉 end*/
/**********************首页导航 end******************/
/**********************大图 *************************/
.banner_sw {
	height: 429px;
	overflow: hidden;
	position: relative;
}
.banner_sw .banner_img img {
	display: block;
	width: 100%;
	overflow: hidden;
}
/**********************大图 end**********************/
/**********************内页大图 *********************/
.nei_banner img{
	display: block;
	width: 100%;
}
/**********************内页大图 end******************/
.main {
	background-color: #FFF;
	margin-top: 20px;
	height: 420px;
}
/**********************首页新闻图片 *******************/
.xinwen {
	float: left;
	height: 210px;
	padding-right: 30px;
}
.tpxinwen_bt {
	background-image: url(../images/xinwen.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 310px;
}
.tpxinwen_bt span{
	font-size: 14px;
	color: #121212;
	text-align: left;
	line-height: 26px;
}
.tpxinwen_bt span:first-child{
	/*首个子元素*/
	color: #004898;
	padding-left: 35px;
}
#picplayer{
	position: relative;
	overflow: hidden;
	width: 310px;
	height: 160px;
	clear: none;
	border: solid 1px #ccc;
}
/*图片新闻内容*/
#focus { width:310px; height:160px; overflow:hidden; position:relative;}
#focus ul { height:380px; position:absolute;}
#focus ul li { float:left; width:310px; height:160px; overflow:hidden; position:relative; background:#000;}
#focus ul li div { position:absolute; overflow:hidden;}
#focus ul li a{ width:310px; height:162px;}
#focus ul li a img{ width: 100%;height: 100%;display: block;overflow: hidden;object-fit: cover;}
#focus .btnBg { position:absolute; width:310px; height:20px; left:0; bottom:0; background:#000;}
#focus .btn { position:absolute; width:205px; height:10px; padding:5px 10px; right:0; bottom:0; text-align:right;}
#focus .btn span { display:inline-block; display:inline; zoom:1; width:25px; height:10px; font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
#focus .btn span.on { background:#fff;}
#focus .preNext { width:45px; height:100px; position:absolute; top:90px; cursor:pointer;}
#focus .pre { left:0;}
#focus .next { right:0; background-position:right top;}
/**********************首页新闻图片 end****************/
/**********************首页新闻动态 *******************/
.dongtai {
	height: 210px;
	float: left;
	padding-right: 27px;
}
.dongtai_bt {
	background-image: url(../images/dongtai.jpg);
	height: 29px;
}
.dongtai_bt span{
	font-size: 14px;
	color: #121212;
	text-align: left;
	line-height: 26px;
}
.dongtai_bt span:first-child{
	/*首个子元素*/
	color: #004898;
	padding-left: 35px;
}
.dongtai_bt a img {
	float: right;
	padding-top: 1px;
}
.dongtai ul li {
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.dongtai ul li a {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	width: 420px;
	float: left;
	display: block;
	/*单行省略号*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dongtai ul li span{
	float: right;
	display: block;
}
/**********************首页新闻动态 end****************/
/**********************首页网站公告 *******************/
.gupiao {
	height: 210px;
	float: left;
}
.gonggao {
	float: left;
	height: 180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3d9bc9;
	border-bottom-color: #3d9bc9;
	border-left-color: #3d9bc9;
	margin-right: 28px;
}
.gonggao_bt {
	background-image: url(../images/gonggao.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 310px;
}
.gonggao_bt span{
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	line-height: 30px;
}
.gonggao_bt a {
	color: #fff;
	float: right;
	line-height: 30px;
	font-weight: 200;
	padding-right: 10px;
}
.gonggao ul li{
	padding: 0 0 0 10px;
}
.gonggao ul li a {
	font-size: 14px;
	line-height: 29px;
	color: #666;
	display: block;
	/*单行省略号*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/**********************首页网站公告 end****************/
/**********************首页行业动态 *******************/
.hangye {
	background-image: url(../images/hangye.jpg);
	height: 189px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 27px;
}
.hangye_bt span{
	font-size: 14px;
	color: #121212;
	text-align: left;
	line-height: 26px;
}
.hangye_bt span:first-child{
	/*首个子元素*/
	color: #004898;
	padding-left: 35px;
}
.hangye_bt a img {
	float: right;
	padding-top: 2px;
	padding-left: 3px;
}
.hangye_l {
	float: left;
	height: 150px;
	width: 150px;
	padding-top: 14px;
	padding-left: 14px;
}
.hangye_r {
	float: left;
	height: 140px;
	width: 333px;
	padding-top: 14px;
	padding-left: 14px;
}
.hangye_r ul li a {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	display: block;
	/*单行省略号*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/**********************首页行业动态 end****************/
.about {
	float: left;
}
.about a {
	font-size: 17px;
	color: #449dd3;
	font-weight: 200;
}
.about p{
	padding-left: 90px;
	font-size: 12px;
	color: #121212;
	font-weight: 200;
	margin-top: -5px;
}
.youxiang {
	background-image: url(../images/youxiang.jpg);
	height: 57px;
	width: 328px;
}
.youxiang a {
	margin-left: 90px;
	padding-top: 30px;
	line-height: 30px;
}
.lianxi {
	background-image: url(../images/lianxi.jpg);
	height: 57px;
	width: 328px;
}
.lianxi a {
	margin-left: 90px;
	line-height: 36px;
}
.youqing {
	background-image: url(../images/youqing.jpg);
	width: 288px;
}
.choose {
	padding-top: 30px;
	padding-left: 180px;
}
.select {
	color: #666;
	width: 140px;
}
.foot {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
}
.bottom {
	padding-top: 25px;
}
.bottom_l {
	float: left;
}
.bottom_r {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	display: flex;
	justify-content:center;/*水平居中*/
}
.bottom_r a{
	color: #666;
}
/**********************内页新闻列表 *******************/
.News_Content .inner_page_left{
	width: 255px;
	float: left;
}
.News_Content .inner_page_right{
	width: 920px;
	float: right;
}
.News_Content .inner_page_left .title_page{
	color:#ffffff;
	font-size:14px;
	line-height: 29px;
}
#tools1 a {
	font-size: 14px; 
	color: #006eab;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 255px;
	height: 44px;
	line-height: 44px;
	background-image: url(../images/about_14.jpg);
	background-repeat: no-repeat;
}
#tools1 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/about_15.jpg);
	background-repeat: no-repeat;
}
.table_text3 {
	width: 98%;
	border-bottom: 1px dotted #E9EAE5;
}
.News_Content .new_list_li{
	line-height: 36px;
}
.News_Content .new_list_li .new_list_a4{
	width: 600px;
	font-size: 12px;
	color: #121212;
	line-height: 26px;
	text-decoration: none; 
	display: block;
	/*单行省略号*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.News_Content .new_list_li:hover .new_list_a4{
	text-decoration: underline;
}
.News_Content .new_list_li .new_list_text25{
	text-align: right;
	width: 150px;
}
.News_Content .inner_page_left .page_left_b .dianhua{
	background-image: url(../images/about_19.jpg);
	height: 68px;
	width: 255px;
}
.News_Content .inner_page_left .page_left_b .youxiang{
	background-image: url(../images/about_13.jpg);
	height: 68px;
	width: 255px;
}
.News_Content .inner_page_left .page_left_b .list_ a{
	margin-left: 60px;
	line-height: 30px;
	font-size: 17px;
    color: #449dd3;
    font-weight: 200;
	margin-top: 0;
    padding-top: 12px;
    display: block;
}
.News_Content .inner_page_left .page_left_b p{
	padding-left: 60px;
	font-size: 12px;
	color: #121212;
	font-weight: 200;
	margin-top: -5px;
}
/**********************内页新闻列表 end****************/
/**********************内页页码 **********************/
.page_number .text2{
	font-size: 12px;
	color: #121212;
	line-height: 21px;
	text-decoration: none; 
	display: block;
}
.page_number .a2{
	color: #626262;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
}
/**********************内页页码 end********************/
/**********************内页新闻详情 *******************/
.news_details h1{
	font-size: 12px;
	font-weight: bold;
	height: 44px;
	display: flex;
	justify-content:center;/*水平居中*/
	align-items: center;/*垂直居中*/
}
/**********************内页新闻详情 end****************/
/**********************内页业务领域 *******************/
.business_list{
	width: 293px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.business_list:nth-child(3n+1){
	margin-left: 0px;
}
.business_list .table_text1 {
	display: block;
    border: 1px solid #dcdcdc;
}
.business_list .business_img{
	width: 100%;
	position: relative;
	padding-top: 75%;
	margin: 0 auto;
	overflow: hidden;
}
.business_list .business_img img{
	position: absolute;
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.business_list .tit{
	font-size: 12px;
    color: #121212;
    text-align: center;
    line-height: 33px;
    height: 33px;
	padding: 0 10px;
	/*单行省略号*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/**********************内页业务领域 end****************/