﻿@charset "utf-8";
/*
BANNER
*/
body{background-color: #252525}
.lb-box {
  width:100%;
  height: 500px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
@media (max-width:568px) {
  .lb-box {
    width: 76%;
    height: 220px;
  }
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;   
}

.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height: 100%;
}

.lb-item > a > span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}
@media (max-width:568px) {
  .lb-item > a > span {
    padding: 10px;
  }
}

.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
  left: 10px;
  bottom: 50px;
  padding: 5px 3px;
  border-radius: 6px;
  list-style: none;
  user-select: none;
  
}

.lb-sign li {
  width: 22px;
  height: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #aaa; font-family: Arial, Helvetica, sans-serif;
  margin: auto 6px;
  border-radius: 3px;
  cursor: pointer;
  color: rgba(0,0,0,0.12);
  cursor: pointer;
    position: relative;
    z-index: 99999;
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  color: #fff;

}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 900;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s linear;
}
@media (max-width:568px) {
  .lb-ctrl {
    font-size: 30px;
  }
}
.lb-ctrl.left {
  left: -50px;
}
.lb-ctrl.right {
  right: -50px;
}
.lb-box:hover .lb-ctrl.left {
  left: 10px;
}
.lb-box:hover .lb-ctrl.right {
  right: 10px;
}
.lb-ctrl:hover {
  background-color: #000;
}




div.flicking_con {
	width:990px;
	margin:0 auto;
	position:relative
}
div.flicking_con .flicking_inner {
	position:absolute;
	top:360px;
	left:90px;
	z-index:999;
	width:300px;
	height:21px
} /* 121126 */
div.flicking_con a {
	float:left;
	width:21px;
	height:21px;
	margin:0;
	padding:0;
	background:url('../images/btn_main_img.png') 0 0 no-repeat;
	display:block;
	text-indent:-1000px
}
div.flicking_con a.on {
	background-position:0 -21px
}
#btn_prev, #btn_next {
	z-index:11111;
	position:absolute;
	display:block;
	width:73px!important;
	height:74px!important;
	top:50%;
	margin-top:-37px;
	display:none;
}
#btn_prev {
	background:url(../images/hover_left.png) no-repeat left top;
	left:100px;
}
#btn_next {
	background:url(../images/hover_right.png) no-repeat right top;
	right:100px;
}

/*
BANNER
*/



.banner_container {
    width: 100%;
    height: 240px;
    background-color:#1875c5;
    background-image: url('../img/banner1.png');
    background-repeat:no-repeat;
    background-position: center;
    margin-bottom:15px;
  
}
.header_container {
    border-bottom: 1px solid #389df4;
    box-shadow: 0px 1px 18px 2px #403f3f;
}



.banner_wrap{ width: 100%;height: 500px;}

/*
pc端左侧分类
*/





/*
资讯列表
*/


/* 本例子css */
	#scrollBox{ width:1140px;  /*background:url(../img/scrollBg.png) ;*/padding:5px 10px;position:relative; -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;}
	#scrollBox .piclist{ overflow:hidden; zoom:1;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;}
	#scrollBox .ohbox{overflow:hidden; position:relative;width:1140px;left:7px;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;top:5px;}
	#scrollBox {position:relative;overflow:hidden;zoom:1;}
	#scrollBox .piclist li{float:left; display:inline; width:205px;background:#fff;border:1px solid #dedede;margin-right:10px;padding:5px;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset; position:relative;}
	#scrollBox .piclist li a{
		color:#000;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	text-overflow:ellipsis;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;}
	
	#scrollBox .piclist li a:hover{text-decoration:none;
	color:#28a5c0;}
	#scrollBox .piclist li a img{
		width:204px;
		height:170px;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;}
	#scrollBox .piclist li span{height:25px;line-height:25px;display:block;text-align:center;   }
	#scrollBox .pageBtn span{ background:url(../img/bntBg.png) no-repeat; display:block;width:37px;height:59px;position:absolute;top:76px;cursor:pointer;text-indent:-999em;overflow:hidden; }
	#scrollBox .pageBtn .prev{left:5px;background-position:-11px -84px ;}
	#scrollBox .pageBtn .next{right:5px;background-position:-53px -84px ;}
	#scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:10px 0 0 513px; display:none }
	#scrollBox .pageBtn .list li{ background:url(../img/bntBg.png); float:left; display:inline; width:15px;height:15px;background-position:-86px -57px ;cursor:pointer;margin-left:10px;line-height:10000px;overflow:hidden;  }
	#scrollBox .pageBtn .list li.on{background-position:-114px -57px }

        #scrollBox .piclist li .nn {
            position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    background:rgba(24, 117, 197,.8);
    left: 0;
    box-sizing: border-box;
    padding: 5px 5px;
    color: #fff;
    overflow: hidden;

        }

    .widget .widget-header span {
    float: right;
    text-align: right;
    padding: 20px 10px;
}
.ph_compoment {
    width:100%;
    min-height:415px;
    background:#fff;
    overflow:hidden;
}
.footer_container {
    width:100%;
}


