/*ç›’å¸ƒå±€*/

.display-box {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-flexbox;
	display: box;
}


/*åž‚ç›´æ–¹å‘-å±…ä¸­å¯¹å…¶*/

.box-align-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	box-align: center;
}


/*åž‚ç›´æ–¹å‘-é¡¶éƒ¨å¯¹é½*/

.box-align-start {
	-moz-box-align: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-o-box-align: start;
	box-align: start;
}


/*åž‚ç›´æ–¹å‘-åº•éƒ¨å¯¹é½*/

.box-align-end {
	-moz-box-align: end;
	-webkit-box-align: end;
	-o-box-align: end;
	-ms-flex-align: end;
	box-align: end;
}


/*æ°´å¹³æ–¹å‘-å±…ä¸­å¯¹é½*/

.box-pack-center {
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
}


/*æ°´å¹³æ–¹å‘-å·¦åˆ™å¯¹é½*/

.box-pack-start {
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-o-box-pack: start;
	-ms-flex-pack: start;
	box-pack: start;
}


/*æ°´å¹³æ–¹å‘-å³åˆ™å¯¹é½*/

.box-pack-end {
	-moz-box-pack: end;
	-webkit-box-pack: end;
	-o-box-pack: end;
	-ms-flex-pack: end;
	box-pack: end;
}


/*è®¾ç½®å…ƒç´ ä¸ºå¯ä¼¸ç¼©*/

.box-flex {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-o-box-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
}


/*/ç›’å¸ƒå±€*/


/*å®½é«˜è®¡ç®—*/

.width-calc1 {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: -ms-calc(100% - 30px);
	width: calc(100% - 30px);
}


/*åŠ¨ç”»ã€è¿‡æ¸¡*/

.transition1 {
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.clear-both {
	clear: both;
}

.zhicwl-tqyb {
	width: 980px;
	margin: 0 auto;
	font-size: 12px;
	padding: 5px 0;
	/*
  	background: linear-gradient(to top, #F1F8FE , #F6FBFF);
	  background: -moz-linear-gradient(top, #F1F8FE , #F6FBFF);
	  background: -webkit-linear-gradient(top, #F1F8FE , #F6FBFF);
	  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F8FE',endColorStr='#F6FBFF',gradientType='0');
	  background: -ms-linear-gradient(top, #F1F8FE , #F6FBFF);		
	  */
}

.zhicwl-tqyb-left {
	position: relative;
	top: 3px;
}

.zhicwl-tqyb-left span {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
}

.zhicwl-tqyb-cen {
	line-height: 2;
	padding-left: 60px;
}

.zhicwl-tqyb-right {
	line-height: 2;
	display: block;
	height: 48px;
	padding-right: 10px;
}

.zhicwl-zxmrft {
	width: 980px;
	margin: 0 auto;
}

.zhicwl-zxmrft-left {
	float: left;
	width: 700px;
}

.zhicwl-zxmrft-lbti {
	width: 312px;
	height: 241px;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #E9EEED;
	float: left;
	margin-top: 24px;
}

.zhicwl-xksra-div {
	width: 700px;
	display: none;
}

.zhicwl-xksra-div:first-child {
	display: block;
}

.zhicwl-zxmrft-right {
	float: right;
	width: 260px;
	height: 303px;
	background: url(../images/index/index-02.jpg) left top no-repeat;
}

.zhicwl-titmore {
	color: #FFF;
	line-height: 27px;
}

.zhicwl-titmore h2 {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-left: 35px;
}

.zhicwl-titmore a {
	color: #FFF;
	display: inline-block;
	float: right;
	margin-right: 10px;
	padding-right: 3px;
}

.zhicwl-titmore a:hover {
	text-decoration: underline !important;
}

.zhicwl-zxmrft-xwle {
	float: right;
	width: 370px;
}

.zhicwl-zxmrft-xwle ul li {
	overflow: hidden;
	line-height: 14px;
	padding-top: 11px;
	font-size: 14px;
}

.zhicwl-zxmrft-xwle ul li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 1px;
}

