﻿/*通用类*/
*{
	margin:0;
	padding:0;	
	box-sizing:content-box;
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	
	/*font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;*/
	font-family:"Times New Roman";
	background:#fff;
	text-align:justify;
	color:#000;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#000;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#0273c6;	
}
ul{
	list-style-type:none;	
}
em{
	/*font-style:normal;	*/
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	/*font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;*/
	font-family:"Times New Roman";
	outline:none;
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	height: 102px;
	background:#f7f7f7;
}
.header .logo{
	float: left;
	display: block;
	height: 102px;
}
.header .logo img{
	display: block;
	height: 102px;
}
.head_rt{
	float: right;
	height: 40px;
	line-height: 40px;
	margin:31px 0 0 0;
}
.head_rt .log{
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left:44px;
	padding-right:18px;
	background:url("../images/head_log.png") no-repeat left center;
	font-size:16px;
}
.head_search{
	width: 370px;
	height: 40px;
	float: right;
}
.head_search .text{
	float: left;
	width: 250px;
	height: 38px;
	line-height: 38px;
	border:1px solid #a1a1a1;
	border-right:0;
	border-radius:4px 0 0 4px;
	padding-left:16px;
	font-size:16px;
}
.head_search .sub{
	width: 103px;
	height: 40px;
	line-height: 40px;
	float: right;
	border-radius:0 4px 4px 0;
	font-size:16px;
	color:#fff;
	background:#0273c6;
}

.nav{
	height: 60px;
	line-height: 60px;
	background:#0273c6;
	position: relative;
	z-index: 100;
}
.nav .wrapin{
	width: 995px;
	padding-left:205px;
}
.nav .par{
	display: inline-block;
	height: 60px;
	font-size:16px;
	color:#fff;
	text-transform: uppercase;
	padding:0 20px;
	float: left;
}
.nav .par:hover{
	color:#fff;
	background:#075d9c;
}
.nav .hover{
	color:#fff;
	background:#075d9c;
}
.nav .fg{
	float: left;
	margin:21px 15px;
	height: 18px;
	border-left:1px solid #a7ceeb;
}
.nav_in{
	width: 154px;
	float: left;
	position: relative;
	z-index: 100;
	text-align: center;
}
.nav_in .par2{
	display: block;
	width: 154px;
	height: 60px;
	font-size:16px;
	color:#fff;
	text-transform: uppercase;
}
.nav_in .par2 span{
	display: inline-block;
	padding-right:18px;
	display: inline-block;
	height: 60px;
	background:url("../images/nav_par2.png") no-repeat right center;
}
.nav_in ul{
	position: absolute;
	left: 0;
	top: 60px;
	width: 154px;
	z-index: 100;
	background:#0273c6;
	display: none;
}
.nav_in .u2{
	width: 380px;
	position: absolute;
	left: 50%;
	margin-left:-190px;
}
.nav_in:hover ul{
	display: block;
}
.nav_in li{
	height: 42px;
	line-height: 42px;
	font-size:14px;
	border-bottom:1px solid #fff;
}
.nav_in li:last-child{
	border:0;
}
.nav_in li a{
	display: block;
	height: 42px;
	line-height: 42px;
	color:#fff;
	font-size:14px;
}
.nav_in li a:hover{
	background:#075d9c;
}

.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 400px;
}
.banner .pics li{
	width: 100%;
	height: 400px;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 8px;
	height: 8px;
	font-size:1px;
	margin:0 3px;
	background:#cfcbc1;
	border-radius:100%;
}
.banner .btns .hover{
	background:#fff;
}
.banner dl{
	padding:96px 0 0 340px;
	color:#fff;
	font-size:22px;
	line-height: 42px;
}
.banner dt{
	font-size:34px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
}
.banner .more{
	color:#ffc240;
}
.banner .c_btn{
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 60;
	top: 50%;
	margin-top:-30px;
}
.banner .pre{
	left: 30px;
	background:url("../images/banner_pre.png") no-repeat center center;
}
.banner .next{
	right: 30px;
	background:url("../images/banner_next.png") no-repeat center center;
}

