

* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

a:hover {
	/* color: #31a5e7; */
}

img {
	border: none;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

.wrap {
width: 1260px;
    margin: 0 auto;
    height: 88px;
    display: flex;
    justify-content: space-between;
}


/*top-bar*/

.top-bar {
	height: 40px;
	border-bottom: 1px solid #eaeaea;
	background: #f8f8f8;
}

.top-bar .top-left {
	width: 250px;
	float: left;
}

.top-bar .top-left a {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #eaeaea;
	color: #555;
	text-align: center;
	float: left;
	font-size: 13px;
}

.top-bar .top-left a:nth-child(2) {
	border-right: 1px solid #eaeaea;
}

.top-bar .top-left a:hover {
	color: #ec0927;
}

.top-bar .top-right {
	color:#0e0e0e;
	line-height: 40px;
	float: right;
	font-size: 12px;
}

.top-bar .top-right b {
	font-size: 18px;
}


/*nav*/

.nav.scrolled {
  background-color: #fff !important;
  transition: background-color 3100ms linear;
}
.nav .logo {
    display: block;
    width: 200px;
    height: 90px;
    float: left;
    text-align: left;
    line-height: 125px;
}
.logo_img{
	width: 412px;
	height: 56px;
}

.nav .menu {
	width: 700px;
	height: 90px;
	float: left;
	font-size: 16px;
	margin-left: 70px;
}

.nav .menu li {
	width: 100px;
	height: 90px;
	line-height: 90px;
	float: left;
	text-align: center;
}
.nav .menu li:hover{
	background-color: #FF6F00;
}

/* 下拉按钮样式 */
.dropbtn {
	color: #333;
	font-size: 16px;
	border: none;
	cursor: pointer;
	height: 88px;
	line-height: 88px;
}
 
/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
	position: relative;
		display: inline-block;
		width: 120px;
		text-align: center;
}
 
/* 下拉内容 (默认隐藏) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color:rgba(14, 18, 22,0.6);
	padding-top: 10px;
	min-width: 120px;
	width: 120px;
}
 
/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
display: block;
}
/* 下拉菜单的链接 */
.dropdown-content a {
	color: #999999;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
 
/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {background-color:rgba(51, 78, 108, 0.3);color: #FFFFFF;}

 
/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {
	background-color: #00a86d;
	color:#fff;
}
.dropbtn_default{
	background-color: #00a86d;
	color:#fff;
}
/* banner */
.hz_ktang_banner{
	width: 1260px;
background-image: url("../images/b_banner_b.jpg");
	background-position: center center;
    background-size: cover;
    height: 217px;
}
.ktang_banner_ct{
	    width: 1260px;
	    margin: auto;
}
.ktang_banner_title{
	margin-top: 190px;
}

/* banner 下面的小条状 */
.hz-kt-xiaotiao{
      background: url(../images/bg_dot@2x.png) no-repeat;
      background-size: 570px 40px;
      background-position: calc(50% - 630px) center;
      height: 64px;
    border-bottom: 1px solid #E2E2E2;
}
.xiaotiao_tab_list{
    width: 1260px;
    margin: 0 auto;
    display: flex;
    margin-top: 44px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #C5C7D4;
}
#xiaotiao_tab_list ul{
    display: flex;
    border-bottom: 0px solid #C5C7D4;
    height: 64px;
}
#xiaotiao_tab_list ul li{
margin-right: 40px;
    font-size: 16px;
    padding-bottom: 10px;
    color: #999999;
}
.current{
	color: #333333 !important;
    border-bottom: 2px solid #FF7005;
}
#xiaotiao_tab_list ul li:hover{
	color: #333333 !important;
	cursor: pointer;
    border-bottom: 2px solid #FF7005;
}
.xiaotiao-conten{
    width: 1260px;
    margin: 0 auto;
    height: 64px;
    display: flex;
 justify-content: space-between;
    align-items: center;
}
#xiaotiao_tab_list{
	height: 64px;
	    line-height: 64px;
}
.xiaotiao_tab_right{
	display: flex;
	    align-items: center;
}
.home_s_icon{
	    width: 13px;
		height: 13px;
}
.home_s_title{
	    font-size: 14px;
	    color: #666666;
	    padding: 0px 8px 0px 8px;
}
.home_ar_icon{
	width: 4px;
	    height: 8px;
}
.home_ar_title{
	font-size: 14px;
	    color: #666666;
	    padding: 0px 0px 0px 8px;
}