/*
快捷
*/

.kj_cont1{  width: 100%; overflow: hidden; height: 250px;}
.kj_box{width: 100%; 

   

    margin: 0 auto;


  
}
.kj_wrap {
  
	margin: 0 auto; float: left;
	


  
}
.kj_wrap li {
    
	width: 172px;
	float: left;
	cursor: pointer;
	margin-right: 15px;
	background-color: #f6f6f6;
	height: 65px;
	margin-top: 15px;

}
.kj_wrap li:nth-child(2n){ margin-right: 0px;}
.kj_wrap li a {
    
    color: #333333;
    font-size: 15px; 
    letter-spacing: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
	-o-transition: all .3s; 

}
.kj_wrap li img{width: 42px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 6px;}
.kj_wrap li a p{line-height: 20px;line-height: 65px; margin-left: 6px;}
.kj_wrap li a span {
    font-size: 12px;
    letter-spacing: 0; color:#b9b9b9;
}
/*
通知公告
*/

.n_title{     font-size: 70px;
    color: #dedede;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    width: 100%;
    top: 50px;}
.n-title2{    position: absolute;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    top: 15px;
    color: #333;
    display: block;
    width: 100%;}
.left_notice{ float: left; position: relative; margin-top: 80px;}
	

	.n_title_1{ font-size:80px;color: #dedede;text-align: center;line-height: 20px;
		font-weight: 700; opacity: .3; position: relative;}
	.n-title2_1{position: relative;text-align: center;font-size: 42px;font-weight: 700; top: -88px;
		color: #333; background-image: url(../images/line3.png); background-repeat: no-repeat;
		background-repeat: no-repeat; background-position-x: center;background-position-y: bottom;
		line-height: 84px;
	}



.left_notice2{ float: left;  margin-top: 40px;
	float:left;
	-webkit-animation:fadeInLeftBig 3s .3s ease both;
	-moz-animation:fadeInLeftBig 3s .3s ease both;
	
}
.left_animation{float:left;
	-webkit-animation:fadeInLeftBig 3s .3s ease both;
	-moz-animation:fadeInLeftBig 3s .3s ease both;

}


.up_animation{

	-webkit-animation:fadeInUp 4s .4s ease both;
	-moz-animation:fadeInUP 4s .4s ease both;
}
	@-webkit-keyframes fadeInUP{
		0%{opacity:0;
			-webkit-transform:translateY(30px)}
			100%{opacity:1;
			-webkit-transform:translateY(0)}
	}
	@-moz-keyframes fadeInUP{
		0%{opacity:0;
			-webkit-transform:translateY(30px)}
			100%{opacity:1;
			-webkit-transform:translateY(0)}
}
@-ms-keyframes fadeInUP{
	0%{opacity:0;
		-webkit-transform:translateY(30px)}
			100%{opacity:1;
			-webkit-transform:translateY(0)}
}

@-webkit-keyframes fadeInUp {
0% {
opacity: 0;

-webkit-transform: translate3d(0, 100%, 0);

transform: translate3d(0, 100%, 0);

}

100% {
opacity: 1;

-webkit-transform: none;

transform: none;

}
}