.footer{
	color:#fff;
	height: 228px;
	background:#4e4e4e url("../images/footerbg.png") repeat-y top center;
}
.footer .cleft{
	width: 620px;
	float: left;
	padding:30px 0 0 100px;
}
.footer .fta{
	float: left;
	height: 44px;
	line-height: 41px;
	display: inline-block;	
	margin:0 32px 8px 0;
	text-transform: uppercase;
	font-size:16px;
	font-weight: bold;
	color:#fff;
	position: relative;
}
.footer .fta i{
	display: block;
	width: 35px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#0273c6;
}
.fta_child{
	float: left;
	height: 44px;
	line-height: 44px;
}
.fta_child a{
	color:#979b9e;
	margin-right:15px;
}
.fta_child a:hover{
	color:#fff;
}
.footer p{
	line-height: 2;
}
.footer .cright{
	float: right;
	width: 400px;
	padding:18px 0 0 80px;
}
.footer .in{
	padding-bottom:10px;
	line-height: 30px;
	min-height: 30px;
}
.footer .tit{
	float: left;
	font-weight: bold;
	margin-right:15px;
	padding-left:35px;
	position: relative;
}
.footer .tit img{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .txt{
	float: left;
}

/*公用CSS 结束*/

/*hm 首页*/

.hm_head{
	height: 45px;
	line-height: 45px;
	clear: both;
	padding:0 20px;
	background:#e0e0e0;
	margin:30px auto 0 auto;
	width: 1160px;
}
.hm_head .tit{
	float: left;
	font-size:20px;
	font-weight:bold;
}
.hm_head .more{
	float: right;
	font-size:18px;
}

.hm_floor{
	height: 315px;
	border:1px solid #b9b9b9;
	margin-top:30px;
}
.hm_floor .photo{
	float: left;
	display: block;
	width: 185px;
	height: 250px;
	margin:33px 0 0 20px;
	box-shadow:0 0 15px #333;
}
.hm_floor .po{
	display: block;
	width: 185px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.hm_floor .po img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hm_floor .inf{
	float: right;
	width: 915px;
	padding:35px 35px 0 0;
}
.hm_floor .name{
	height: 50px;
	line-height: 50px;
	font-size:20px;
	font-weight: bold;
}
.hm_floor .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hm_floor .intro{
	height: 96px;
	line-height: 32px;
	font-size:16px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
}
.hm_floor .date{
	height: 48px;
	line-height: 48px;
	padding-bottom:5px;
	color:#666;
}
.hm_floor .more{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background:#0273c6;
	font-size:16px;
	color:#fff;
}
.hm_about{
	padding-top:30px;
}
.hm_about .photo{
	float: left;
	display: block;
	width: 308px;
	height: 342px;
	position: relative;
	overflow: hidden;
}
.hm_about .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hm_about .inf{
	float: right;
	width: 850px;
}
.hm_about .hm_head{
	margin-top:0;
	width:auto
}
.hm_about .intro{
	font-size:16px;
	line-height: 32px;
	margin-top:20px;
}

.hm_news{
	height: 396px;
	width: 1200px;
	position: relative;	
	margin:30px 0 50px 0;
}
.hn_slider{
	height: 396px;
	width: 1200px;
	position: relative;	
	overflow: hidden;
}
.hn_slider .s_wrap{
	width: 1242px;
	height: 396px;
	position: relative;
	overflow: hidden;
}
.hn_slider li{
	width: 334px;
	padding:0 18px;
	height: 394px;
	float: left;
	border:1px solid #bfbfbf;
	margin-right:42px;
}
.hn_slider li:hover{
	border-color:#0273c6;
	background:#0273c6;
	color:#fff;
}
.hn_slider dl{
	height: 98px;
}
.hn_slider dt{
	height: 36px;
	line-height: 36px;
	padding-top:20px;
	font-size:18px;
	font-weight: bold;
}
.hn_slider .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_slider li:hover .nm{
	color:#fff;
}
.hn_slider dd{
	height: 44px;
	line-height: 44px;
	color:#4c4c4c;
}
.hn_slider li:hover dd{
	color:#fff;
}
.hn_slider .photo{
	display: block;
	height: 180px;
	width: 334px;
	position: relative;
	overflow: hidden;
}
.hn_slider .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hn_slider .tip{
	line-height: 32px;
	height: 96px;
	margin-top:5px;
	font-size:16px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
}
.hm_news .c_btn{
	width: 70px;
	height: 396px;
	position: absolute;
	top: 0;
	z-index: 60;
	cursor: pointer;
}
.hm_news .pre{
	left: -80px;
	background:url("../images/hn_pre.png") no-repeat center center;
}
.hm_news .next{
	right: -80px;
	background:url("../images/hn_next.png") no-repeat center center;
}

/*hm 首页*/

/*about 关于*/

.now_pos{
	width: 1160px;
	height: 44px;
	line-height: 44px;
	margin:30px auto;
	background:#e6e6e6;
	padding:0 20px;
	font-size:18px;
}
.now_pos span{
	color:#0273c6;
}
.ab_head{
	width: 1020px;
	float: right;
	height: 48px;
	line-height: 48px;
	border-bottom:3px solid #e0e0e0;
	position: relative;
}
.ab_head .tit{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	text-align: center;
	font-size:20px;
	font-weight: bold;
	color:#000;
	height: 48px;
	border-bottom:3px solid #0273c6;
}
.ab_intro{
	height: 520px;
	margin:30px 0;
	background:url("../images/ab_intro.jpg") no-repeat top center;
}
.ab_tip{
	width: 652px;
	float: right;
	padding-right:10px;
	font-size:16px;
	line-height: 32px;
	text-indent:2em;
	padding-top:40px;
}
.bk_aside{
	float: left;
	width: 284px;
	margin-bottom:30px;
	padding:0 20px 30px 20px;
	background:#e6e6e6;
}
.bk_aside .in{
	margin-top:30px;
	height: 36px;
	line-height: 36px;
	clear: both;
}
.bk_aside .tit{
	float: left;
	font-size:16px;
}
.bk_aside .text{
	height: 34px;
	line-height: 34px;
	border:1px solid #626262;
	background:none;
	width: 198px;
	padding-left:10px;
	float: right;
	font-size:16px;
}
.bk_aside .sub{
	display: block;
	height: 45px;
	width: 100%;
	margin-top:30px;
	background:#0273c6;
	font-size:18px;
	color:#fff;
}

.bk_section{
	float: right;
	width: 850px;
}
.bk_item{
	padding:30px;
	border-bottom:1px solid #cac8c9;
}
.bk_item .photo{
	float: left;
	display: block;
	width: 185px;
	height: 250px;	
	box-shadow:0 0 15px #333;
}
.bk_item .po{
	display: block;
	width: 185px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.bk_item .po img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.bk_item .intro{
	float: right;
	width: 565px;
}
.bk_item .name{
	height: 28px;
	line-height: 28px;
	font-size:18px;
	font-weight: bold;
}
.bk_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bk_item .tip{
	font-size:16px;
	line-height: 32px;
	height: 128px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:4;
}
.bk_item .date{
	height: 50px;
	line-height: 50px;
	color:#666;
}
.bk_item .more{
	display: block;
	width: 118px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#0273c6;
	color:#fff;
}

/*about 关于*/

/*detail 详情*/

.det_wp{
	width: 926px;
	margin:0 auto 50px auto;
	background:#fff;
	padding:0 45px 60px 45px;
	box-shadow:0 0 10px #ddd;
}
.dr_head{
	text-align: center;
	padding:20px 0;
}
.dr_head .t1{
	line-height: 50px;
	font-size:20px;
	font-weight: bold;
}
.dr_head .t2{
	height: 50px;
	line-height: 50px;
	color:#666;
}
.dr_photo{	
	display: block;
	width: 185px;
	height: 250px;
	margin:0 auto;
	box-shadow:0 0 15px #333;
}
.dr_photo .po{
	display: block;
	width: 185px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.dr_photo .po img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.dr_cnt{
	padding:30px 0;
	font-size:16px;
	line-height: 32px;
}
.dr_cnt p{
	text-indent:2em;
}
.dr_btn{
	display: block;
	height: 45px;
	line-height: 45px;
	background:#e6e6e6;
	text-align: center;
	font-size:20px;
	font-weight: bold;
}
.dr_ot{
	margin-top:35px;
	height: 188px;
}
.dr_ot .photo{
	float: left;
	display: block;
	width: 128px;
	height: 186px;
	border:1px solid #d8d8d8;
	position: relative;
	overflow: hidden;
}
.dr_ot .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.dr_ot .inf{
	float: right;
	width: 770px;
}
.dr_ot .name{
	height: 26px;
	line-height: 26px;
	font-size:18px;
	font-weight: bold;
}
.dr_ot .intro{
	font-size:16px;
	line-height: 32px;
	height: 160px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:5;
}

/*detail 详情*/

/*EDIT*/
.ed_aside {
	width:270px; 
	border:1px solid #b7b4b4;
	background:#e6e6e6; 
	float:left;
	border-bottom:0px;
}
.ed_aside li {
	/*height:45px;*/
	line-height:45px; 
	border-bottom:1px solid #b7b4b4; 
	font-size:16px; 
	padding-left:35px;
}
.ed_aside li.hover {
	background:#0273c6;
	 padding-left:53px;
}
.ed_aside li.hover a {color:#fff;}
.ed_aside li a { color:#000;}
.ed_section.a1 {
	width:90%;
	float: none;
	margin:0 auto;
}
.ed_section {
	width:873px;
	float:right;
	padding-bottom:45px;
}
.ed_section h2 {
	text-align:center;
	font-size:24px;
	color:#e76735;
	padding-bottom:20px;
	padding-top:10px;
	font-weight:bold;
}
.ed_section p .de {
	width:5px; 
    height:5px; 
	border-radius:50%; 
	background:#000; 
	display:inline-block; 
	position:relative; 
	top:-3px; 
	margin-right:3px;
}
.ed_section p , .ed_section h4  {
	font-size:16px;
	line-height:39px;
	color:#000;
}

/*news*/
.news_hky li {border-bottom:1px solid #dad9da; padding:20px 0;}
.news_hky li .pic { position:absolute; width:240px; height:169px; overflow:hidden;}
.news_hky li .pic img {width:100%; height:100%;}
.news_hky li .inf { float:left; margin-left:277px; }
.news_hky li .inf .name { font-size:18px; font-weight:bold; padding-bottom:10px;}
.news_hky li .inf .intro { font-size:16px; line-height:39px; height:117px; overflow:hidden}
.date { font-size:14px; color:#666;}
.paging_hky { float:right; padding:40px 0}
.paging_hky span {margin-left:20px;}
.paging_hky span a { display:inline-block; font-size:16px; padding:5px 10px; color:#666; border:1px solid #7e7e7e}
.paging_hky span a:hover, .paging_hky span a.hover { color:#fff; background:#0273c6; border-color:#0273c6;}
.hky_Title {
	background:#d9d9d9;
	padding:10px 0;
	text-align:center;
}
.ne_hky_section {padding-bottom: 45px;}
.hky_Title h2 { font-weight:bold; font-size:18px;}
.hky_Title p { font-size:14px; color:#666; margin-top:10px;}
.ne_pecword {float:16px; line-height:39px; margin-top:20px;}

/*Contact_hky*/
.Contact_hky { width:100%; height:542px; background-image:url(../images/contact_01.jpg); margin-bottom:60px;}
.cont_word {padding-top:290px; padding-left:780px; position:relative}
.cont_word h3 { font-size:20px; font-weight:bold; color:#000; position:relative}
.cont_word h3 .loc_icon { position:absolute; left:150px;}
.cont_word .sing { line-height:37px; font-size:16px;}
.cont_word .sing2 {line-height:27px; font-size:16px;}
.cont_word .email_hk { margin-top:10px; font-size:16px; position:relative}
.cont_word .email_hk .email_icon {position:absolute; left:-35px; top:-5px}