/* 新闻 */
#xinwen_ct{
	padding-top: 58px;
	    padding-bottom: 30px;
}
.xw_content{
    width: 1260px;
    margin: auto;
    display: flex;
    background-color: #F2F2F2;
    border-radius: 5px;
    /* padding: 20px 10px 20px 10px; */
}
.xw_content_left{
	padding: 20px 0px 20px 10px;
}
.xw_content_img{
    width: 510px;
    height: 286px;
    border-radius: 10px;
}
.xw_content_ct{
padding: 40px 30px 0px 30px;
}
.xw_content_time{
	    font-size: 16px;
	    color: #ADADAD;
}
.xw_content_title{
	font-size: 26px;
	    color: #454545;
    margin-top: 10px;
}
.xw_content_remark{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
}
.xw_content_btn{}
.xw_content_btn_txt{
	    width: 96px;
	    height: 40px;
	    font-size: 14px;
	    color: #ADADAD;
	    border: 1px solid #ADADAD;
	    border-radius: 50px;
	    text-align: center;
	    line-height: 40px;
	    margin-top: 20px;
}
.xw_content_btn_txt:hover{
	cursor: pointer;
	color: #FF6E00;
	border: 1px solid #FF6E00;
}

/* 新闻列表 */
.xinwen_list{ 
	    width: 1260px;
	    margin:auto;
}
.img_div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.xinwen_list_top_a{
    width: 1260px;
    height: 100px;
    margin: auto;
    line-height: 45px;
    border-bottom: 1px solid #E2E2E2;
    font-size: 26px;
    color: #161616;
    font-weight: bold;
}
.xinwen_list_top{
    width: 1260px;
    height: 56px;
    margin: auto;
    line-height: 56px;
    border-bottom: 1px solid #E2E2E2;
    font-size: 26px;
    color: #161616;
    font-weight: bold;
}

.xw_list_content_max{
	display: none;
}
#xw_list_content{   }
.xw_list_content{
	display: flex;
	    padding:30px 0px 30px 0px;
	    border-bottom: 1px solid #E2E2E2;
}
.xw_list_content_left{
    width: 384px;
	}
.xw_list_content_img{
    width: 384px;
    height: 230px;
    border-radius: 5px;
}
.xw_list_content_ct{
	    padding-left: 30px;
		width: 755px;
}
.xw_list_content_title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 60px;
}
.xw_list_content_remark{
    margin-top: 30px;
    padding-right: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.xw_list_content_right{
width: 95px;
    height: 100px;
    margin-top: 60px;
    border-left-width: 1px;
    border-left-color: #E2E2E2;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    text-align: center;
}
.content_right_time{
	    width: 60px;
	    height: 46px;
	    background-color: #00a86d;
	    color: #FFFFFF;
	    margin-left: 20px;
	    margin-top: 25px;
	    text-align: center;
	    line-height: 46px;
}

/* 返回顶部 */ 
 .arrow{
	border: 9px solid transparent;
	border-bottom-color: #FFFFFF;
	width: 0px;
	height: 0px;
	top:0px
}
.stick{
	width: 8px;
	height: 14px;
	border-radius: 1px;
	background-color: #FFFFFF;
	top:15px;
}
#back_top div{
	position: absolute;
	margin: auto;
	right: 0px;
	left: 0px;
}
#back_top{
	background-color:#999;
	height: 38px;
	width: 38px;
	border-radius: 3px;
	display: block;
	cursor: pointer;
	position: fixed;
	right: 50px;
	bottom: 100px;
	display: none;
}