@charset "utf-8";
.top_txt {
	color: #FFF;
	background-color: #2561c3;
	line-height: 40px;
	font-size: 12px;
}
.logo_nav {
	height: 110px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
}
.nav {
	width: 600px;
}
.title {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}
.title p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.title span {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
}
.main_a_con_l {
	width: 440px;
	margin-top: 25px;
}
.main_a_con_l ul li {
	width: 200px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 18px;
	border: 1px solid #ddd;
	height: 100px;
	cursor: pointer;
	transition:.4s;
}
.main_a_con_l ul li:hover{
	transition: .4s;
	color: #FFF;
	background-color: #2561c3;
	border: 1px solid #2561c3;
}
.main_a_con_l ul li:hover span{
	color: #FFF;
	transition: .4s;
}
.main_a_con_l ul li span {
	font-size: 60px;
	display: block;
	width: 100px;
	float: left;
	line-height: 100px;
	color: #555;
	transition: .4s;
}
.main_a_con_l ul li p {
	float: left;
	display: block;
	margin-top: 25px;
	font-size: 18px;
	line-height: 26px;
}



.main_a_con_r {
	width: 710px;
	color: #666;
	line-height: 26px;
}
.main_b {
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/pro_bg.jpg);
}
.main_b .hd {
	height: 30px;
	line-height: 30px;
}
.main_b .hd ul {
	text-align: center;
}
.main_b .hd ul li {
	cursor: pointer;
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #f1f1f1;
}
.main_b .hd ul li.on {
	background: #2561c3;
	color: #FFF;
}
.main_b .bd ul {
	zoom: 1;
}
.main_b .bd li {
	width: 214px;
	padding: 7px;
	margin: 5px;
	background-color: #fff;
	float: left;
	transition: .4s;
	border: 1px solid #fff;
}
.propic{
	width:214px;
	height:160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin-bottom:10px;
}
.line{
	display: block;
	background-color: #2561c3;
	height: 3px;
	width: 50px;
	margin-left: 15px;
	transition:.4s;
}
.main_b .bd li p{
	line-height: 35px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main_b .bd li:hover{
	transition: .4s;
	border: 1px solid #2561c3;
}
.main_b .bd li:hover .line{
	width:40px;
	transition: .4s;
}
.more{
	display: block;
	text-align: center;
	clear: both;
	float: none;
	height: 35px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2561c3;
	border: 1px solid #2561c3;
	color: #FFF;
	margin-top: 20px;
	line-height: 35px;
	transition:.4s;
}
.more:hover{
	color: #2561c3;
	background-color: #fff;
	transition:.4s;
}
.main_c_con_r{
	width: 670px;
}
.main_c_con_r ul li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
}
.main_c_con_r ul li:last-child{
	border:none;
}
.main_c_con_r ul li .date {
	text-align: center;
	width: 80px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	margin-top: 10px;
}

.main_c_con_r ul li .date i {
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	display: block;
}

.main_c_con_r ul li .newstxt {
	width: 550px;
	color: #666;
}
.main_c_con_r ul li .newstxt h3 {
	font-size: 18px;
	line-height: 32px;
	color: #222;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.smain_l {
	width: 230px;
}
.smain_l_a {
}
.smain_l_a_title {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2561c3;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}
.smain_l_a_title span {
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	display: block;
}
.smain_l_a_con {
	background-color: #f5f5f5;
	padding: 10px;
}
.smain_l_a_con h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	transition: .4s;
	font-weight: normal;
	font-size: 18px;
	cursor: pointer;
}
.smain_l_a_con a{
	display: block;
}
.smain_l_a_con h3:last-child{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smain_l_a_con h3:hover{
	padding-left: 22px;
	transition:.4s;
}
.smain_l_a_con h3 i{
	font-style: normal;
	color: #999;
	margin-right: 10px;
}
.smain_l_a_con ul{
	padding: 10px;
}
.smain_l_a_con ul li{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 6px;
	background-color: #fff;
	padding-left: 35px;
	transition: .4s;
}
.smain_l_a_con ul li a{
	color: #666;
}
.smain_l_a_con ul li:hover{
	padding-left: 40px;
	transition:.4s;
}

.smain_r {
	width: 930px;
}
.smain_r_title {
	font-size: 24px;
	padding-top: 32px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	line-height: 30px;
}
.smain_r_title span {
	font-size: 12px;
	color: #666;
	padding-top: 15px;
}
.smain_r_con {
	color: #666;
	line-height: 28px;
}
.news_a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	transition: .4s;
	padding: 15px;
}
.news_a:hover{
	background-color:#f5f5f5;
	transition:.4s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.news_a_txt{
	font-size:12px;
	line-height:20px;
	color:#666;
	width: 740px;	
}
.news_a_txt h3{
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #222;
}
.news_a_date {
	text-align: center;
	width: 80px;
	font-size: 14px;
	line-height: 20px;
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
	margin-top: 10px;
}

.news_a_date i {
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	display: block;
}
.prolist li{
	margin: 5px;
	padding: 9px;
	border: 1px solid #fff;
	width: 270px;
	float: left;
	transition: .4s;
}
.prolist li:hover{
	border: 1px solid #2561c3;
	transition: .4s;
}
.prolist_pic{
	height: 202px;
	width: 270px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin-bottom:10px;
}
.prolist li:hover .line{
	width:40px;
	transition: .4s;
}
.prolist li p{
	line-height: 35px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.caselist li{
	margin: 10px;
	width: 160px;
	float: left;
	transition: .4s;
	cursor: pointer;
}
.caselist li img{
	padding: 9px;
	width: 140px;
	border: 1px solid #ddd;
	transition:.4s;
}
.caselist li:hover img{
	border: 1px solid #2561c3;
	transition:.4s;
}
.caselist li p{
	padding-right: 20px;
	padding-left: 20px;
	height: 60px;
	line-height: 20px;
}









.foot {
	background-color: #2561c3;
	font-size: 12px;
	color: #fff;
}
.foot_link {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a4791;
	line-height: 35px;
	margin-bottom: 20px;
}
.foot_link span {
	font-size: 16px;
	padding-right: 15px;
}
.foot_link a{
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
}
.foot_info_l {
	width: 450px;
}
.foot_info_l h2{
	font-size: 16px;
	line-height: 40px;
}
.foot_info_l ul li {
	line-height: 25px;
}
.foot_info_l ul li i {
	font-size: 16px;
	padding-right: 8px;
}
.foot_info_c {
	width: 350px;
	padding-top: 35px;
}
.foot_info_c i {
	font-size: 60px;
	width: 70px;
	line-height: 70px;
	float:left;
	display:block;
}
.foot_info_c h5 {
	font-size: 24px;
	line-height: 30px;
	float:left;
}
.foot_info_c h5 span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.foot_info_c h5 em{
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
}
.foot_info_r {
	line-height: 35px;
	text-align: center;
}
.foot_info_r img {
	background-color: #fff;
	padding: 5px;
	display: block;
	width: 100px;
}
.foot_copy {
	background-color: #1a4791;
	line-height: 35px;
}
.foot_copy a {
	color: #ddd;
}

#cornerMarkerBtn{
	float:right;
	margin-left:10px;
}

#cornerMarkerBtn img{
	heig//ht:28px;
}