@charset "UTF-8";
.main{
	margin-top: 40px;
	margin-bottom: 150px;
}
.main .left{
	width: 240px;
}
.main .left .top{
	background: #133984;
	font-size: 0;
	padding: 26px 20px;
}
.main .left .top h2{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 34px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.main .left .top h2:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 60px;
	height: 2px;
	background: #ffffff;
	left: 0;
	bottom: 0;
	transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	-o-transform: translate(0,100%);
	-moz-transform: translate(0,100%);
	-webkit-transform: translate(0,100%);
}
.main .left .top p{
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	text-transform: uppercase;
}
.main .left .bottom{
	border: 1px solid #133984;
	padding: 20px;
}
.main .left .bottom .yiji{
	font-size: 0;
	margin-bottom: 20px;
}
.main .left .bottom .yiji>li{
	padding-left: 20px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.main .left .bottom .yiji>li>a{
	font-size: 14px;
	color: #000000;
	display: block;
	line-height: 20px;
	padding: 15px 0 15px 14px;
	background: url(../images/jiantou.png) no-repeat left center;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.main .left .bottom .yiji>li:hover{
	border-bottom: 1px solid #E73D00;
	background: #E73D00;
}
.main .left .bottom .yiji>li:hover>a{
	color: #ffffff;
	padding-left: 0;
	background: none;
}
.main .left .bottom .yiji>li>.erji{
	display: none;
	position: absolute;
	z-index: 10;
	background: #E73D00;
	width: 200px;
	top: 0;
	right: -200px;
}
.main .left .bottom .yiji>li>.erji>li{
	padding-left: 25px;
	border-bottom: 1px solid #CE4531;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.main .left .bottom .yiji>li>.erji>li>a{
	font-size: 14px;
	color: #ffffff;
	display: block;
	line-height: 20px;
	padding: 15px 0 15px 14px;
	background: url(../images/jiantou_hover.png) no-repeat left center;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;	
}
.main .left .bottom .qq{
	font-size: 0;
}
.main .left .bottom .qq a{
	display: block;
}
.main .right{
	width: 920px;
}
.main .right .top{
	padding: 15px 0;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 20px;
}
.main .right .top .title{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
.main .right .top .mbx{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.main .right .top .mbx a{
	font-size: 12px;
	color: #666666;
	display: inline-block;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;	
}
.main .right .top .mbx a:hover{
	color: #133984;	
}
.main .right .list{
	
}
.main .right .list li{
	width: 215px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.main .right .list li:nth-child(4n){
	margin-right: 0;
}
.main .right .list li .pic{
	display: block;
	height: 215px;
	overflow: hidden;
	position: relative;
	border: 1px solid #dddddd;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;	
}
.main .right .list li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.main .right .list li .title{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding: 7.5px 0;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;	
}
.main .right .list li:hover .pic{
	border: 1px solid #133984;	
}
.main .right .list li:hover .title{
	color: #133984;	
}

/*分页*/
.pagination-wrapper{ 
  	margin: 50px 0 0px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#ED1B24; 
  	color:#fff; 
  	border-color: #ED1B24;
} 
.pagination li.active a { 
  	background: #ED1B24; 
  	color: #fff;
  	border-color: #ED1B24;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/

.page{
	font-size: 14px;
	color: #333333;
	line-height: 2;
	min-height: 600px;
	margin-bottom: 35px;
}
/*在线留言*/
.singlepage{
	padding: 15px 40px 30px 40px;
	font-size: 14px;
}
.form{
	width: 604px;
	margin: 30px auto 0;
}
.form .title{
	padding: 10px 0;
    line-height: 1.5;
    color: #5a5a5a;
    font-size: 14px;
}
.form ol{
	font-size: 0;
}
.form ol li{
	display: inline-block;
	margin-right: 5px;
}
.form ol li label{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 57px;
	background: #eeeeee url(../images/radio_bg.png) no-repeat left 6px center;
	border-radius: 3px;
	font-size: 12px;
	text-align: right;
	padding: 0 8px;
	cursor: pointer;
}
.form ol li label.cur{
	color: #fff;
	background: #075CBC url(../images/radio_checkedbg.png) no-repeat left 6px center;
}
.form input[type=text]{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #075CBC;
	border-radius: 3px!important;
	padding: 0 15px;
}
.form input[type=text]:focus{
	border: 1px solid #075CBC;
}
.form textarea{
	display: block;
	width: 100%;
	border: 1px solid #075CBC;
	border-radius: 3px!important;
	padding: 15px;
}
.form textarea:focus{
	border: 1px solid #075CBC;
}
.form input[type=submit]{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #075CBC;
	background: #075CBC;
	color: #fff;
	border-radius: 3px!important;
	margin-top: 12px;
	font-size: 14px;
	cursor: pointer;
}
.form input[type=submit]:hover{
	background: #075CBC;
}
.form p{
	text-align: center;
	margin-top: 55px;
}
/*在线留言*/

/*新闻资讯*/
.news-page {
	min-height: 600px;
}

.news-page .news-page-list {
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.news-page .news-page-list li {
	padding: 20px 0;
	border-bottom: 1px dashed #999999;
	overflow: hidden;
}

.news-page .news-page-list .img-fa-scale {
	width: 135px;
	height: 90px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.news-page .news-page-list .img-fa-scale img {
	width: 100%;
	height: 90px;
}

.news-page .news-page-list .news-page-con {
	float: right;
	width: 82%;
}

.news-page .news-page-list .news-page-con h2 {
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-page .news-page-list .news-page-con h2 a {
	color: #555;
	display: block;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.news-page .news-page-list .news-page-con h2 a:hover {
	color: #075CBC;
	text-decoration: none;
}

.news-page .news-page-list .news-page-con span {
	font-size: 12px;
	color: #cccccc;
}

.news-page .news-page-list .news-page-con p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999999;
}
.news-page .news-page-list .news-page-con p a{
	color: #555;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news-page .news-page-list .news-page-con p a:hover {
	color: #075CBC;
	text-decoration: none;
}
/*新闻资讯*/

/*新闻详情页*/
.news-info {
	padding: 20px 15px;
}

.news-info .hd {
	padding-bottom: 20px;
}

.news-info .hd h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	word-wrap: break-word;
	/*//word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则，允许在字内换行*/
	word-break: normal;
	margin-bottom: 5px;
}

.news-info .hd p {
	font-size: 14px;
	line-height: 1.6;
	color: #cccccc;
}
.news-info .hd p span{
	margin-right: 10px;
}
.news-info .bd {
	min-height: 200px;
}
/*新闻详情页*/

/*上一页/下一页*/
.turn {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.turn p {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
}

.turn p:first-child {
	float: left;
}

.turn p:last-child {
	float: right;
}

.turn p a {
	color: #666666;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.turn p a:hover {
	color: #49b176;
	text-decoration: none;
}
/*上一页/下一页*/

.pinfo-title {
  padding-bottom: 40px;
  padding-top: 20px;
  border-bottom: 2px solid #dddddd;
  overflow: hidden;
}
.info-slide {
  width: 500px;
  overflow: hidden;
  float: left;
}
.info-slide .hd {
  width: 70px;
  float: left;
}
.info-slide .hd li {
  width: 70px;
  height: 70px;
  border: 1px solid #e5e5e5;
  margin-top: 12px;
}
.info-slide .hd li.on {
  border-color: #0091d6;
}
.info-slide .hd li:first-child {
  margin-top: 0;
}
.info-slide .hd li img {
  width: 100%;
  height: 100%;
}
.info-slide .bd {
  width: 400px;
  float: right;
}
.info-slide .bd li {
  width: 100%;
  height: 398px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.info-slide .bd li img {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	-o-transform: translate(-50%,-50%);
  	-moz-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
}
.title-main {
  width: 640px;
  height: 398px;
  float: right;
}
.title-main > b {
  display: block;
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.title-con {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.title-con p {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
.title-hot {  
  	font-size: 0;
  	padding-top: 20px;
}
.title-hot a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #000000;
}

.lx{
	margin-top: 30px;
	height: 90px;
	background: url(../images/3.png) no-repeat left top;
	background-size: cover;
	padding-left: 203px;
	border: 1px solid #dddddd;
	padding-top: 20px;
	margin-bottom: 30px;
}
.lx h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-right: 70px;
}
.lx .imga{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
.lx p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #555555;
	height: 40px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 17px;
	border-right: 1px solid #cccccc;
}
.lx b{
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #cd0707;
}

.pinfo-main{
	font-size: 0;
}
.pinfo-main>div{
	display: inline-block;
	vertical-align: top;
}
.pinfo-main>.main-left{
	width: 230px;
	border: 1px solid #bfbfbf;
	background: #fff;
}
.pinfo-main>.main-left>h2{
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #e6e6e6;
	color: #333333;
	font-weight: normal;
	font-size: 16px;
}
.pinfo-main>.main-left>ul{
	font-size: 0;
}
.pinfo-main>.main-left>ul>li{	
	text-align: center;
}
.pinfo-main>.main-left>ul>li>a{
	display: block;
	border: 1px solid #dddddd;
	padding: 10px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.pinfo-main>.main-left>ul>li>a>p{
	margin-top: 13px;
}
.pinfo-main>.main-left>ul>li>a>p>img{
	width: 180px;
	height: 180px;
}
.pinfo-main>.main-left>ul>li>a>h3{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.pinfo-main>.main-left>ul li a.cur h3{
	background: #10418a;
	color: #fff;
}

.pinfo-main>.single-right{
	margin-left: 30px;
	width: 940px;
	border: 1px solid #bfbfbf;
	background: #fff;
}
.pinfo-main>.single-right>h2{
	border-bottom: 3px solid #016ac6;
}
.pinfo-main>.single-right>h2>a{
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #016ac6;
}
.pinfo-main>.single-right>.xq{
	min-height: 600px;
	font-size: 14px;
	line-height: 2;
	padding: 20px 25px;
	color: #333;
}


.about_lr {
	height: auto;
	margin: 0px auto;
	line-height: 2;
	padding: 20px 25px;
	overflow: hidden;
}
.about_lr h2 {
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
.about_lr_p {
	border-top: 1px dashed #d7d7d7;
	padding: 0px;
	line-height: 26px;
	color: #696969;
	font-size: 14px;
	border-bottom: 1px dashed #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-height: 400px;
}

.about_lr .pre, .about_lr .next {
	width: 49.5%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}
.about_lr .pre a, .about_lr .next a {
	color: #333;
}
.about_lr .pre {
	text-align: left;
}
.about_lr .next {
	text-align: right;
}

/*在线留言*/
.form-div {
  	padding-top: 30px;
  	padding-bottom: 30px;
  	width: 100%;
  	min-height: 400px;
}
#mes-form {
  	width: 100%;
  	text-align: center;
}
#mes-form ul {
  	overflow: hidden;
}
#mes-form li {
  	border: 1px solid #d8d8d8;
  	float: left;
  	width: 370px;
  	margin: 0 20px 20px 20px;
  	font-size: 0;
  	vertical-align: bottom;
	  box-sizing: border-box;
}
#mes-form li label {
  	display: inline-block;
  	width: 10%;
  	text-align: center;
  	font-size: 14px;
  	line-height: 38px;
  	color: #ED1B24;
  	vertical-align: middle;
}
#mes-form li:last-child {
  	width: 810px;
}
#mes-form input {
  	border: 0;
  	outline: none;
}
#mes-form input[type=text],
#mes-form input[type=email] {
  	font-size: 14px;
  	line-height: normal;
  	display: inline-block;
  	vertical-align: middle;
  	width: 90%;
  	padding-left: 10px;
}
#mes-form textarea {
  	display: inline-block;
  	width: 100%;
  	height: 150px;
  	border: 0;
  	padding: 10px;
  	font-size: 14px;
  	line-height: 20px;
  	text-align: left;
  	resize: none;
}
#mes-form #sub-btn {
  	font-size: 16px;
  	line-height: 30px;
  	padding: 10px 60px;
  	background-color: rgb(19, 57, 132);
  	color: #ffffff;
  	cursor: pointer;
}

/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 20px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pglist{
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
}
.pglist a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pglist:last-child{
	margin-right: 0;
}
.pglist a:hover{ 
  	background:rgb(19, 57, 132); 
  	color:#fff; 
  	border-color: rgb(19, 57, 132);
} 
.pglist .curpage { 
  	background: rgb(19, 57, 132); 
  	color: #fff;
  	border-color: rgb(19, 57, 132);
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/