
.pro_center{
	/*height: 100%;*/
	margin:20px auto 60px;
	align-items: flex-start;
	justify-content: space-between;
}
.proc_title{
	color: #111;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}

.pro_con{
	width: 240px;
	flex-direction: column;
}
.proc_title{
	width: 100%;
	height: 50px;
	font-weight: bold;
	font-weight: 600;
	line-height: 50px;
	text-align: left;
	margin-bottom: 10px;
}
.proc_list{
	width: 100%;
	height: 50px;
	font-size: 14px;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}
.arrow{
	font-size: 32px;
	color: #999;
	margin-right: 10px;
}
.click_on{
	color: #0a4098;
}
.click_on .arrow{
	color: #0a4098;
	margin-right: 5px;
	transform: rotate(90deg);
}


/**/
.pagination li {
    display: inline-block;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    color: #7e7e7e;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out;
    border:1px solid #eee;
}
.pagination li.active{
	border:1px solid #999;
}
.pagination li span {
    cursor: pointer;
}

.pagination a {
    color: #999;
}
.pagination li.active a,
.pagination li.active span {
	color: #0a4098;
}
.pagination span {
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #7e7e7e;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out;
}

.pro_imgs{
	width: 920px;
}
.proi_con{
	width: 100%;
}
.proi_p{
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
}
.proi_p a{
	color:#999;
}
.proi_con_list{
	width: 100%;
	margin: 30px auto 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proi_list{
	width:270px;
	position: relative;
	margin-bottom: 40px;
	justify-content: space-between;
	flex-direction: column;
}
.proil_pic{
	width:100%;
	height: auto;
	overflow: hidden;
}
.proil_pic img{
	width: 270px;
	height: 170px;
}
.proil_title{
	height: 30px;
	line-height: 30px;
	position: relative;
}
.proil_title:after{
	left:0;
	right: 0;
	bottom: 0;
	content: "";
	margin: auto;
	width: 30px;
	height: 1px;
	background: #0a4098;
	position: absolute;
}
a.href_to:hover{
	border-bottom: 4px solid #fff;
}

/**/
.pro_detail{
	background: #f6f6f6;
	border:1px solid #eee;
}
.pro_det{
	width: 88%;
	margin: 30px auto;
}
.prod_imgs{
	flex-direction: column;
	flex-wrap: wrap;
}
.prod_title{
	font-size: 24px;
	line-height: 30px;
	color: #575656;
	margin: 20px auto;
	text-align: center;
}
.prod_desc{
	margin: 20px auto;
	text-align: justify;
	line-height: 34px;
	/*text-indent: 2rem;*/
}

/*data_bank*/
.bank_list{
	margin-top: 25px;
}
.bank_li{
	width: 100%;
	font-size: 14px;
	color: #999;
	height: 100px;
	border-bottom: 1px dotted #eee;
	justify-content: space-between;
}
.bank_li a{
	color: #999;
}




/**/
.news_all{
	width: 920px;
}
.news_all_li{
	width: 100%;
}
.news_all_title{
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #eee;
}
.news_all_title ul{
	width: 920px;
	margin: 0 auto;
}
.news_all_title li{
	width: auto;
	overflow: hidden;
	padding:0 20px;
}
.news_all_title .li_a{
	color: #999999;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	border-bottom: 3px solid transparent;
}
.news_all_title #active .li_a {
	color: #0a4098;
	position: relative;
	border-bottom: 0;
}
.news_all_title #active .li_a:after{
	bottom: 0;
	left:0;right:0;
	margin: auto;
	content: "";
	width: 40px;
	height: 3px;
	position: absolute;
	border-bottom: 3px solid #0a4098;
}
.news_all_con{
	width: 880px;
	margin: 20px auto;
}
.news_all_list{
	width: 100%;
	flex-direction: column;
}
.news_all_li{
	margin: 0 auto 20px;
	position: relative;
}
.news_li_img {
	width: 210px;
	margin-right: 20px;
}
.news_li_img img{
	width: 100%;
}
.news_li_title{
	width: 630px;
	height: 130px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.li_t1{
	color: #444;
	font-size: 16px;
	font-weight: bold;
	font-weight: 600;
	width:670px;
}
.li_t1 a{color: #313131;}
.li_t2{
	color: #666;
	height: 28px;
	width: 100%;
	/*overflow: hidden;*/
	line-height: 28px;
	font-size: 14px;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
	width: 670px;
	margin-top: 8px;
}
.li_t3{
	color: #999;
	font-size: 14px;
}
.news_page{
	justify-content: center;
}
.news_page .pagination{
	width: auto;
}
.news_hot{
	width: 210px;
}
.hot_title{
	width: 100%;
	height: 60px;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	position: relative;
}
.hot_title:after{
	bottom: 0;
	left:0;right:0;
	margin: auto;
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	border-bottom: 3px solid #0a4098;
}
.hot_con{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
}
.hot_li{
	width: 100%;
	position: relative;
	margin-bottom:20px;
}
.hot_li img{
	width: 100%;
}
.hot_li p{
	text-align: center;
	padding:10px 0;
}
.hot_refresh{
	width: 120px;
	height: 40px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	background: #0a4098;
}