body {
	font-family: "微软雅黑";
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 15px;
	min-width: 1200px;
}

body,
div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #6E6E6E;
}
a:hover{
	color: #0470E1;
}
/*头部信息*/
.top{
	width: 1200px;
	margin: 0 auto;
	height: 88px;
}
.top_l{
	float: left;
	margin-top: 5px;
}
.top_r{
	float: right;
	margin-top: 8px;
	line-height: 1.5em;
	padding-right: 15px;
}
.top_s img{
  vertical-align: middle;
}
.top_s span{
	font-size: 15px;
	vertical-align: middle;
	color: #555555;

}
.top_x img{
  vertical-align: middle;
}
.top_x span{
	font-size: 15px;
	color: #555555;
	vertical-align: middle;
}

/*导航区域*/

.header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #00468c;
}

.header .nav {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}

.header .nav li {
	float: left;
	width: 12.5%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	
}
.header .nav li a {
	color: #fff;
}
.header .nav li:hover {
 background-color:#2E8FF0;
 
}
.header .nav li a:hover {
 color:#00468C; 
 background-color:#f0f7fd;
 display:inline-block;
 width: 100%;
}

.header .nav li .second-nav {
	width: 110px;
	display: none;
	position: relative;
}

.header .nav li .second-nav li {
	position: relative;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #2e8ff0;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}


/*导航区域完*/

/*banner*/

.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
    width: 20px;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
	height: 500px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 3px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}

/*about*/

