﻿@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'microsoft yahei';
}
body{
	background: #fff;
	font-family: 'microsoft yahei';
	min-width: 1200px;
	overflow-x: hidden;
}
a{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
.content{
	width: 1180px;
	margin: 0 auto;
}
.floatR{
	float: right;
}
.floatL{
	float: left;
}

.header{
	height: 95px;
}

.banner {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 100%;
	/*min-width: 1200px;*/
	overflow: hidden;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    font-weight: bold;
	height: 100%;
	width: 100%;
	position: relative;
}
.banner > ul > li > a img{
	height: 460px;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("img/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("img/left-1.png");
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
	display: inline-block;
	*display: inline;
	*zoom: 1;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    background: none;
    cursor: pointer;
	border-radius: 8px;
	border: 4px solid #ff9203;
}

.img-btn-list > span.current {
    background: #183286;
	border-color: #183286;
}

.index_c_title{
	height: 91px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding-top: 30px;
	text-align: center;
	color: #333;
}
.index_c_title h2{
	font-weight: normal;
	text-transform: uppercase;
	color: #183286;
}
.index_c_title h4{
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-bottom: 2px solid #183286;
	height: 30px;
	line-height: 30px;
}

.index_core{
	background: #f7f7f7;
	height: 415px;
}
.index_core_inner{
	height: 240px;
	margin: 25px auto;
	text-align: center;
}
.index_core_box{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 330px;
	height: 240px;
	margin: 0 15px;
	background: #fafafa;
	padding: 100px 10px 10px;
	background-position: center 35px;
	background-repeat: no-repeat;
}
.index_core_box:hover{
	background-color: #fff;
}
.index_core_box span{
	line-height: 30px;
	color: #333;
}
.index_core_box:hover span{
	color: #183286;
}
.index_core_box p{
	color: #999;
	font-size: 14px;
	text-align: left;
	height: 100px;
	line-height: 20px;
	overflow: hidden;
}
.index_core_box:hover p::after{
	width: 65px;
	height: 6px;
	content: '';
	background: #646464;
	display: block;
    margin: 20px auto;
}
.index_core_1{
	background-image: url(img/icon_ic_1.png);
}
.index_core_1:hover{
	background-image: url(img/icon_icb_1.png);
}
.index_core_2{
	background-image: url(img/icon_ic_2.png);
}
.index_core_2:hover{
	background-image: url(img/icon_icb_2.png);
}
.index_core_3{
	background-image: url(img/icon_ic_3.png);
}
.index_core_3:hover{
	background-image: url(img/icon_icb_3.png);
}

.index_group{
	height: 435px;
}
.index_group_inner{
	height: 250px;
	margin-top: 60px;
}
.index_group_left{
	float: left;
	width: 375px;
	height: 250px;
}
.index_group_left video{
	width: 375px;
	height: 250px;
	object-fit: fill;
}
.index_group_right{
	float: left;
	width: 710px;
	height: 250px;
	margin-left: 30px;
}
.index_group_topic{
	font-size: 20px;
	font-weight: 500;
	margin-top: 30px;
}
.index_group_middle{
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	text-indent: 28px;
	font-size: 14px;
	margin-top: 10px;
}
.index_group_bottom{
	text-align: right;
	margin-top: 10px;
}
.index_group_bottom a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 105px;
	height: 40px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #666;
}

.index_news {
    background: #f7f7f7;
    height: 520px;
}
.index_news_inner{
	height: 500px;
}
.index_news_left{
	width: 620px;
	height: 500px;
	float: left;
	padding-top: 50px;
}
.index_news_title{
	height: 40px;
	line-height: 40px;
	font-size: 22px;
}
.index_news_title a{
	float: right;
	font-size: 12px;
	color: #666;
}
.index_news_list a{
	display: block;
	border-top: 1px solid #ccc;
	color: #333;
	padding: 25px 17px;
}
.index_news_list a:hover{
	background: #fff;
}
.index_news_list a img{
	float: left;
	width: 110px;
	height: 80px;
}
.index_news_info{
	padding-left: 125px;
	height: 80px;
}
.index_news_name{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
}
.index_news_intro{
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
}
.index_news_list a:hover .index_news_name{
	color: #1c3383;
}
.index_news_right{
	width: 510px;
	height: 500px;
	float: left;
	padding-top: 50px;
	margin-left: 50px;
}
.index_news_right img{
	width: 100%;
}
.index_news_rinfo{
	height: 393px;
	background: #fff;
}
.index_news_rnotice h5{
	margin-left: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	margin-top: 10px;
}
.index_news_rnotice a{
	display: block;
	padding-left: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
}

.topic{
	height: 30px;
	background: #f4f4f4;
}
.topic .content{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666;
}
.topic .content a{
	color: #333;
	margin: 0 10px;
	font-size: 14px;
}
.topic .content a:last-child{
	margin-right: 0;
}
.logo{
	display: block;
	float: left;
	width: 210px;
	height: 95px;
	background: url(img/hx_logo.jpg) no-repeat center left;
}
.header .content{
	height: 95px;
}

.footer{
	background: #2e408a;
	color: #fff;
}
.footer_topic{
	width: 1180px;
	margin: 0 auto;
	height: 150px;
}
.footer_topic ul li{
	float: left;
	height: 150px;
	padding-top: 30px;
	color: #bfcbdd;
	font-size: 14px;
	margin-right: 30px;
	line-height: 30px;
}
.footer_topic ul li:last-child{
	margin-right: 0;
}
.footer_bottom{
	background: #13216a;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.footer_topic ul li .footer_qrcode{
	float: left;
	width: 100px;
	height: 110px;
	font-size: 12px;
	background: #fff;
	margin-right: 15px;
}
.footer_topic ul li .footer_qrcode img{
	display: block;
	width: 80px;
	height: 80px;
	margin: 10px auto 0 auto;
}
.footer_topic ul li .footer_qrcode p{
	height: 20px;
	line-height: 20px;
	margin: 0;
	color: #333;
	text-align: center;
	font-size: 12px;
}
.footer_topic ul li .footer_qrcode:last-child{
	margin-right: 0;
}

.index_link{
	background: #48599d;
	color: #fff;
}
.index_link_left{
	float: left;
	height: 40px;
	width: 100px;
	line-height: 40px;
	font-size: 18px;
}
.index_link_right{
	height: 40px;
}
.index_link_right li{
	width: 25%;
	height: 40px;
	float: left;
	line-height: 40px;
	font-size: 16px;
	
	text-align: center;
	position: relative;
	cursor: pointer;
}
.index_link_right li.link_down span{
	background: url(img/index_link_down.png) no-repeat center right;
}
.index_link_right li.link_up span{
	background: url(img/index_link_up.png) no-repeat center right;
}
.index_link_right li span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 40px;
	padding-right: 25px;
}
.index_link_list{
	display: none;
	position: absolute;
	width: 150%;
	padding: 15px 20px;
	background: #fff;
	right: 0;
	max-height: 250px;
	overflow: hidden;
}
.index_link_list a{
	display: block;
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
	color: #666;
	font-size: 12px;
	text-align: left;
	padding: 0 15px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.index_link_list a:nth-child(2n){
	border-right: 0;
}
.index_link_listfirst{
	padding: 10px 20px;
	right: auto;
	left: 0;
	min-width: 100%;
	width: auto;
}
.index_link_listfirst a{
	border: 0;
	width: 100%;
}

.header_nav{
	margin-left: 80px;
	margin-top: 45px;
}
.header_nav a{
	color: #333;
	padding: 0 20px;
}
.header_nav a.on{
	font-weight: bold;
}
.header_act{
	margin-top: 45px;
}
.header_act a{
	color: #333;
	padding: 0 20px;
	font-size: 14px;
}
.list_nav{
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
	height: 65px;
	line-height: 64px;
	text-align: center;
	color: #666;
}
.list_nav a{
	padding: 0 25px;
	color: #333;
}
.list_nav a:hover{
	font-weight: bold;
	color: #013b97;
}
.list_nav a.on{
	font-weight: bold;
	color: #013b97;
}

.newslist{
	padding: 20px 0;
	background: #fff;
}
.newslist_inner{
	width: 1130px;
	margin: 20px auto;
	padding: 20px;
}
.newslist_inner:hover{
	background: #f8f4eb;
}
.newslist_inner img{
	display: block;
	float: left;
	width: 170px;
	height: 120px;
}
.newslist_infor{
	padding-left: 190px;
	height: 120px;
}
.newslist_title{
	height: 28px;
	line-height: 28px;
	padding-right: 100px;
	position: relative;
	font-size: 16px;
}
.newslist_title a{
	color: #333;
}
.newslist_title a:hover{
	color: #070a7e;
}
.newslist_time{
	position: absolute;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: right;
	font-size: 12px;
	right: 0;
	top: 0;
}
.newslist_intro{
	height: 61px;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
	text-indent: 24px;
	color: #a69178;
	border-bottom: 1px solid #ccc;
}
.newslist_detail{
	text-align: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.newslist_detail a{
	color: #333;
}
.newslist_detail a:hover{
	color: #b6823f;
}

.pages{
	padding: 10px 0;
	text-align: center;
}
.pages a{
	color: #333;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 40px;
	min-width: 40px;
	padding: 0 15px;
	border: 1px solid #ccc;
	line-height: 38px;
	vertical-align: middle;
}
.pages a:hover{
	color: #fff;
	background: #013b97;
}
.pages a.on{
	color: #fff;
	background: #013b97;
}

.about_1{
	height: 630px;
	padding-top: 80px;
	background: #fff  url(img/about_1.jpg) no-repeat center center;
}
.about_title{
	width: 480px;
	height: 61px;
	line-height: 60px;
	color: #333;
	font-size: 28px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.about_title span{
	color: #999;
	font-size: 16px;
	margin-left: 5px;
	text-transform:uppercase
}
.about_title::after{
	width: 60px;
	height: 2px;
	display: block;
	content: '';
	background: #0342b4;
	left: 0;
	bottom: 0;
	position: absolute;
}
.about_1_left{
	float: left;
	margin-top: 60px;
	width: 680px;
	font-size: 16px;
}
.about_1_left p{
	text-indent: 32px;
	line-height: 30px;
	margin: 0;
}

.about_1_right{
	float: left;
	width: 470px;
	height: 350px;
	margin-left: 30px;
}
.slider{display:none}/*用于获取更加体验*/
.focus{ width: 100px; height: 40px; right: 0; text-align: right;}
.focus span{width:10px;height:10px;margin-left:5px;border-radius:50%;background:#666;font-size:0}
.focus span.current{background: #013b97;}
.slider ul li a{
	display: block;
	width: 470px;
	height: 350px;
	font-size: 0;
}
.slider ul li a img{
	width: 470px;
	height: 310px;
}
.slider ul li a div.slider_title{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-right: 90px;
	font-size: 14px;
	position: relative;
    z-index: 1;
	color: #333;
	overflow: hidden;
}

.about_2{
	height: 760px;
	padding-top: 60px;
	background: #f1f1f1 url(img/about_2.jpg) no-repeat center center;
}
.about_title2{
	width: 780px;
	height: 61px;
	line-height: 60px;
	color: #333;
	font-size: 28px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.about_title2 span{
	color: #999;
	font-size: 16px;
	margin-left: 5px;
	text-transform:uppercase;
}
.about_title2::after{
	width: 120px;
	height: 2px;
	display: block;
	content: '';
	background: #0342b4;
	left: 0;
	bottom: 0;
	position: absolute;
}
.about_2 img{
	display: block;
	margin: 20px auto;
}

.about_3{
	height: 840px;
	background: #f1f1f1 url(img/about_3.jpg) no-repeat center center;
}
.about_title3{
	width: 660px;
	height: 170px;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.about_title3::after{
	content: '';
	width: 160px;
	height: 2px;
	background: #0342b4;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -80px;
}
.about_title3 b{
	width: 160px;
	height: 130px;
	display: block;
	color: #fff;
	background: #87addc;
	line-height: 180px;
	font-size: 32px;
	font-weight: normal;
	margin: 0 auto;
}
.about_title3 span{
	color: #87addc;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	text-transform:uppercase;
}
.about_3_content{
	text-indent: 32px;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	margin-top: 60px;
}
.about_3_slider{
	width: 1180px;
	margin: 50px auto;
	height: 275px;
	padding: 0 40px;
	position: relative;
}
.about_3_slider_left{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	background: #1f6fe0;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	left: 0;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	opacity: 0.6;
}
.about_3_slider_left:hover{
	opacity: 1;
}
.about_3_slider_right{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	background: #1f6fe0;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	right: 0;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	opacity: 0.6;
}
.about_3_slider_right:hover{
	opacity: 1;
}
.about_3_slider_inner{
	width: 1100px;
	height: 275px;
	overflow: hidden;
	position: relative;
}
.about_3_slider_inner ul{
	min-width: 110px;
	height: 275px;
	position: relative;
	left: 0;
}
.about_3_slider_inner ul li{
	display: block;
	float: left;
	width: 196px;
	height: 275px;
	border: 2px solid #1f6fe0;
	margin: 0 12px;
	line-height: 271px;
	background: #fff;
	overflow: hidden;
}
.about_3_slider_inner ul li img{
	width: 100%;
	vertical-align: middle;
}

.about_4{
	min-height: 820px;
	background: #f1f1f1 url(img/about_4.jpg) no-repeat center center/100% 100%;
}
.about_title4{
	width: 660px;
	height: 170px;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.about_title4::after{
	content: '';
	width: 160px;
	height: 2px;
	background: #0342b4;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -80px;
}
.about_title4 b{
	width: 160px;
	height: 130px;
	display: block;
	color: #333;
	background: none;
	line-height: 210px;
	font-size: 32px;
	font-weight: normal;
	margin: 0 auto;
}
.about_title4 span{
	color: #999;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	text-transform:uppercase;
}
.about_4_txt{
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.about_4_txt span{
	color: #ff4000;
	font-size: 28px;
}
.about_4_bottom{
	display: block;
	margin: 60px auto;
}

.about_5{
	height: 680px;
	padding-top: 50px;
}
.about_map{
	width: 1180px;
	height: 240px;
	margin: 30px auto;
}
.about_map_list{
	overflow: hidden;
}
.about_map_list li{
	height: 125px;
	width: 50%;
	float: left;
	border-right: 2px solid #ccc;
	padding: 10px 0 10px 50px;
}
.about_map_list li:nth-child(2n){
	border-right: 0;
}
.about_map_list li img{
	width: 110px;
	display: block;
	float: left;
}
.about_map_info{
	height: 125px;
	padding-left: 120px;
}
.about_map_info b{
	font-weight: normal;
	color: #0342b4;
	line-height: 28px;
}
.about_map_info p{
	color: #999;
	font-size: 12px;
	line-height: 28px;
}

.about_6{
	background: #f5f5f5 url(img/about_5.jpg) no-repeat center center;
	height: 620px;
}
.about_title6{
	width: 660px;
	height: 170px;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.about_title6::after{
	content: '';
	width: 160px;
	height: 2px;
	background: #ff4000;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -80px;
}
.about_title6 b{
	width: 160px;
	height: 130px;
	display: block;
	color: #333;
	background: none;
	line-height: 210px;
	font-size: 32px;
	font-weight: normal;
	margin: 0 auto;
}
.about_title6 span{
	color: #999;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	text-transform:uppercase;
}

.about_join{
	margin-top: 30px;
}
.about_join a{
	display: block;
	height: 90px;
	background: #fff;
	padding: 15px 20px;
	margin-top: 10px;
}
.about_join a:nth-child(2n){
	background: #f9f9f9;
}
.about_join_title{
	color: #333;
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	padding-right: 80px;
}
.about_join_title p{
	overflow: hidden;
}
.about_join_time{
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}
.about_join_title::before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: -10px;
	top: 7px;
	border-radius: 3px;
	background: #333;
}
.about_join_intro{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.material_1 img{
	margin-top: 30px;
	width: 100%;
}

.material_slide{
	width: 1180px;
	height: 300px;
	margin: 20px auto;
	padding: 0 55px;
	position: relative;
}
.material_slide_left{
	position: absolute;
	width: 55px;
	height: 130px;
	left: 0;
	top: 0;
	line-height: 130px;
	text-align: center;
	color: #333;
	opacity: 0.6;
	cursor: pointer;
}
.material_slide_left:hover{
	opacity: 1;
}
.material_slide_left i{
	font-size: 32px;
}
.material_slide_right{
	position: absolute;
	width: 55px;
	height: 130px;
	right: 0;
	top: 0;
	line-height: 130px;
	text-align: center;
	color: #333;
	opacity: 0.6;
	cursor: pointer;
}
.material_slide_right:hover{
	opacity: 1;
}
.material_slide_right i{
	font-size: 32px;
}
.material_slide_list{
	width: 1070px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.material_slide_list ul{
	height: 300px;
	width: 9999px;
	position: relative;
	left: 0;
	top: 0;
}
.material_slide_list ul li{
	width: 200px;
	height: 300px;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 17px;
}
.material_slide_list ul li img{
	width: 200px;
	height: 120px;
}
.material_slide_list ul li p{
	font-size: 14px;
}

.material_2{
	background: #f9f9f9;
	padding: 50px 0;
}
.material_2 h2{
	border-bottom: 1px solid #ccc;
	color: #192169;
	text-align: center;
	font-weight: normal;
	padding: 20px 0;
}
.material_2_bottom{
	margin-top: 50px;
	width: 1060px;
	margin: 50px auto;
	height: 465px;
	line-height: 26px;
	text-indent: 28px;
}
.material_2_left{
	float: left;
	width: 544px;
	height: 465px;
}
.material_2_left img{
	margin-top: 15px;
}

.sp_1{
	height: 285px;
	margin: 100px auto;
}
.sp_1_left{
	float: left;
	width: 504px;
	height: 285px;
	position: relative;
}
.sp_1_left img{
	width: 100%;
	height: 100%;
}
.sp_1_title{
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	line-height: 40px;
	padding: 0 5px;
	overflow: hidden;
	text-align: center;
	background: rgba(0,0,0,0.6);
	color: #fff;
}
.sp_1_right{
	height: 285px;
	padding-left: 525px;
	line-height: 48px;
	font-size: 18px;
	text-indent: 36px;
}

.sp_2{
	background: #F8F8F8 url(img/sp_2_bg.jpg) repeat-x top center;
	text-align: center;
}
.sp_2_bottom{
	margin: 50px auto;
}

.so_1{
	border-bottom: 1px solid #ccc;
	line-height: 48px;
	margin: 50px auto;
	text-align: center;
	font-size: 16px;
}
.so_1_topic{
	padding-left: 150px;
	width: 1130px;
	height: 105px;
	background: url(img/so_1.png) no-repeat left center;
	margin: 0 auto;
}
.so_1_topic h3{
	font-weight: normal;
	color: #222a63;
	font-size: 24px;
}
.so_1_topic p{
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	height: 52px;
	margin-top: 10px;
}
.so_2{
	margin: 20px auto;
	text-align: center;
}

.so_3{
	height: 790px;
	margin: 30px auto;
	background: #dfdfdf url(img/so_2.jpg) no-repeat center center;
}

.so_4{
	width: 1130px;
	margin: 20px auto;
}
.so_4_bottom{
	height: 435px;
	margin-top: 30px;
}
.so_4_left{
	float: left;
	width: 435px;
	height: 435px;
}
.so_4_right{
	padding-left: 460px;
	text-indent: 32px;
	line-height: 36px;
}

.sn_1{
	font-size: 0;
	background: #f7f7f7;
}
.sn_1 img{
	width: 100%;
}
.sn_2{
	font-size: 0;
	background: #fff;
}
.sn_2 img{
	width: 100%;
}

.st{
	width: 1040px;
	margin: 50px auto;
}
.st_top{
	margin-top: 20px;
}
.st_left{
	float: left;
	width: 390px;
	height: 675px;
}
.st_right{
	padding-left: 420px;
	min-height: 675px;
	text-indent: 28px;
	line-height: 30px;
}

.sp_top{
	width: 1140px;
	padding: 25px;
	background: #fafafa;
	color: #a6a6a6;
	margin: 30px auto;
	line-height: 28px;
}

.article{
	width: 1180px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 0;
}
.article_top{
	height: 81px;
	position: relative;
	padding: 15px 120px;
	border-bottom: 1px solid #ccc;
}
.article_left{
	position: absolute;
	left: 0;
	top: 15px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
}
.article_title{
	text-align: center;
	line-height: 50px;
	font-size: 22px;
}
.article_right{
	position: absolute;
	right: 0;
	top: 15px;
	height: 50px;
	width: 120px;
	line-height: 50px;
	text-align: center;
}
.article_content{
	line-height: 24px;
	margin-top: 30px;
	padding: 10px;
}

.sp_list{
	width: 1140px;
	margin: 20px auto;
	font-size: 0;
	text-align: left;
}
.sp_list_inner{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 340px;
	height: 340px;
	margin: 20px;
	cursor: pointer;
}
.sp_list_inner img{
	width: 340px;
	height: 260px;
}
.sp_list_inner p{
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	margin-top: 10px;
}
.sp_list_inner:hover p{
	color: #070a7e;
	font-weight: bold;
}
.sp_list_inner:hover img{
	box-shadow: 1px 3px 1px 1px #ccc;
}
.about_4 .sp_list .sp_list_inner{ height: 300px;}
.about_4 .sp_list .sp_list_inner p{ height: 20px; line-height: 20px; overflow: hidden;}

.sp_cover{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	z-index: 999;
}
.sp_cover_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 450px;
	margin: -225px 0 0 -300px;
}
.sp_cover_inner img{
	width: 600px;
	height: 450px;
}
.sp_cover_inner p{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
}
.sp_cover_close{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	background: #ccc;
	border-radius: 20px;
	font-size: 20px;
	cursor: pointer;
	border: 2px solid #fff;
}

.gotop{
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: url(img/gotop.png) no-repeat center center/100% 100%;
	cursor: pointer;
}

.index_link_list a.linkMore{
	width: 100%;
	border: 0;
	text-align: right;
	margin-top: 5px;
}

.about_link{
	width: 1200px;
	height: 488px;
	background: url(img/about_2.png) no-repeat center;
	margin: 20px auto;
	padding: 220px 90px 0 135px;
}
.about_link a{
	display: block;
	height: 268px;
	width: 40px;
	float: left;
}

.material_1{
	height: 430px;
	padding-top: 30px;
	position: relative;
}
.material_1_l1{
	height: 180px;
	padding: 55px 760px 55px 35px;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}
.material_1_l2{
	height: 220px;
	background: #bfbfbf;
	padding: 55px 760px 55px 35px;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
}
.material_1_l1 b{
	font-size: 22px;
	color: #1f2467;
	font-weight: normal;
}
.material_1_r{
	position: absolute;
	top: 0;
	right: 0;
	height: 430px;
	width: 743px;
	background: url(img/m_1_bg.png) no-repeat right bottom;
	z-index: 1;
}

.inner_banner{
	height: 40px;
	text-align: right;
	font-size: 0;
	background: #faf4d8 url(img/hx_banner_bg.jpg) no-repeat center center;
}
.inner_banner_img{
	width: 1180px;
	margin: 0 auto;
	height: 40px;
}

.so_3_box{
	width: 1180px;
	height: 790px;
	margin: 0 auto;
	position: relative;
}
.so_3_1{
	width: 130px;
	height: 110px;
	padding-top: 65px;
	background: url(img/so_2_1.png) no-repeat center top;
	color: #0a0d53;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	position: absolute;
	top: 35px;
	left: 0;
}
.so_3_2{
	width: 490px;
	position: absolute;
	top: 155px;
	left: 0;
	line-height: 30px;
}
.so_3_3{
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/so_2_2.jpg) no-repeat;
	width: 677px;
	height: 343px;
	padding-top: 155px;
}
.so_3_4{
	position: absolute;
	right: 0;
	top: 360px;
	width: 500px;
	line-height: 30px;
	padding: 10px;
	background: rgba(255,255,255,0.7)
}
.so_3_inner{
	width: 155px;
	float: left;
	font-size: 14px;
	color: #fff;
	margin-left: 65px;
    margin-top: 10px;
}
.so_3_inner b{
	font-size: 24px;
}
.so_3_inner p{
	line-height: 30px;
}

.erroe_404{
	padding-left: 450px;
    height: 180px;
    width: 650px;
    background: url(img/404_bg.png) no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -325px;
}
.erroe_404 a{
	color: #fff;
	background: #07b1e4;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 5px 10px;
	border-radius: 5px;
}
.erroe_404 h2{
	font-weight: normal;
	font-size: 24px;
}
.erroe_404 h3{
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0;
}