@charset "utf-8";
/******基础样式开始******/
@charset "UTF-8";
*{margin:0px; padding:0px; word-wrap:break-word;outline: none;word-break: break-all;}
*{-webkit-tap-highlight-color: transparent;-webkit-font-smoothing: antialiased;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img,input,select{vertical-align:middle;}
ul,li{list-style:none;}
a {color: #333;text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a:hover{color:#1f5193;}
img{border:none;}
.clear{ clear:both; height:0px;  margin:0; padding:0;width:0; border:none; overflow:hidden;line-height: 0;}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0}

body{font-size:14px;font-family: "Microsoft YaHei",Verdana,Geneva,sans-serif; color: #333; line-height: 1.8;position: relative;}
/*body,
body>div{max-width:1920px;margin:0 auto;}*/
.flex{-webkit-box-flex: 1;flex: 1;-webkit-flex: 1;-o-flex: 1;-ms-flex: 1;text-align: center;}
.acea-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap}
.acea-row.row-middle{-webkit-box-align:center;-o-box-align:center;-ms-flex-align:center;align-items:center}

.desc,
li .con *,
.content *,
.ms_sub_desc,
.text-justify{text-align: justify;}

.fl { float:left}
.fr { float:right}
.mr0{margin-right: 0!important;}
.transition{-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.qiehuan{position: relative;}
.qiehuan_box{display: none;}
.qiehuan_box.hover{display: block;}
.main_container{width:100%;margin:0 auto;background: #fff;}
.transition-scale-pic{display: block;overflow: hidden;}
.transition-scale-pic img{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.transition-scale-pic img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.min-w{min-width: 1230px;}
.wrap{margin: 0 auto;width: 1200px;}
.container{margin:0 auto;}
.container{width: 1230px;padding-left: 15px;padding-right: 15px;}

/*::-webkit-scrollbar{width:8px;height:8px;background-color:#e2e1e1;}
::-webkit-scrollbar-track{background-color:#e2e1e1;}
::-webkit-scrollbar-thumb{background-color:#666;border-radius: 10px;}*/

.trans3{ -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
.trans4{ -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;}
.trans5{ -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.trans6{ -webkit-transition: 0.6s; -moz-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s;}
.transYT { transform: translateY(50px); -webkit-transform: translateY(50px); opacity: 0; visibility: hidden; transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; }
.transYT2 { transform: translateY(-50px); -webkit-transform: translateY(-50px); opacity: 0; visibility: hidden; transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; }
.transXT { transform: translateX(50px); -webkit-transform: translateX(50px); opacity: 0; visibility: hidden; transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; }
.transXT2 { transform: translateX(-50px); -webkit-transform: translateX(-50px); opacity: 0; visibility: hidden; transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1); transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; }
.action.transYT { opacity: 1; visibility: visible; transform: translateY(0px); -webkit-transform: translateY(0px); }
.action.transYT2 { opacity: 1; visibility: visible; transform: translateY(0px); -webkit-transform: translateY(0px); }
.action.transXT { opacity: 1; visibility: visible; transform: translateY(0px); -webkit-transform: translateY(0px); }
.action.transXT2 { opacity: 1; visibility: visible; transform: translateY(0px); -webkit-transform: translateY(0px); }

@-webkit-keyframes fadeOutUpSmall {
	0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
	100% {opacity: 0;-webkit-transform: translateY(-20px);transform: translateY(-20px);}
}

@keyframes fadeOutUpSmall {
	0% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
	100% {opacity: 0;-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px);transform: translateY(-20px);}
}

.fadeOutUpSmall {-webkit-animation-name: fadeOutUpSmall;animation-name: fadeOutUpSmall;}

@-webkit-keyframes fadeInDownSmall {
	0% {opacity: 0;-webkit-transform: translateY(-20px);transform: translateY(-20px);}
	100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
}

@keyframes fadeInDownSmall {
	0% {opacity: 0;-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px);transform: translateY(-20px);}
	100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
}

.fadeInDownSmall {
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}
/******基础样式开始******/
body {
	min-width: 1200px;

}
.header {
	width: 100%;
	height: 180px;
	position: relative;
	background: url(../images/body.jpg) #FFFFFF top center no-repeat;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.logo {
	width: 420px;
	height: 112px;
	position: absolute;
	left: 60px;
	top: 50px;
}
.main{
	width: 100%;
	height: 65px;
	background: #4788d7;
}
.nav {
	width: 1200px;
	height: 65px;
	margin: 0 auto 15px auto;
	background: #4788d7;
}
.nav li {
	width: 200px;
	float: left;
	height: 65px;
	position: relative;
	text-align: center;
}
.nav li a {
	display: block;
	text-align: center;
	line-height: 16px;
	height: 65px;
	font-size: 18px;
	color: #fff;
	transition: all .3s ease;
	overflow: hidden;
}
.nav li a img {
	display: inline-block;
	margin: 16px auto 20px auto;
	transition: all .3s ease;
}
.nav li a:hover, .nav li.active a {
	background: #1561af;
	color: #fff;
}
.nav li a:hover img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.nav li .subnav {
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 199;
}
.nav li .subnav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav li .subnav a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	padding: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	background: #4788d7;
	border-top: 1px solid #4d92e5;
	border-bottom: 1px solid #4280cb;
}
.nav li .subnav a:hover {
	background: #1561af;
}

#masterslider{min-width: 1230px;margin:0 auto!important;}
/*.i_banner_master_box #masterslider{width: 1920px!important;position: relative;left: 50%;margin-left: -960px!important;}*/
/*.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {width: 36px;height: 63px;margin-top: -21px;}
.ms-skin-default .ms-nav-prev {background: url(../images/icon_03.png) no-repeat center;left:10%;}
.ms-skin-default .ms-nav-next {background: url(../images/icon_05.png) no-repeat center;right:10%;}*/
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev{display: none;}

.ms-bullets.ms-dir-h{right:50%;width:inherit!important;}
.ms-skin-default .ms-bullet {width: 28px;height: 4px;background:#626262;border-radius: 2px;margin:0 9px;opacity: 0.6;}
.ms-skin-default .ms-bullet-selected{background: #1F5193;width: 44px;opacity: 1;}


.i_tit{overflow: hidden;padding-top: 35px;line-height: 46px;}
.i_tit .name{font-size: 26px;font-weight: bold;color:#1F5193;margin-right: 8px;}
.i_tit .en_name{font-size: 26px;font-weight: bold;color:#E9E9E9;text-transform: uppercase;line-height: 40px;margin-top: 6px;}
.i_tit .more{font-size: 14px;color:#454545;line-height: 40px;margin-top: 23px;position: relative;width: 33px;height: 20px;}
.i_tit .more::before,
.i_tit .more::after,
.i_tit .more i{width: 7px;height: 7px;background: #A8A9A9;border-radius: 7px;}
.i_tit .more::before,
.i_tit .more::after{display: block;content:'';position: absolute;top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.i_tit .more::before{left: 0;}
.i_tit .more::after{right: 0;}
.i_tit .more i{display: block;position: absolute;top:50%;left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.slides_container{position: relative;overflow: hidden;}



.min-w{min-width: 1230px;}
.wrap{margin: 0 auto;width: 1200px;}

/*首页各版块*/


.flex-sz{
	display: flex;
	justify-content: center;
	flex-direction: row;
	text-align: center;
}
.s-box{
	width: 840px;
	margin-right: 25px;
}
.z-box{
	width: 360px;
}
.i_slides_box{position: relative;width: 340px;height: 300px;margin-top: 15px;}
.i_slides_box .swiper-slide{width: 340px;height: 300px;overflow: hidden;}
.i_slides_box .swiper-slide .pic img{width: 100%;}
.i_slides_box .swiper-slide .pic_box{width: 340px; height: 300px;overflow: hidden;position: relative;}
.i_slides_box .swiper-slide .pic{display: block;height: 100%;
	background: no-repeat center;
	background-size: cover;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.i_slides_box .swiper-slide .pic_box:hover .pic{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.i_slides_box .pag {position:absolute;bottom:21px;right:10px;z-index: 999;}
.i_slides_box .pag li {float:left;overflow:hidden;text-indent: -9999px;width: 10px;height: 10px;background:#fff;border-radius: 12px;margin:0 5px;}
.i_slides_box .pag li a {display:block;height: 100%;}
.i_slides_box .pag .current{background: #1F5193;width: 10px;opacity: 1;}

.i_slides_box .swiper-slide .tit{display: block;width: 100%;position: absolute;left: 0;bottom: 0;height: 54px;line-height: 54px;color:#fff;padding:0 120px 0 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	background:rgba(0,0,0,0.76);
	background: #333;
	background:rgba(0,0,0,0.8);
}

.i_slides_box{overflow: hidden;margin-top: 20px;}
.i_slides_box .swiper-slide .tit{
	background: rgba(0,0,0,0.3);
	background: #333;
	background: rgba(0,0,0,0.3);
}

.new_i_tit{background: #f6f6f6;border-bottom: none;line-height: 40px;padding: 0 15px 0 0;margin-top: 20px;}
.new_i_tit .name{background: #0680c9;color:#fff;font-weight: bold;font-size: 16px;padding:0 15px;min-width: 116px;text-align: center;}
.new_i_tit .en_name{display: none;}
.new_i_tit .more::before,
.new_i_tit .more::after,
.new_i_tit .more i{display: none;}
.new_i_tit .more{color:#656565;line-height: 40px;margin-top: 0;height:40px;width: auto;}
.new_i_tit .name img{margin-top: -3px;margin-right: 2px;}
.i_news_box{width: 450px;}
.i_slides_box .pag li{background: #BEBEBE;}
.i_news_list1{padding-top: 7px;}
.i_news_list1 li{font-size: 16px;}
.i_news_list1 li a{color:#333;}
.i_news_list2 li a{color:#4C4C4C;}

.i_tzgg_box{width: 445px;}

.i_news_box2_2{width: 700px; }
.i_news_box2_3{width: 372px;}

.i_news_list{padding: 15px 0 0;}
.i_news_list li{position: relative;line-height: 40px;font-size: 14px;}
.i_news_list li a{color:#454545;}
.i_news_list .tit{display: block;height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;
}
.i_news_list .date{float:right;margin-left: 60px;color:#999;}
.i_news_list a:hover{color:#1F5193;}
.i_news_list a:hover .data{color:#1F5193;}
.i_tzgg_list{padding-top: 5px;}
.i_tzgg_list li{padding:16px 0;}
.i_tzgg_list li a{padding-left: 85px;}
.i_tzgg_list li .tit{height: 56px;}
.i_tzgg_list li .date{background: #ABC9E8;color:#fff;width: 65px;}
.i_tzgg_list li .day{background: #8BB7E9;}

.i_news_list2{padding-top: 10px;}
.i_news_list2 li {line-height: 40px;border-bottom: none;}
.i_news_list2 li .tit {height: 40px;}
.i_news_list2.i_icon_news_list li{padding-left: 20px;}
.i_news_list2.i_icon_news_list .icon{width: 10px;}
.i_news_list2.i_icon_news_list .icon::after{left: 0;margin-left: 0;}
.i_icon_news_list li{padding-left: 23px;background: url(../images/listnot.png) 2px 18px no-repeat;}
.i_icon_news_list .icon{width: 20px;height: 20px;position: absolute;left: 0;top: 50%;margin-top: -10px;}
.i_icon_news_list .icon::after{display: block;content:'';width:6px;height: 6px;background: #e5e5e5;position: absolute;left: 50%;top:50%;margin-top: -3px;margin-left: -3px;}
.xz-col.jlhd {
	width: 360px;
	margin-right: 0;
	float: right;
}
.col-con {
	margin-top: 15px;
}
.col-con .abttxt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;

}.cx {
	 border-radius: 5px;
	 background-color: #f2f2f2;
	 padding: 15px;
	 width: 351px;
	 height: 300px;
	 font-size: 14px;
 }

.col-25 {
	float: left;
	width: 25%;
	margin-top: 5px;
}

.col-75 {
	float: left;
	width: 70%;
	margin-top: 5px;
}.row {
	 margin-bottom: 15px;
	 *zoom: 1
 }
.row:before, .row:after {
	content: "";
	display: table;
	line-height: 0
}
.row:after {
	clear: both
}
input[type=text]{
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}
input[type=submit] {
	width: 100%;
	background-color: #4788d7;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}



input[type=submit]:hover {
	background-color: #45a049;
}

.col-con img {
	width: 100%;
}
.col-con .abttxt {
	 font-size: 14px;
	 line-height: 28px;
	 height: 120px;
	 color: #666;
	 margin-top: 15px;
	 word-break: break-all;
	 display: -webkit-box;
	 -webkit-line-clamp: 6;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
 }

/* 列表页 */
.pageny {
	overflow: hidden;
}
.lujing {
	margin: 20px 0;
	font-size: 14px;
	color: #888;
}
.page-left {
	width: 200px;
	float: left;
}
.fllist {
	border: 1px solid #ededed;
}
.fllist li {
	height: 60px;
	background: #fff;
	padding: 0 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.fllist li a {
	display: block;
	border-bottom: 1px solid #ededed;
	line-height: 59px;
	font-size: 16px;
	color: #666;
}
.fllist li:hover, .fllist li.active {
	background: #4788d7;
}
.fllist li:hover a, .fllist li.active a {
	color: #fff;
	border-bottom-color: #4788d7;
}
.fllist li.active {
	border-left: 4px solid #1561af;
}
.fllist li:last-child a {
	border-bottom: 0;
}
.page-right {
	 width: 930px;
	 float: right;
	 background: #fff;
	 /* padding: 40px; */
 }
.nytit {
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.nytit h1 {
	text-align: center;
}
.newslist li {
	border-bottom: 1px dotted #dedede;
	position: relative;
	padding: 0 80px 0 16px;
	background: url(../images/listnot.png) 0px 15px no-repeat;
}
.newslist li a {
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}
.newslist li span {
	position: absolute;
	right: 0;
	top: 8px;
	line-height: 36px;
	color: #bbb;
	text-align: center;
}
.newslist li span.time {
	top: 0;
}
.newslist li:last-child {
	border: 0;
}
.newslist.ny li {
	padding: 8px 80px 8px 14px;
	background: url(../images/listnot.png) 2px 24px no-repeat;
}
.newslist.ny li a:after {
	display: none;
}
.nytit {
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.nytit h1 {
	text-align: center;
}

.article_txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
	text-align: justify;
	overflow: hidden;
}
.article_txt img {
	max-width: 930px;
}
.article2_txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
	text-align: justify;
	overflow: hidden;
}
.article2_txt img {
	max-width: 1170px;
}
.nytit h1{font-size: 24px;color:#454545;text-align: center;font-weight: normal;line-height:30px;}
.sshuomign {
	color: #888;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	padding-top: 18px;
}
.sshuomign span {
	margin: 0 10px;
}



.linksbox {
	background: #fff;
	margin: 15px auto;
	width: 1200px;
}
.txtlisttit {
	background: #F5F5F5;
	height: 38px;
	border-bottom: 2px solid #4788d7;
	margin-bottom: 15px;
}
.txtlisttit a {
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 40px;
	color: #333;
	transition: all .3s ease;
	font-size: 16px;
}
.txtlisttit a.current {
	background: #4788d7;
	color: #fff;
}
.linksbox .listcon {
	/* height: 70px; */
}
.linksbox .linkslist li {
	margin: 15px 15px 5px 5px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	background-color: rgb(243, 243, 243);
	padding:0 5px;
	border-radius: 5px;
}
.foot {
	font-size: 14px;
	color: #ffffff;
	line-height: 12px;
	background: #4986D6;
	width: 100%;
	text-align: center;
	padding: 35px 0;
	margin-top: 15px;
}
.mg-t-b {
	margin: 15px auto;
}

.cert_title{
	width: 100%;font-size: 20px;font-weight: bold;color: #303030;
	border-bottom:#9a9a9a solid 1px;padding: 35px 0 15px 30px;
}

.arcboxa{width:1200px; height:auto; margin:0 auto;}
.arcboxa ul{width: 100%;display: flex;justify-content: center;}

.arcboxa ul h1{float:left; width:1200px; height:auto; font-size:20px; color:#000; padding-top:10px;}
.arcboxa ul li{float:left; width:600px; 
	padding:30px 50px 40px 50px; 
	border-radius:3px; 
	box-shadow:0 0 5px #999;
	background:#fff; margin:100px 0 20px 0;}
.arcboxa ul li .h2{float:left; width: 100%;  height:50px; }
.arcboxa ul li .h2 span{width:auto; line-height:50px; font-size:18px; }
.arcboxa ul li .inputk{float:left; width: 100%; line-height:38px; border:1px solid #ddd; border-radius:3px; margin-top:20px;}
.arcboxa ul li .inputk p{float:left; width:112px; line-height:38px; border-right:1px solid #ddd; text-align:center; text-align:center; font-size:14px; color:#333;}
.arcboxa ul li .inputa{float:left; width:375px; line-height:38px; border:0; font-size:14px; color:#666; padding-left:20px;}
.arcboxa ul li .inputb{float:left;width: 100%; line-height:42px; color:#fff; background: #4788d7; text-align:center; 
	cursor: pointer;
	font-size:16px; border-radius:3px; border:0; margin-top:20px;transition: all .3s ease;}
.arcboxa ul li .inputb:hover {
	background: #1561af;
}

.arcboxa ul li .text{float:left; width:510px; height:auto; line-height:180%; font-size:14px; color:#666; padding-top:10px;}
.arcboxa ul li .text a{font-size:14px; color:#FF5722;}
.arcboxa ul li:last-child{float:right;}
.clear40px{width:100%; height:40px; overflow:hidden;}

.hycxbx{width:1200px; height:auto; margin:0 auto;}
.hycxbxtitle{float:left; width:100%; height:50px; background:#ddd;}
.hycxbxtitle span{float:left; width:160px; line-height:50px; font-size:18px;  font-weight:bold; background:#fff; text-align:center;}
.hycxbx .clear{float:left; width:1200px; height:40px;}

.hycxbxjg{float:left; width:1198px; height:auto; border:1px solid #ddd; background:#fff;}
.hycxbxjgtable{float:left; width:1138px; height:auto; padding:30px;}
.hycxbxjgtable .left{float:left; width:202px; height:290px;}
.hycxbxjgtable .left img{width:202px; height:290px; border:0;}
.hycxbxjgtable .right{float:right; width:906px; height:auto;}
.hycxbxjgtable table{border:1px solid #ddd; border-right:none; border-bottom:none;}
.hycxbxjgtable .tda{border-right:1px solid #ddd; border-bottom:1px solid #ddd; background:#f8f8f8; line-height:42px; font-size:16px; text-align:center;}
.hycxbxjgtable .tdb{border-right:1px solid #ddd; border-bottom:1px solid #ddd; background:#fff; line-height:42px; font-size:16px; text-align:center; padding-left:20px; text-align:left;}
.hycxbxjgtable .tdb a{color:#1E9FFF; text-decoration:none;}


table{border-collapse: collapse;}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}


#cont .mid_cont .tab_info1 {
	margin: 15px auto 0px;
	width: 954px;
}
#cont .mid_cont .tab_info1 tr .label {
	width: 16%;
	text-align: right;
	background-color: #eef7fa;
	padding-left: 0;
}
#cont .mid_cont .tab_info1 tr td {
	width: 34%;
	border: 1px solid #cdcac4;
	color: #333333;
	font-size: 14px;
	background-color: white;
	padding-left: 10px;
	line-height: 41px;
}
.cert-show-head{
	width: 130px;
	height: 135px;
	overflow: hidden;
}
.cert-show-imt{
	width: 100%;
}

.h-btn {
	width: 100%;
	background-color: #4788d7;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.no-v{width: 100%; text-align: center;font-size: 16px;color: #cccccc;padding: 5px 0;}
.pageny{background: #FFFFFF}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
	background-color: #FFF;
	border: 1px solid #DDD;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 18px;
	position: relative;
	text-decoration: none;
	color:#23527c;
}

.pagination > li.active span {
	background-color: #4788d7 !important;
	border-color: #DDD;
	cursor: default;
	z-index: 2;
}

.pagination > li > a:hover {
	background-color: #eee;
}

.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