.about_main{
	width: 100%;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.abou_bjj{
	position: absolute;
	left: 0;
	bottom: 0;
}
.about{
	width: 1200px;
	margin: 0 auto;
	height: 524px;
}
.ab_bt{
	width: 100%;
	margin: 55px auto;
	text-align: center;
}
.ab_bt h2{
	color: #2d3e50;
	font-size: 28px;
	font-family: "微软雅黑";
	font-weight: 200;
}
.about_nr{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.n_ab_l{
	float: left;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.n_ab_r{
	float: left;
	width: 47%;
	position: absolute;
	right: 20px;
	top: 30px;
}
.n_ab_r p{
	text-indent: 2em;
	line-height: 2em;
	font-size: 16px;
	color: #7f7e7e;
	overflow:hidden; 
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:5; 
}
.n_ab_r a{
	display: inline-block;
	margin-top: 50px;
	
}
.n_ab_r span{
	background: #0470e1;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 30px;
}
.n_ab_r span:hover{
	background: #ddedfe;
	color: #0470e1;
	border: 1px solid #0470e1;
}

.agency_main{
	width: 100%;
	margin: 0 auto;
	background: url(../img/ins_5.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.ag_bt{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}

.ag_bt h2{
	color: #2d3e50;
	font-size: 28px;
	font-family: "微软雅黑";
	font-weight: 200;
}

.agen_left{
	width: 70%;
	float: left;
	height: 400px;
	background: #206bd1;
	position: relative;
}
.agency{
	width: 1200px;
	margin: 0 auto 150px;
    overflow: hidden;
}
.agen_right{
	position: absolute;
	right: -345px;
	top: 50px;
}
.ag_aa{
	width: 71%;
    padding: 20px;
}
.ag_aa p{
	text-indent: 2em;
	line-height: 2em;
	font-size: 16px;
	color: #FFFFFF;
	overflow:hidden; 
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:7; 
}


.ag_aa a{
	display: inline-block;
	margin-top: 30px;
}
.ag_aa span:hover{
	background: #FFFFFF;
	color: #0470e1;
}

.ag_aa span{
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 30px;
	
}
.Invest{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 15px;
	background:url(../img/ins_7.jpg) no-repeat;
	background-size: 100% 100%;
}
.Invest h2{
	color: #FFFFFF;
	padding: 10px 0 15px;
}

.Invest span{
	display: inline-block;
	font-size: 16px;
	padding: 10px 50px;
	color: #FFFFFF;
}
.Invest p{
	font-size: 18px;
	color: #FFFFFF;
	width: 540px;
    text-align: center;
    margin: 0 auto;
	font-weight: 600;
}

.new_main{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.new{
	width: 1200px;
	margin: 0 auto;
}
.new_l{
	width: 30%;
	float: left;
	padding-right: 10px;
}
.new_os{
	width: 65%;
	float: left;
}

.new_a{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #f4f4f4;
	overflow: hidden;
/*	padding: 5px 0;*/
}
.new_a span{
	float: left;
	color: #2d3e50;
	font-size: 18px;
	padding: 5px 0;
}
.ne_active{
	border-bottom: 2px solid #0470E1;
}
.new_a a{
	float: right;
	padding: 5px 0;
}
.new_b{
	width: 100%;
	margin: 10px auto 5px ;
	position: relative;
}
.new_b img{
	width: 100%;
    height: 295px;
	
}
.new_pdf{
    width: 31%;
    float: left;
	margin: 10px 9px 5px;
    position: relative;
}
.new_pdf img{
	width: 100%;
    height: 295px;
}

.n_aa{
	width: 100%;
	height: 40px;
	position: absolute;
	background: #000000;
	opacity: 0.7;
	bottom: 0;
}
.n_nr{
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	bottom: 0;
}
.n_nr p{
	padding: 6px 5px;
	font-size: 16px;
	color: #FFFFFF;
	overflow:hidden; 
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:1; 
}
.new_c{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.ne_list{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #F4F4F4;
	overflow: hidden;
}
.ne_list img{
	vertical-align: middle;
    float: left;
    margin-top: 10px;
    padding-right: 5px;
}
.ne_list p{
	vertical-align: middle;
	width: 72%;
	float: left;
	display: inline-block;
	overflow:hidden; 
	 text-overflow:ellipsis;
	 display:-webkit-box; 
	 -webkit-box-orient:vertical;
	 -webkit-line-clamp:1; 
}

.ne_list span{
	vertical-align: middle;
	float: right;
}


.more{
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
}
.more span{
	background: #0470E1;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 20px;
}

.more span:hover {
    background: #ddedfe;
    color: #0470e1;
    border: 1px solid #0470e1;
}
.link_main{
	width: 1200px;
	margin: 0 auto;
}
.link_main h2{
	display: inline-block;
	font-size: 18px;
	color: #646464;
	vertical-align: middle;
}
.link_nr{
	padding: 10px 0;
}
.link_nr span{
	font-size: 14px;
	color: #646464;
	padding-right: 10px;
	display: inline-block;
	padding-bottom: 5px;
}
/*foot*/
.foot_main{
	width: 100%;
	margin: 0 auto;
	background: #397ed4;
	overflow: hidden;
	text-align: center;
	position: relative;
    height: 260px;
}
.foot{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.foot_a{
	width: 27%;
	text-align: left;
	float: left;
    padding: 18px 30px;
}
.foot_a h2{
	font-size: 18px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-weight: 200;
}
.nd_foot{
	width: 100%;
	margin: 0 auto 20px;
	text-align: left;
}
.nd_foot img{
	vertical-align: middle;
}
.nd_foot span{
	font-size: 16px;
	color: #f8f5f5;
	vertical-align: middle;
}
.foot_b{
	width: 45%;
	text-align: left;
	float: left;
    padding: 18px 30px;
}
.foot_c{
	width: 12%;
	text-align: right;
	float: right;
    padding: 10px 16px 0;
}
.foot_c h2{
	font-size: 18px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: 200;
	text-align:left;
}
.foot_c span:hover{
	color: #FFFFFF;
}
.db_foot{
	background: #efefef;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.db_foot span{
	font-size: 13px;
	color: #333333;
}

.fo_js{
	width: 100%;
	overflow: hidden;
}
.fo_ll{
	width: 49%;
	float: left;
	margin:  20px auto;
	text-align: center;
}
.fo_ll h4{
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px 0 20px;
}
.fo_ll h4 a {
	color: #FFFFFF;
}
.fo_ll span{
	display: inline-block;
	width: 33.3%;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	
}
.fo_ll span:hover{
	color: #edecec;
}

.fo_rr{
	width: 49%;
	float: left;
	margin:  20px auto;
	text-align: center;
}

.fo_rr h4{
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px 0 20px;
}
.fo_rr h4 a {
	color: #FFFFFF;
}
.fo_rr span{
	display: inline-block;
	width: 33.3%;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	
}
.fo_rr span:hover{
	color: #edecec;
}

/*新闻列表*/
.whole_main{
	width: 100%;
	margin:  0 auto;
	overflow: hidden;
}
.whole{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.list_bt{
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	border-bottom:1px solid #f4f4f4;
		padding-bottom: 10px;
}
.active_li{
	background: #00468C;
	color: #FFFFFF;
	display: inline-block;
	padding:10px 20px;
}
.li_hh{
	float: left;
	width: 50%;
}
.li_hh h2{
	font-size: 20px;
	font-weight: 200;
	color: #444;
}
.li_hh h2{
	font-size: 20px;
	font-weight: 200;
	color: #0470e1;
	font-weight:bold;
	display: inline-block;
}
.li_hh span{
	font-size: 18px;
	font-weight: 200;
	color: #c1c1c1;
	text-transform: capitalize
}

.li_bt_l{
	width: 50%;
	float: left;
	text-align: left;
}
.li_bt_l a{
	display: inline-block;
	padding:10px 20px;
}

.li_bt_l a:hover{
	background: #00468C;
	color: #FFFFFF;
	display: inline-block;
	padding:10px 20px;
}
.li_bt_l .hover{
		background: #00468C;
	color: #FFFFFF;
	display: inline-block;
	padding:10px 20px;
}

.li_bt_r{
	width: 50%;
	float: right;
	text-align: right;

}
.li_bt_r img{
	width: 20px;
	vertical-align: middle;
}
.li_bt_r span{
	color: #6E6E6E;
	vertical-align: middle;
	
}

.peft_main{
	width: 100%;
	margin: 0 auto;
}
.peft_left{
	float: left;
	width: 15%;
}
.peft_right{
	float: right;
	width: 83%;
}
.peft_left li {
    float: none;
    display: block;
    height: auto;
    line-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-left: 16px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.peft_left li:hover {
    padding-left: 25px;
}
.peft_left li a{
	border: 0px;
    background: none;
    color: #666;
    font-size: 14px;
    position: relative;
    line-height: 50px;
    height: 50px;
}
.peft_left a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-left: 16px;
}
.peft_left a.active::before {
    background: #2495e4;
}
.peft_left a::before {
    left: 0;
    content: '';
    position: absolute;
    width: 3px;
    height: 12px;
    background: transparent;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
   
.peft_left a::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 12px;
    background: transparent;
    left: -16px;
    margin-top: 15px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}   
.peft_left a::before {
    left: 0;
    content: '';
    position: absolute;
    width: 3px;
    height: 12px;
    background: transparent;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.peft_left a:hover {
    padding-left: 26px;
}
.peft_left a:hover::before {
    background: #2495e4;
}


.peft_left a {
    color: #2495e4
}

.peft_right{
	float: right;
	width: 83%;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #F4F4F4;
}
.peft_ri{
	float: right;
	width:100%;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #F4F4F4;
}
.pad_l{
	width: 20%;
	float: left;
}
.pad_l img{
	width: 100%;
	height: 150px;
}
.pad_c{
	width: 78%;
	float: left;
	padding-left: 15px;
	
}
.pad_c h3{
	font-weight: 200;
	font-size:16px ;
	display: inline-block;
	color: #575757;
	padding: 20px 0;
}
.pad_c p{
	font-size:14px ;
	color: #999999;
	line-height: 2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pad_c span{
	color: #999;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    float: right;
}
.arigh_a {
	width: 100%;
    padding: 35px 0;
    text-align: center;
    margin: -5px auto;
    overflow: hidden;
}

/*分页*/
#pages {
    text-align: center;
	margin-left:0px;
	padding-left:0px;
}

#pages li {
    padding: 0 10px;
    margin: 2px 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}

#pages li.active {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f14e00;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f14e00;
}

#pages li:hover a {
    color: #fff;
}
.ud{
	line-height: 34px;
	overflow: hidden;
	color: #666;
	text-align: left;
	font-size: 16px;
}
.ud ul {
	margin-left:0px;
	padding-left:0px;
	
}
.ud a{  
	color: #333;
	
}
.ud a:hover {
	text-decoration: underline;
	color: #d80c18;	
}
.media {
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
	padding: 20px 0;
	clear: both;
	height: 90px;
}

.media-body {
	width: 85%;
	float: right;
}
.media-left{
	text-align: center;
	width: 13%;
	float: left;	
	margin-top: 3px;
    margin-bottom: 7px;
	/*border:#eee 1px solid;*/
	padding-right: 0px;
	font-family: arial;
	
}
.media_top {
	width: 100%;
	margin: 0 auto;
	text-align: center;	
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}
.media_top h2{
	color: #ababab;
	font-size: 30px;
	margin-block-end: 0em;
	padding: 10px 0;
	margin-top: 0;
	margin-bottom:0px;
}
.media > .media-left:hover >.media_top>h2{
	background: #206bd1;
	color: #FFFFFF;
}

.media:hover > .media-left >.media_top>h2{
	background: #206bd1;
	color: #FFFFFF;
}

.media > .media-left:hover >.media_down{
	background: #f0f0f0;
}

.media:hover > .media-left >.media_down{
	background: #f0f0f0;
}

.media_down  {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ababab;
	line-height:30px;
	
}

.media_down span{
	color: #ababab;	
	font-size: 18px;
}

.media-body p {
	color: #767676;
	line-height: 24px;
	color: #404040;
	font-size: 12px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.media-body span {
	font-size: 1em;
	display: inline-block;
}
.media-body > h4:hover{
	color: #206bd1;
}
.media-body > span:hover{
	color: #206bd1;
}

.media:hover >.media-body > h4{
	color: #206bd1;
}

.media:hover >.media-body > span{
	color: #206bd1;
}


.ari_a h3 {
	float: left;
	font-size: 18px;
	color: #000;
	width: inherit;
	white-space: normal;
	display: inline-block;
	line-height: 21px;
}

.ari_a p {
	line-height: 17px;
	vertical-align: top;
	word-break: break-all;
	color: #999999;
	font-size: 12px;
	margin-top: 10px;
}
.peft_m{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.peft_m h3{
	font-size:20px ;
	font-weight: 200;
	text-align: center;
	padding: 0 0 20px ;
}
.cont_e {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.cont_e h3{
	font-size: 20px;
	color: #717171;
	font-weight: 600;
	line-height: 50px;
}

.top-tit h3 {
	font-size: 20px;
	color: #717171;
	font-weight: 600;
	line-height: 50px;
}
.top-tit span {
	line-height: 40px;
}

.cont_e p {
	font-size: 14px;
	line-height:40px;
	color: #717171;
	text-align: left;
}

.cont_e img {
	max-width:100%;
	height:auto
}


.peft_m span{
	display: inline-block;
		font-size:14px ;
	    color: #333;
	    padding-bottom: 10px;
	    text-align: center;
}
.content_wrapper{
	width: 100%;
	margin: 0 auto;
	
}
.content_list{
	width: 31%;
	float: left;
	margin: 20px 40px 20px 0;
	position: relative;
	overflow: hidden;
	height: 230px;
}
.content_list img{
	width: 100%;
	height: 230px;
	 cursor: pointer;
  transition: all 0.6s;
}
.content_list img:hover{
 transform: scale(1.2);
}
.cont_bj{
	width: 100%;
	height: 50px;
	position: absolute;
	background: #000000;
    opacity: 0.5;
    bottom: 0px;
}
.cont_nr{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	z-index: 1;
	text-align: center;
}
.cont_nr p{
	font-size: 16px;
	color: #FFFFFF;
}