.scroll_img_box {
	float:right;
	width: 540px;
	height: 350px;
	margin-top:80px;
}







 .container {

    justify-content: center;
    width: 100%;
    
    margin: 30px auto 0px auto;
  }
  
  .profile {
    position: relative;
    transition: all 0.3s;
	
transition: all 0.3s;
width: 100px;
height: 100px;
border-radius: 50%;

/*border: 5px solid #f7f7f7;*/
/*filter: drop-shadow(-10px 0 6px rgba(0, 0, 0, 0.09));*/
    box-shadow: 0 0 13px rgba(0,0,0,.3);
background:#fff;
margin-left: -14px;
float: left;
  }
  
  .profile:hover {
    transform: translateY(10px);
    z-index:999
  }
  
  .profile img {
   width: 100px;
    border-radius: 50%;
    cursor: pointer;
    height: 100px;
  }

  .profile:not(:first-child){
    margin-left: -10px;
  }
  
  .profile .name {
    position: absolute;
    background-color: #10996d;
    color: #fff;
   
    padding: 15px 25px;
    border-radius: 100px;
	bottom: -150px; left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50px);
    letter-spacing: 0px;
  
	display: none;
	cursor: pointer;

  }
  .profile:hover .name{display: block;}
  
  .profile .name::before {
    content: "";
    position: absolute;
    width: 15px; height: 15px;
    background-color: #10996d;
    top: 0; left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .profile .name > p{font-size: 14px; color: #b6e3d5;}
  .profile .name > p > font{opacity: 1; color: #fff;}
/* 3
PC端特有样式定义
*/
@media (min-width:768px) {

}

@media (min-width:768px) and (max-width:1200px) {
    .main {
        width:1200px;
    }
}


@media (max-width: 767px){

}

@keyframes mymove
{
from {left:0px;}
to {left:40px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:40px;}
}


.cont {
    justify-content: center;
    width: 1200px;
    margin: 0px auto;
}
.left_col {
    width: 230px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
    float: left;
    background: #fbfbfb;
    height: 455px;
    box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.09);
    margin-right: 15px;
    margin-top: 4px;
}
.clearfix {
	zoom:1; }
  
  .clearfix:before,.clearfix:after {
	content: "";
	display: table
  }
  
  .clearfix:after {
	clear: both
  }
  
  
  
  
  .aui-input {
	font-size: 14px;
	position: relative;
	z-index: 1;
	height: 44px;
	line-height: 44px\9;
	vertical-align: middle;
	color: #333;
	border-width: 1px;
	border-style: solid;
	outline: 0;
  }
  
  button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	border: 1px solid #ededed;
	font-family: inherit;
  }
  
  input {
	-webkit-appearance: textfield;
	background-color: white;
	-webkit-rtl-ordering: logical;
	cursor: text;
	padding: 1px;
	border-width: 2px;
	border-style: inset;
	border-color: initial;
	border-image: initial;
  }
  
  input, textarea, select, button {
	text-rendering: auto;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	margin: 0em;
	font: 400 11px system-ui;
  }
  
  .aui-btn {
	font-size: 16px;
	line-height: 44px;
	display: inline-block;
	height: 44px;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	outline: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .05s linear;
	-o-transition: .05s linear;
	transition: .05s linear;
  }
  
  
  
  .aui-wrapper {
	background: #F2F5F4;
	padding: 30px 0 28px;
	min-width: 1200px;
  }
  
  .aui-wrapper-header {
	border: 0 solid #FC4349;
	width: 938px;
	height: 46px;
	margin: 0 auto;
	position: relative;
  }
  
  .aui-wrapper-input {
	width: 762px;
	height: 20px;
	line-height: 20px;
	float: left;
	font-size: 16px;
	padding: 12px 16px;
	margin: 0;
	border: 1px solid #E8E8E8;
	border-right: 0;
	color: rgb(153, 153, 153);
  }
  
  .aui-wrapper-submit {
	float: left;
	width: 142px;
	height: 46px;
	font-size: 18px;
	color: #FFF;
	border: 0;
	background: #FC4349;
	cursor: pointer;
	text-align: center;
  }
  
  .aui-wrapper-header-info {
	width: 938px;
	height: 22px;
	overflow: hidden;
	margin: 23px auto 0;
  }
  
  .aui-wrapper-header-info dl dt {
	margin-right: 10px;
	font-size: 14px;
	color: #777;
	float: left;
  }
  
  .aui-wrapper-header-info dl dd {
	margin-right: 20px;
	color: #999;
	float: left;
  }
  
  .aui-wrapper-header-info dl dd a {
	color: #FC4349;
  }
  
  .aui-container-bxo {
	margin: auto 0;
	width: 100%;


padding-right: 0px;
padding-left: 0px;
padding-bottom: 2px;
float: left;
background: #fbfbfb;
height: 455px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.02);
margin-right: 10px;overflow: hidden;
  }
  
  .aui-content-sidebar {
	position: relative;
	width: 198px; margin: 0 auto
	;
   
  }
  

  .mod_cate_hd {
    height: 40px;
    line-height: 40px;
  
    color: #FFFFFF;
    text-indent: 20px;
    background-color: #0160b0; 
 
    font-family: "Microsoft Yahei";
}
.mod_cate_hd > span{ font-weight: bold; font-size: 16px;  }
.mod_cate {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px #efefef solid;
    padding: 0px 9px 0px 14px;
}
.mod_cate h2 {
    font-size: 14px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    white-space: nowrap;
    line-height: 38px;
    letter-spacing: 0px;
}
.mod_cate h2 a{color: #333;}

.main {
    width: 570px;
    margin-left: 0px;
    padding-bottom: 2px;
    padding-top: 5px;
    float: left;
}
.right_col {
    float: right;
    width: 370px;
    overflow: hidden;
    overflow: visible;
    padding-bottom: 2px;
    padding-left: 0px;
    margin-right: 0px;
    background: none;
}
.search_box {
 
    width: 100%;
    height: 38px;
    border: 2px solid #0160b0;
}
.search_box > input {
    float: left;
    width: 500px;
    height: 34px;
    line-height: 34px;
    border: none;
    text-align: left;
    padding-left: 10px;
    border: none;
    outline: none;
}
.search_btn {
    display: block;
    float: right;
    width: 65px;
    height: 32px;
    background-color: #0160b0;
    line-height: 32px;
    margin: 1px 1px 0 0;
    color: #fff;
    text-align: center;
}
h4 {
    display: block;
    font-size: 15px;
    color: #444;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
	line-height: 38px;
}
h4  font {
    padding: 10px 0;
    border-bottom: 2px solid #015aa5;

    font-size: 15px;
    font-weight: bold;
	color: #015aa5;
}
h4  em{
font-style: normal; font-size: 13px;color: #b4bdcd; font-family:Arial, Helvetica, sans-serif;margin-left: 6px;
}

h4  img{
position: absolute;right: 0px;top:12px;
	}
	.notice_first{ border-bottom: 1px solid #dce2f1;
		padding-bottom: 10px;
		background: #fff;
		height: 90px;
		position: relative;}


	.notice_first > h3{font-size: 14px;font-weight: bold; line-height: 34px; color: #333;
width: 350px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;

		margin-top: 6px;}
	.notice_first > p{overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;

		font-size: 12px;
		color: #999;
		margin-bottom: 10px;}
.notice_box{
	width: 100%;
    margin-top: 0px;
    overflow: hidden;
    height: 165px;
}
.notice_box li{
	display: inline-block;
width: 320px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 30px;
font-size: 14px;

background-image: url('../images/li1.png');
background-position: 0 14px;
background-repeat: no-repeat;padding-left: 10px;
}

.notice_box li a:hover{ color: #0160b0;}

a:hover{cursor: pointer;}
/*焦点图*/
.mod18{width:570px;height:406px;margin:10px auto 0px auto;position:relative;background:#f7f7f7;}
.mod18 .btn{position:absolute;width:15px;height:70px;top:336px;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:0;background:url(../images/prevBtn.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:153px;width:46px;height:48px;}
.mod18 #prevTop{background:url(../images/prevBtnTop.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(../images/nextBtnTop.png) 0 0 no-repeat;}


.mod18 .next{right:0;background:url(../images/nextBtn.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:570px;height:330px;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:570px;position:absolute;left:0;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{height:330px;position:relative;overflow:hidden;}


.mod18 .picBox ul{height:330px;position:absolute;}
.mod18 .picBox li{width:570px;height:330px;}
.mod18 .listBox{width:570px;height:100px;margin:0 auto;position:relative;padding:6px 0 10px;overflow:hidden;}
.mod18 .listBox ul{height:100px;position:absolute;}
.mod18 .listBox li{width:140px;height:70px;cursor:pointer;position:relative;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:124px;height:70px;}
.mod18 .listBox li img{width:132px;height:70px;}
.mod18 .listBox .on img{border:3px solid #ff6600;}
.mod18 .listBox .on i{display:block;}
.btn{padding: 0px;

}

.noc li {
    font-size: 14px;
    height: 37px;
    border-bottom: 1px dashed #e3e3e3;
	background-image: url('../images/li1.png');
	background-position: 0 14px; background-repeat: no-repeat; padding-left: 10px;


}
.noc_time {

    height: 36px;
    text-align: left;
    font-size: 14px;
    color: #333;
    width: 440px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 36px;
    
    float: left;
}
.noc_time:hover{ color: #0160b0;}
.noc_txt {
    float: right;
    text-indent: 12px;
    line-height: 37px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #999;
}


.links{width: 100%;}
.links li{width: 100%;background-image: url('../images/li1.png');
	background-repeat: no-repeat;background-position: 0 14px;
    height: 36px;
    text-align: left; padding-left: 12px;
    font-size: 14px;

    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 36px;
  
    float: left;
	
	border-bottom: 1px dashed #e3e3e3;

}
.links li a{ color: #333;}
.links li a:hover{ color: #0160b0;}

.list01{ width: 28px;
	height: 28px;
	float: left;
	border-radius: 3px;

	text-align: center; line-height: 30px;
	color: #fff;}

.list_rank{
	height: 192px; margin-top: 5px;

overflow-y: auto;
}
.list_rank h5{ font-size: 14px;
	float: left;
	line-height: 30px;
	margin-left: 10px; color: #333;
}
.qy_time{float: right;line-height: 30px;}
.list_rank li{ width: 
	100%;height: 36px;line-height: 36px; margin: 2px auto;}
	.notice_box li a{color: #333; }

	a{
		color: #333;
		-webkit-transition: color .2s ease-in;
		-moz-transition: color .2s ease-in;
		-o-transition: color .2s ease-in;
		transition: color .2s ease-in;
	}