.zhicwl-zxmrft-xwle ul li a {
	padding-left: 6px;
	display: inline-block;
	vertical-align: middle;
	width: 270px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zhicwl-zxmrft-xwle ul li span {
	float: right;
	color: #999;
}

.zhicwl-zxmrft-xwle ul li.zhicwl-heon1 {
	border-bottom: 1px solid #E9E9E9;
	line-height: 22px;
	padding-bottom: 10px;
}

.zhicwl-zxmrft-xwle ul li.zhicwl-heon1 h4 {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	padding-bottom: 6px;
	padding-top: 8px;
}

.zhicwl-zxmrft-xwle ul li.zhicwl-heon1 h4 a {
	width: 350px;
}

.zhicwl-zxmrft-xwle ul li.zhicwl-heon1 p {
	display: inline;
	font-size: 12px;
}

.zhicwl-zxmrft-xwle ul li.zhicwl-heon1>a {
	display: inline-block;
	width: auto;
	font-size: 12px;
}

.zhicwl-zxmrft-xwle ul li.zhicwl-heon1>a:hover {
	text-decoration: underline !important;
}

#mailBox {
	width: 87%;
}
.zhicwl-yuorenb {
	border: 1px solid #E9F2F7;
	border-bottom: 2px solid #219DD0;
	background: linear-gradient(to top, #FAFFFF, #DCF5FE);
	background: -moz-linear-gradient(top, #FAFFFF, #DCF5FE);
	background: -webkit-linear-gradient(top, #FAFFFF, #DCF5FE);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FAFFFF', endColorStr='#DCF5FE', gradientType='0');
	background: -ms-linear-gradient(top, #FAFFFF, #DCF5FE);
}

.zhicwl-yuorenb ul {
	overflow: hidden;
}

.zhicwl-yuorenb ul li {
	cursor: pointer;
	float: left;
	font-size: 16px;
	padding: 6px 15px;
	color:black;
	font-family: 微软雅黑;
}

.zhicwl-yuorenb ul li.on {
	background: linear-gradient(to top, #55D8FE, #219DD0);
	background: -moz-linear-gradient(top, #55D8FE, #219DD0);
	background: -webkit-linear-gradient(top, #55D8FE, #219DD0);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#55D8FE', endColorStr='#219DD0', gradientType='0');
	background: -ms-linear-gradient(top, #55D8FE, #219DD0);
	color: #FFF;
	border-radius: 4px 4px 0 0;
}

.zhicwl-yuorenb ul li.zhicwl-moew {
	float: right;
	font-size: 12px;
	position: relative;
	top: 4px;
	display: none;
}
.zhicwl-yuorenb ul li.zhicwl-moew:first-child{display: block;}
.zhicwl-yuorenb ul li.zhicwl-moew a:hover {
	text-decoration: underline !important;
}

.zhicwl-stlbt {
	width: 100%;
	height: 100%;
}

.zhicwl-stlbt .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.zhicwl-stlbt .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
}

.zhicwl-aoketr {
	margin: 10px 0 2px 15px
}

.zhicwl-stlbt .swiper-slide h6 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 111;
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #FFF;
	font-size: 12px;
	background-color: rgba(0, 0, 0, .5);
	padding: 0 6px;
}

.zhicwl-stlbt .swiper-slide h6 span {
	display: block;
	width: 68%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zhicwl-stlbt .swiper-pagination {
	bottom: 5px;
	left: initial !important;
	right: 0px !important;
	width: 84px;
}

.zhicwl-stlbt .swiper-pagination-bullet {
	background: #FFF;
	opacity: 1;
}

.zhicwl-stlbt .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0A7DCD;
}

.zhicwl-stlbt .swiper-pagination span {
	margin: 0 3px !important;
}

.zhicwl-uieort ul {
	padding-top: 5px;
}

.zhicwl-uieort ul li {
	line-height: 32px;
	    padding-left: 14px;
}

.zhicwl-uieort ul li a {
	/*display: block;*/
	display: inline-block;
    padding-left: 4px;
    font-size: 14px;
}

.zhicwl-uieort ul li a img {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	position: relative;
	top: 1px;
}

.zhicwl-uieort ul li a span {
	font-size: 14px;
	padding-left: 6px;
	display: inline-block;
	line-height: 28px;
	width: 220px;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zhicwl-aiytr {
	width: 980px;
	height: 72px;
	margin: 0 auto;
}

.content1 {
	margin-left: -6px;
	overflow: hidden;
}

.content1 li {
	float: left;
	width: 191px;
	margin: 13px 0 0 6px;
	text-align: center;
}

.content1 li a {
	font-size: 16px;
	color: #088bc3;
	display: block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #a8d1e8;
	border-radius: 3px;
	background: linear-gradient(to top, #fff, #cceff9);
	background: -moz-linear-gradient(top, #fff, #cceff9);
	background: -webkit-linear-gradient(top, #fff, #cceff9);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#cceff9', gradientType='0');
	background: -ms-linear-gradient(top, #fff, #cceff9);
}

.content1 li a:hover {
	text-decoration: underline !important;
}

.zhicwl-bddtare {
	width: 100%;
}

.zhicwl-bddtare ul {
	padding-top: 16px;
}

.zhicwl-bddtare ul li {
	overflow: hidden;
	line-height: 28px;
}

.zhicwl-bddtare ul li samp {
	font-family: "å¾®è½¯é›…é»‘";
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	width: 98px;
	font-size: 12px;
	color: #CC6600;
	text-align: center;
}

.zhicwl-bddtare ul li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 1px;
}

.zhicwl-bddtare ul li a {
	padding-left: 8px;
	display: inline-block;
	vertical-align: middle;
	width: 460px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 14px;
}

.zhicwl-bddtare ul li span {
	float: right;
	color: #999;
	padding-right: 5px;
}

.zhicwl-sjduan h3 {
	display: none;
	border-bottom: 1px solid #A8D1E8;
	padding: 8px 12px;
	color: #5797CD;
	font-weight: bold;
	background: -webkit-linear-gradient(top, #FAFFFF, #DCF5FE);
}

.zhicwl-bdgrt {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.zhicwl-bdgrt .swiper-button-prev {
	left: 0;
}

.zhicwl-bdgrt .swiper-button-next {
	right: 0;
}

.zhicwl-bdgrt .swiper-button-next,
.zhicwl-bdgrt .swiper-button-prev {
	width: 11px;
	height: 20px;
	margin-top: -10px;
	background-size: 11px 20px;
}

.zhicwl-tuwfqh.swiper-container {
	width: 940px;
	margin: 0 auto;
	height: auto;
}

.zhicwl-tuwfqh .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.zhicwl-tuwfqh a {
	display: block;
	width: 100%;
}

.zhicwl-tuwfqh img {
	display: block;
	width: 100%;
	height: auto;
}

.xxgk {
	width: 980px;
	height: 558px;
	background: url(../images/index/index-23.png) no-repeat;
	margin: 0 auto;
	margin-top: 15px;
}

.xx_news {
	width: 100%;
	height: 44px;
	overflow: hidden;
}

.news_title {
	overflow: hidden;
	position: absolute;
}

.news_title li.hover {
	background: url(../images/index/index-24.png) no-repeat;
}

.news_title li {
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	margin-top: 9px;
}

.news_title li span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 18px;
	font-family: "å¾®è½¯é›…é»‘";
	color: #fff;
	cursor: pointer;
}

.news_title li.hover span {
	color: #0096cb;
}

.news_con {
	width: 924px;
	margin-left: 28px;
	margin-top: 26px;
}

.w924 {
	width: 924px;
	overflow: hidden;
}

.w924 .xxgk_l {
	width: 231px;
	float: left;
}

.xxgk_con1 li {
	margin-bottom: 11px;
	height: 42px;
}

.w924 .xxgk_r {
	width: 673px;
	float: right;
}

.jbxxgk {
	width: 671px;
	height: 169px;
	border: 1px solid #a8d1e8;
	margin-bottom: 15px;
}

.jbxxgk .xxgk_tit {
	height: 37px;
	line-height: 36px;
	background: linear-gradient(to top, #effbfa, #cff7fb);
	background: -moz-linear-gradient(top, #effbfa, #cff7fb);
	background: -webkit-linear-gradient(top, #effbfa, #cff7fb);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#effbfa', endColorStr='#cff7fb', gradientType='0');
	background: -ms-linear-gradient(top, #effbfa, #cff7fb);
	text-indent: 24px;
	color: #1a9ecc;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 16px;
	border-bottom: 1px solid #a8d1e8;
}

.jbxxgk ul li {
	float: left;
	width: 116px;
	margin: 17px 20px 0 29px;
	display: inline;
	_display: inline;
}

.jbxxgk ul li a {
	color: #000;
	padding-left: 10px;
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	background: url(../images/index/index-23.jpg) no-repeat 0px 6px;
}

.jbxxgk ul li a:hover {
	color: #008DD1;
}

.xxgk_b {
	width: 924px;
	margin: 10px auto 0;
}

.xxgk_sjkf {
	width: 924px;
	height: 72px;
}

.xxgk_sjkf img {
	margin-right: 6px;
}

.bsfw_l {
	width: 610px;
	height: 252px;
	border: 1px solid #a8d1e8;
	float: left;
}

.bsfw_tit {
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: linear-gradient(to top, #fdffff, #cff7fb);
	background: -moz-linear-gradient(top, #fdffff, #cff7fb);
	background: -webkit-linear-gradient(top, #fdffff, #cff7fb);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e8faf9', endColorStr='#cff7fb', gradientType='0');
	background: -ms-linear-gradient(top, #fdffff, #cff7fb);
	border-bottom: 1px solid #a8d1e8;
	color: #0096cb;
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
}

.bsfw11_t02 {
	width: 130px;
	height: 219px;
	background: linear-gradient(to top, #e8faf9, #cff7fb);
	background: -moz-linear-gradient(top, #e8faf9, #cff7fb);
	background: -webkit-linear-gradient(top, #e8faf9, #cff7fb);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e8faf9', endColorStr='#cff7fb', gradientType='0');
	background: -ms-linear-gradient(top, #e8faf9, #cff7fb);
	text-align: center;
	float: left;
	overflow: hidden;
}

.bsfw11_t02 .hover {
	background: #fff;
	cursor: pointer;
	padding: 12px 0;
	border: 1px solid #a8d1e8;
	border-radius: 3px;
}

.bsfw11_t02 li {
	width: 124px;
	margin: 18px 0 18px 8px;
	padding: 12px 0;
}

.bsfw11_t02 li img {
	vertical-align: middle;
}

.bsfw11_t02 li span {
	color: #0096cb;
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	vertical-align: middle;
}

.cont_three {
	float: left;
}

.grbs_con {
	width: 478px;
	height: 216px;
}

.grbs_con li {
	width: 56px;
	height: 60px;
	text-align: center;
	float: left;
	margin: 10px 14px 0 22px;
	display: inline;
	_display: inline;
}

.grbs_con li a {
	color: #000;
	font-size: 12px;
}

.grbs_con li:hover a {
	color: #008DD1;
}

.qybs_more {
	width: 31px;
	height: 32px;
	line-height: 38px;
	text-indent: 7px;
	background: url(../images/index/index-36.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}

.bmbs_con {
	margin-left: 18px;
	margin-top: 20px;
	width: 462px;
	height: 199px;
	position: relative;
}

.bmbs_con ul {
	overflow: hidden;
}


.qybs_con {
	width: 480px;
	height: 219px;
	position: relative;
}

.qybs_con ul {
	overflow: hidden;
}

.qybs_con ul li {
	width: 56px;
	height: 60px;
	text-align: center;
	float: left;
	margin: 10px 14px 0 22px;
	display: inline;
	_display: inline;
}

.qybs_con ul li a {
	color: #000;
	display: block;
}

.qybs_more a {
	color: #fff;
	font-size: 12px;
}

.qybs_more a:hover {
	text-decoration: underline !important;
}

.bmbs_con ul li a {
	color: #000;
}

.bmbs_con ul li {
	overflow: hidden;
}

.bmbs_con ul li a:hover {}

.bmbs_con {
	margin-left: 18px;
	margin-top: 20px;
	width: 462px;
	height: 199px;
	position: relative;
}

.bmbs_con ul {
	overflow: hidden;
}

.bmbs_con ul li {
	float: left;
	text-align: center;
	margin: 0 8px 8px 0;
}

.bmbs_con ul li a {
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	width: 81px;
	height: 54px;
	line-height: 54px;	
	border: 1px solid #a8d1e8;
}
.bmbs_con ul li a:hover{
	color: #008DD1 !important;
}

.bmbs_more {
	width: 31px;
	height: 32px;
	line-height: 38px;
	text-indent: 7px;
	background: url(../images/index/index-36.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}

.bmbs_more a {
	color: #fff;
	font-size: 12px;
}

.bmbs_more a:hover {
	text-decoration: underline !important;
}

.bsfw_r {
	width: 302px;
	height: 252px;
	border: 1px solid #a8d1e8;
	float: right;
}

.lstd_con {
	width: 302px;
	height: 226px;
}

.lstd_con li {
}

.lstd_con li:hover a span {
	color: #008DD1;
}

.lstd_con li img {
	vertical-align: middle;
	margin-right: 9px;
}

.lstd_con li span {
	vertical-align: middle;
	font-size: 18px;
	color: #000;
}

.bsfwb_con {
	overflow: hidden;
}

.bsfwb_con li {
	float: left;
	width: 296px;
	height: 60px;
	text-align: center;
	line-height: 54px;
	border: 1px solid #a8d1e8;
	border-radius: 3px;
	background: linear-gradient(to top, #ffffff, #cdeff9);
	background: -moz-linear-gradient(top, #ffffff, #cdeff9);
	background: -webkit-linear-gradient(top, #ffffff, #cdeff9);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#cdeff9', gradientType='0');
	background: -ms-linear-gradient(top, #ffffff, #cdeff9);
	margin-right: 15px;
}

.bsfwb_con li a {
	display: block;
	position: relative;
	height: 100%;
}

.zdfw_con {
	width: 924px;
	margin: 10px auto 0;
}

.zdfw {
	width: 454px;
	height: 120px;
	border: 1px solid #a8d1e8;
}

.zdfw_tit {
	float: left;
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	color: #0096cb;
	margin-left: 12px;
	display: inline;
	_display: inline;
}

.zdfw_more {
	float: right;
	color: #0096cb;
	text-decoration: none;
	margin-right: 12px;
	display: inline;
	_display: inline;
	font-size: 12px;
}

.zdfw_more:hover {
	text-decoration: underline !important;
}

.bsfw_nav {
	overflow: hidden;
}

.bsfw_nav li {
	float: left;
	width: 138px;
	height: 30px;
	background: #c9eef8;
	margin: 12px 0 0 11px;
	display: inline;
	_display: inline;
	text-align: center;
	line-height: 30px;
}

.bsfw_nav li a {
	text-decoration: none;
	color: #000;
	display: block;
}

.bsfw_nav li a:hover {
	background-color: #90DCF1;
}

.w924 .zmhd_l {
	width: 328px;
}

#mod_hx {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.hx_title {
	height: 30px;
	background: url(../images/index/index-73.png) bottom repeat-x;
	width: 100%;
}

.hx_tit {
	background: url(../images/index/index-74.png) no-repeat;
	color: #fff;
	width: 73px;
	height: 30px;
	text-align: center;
	display: block;
	font-weight: bold;
	line-height: 25px;
}

.hx_con {
	width: 99%;
	height: 246px;
	overflow: hidden;
	border: 1px solid #bcdcdf;
	margin-top: 2px;
}

.zxft-gai {
	width: 323px;
	height: 244px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.zxft-con li {
	float: left;
}

.zxft-con {
	width: 100%;
	height: 120px;
	zoom: 1;
}

.zxft-tit {
	width: 130px;
	margin-left: 6px;
}

.desr span {
	font-size: 12px;
	color: #222;
}

.zxftxiangxi {
	color: #ff0000;
	padding-left: 10px;
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin-right: 8px;
	_display: inline;
}

.desr {
	font-size: 14px;
	color: #0a78d1;
	line-height: 20px;
}

.desr span {
	font-size: 12px;
	color: #222;
}

.zhicwl-qpoetr {
	height: 248px;
	margin-bottom: 16px;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
}

.zhicwl-wdvld {
	width: 98%;
}

.zhicwl-haolyr {
	height: 118px;
	overflow: hidden;
	width: 100%;
}

.ftyg {
	font-size: 13px;
	color: #303030;
	line-height: 20px;
}

#mailBox {
	width: 100%;
	height: 100%;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	box-sizing: border-box;
}

#mailBox .title {
	width: 100%;
	height: 25px;
	border-bottom: dashed 1px #CECFCF;
	text-align: center;
}

.title_code {
	width: 8%;
}

.title_item {
	height: 100%;
	float: left;
	color: rgb(0, 86, 170);
	/*border-bottom: 2px solid rgb(32, 203, 236);*/
	margin-left: 1px;
	margin-right: 1px;
	font-weight: bold;
	position: relative;
}

.title_item span {
	/*position: absolute;
	bottom: 4px;
	left: 2px;
	display: inline;*/
}

.title_titel {
	width: 37%;
	padding-left: 1.5%;
}

.title_class {
	width: 6%;
}

.title_return_time {
	width: 14%;
	padding: 0 1.5%;
}

.title_duty_depart {
	width: 15%;
}

.title_status {
	width: 9.5%;
	padding: 0 1.5%;
}

.content {
	height: 84%;
	width: 100%;
	text-align: center;
}

.mes_item {
	height: 13.2%;
	width: 100%;
}

.item_code {
	width: 8%;
}

.hr_item {
	height: 29px;
	line-height: 29px;
	float: left;
	/*border-bottom: 1px dotted #a2a0a0;*/
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
	text-overflow: ellipsis;
	color: black;
	overflow: hidden;
	white-space: nowrap;
}

.item_titel {
	width: 37%;
	cursor: pointer;
	padding-left: 1.5%;
	text-align: left;
}

.item_titel:hover {
	color: #008DD1;
}

.item_class {
	width: 6%;
}

.item_return_time {
	width: 14%;
	padding: 0 1.5%;
}

.item_duty_depart {
	width: 15%;
}

.item_status {
	width: 9.5%;
	padding-left: 1.5%;
}

.qcxx_con {
	width: 578px;
	height: 276px;
	border: 2px solid #d3e9ea;
}

.qcxx_tit {
	width: 580px;
	height: 58px;
	border-bottom: 2px solid #d3e9ea;
}

.qcxx_more {
	float: right;
	line-height: 58px;
	margin-right: 20px;
	display: inline;
	_display: inline;
	color: #000;
}

.zmhd_b {
	margin-top: 13px;
}

.zmhd_con {
	width: 924px;
	height: 166px;
}

.zmh_l {
	width: 720px;
	overflow: hidden;
	float: left;
	display: inline;
	_display: inline;
}

.zmh_l li {
	float: left;
	margin-right: 9px;
	margin-bottom: 14px;
	width: 231px;
	height: 69px;
	list-style: none;
}

.zmh_r {
	float: right;
}

.news_con .zhicwl-takdr {
	display: none;
}

.news_con .zhicwl-takdr:first-child {
	display: block;
}

.zhicwl-rebpt {
	width: 970px;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #D1D2D1;
	padding: 5px;
}

.zhicwl-erbpr {}

.zhicwl-erbpr .swiper-pagination {
	bottom: 4px;
	left: auto;
	right: 5px;
	width: auto;
}

.zhicwl-erbpr .swiper-pagination span.swiper-pagination-bullet {
	border-radius: 0;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin: 0 2px;
	padding: 0;
	opacity: 1;
	background-color: #FFF;
	color: #52A0F0;
	font-weight: bold;
	font-size: 12px;
}

.zhicwl-erbpr .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #73B2F3;
	color: #FFF;
}

.zhicwl-erbpr .swiper-slide a {
	display: block;
}

.zhicwl-erbpr .swiper-slide a img {
	display: block;
	width: 100%;
}

.zhicwl-zuilapt {
	padding-bottom: 20px;
}

.w981 {
	width: 980px;
	height: 222px;
	margin: 0 auto;
	margin-top: 25px;
	clear: both;
}

.xgxx,
.tzxx,
.fwzy {
	float: left;
}

.xgxx {
	margin-left: 13px;
}

.zhicwl-zuilapt .xgxx:first-child {
	margin-left: 0;
}

.mod_xgxx {
	width: 318px;
	height: 211px;
	background: url(../images/index/index-88.jpg) no-repeat;
}

.xgxx_title {
	width: 100%;
	height: 34px;
	line-height: 34px;
}

.xgxx_tit {
	width: 282px;
	height: 34px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-left: 36px;
	font-family: "å¾®è½¯é›…é»‘";
}

.xgxx_con {
	width: 318px;
	height: 156px;
}

.zsyz_con1 {
	width: 318px;
	height: 154px;
}

.zsyz_con1 li {
	margin-top: 20px;
	margin-left: 60px;
}

.zsyz_con1 li a {
	padding-left: 34px;
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	color: #242424;
	background: url(../images/index/index-89.png) 0 center no-repeat;
}

.zsyz_con1 li a:hover {
	color: #008DD1;
}

.focusBox li img{width:100%;height: 295px;}


@media (max-width: 560px) {
	.zhicwl-tqyb,
	.zhicwl-zxmrft-right,
	.zhicwl-yuorenb,
	.zhicwl-sjduan ul li samp,#bsfw_b {
		display: none;
	}
	.zhicwl-zxmrft-lbti {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0;
		border: none;
		float: none;
		margin-top: 15px;
	}
	.zhicwl-zxmrft {
		width: 100%;
	}
	.zhicwl-zxmrft-left {
		float: none;
		width: 100%;
	}
	.zhicwl-xksra-div {
		width: 100%;
		display: block !important;
	}
	.zhicwl-sjduan {
		float: none;
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: -ms-calc(100% - 30px);
		width: calc(100% - 30px);
		margin: 0 auto;
		margin-top: 15px;
		border: 1px solid #A8D1E8;
		box-sizing: border-box;
	}
	.zhicwl-sjduan ul li a {
		padding-left: 6px;
		display: inline-block;
		vertical-align: middle;
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: -o-calc(100% - 90px);
		width: -ms-calc(100% - 90px);
		width: calc(100% - 90px);
		box-sizing: border-box;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.zhicwl-sjduan ul {
		padding-top: 4px;
		padding-bottom: 8px;
	}
	.zhicwl-sjduan ul li {
		line-height: 30px;
		height: 30px;
		padding: 0 12px;
		padding-top: 0px;
	}
	.zhicwl-sjduan ul li:nth-child(n+6) {
		display: none;
	}
	.zhicwl-zxmrft-xwle.zhicwl-sjduan ul li:nth-child(-n+6) {
		display: block;
	}
	.zhicwl-zxmrft-xwle .zhicwl-heon1 {
		display: none !important;
	}
	.zhicwl-aiytr {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: -ms-calc(100% - 30px);
		width: calc(100% - 30px);
		height: 56px;
		margin: 0 auto;
	}
	.zhicwl-sjduan h3 {
		display: block;
	}
	.content1 {
		margin: 0 -5px;
		margin-top: 10px;
	}
	.content1 li {
		width: 33.3333%;
		box-sizing: border-box;
		margin: 0;
		padding: 0 5px;
	}
	.content1 li a {
		font-size: 14px;
	}
	.content1 li:nth-of-type(3),
	.content1 li:nth-of-type(4) {
		display: none;
	}
	.zhicwl-bdgrt {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: -ms-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.zhicwl-tuwfqh.swiper-container {
		/*width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: -o-calc(100% - 70px);
		width: -ms-calc(100% - 70px);
		width: calc(100% - 70px);*/
		width: 100%;
	}
	.zhicwl-bdgrt .swiper-button-next,
	.zhicwl-bdgrt .swiper-button-prev {
		background-color: #FFF;
	}
	.xx_news {
		display: none;
	}
	.xxgk {
		width: 100%;
		height: auto;
		background: none;
		margin: 0 auto;
		margin-top: 15px;
	}
	.news_con {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.w924 {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.w924 .xxgk_l {
		display: none;
		float: none;
	}
	.w924 .xxgk_r {
		width: 100%;
		float: none;
	}
	.jbxxgk {
		width: 100%;
		height: auto;
		border: 1px solid #a8d1e8;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.jbxxgk ul {
		overflow: hidden;
		padding: 8px 0 8px 15px;
		padding-left: 15px;
	}
	.jbxxgk .xxgk_tit {
		color: #5797CD;
		font-weight: bold;
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		text-indent: 0px;
		padding: 0 12px;
		background: -webkit-linear-gradient(top, #FAFFFF, #DCF5FE);
	}
	.jbxxgk ul li {
		float: left;
		width: 33.3333%;
		margin: 0;
		display: inline-block;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
	}
	.jbxxgk ul li a {
		color: #333333;
		padding-left: 10px;
		font-size: 14px;
		display: block;
		background: url(../images/index/index-23.jpg) no-repeat 0px 12px;
	}
	.xxgk_b {
		width: 100%;
		margin: 0;
	}
	.xxgk_sjkf-div {
		margin: 0 -5px;
	}
	.xxgk_sjkf {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0 15px;
		overflow: hidden;
		margin-top: -15px;
	}
	.xxgk_sjkf img {
		margin-right: 0;
		display: block;
		width: 100%;
		height: auto;
	}
	.xxgk_sjkf a {
		display: block;
		width: 50%;
		box-sizing: border-box;
		padding: 0 5px;
		margin-top: 10px;
		float: left;
	}
	.news_con .zhicwl-takdr {
		display: block !important;
	}
	.zhicwl-bsfwa .w924 {
		display: none;
	}
	.zhicwl-bsfwa .bsfwb_con {
		padding: 0 17px;
		margin-left: -3px;
	}
	.bsfwb_con li {
		float: none;
		margin-top: 10px;
		width: 100%;
		height: 60px;
		text-align: center;
		line-height: 54px;
		margin-right: 0;
	}
	.zhicwl-bsfwa .zdfw {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: -ms-calc(100% - 30px);
		width: calc(100% - 30px);
		height: auto;
		margin: 0 auto;
		margin-top: 10px;
		border: 1px solid #a8d1e8;
		float: none;
		box-sizing: border-box;
	}
	.zhicwl-bsfwa .zdfw_con {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	.zhicwl-bsfwa .zdfw_tit {
		height: 36px;
		line-height: 36px;
		color: #5797CD;
		font-weight: bold;
		font-size: 14px !important;
	}
	.zhicwl-bsfwa .bsfw_tit a.zdfw_more {
		font-size: 12px;
	}
	.zhicwl-bsfwa .bsfw_nav {
		padding: 0 5px;
		padding-bottom: 10px;
	}
	.zhicwl-bsfwa .bsfw_nav li {
		float: left;
		width: 50%;
		height: 32px;
		box-sizing: border-box;
		padding: 0 5px;
		background: none;
		margin: 0;
		margin-top: 10px;
		display: inline;
		_display: inline;
		text-align: center;
		line-height: 32px;
	}
	.zhicwl-bsfwa .bsfw_nav li a {
		background: -webkit-linear-gradient(top, #ffffff, #cdeff9);
		border: 1px solid #cdeff9;
		display: block;
		color: #333333;
		font-size: 14px;
	}
	.zhicwl-bsfwa .bsfw_tit {
		height: 36px;
		line-height: 36px;
	}
	.zhicwl-mzhdoa .w924 {
		display: none;
	}
	.zhicwl-mzhdoa .zmhd_b {
		margin-top: 0;
	}
	.zhicwl-mzhdoa .zmhd_con {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.zhicwl-mzhdoa .zmh_l {
		width: auto;
		overflow: hidden;
		float: none;
		display: block;
		margin-left: -5px;
		box-sizing: border-box;
		margin-right: -5px;
	}
	.zhicwl-mzhdoa .zmh_l li {
		float: left;
		margin-right: 0;
		margin-bottom: 0;
		width: 50%;
		box-sizing: border-box;
		padding: 0 5px;
		height: auto;
		margin-top: 10px;
	}
	.zhicwl-mzhdoa .zmh_l li:nth-of-type(1),
	.zhicwl-mzhdoa .zmh_l li:nth-of-type(4) {
		display: none;
	}
	.zhicwl-mzhdoa .zmh_l li a {
		display: block;
	}
	.zhicwl-mzhdoa .zmh_l li a img {
		display: block;
		width: 100%;
		height: auto;
	}
	.zhicwl-mzhdoa .zmh_r {
		float: none;
		display: none;
	}
	.zhicwl-mzhdoa .zmh_r img {
		display: block;
		width: 100%;
	}
	.zhicwl-rebpt {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: -ms-calc(100% - 30px);
		width: calc(100% - 30px);
		margin: 0 auto;
		box-sizing: border-box;
		margin-top: 10px;
	}
	.zhicwl-erbpr .swiper-pagination span.zhicwl-duirvv {
		width: 8px;
		height: 8px;
		border-radius: 100%;
		position: relative;
		top: 6px;
		left: 3px;
		text-indent: -99999px;
	}
	.zhicwl-zuilapt {
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 15px;
		padding-bottom: 35px;
	}
	.xgxx,
	.tzxx,
	.fwzy {
		float: none;
	}
	.mod_xgxx {
		width: 100%;
		height: auto;
		background-size: 100% 100%;
		margin-top: 15px;
	}
	.xgxx {
		padding: 0 15px;
	}
	.xgxx_con {
		width: 100%;
		height: auto;
	}
	.zsyz_con1 {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	.xgxx {
		margin-left: 0;
	}
}

@media (max-width: 380px) {
	.zhicwl-sjduan ul li a {
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -o-calc(100% - 10px);
		width: -ms-calc(100% - 10px);
		width: calc(100% - 10px);
	}
	.zhicwl-sjduan ul li span {
		display: none;
	}
}

.fn-hide{
	display: none;
}
.frindLinks{
	width: 980px;
	margin: 0 auto;
	font-size: 12px;
}
.frindLinksCont{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.frindLinksTab{
	position: relative;
	z-index: 2;
}
.frindLinksTab ul li{
	height: 37px;
	line-height: 36px;
	padding: 0 20px;
	border: 1px solid #14B8FB;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
}
.frindLinksTab ul li.active{
	height: 38px;
	border-bottom: none;
}
.frindLinksCont{
	z-index: 1;
	margin-top: -1px;
	border: 1px solid #14B8FB;
	padding: 20px 0;
}
.frindLinksCont div:after{
	content:".";
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
}
.frindLinksCont div a{
	width: 16%;
	display: block;
	float: left;
	text-indent: 2em;
	padding: 5px 0;
}





/* 专题 */
     .slideGroup .slideBox{ overflow:hidden; zoom:1;position:relative;padding: 0 3px;box-sizing: border-box;width: 100%;  }
      	.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:0px; top:22px; display:block; width:11px; height:20px;background:url(/qbjq/xhtml/images/index/left.png) center center no-repeat;z-index:88;}
		.slideGroup .sNext{ left:auto; right:0px; background:url(/qbjq/xhtml/images/index/right.png) center center no-repeat;  }
	

		.slideGroup ul{ overflow:hidden; zoom:1;   }
		.slideGroup ul li{ margin:0 4px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.slideGroup ul li .pic{ text-align:center; }
		.slideGroup ul li .pic img{ width: 180px;height: 57px; display:block;  padding:2px;}
		.slideGroup ul li .pic a:hover img{ border-color:#999;  }
		.slideGroup .tempWrap{
			    padding: 0px 6px;
		}