@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px; font-family:\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei,\\9ED1\4F53,\\5B8B\4F53,Arial,Helvetica,sans-serif; color: #333; }
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 { margin: 0; padding: 0;}
body{margin:0px auto; font-family: Microsoft YaHei; font-size:14px;  }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: normal;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}
i,em{ font-style: normal; }
h1,h2,h3,h4,h5,h6{ font-weight: normal;font-weight: 500; }
input,select,textarea{outline:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none;background: #fff;}
a{ text-decoration:none; color:#333; background: transparent;  outline:none; cursor: pointer;}
a:active{ outline:none;}
.wrap{width: 1200px; margin:0 auto;overflow: hidden;}

.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    border-radius: 6px
}
.swiper-pagination-bullet-active{
     width: 30px;
    height: 12px;
    background: #44a4f6;
    opacity: 1;
}

.banner{
	width:100%;
	height:580px;
}

/*header*/
#header{
	width: 100%;
	height: 214px;
	min-width: 1200px;
	background: #fff;
}
.heder_part1{
	width: 100%;	
	height: 40px;
	border-bottom: 1px solid #d7e4ff;
}
.heder_part1_center{
	width: 1200px;
	margin: 0 auto;
}
.heder_part1 h1{
	font-size: 12px;
	line-height: 40px;
	display: inline-block;
	float: left;
}
.heder_part1 h1 em{
	color: #44a4f6;
}
.heder_part1 h2{
	display: inline-block;
	float: right;
	font-size: 12px;
	line-height: 40px;
}
.heder_part1 h2 span{
	padding-left: 28px;
	background: url(../img/com/ic_wx.png) left  center no-repeat;
	background-size: 21px 16px;
	margin: 0 20px;	
	position: relative;
	cursor: pointer;
}

.heder_part1 h2 strong{
	padding-left: 20px;
	background: url(../img/com/ic_phone.png) left  center no-repeat;
	background-size: 16px 16px;
}
.wxcode_img{
	width: 160px;
	height: 160px;
	overflow: hidden;
	position: absolute;
	left: -42px;
	top: 40px;
	display: none;
	background: url(../img/com/wxcode.jpg) no-repeat center;
	background-size: 100% 100%;
	/*background: #f00;*/
}

.heder_part1 h2 span:hover .wxcode_img{
	display: block;
}


.heder_part2{
	height: 84px;
}
.logo{
	width: 240px;
	height: 61px;
	display: block;
	background: url(../img/com/logo1.png) center center no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-top: 11px;
}
.header_form{
	float: right;
}
.header_form h3{
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0 0 22px;
	color: #bebdbd;
	font-weight: bold;
}
.header_form input[type=text]{
	width: 438px;
	height: 38px;
	border: 1px solid #44a4f6;
	border-radius: 10px 0 0 10px;
	font-size: 14px;
	line-height: 38px;
	text-indent: 22px;
	float: left;
}
.header_form .search_btn{
	width: 128px;
	height: 40px;
	color: #fff;
	background: #44a4f6;
	text-align: center;
	border-radius: 0 10px 10px 0;
	float: left;
}
.heder_part3{
	width: 100%;
	height: 90px;
	background:  #434343;
}
.heder_part3 ul li{
	float: left;
	height: 90px;
}
.heder_part3 ul li.on{ 
	background: #44a4f6;
}
.heder_part3 ul li a{
	font-size: 18px;
	line-height: 90px;
	color: #fff;
	padding: 0 30px;
	display: block;
}

/*contact*/
.contact_area{
	width: 100%;
	min-width: 1200px;
	height: 636px;
	background: url(../img/home/contact_bg.jpg) center center no-repeat;
	background-size: auto 636px;
}
.contact_area h1{
	font-size: 36px;
	line-height: 96px;
	padding-top: 50px;
}
.input_item{
	height: 40px;
	margin-bottom: 24px;
}
.input_item label{
	font-size: 16px;
	line-height: 40px;
}
.input_item input[type=text]{
	width: 380px;
	height: 38px;
	border: 1px solid #959595;
	border-radius: 8px;
	font-size: 16px;
	line-height: 36px;
	text-indent: 20px;
	background: transparent;
}
.textarea_item{
	position: relative;
}
.textarea_item textarea{
	width: 380px;
	height: 104px;
	border: 1px solid #959595;
	border-radius: 8px;
	font-size: 16px;
	line-height: 36px;
	resize: none;
	padding: 10px;
	background: transparent;
	box-sizing: border-box;
	margin-top: 40px;
}
.textarea_item label{
	font-size: 16px;
	line-height: 40px;
	float: left;
	margin-right: 10px;
}
.contact_btn{
	width: 120px;
	height: 40px;
	display: block;
	background: #e60012;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin: 30px 0 0 210px;
}


/*footer*/
#footer{
	width: 100%;
	height: 140px;
	background: #282828;
	text-align: center;
	padding-top: 30px;
}
#footer p{
	font-size: 14px;
	line-height: 34px;
	color: #fff;
}
#footer p em{
	margin-left: 30px;
	color: #fff;
}
#footer p i{
	margin-left: 200px;
	color: #fff;
}


.finance_title{
 	text-align: center;
 	margin: 70px  auto 40px;
}
.finance_title h1{
 	font-size: 36px;
 	line-height: 56px;
 	padding-left: 44px;
 	background: url(../img/finance/title_bg.png) left center no-repeat;
 	display: inline-block;
 	font-weight: bold;
}



/*定义页码样式*/
.pagination,
.page{
    width: 100%;
    text-align: center;
    line-height: 26px;
    padding: 40px 0;
    clear: both;
}
.page{
    width: 76%;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.first span,.prev span,.next span,.last span,.first a,.prev a,.next a,.last a{
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
}
.pagination a,.page span{
    font-family:Arial;
    font-size:16px;
    min-width:26px;
    display:inline-block;
    color:#282828;
    height:26px;
    line-height: 26px;
    text-align: center;
}
.pagination  li a:hover,.pagination li.active a,.page span:hover,.page span.on{
    color:#fff;
    background-color: #d4101a;
    border-radius:13px;
}
.pagination li{ list-style: none outside none;}



/*新闻文章详情*/
.me_container{	
	padding: 30px 0;
	background: #f2f2f2;	
	overflow: hidden;
}
.container_left{
	width: 800px;
	padding: 20px 20px;
	box-sizing: border-box;
	border:1px solid #d8d8d8;
	border-radius: 6px;
	margin: 0 auto;
	background: #fff;
}

.news_detail_info{
	width:100%;
	padding: 30px 0px;
	box-sizing: border-box;
	overflow:hidden;
	background: #fff;
	/*border-bottom: 1px solid #e6e6e6;*/
	min-height: 200px;
	text-align: justify;
}
.news_detail_info h1{
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
}
.news_detl_tag{
	padding: 10px 0 20px 0;
	font-size: 12px;
	line-height: 22px;
}
.news_detl_tag em{
	color: #999;
	font-size: 12px;
	margin-right: 10px;
}

.news_detail_info article,.news_detail_info p{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 14px;
	text-align: justify;
	word-break: normal;

}
.news_detail_info img{
	max-width: 720px!important;
	display: block!important;
	margin: 20px auto!important;
	height: auto!important;
}