﻿/*********************************************************************************/
/* Base                                                                          */
/*********************************************************************************/
* {
	margin: 0;
	padding: 0;
}

/*p { font:62.5% "Microsoft Yahei","宋体", sans-serif; }*/
ul,
li {
	list-style-type: none;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px;
}

/* 定义浮动居中 */
.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.center {
	margin: 0 auto;
}

.clearfix {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*清除浮动*/
.h {
	display: none;
}

.oh {
	overflow: hidden;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml30 {
	margin-left: 30px
}

.mb30 {
	margin-bottom: 30px
}

.mb50 {
	margin-bottom: 50px
}

.pd8 {
	padding: 8px
}

.pd10 {
	padding: 10px
}

.pd20 {
	padding: 20px
}

.pdtb20 {
	padding: 20px 0
}

.pdtb30 {
	padding: 30px 0
}

.pdtb50 {
	padding: 50px 0
}

/*fontsize*/
.fs30 {
	font-size: 3em;
}

.fs28 {
	font-size: 2.8em;
}

.fs26 {
	font-size: 2.6em;
}

.fs24 {
	font-size: 2.4em;
}

.fs20 {
	font-size: 2em;
}

.fs18 {
	font-size: 1.8em;
}

.fs16 {
	font-size: 1.6em;
}

.fs14 {
	font-size: 1.4em;
}

/*
.fs30 { font-size:1.875em; }
.fs28 { font-size:1.75em; }
.fs26 { font-size:1.625em; }
.fs24 { font-size:1.5em; }
.fs20 { font-size:1.25em; }
.fs18 { font-size:1.125em; }
.fs16 { font-size:1em; }
.fs14 { font-size:0.875em; }
*/

/*line-height*/
.lh50 {
	line-height: 5em;
}

.lh30 {
	line-height: 3em;
}

.lh28 {
	line-height: 2.8em;
}

.lh26 {
	line-height: 2.6em;
}

.lh24 {
	line-height: 2.4em;
}

.lh20 {
	line-height: 2em;
}

.lh18 {
	line-height: 1.8em;
}

.lh16 {
	line-height: 1.6em;
}

.lh14 {
	line-height: 1.4em;
}

/*.lh50 { line-height:5em; }
.lh30 { line-height:3em; }
.lh28 { line-height:2.8em; }
.lh26 { line-height:2.6em; }
.lh24 { line-height:2.4em; }
.lh20 { line-height:2em; }
.lh18 { line-height:1.8em; }
.lh16 { line-height:1.6em; }
.lh14 { line-height:1.4em; }*/

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

/*font color*/
.cred {
	color: red
}

.cfff {
	color: #fff
}

#divStayTopLeft img {
	display: block
}

/*********************************************************************************/
/* 本站通用                                                                      */
/*********************************************************************************/

body {
	overflow-x: hidden;
	background: #fff;
	font: 14px "Microsoft Yahei", "宋体", sans-serif;
	/*font-style font-variant font-weight font-size/line-height font-family
	62.5%默认是18px*/
	color: #000;
}

a {
	color: #256EB1;
	text-decoration: none
}

a:link {
	color: #256EB1;
}

a:visited {
	color: #256EB1;
}

a:hover {
	color: #ba2636;
	text-decoration: underline
}

a:active {
	color: #ba2636;
}


.container {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
}

.containermax {
	min-width: 1200px
}

/*font color*/
.c1 {
	color: #bd2a00
}

/*红色*/
.c2 {
	color: #5e5e5e
}

/*灰色*/
.c3 {
	color: #ff6000
}

/*橙色*/
.c4 {
	color: #ffcc00
}

/*黄绿色*/

/*background */
.bgfff {
	background: #fff
}

.bg1 {
	background: #ededed
}

.bgf2 {
	background: #f2f2f2;
	min-width: 1200px;
}

.bgfa {
	background: #fafafa;
	min-width: 1200px;
}

.bgfooter {
	background: #193555;
}

/*********************************************************************************/
/* 定制                                                                      */
/*********************************************************************************/

/* header */
.header-top {
	overflow: hidden;
	min-width: 1200px;
	height: 25px;
	background: url(header-top-bg.jpg) repeat-x;
	line-height: 25px;
	color: #030000;
	font-size: 12px;
}

.header-top a {
	color: #030000;
	font-size: 12px;
}

.header-top .welcome {
	float: left;
}

.header-top .zhuying {
	float: right;
}

.header {
	min-width: 1200px;
	height: 138px;
	background: #f4f4f4;
}

.logo {}

#mnuMain {}

.mnuMain {
	min-width: 1200px;
	height: 58px;
	background: url(mnuMain-bg.jpg) repeat-x;
}

.mnuMain li {
	float: left;
	text-align: center;
}

.mnuMain li a {
	display: block;
	height: 58px;
	padding: 0 29px;
	font-size: 18px;
	line-height: 58px;
	color: #fff;
	text-decoration: none
}

.mnuMain li a:hover,
.mnuMain li.active a {
	background: #d80d0d;
	color: #fff
}

/* header end */


/* banner */
.banner {
	overflow: hidden;
	width: 100%;
	min-width: 1200px;
	height: 620px;
	background: url(../../../sysjs/nivoslider/loading.gif) no-repeat 50% 50%;
}

.banner img {
	width: 100%;
	height: 620px;
}

.banner .nivoSlider {
	height: 620px;
}

/* banner end */



/*footer*/
.footer {
	overflow: hidden;
	min-width: 1200px;
	padding-bottom: 20px;
	background: url(ilink-bg.jpg) repeat;
	color: #505050;
}

.footer a {
	color: #505050;
}

.footer .mnufooter {
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #0259b6;
	border-bottom: 2px solid #003e92;
}

.footer .mnufooter a {
	color: #fff;
}


.footer .footer-logo {
	float: left;
	width: 236px;
	height: 170px;
	background: url(footer-logo.png) no-repeat left 10px;
}


.footer .copyright {
	width: 600px;
	min-height: 150px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 2;
}

.footer .footer-erweima {
	display: none;
	float: right;
	width: 220px;
	height: 150px;
	margin-top: -15px;
	font-size: 1.2em;
	text-align: center;
	/*background:url(erweima.png) no-repeat; background-size:contain;*/
}

.footer .footer-key {
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

/*footer end*/

.search-l {
	float: left;
	width: 10px;
	height: 50px;
	background: url(search-l-bg.jpg) no-repeat;
}

.search-r {
	float: right;
	width: 10px;
	height: 50px;
	background: url(search-r-bg.jpg) no-repeat;
}

.searchbox {
	float: left;
	width: 1180px;
	height: 50px;
	background: url(searchbg.jpg) repeat-x;
	font-size: 0.8rem;
	line-height: 40px;
}

.searchbox .fl {
	overflow: hidden;
	width: 70%;
	height: 30px;
	margin-left: 10px;
}

.searchbox .fr {
	margin-right: 10px;
}


dl.dltags {
	overflow: hidden;
	clear: both;
	margin: 40px 8px;
}

dl.dltags dt {
	float: left;
	width: 130px;
}

dl.dltags dd {
	float: left;
	width: 510px;
}

#fenye,
.fenye {
	overflow: hidden;
	clear: both;
	height: 30px;
	margin-top: 10px;
}

#fenye a,
.fenye a {
	display: block;
	float: left;
	margin: 0 5px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #cccccc;
	color: #000;
	line-height: 22px;
}

#fenye a:hover,
.fenye a:hover,
#fenye a.curr,
.fenye a.curr {
	background: #134697;
	border: 1px solid #cccccc;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
}

#fenye a.curr font,
.fenye a.curr font {
	color: #fff
}

#fenye,
.fenye {
	overflow: hidden;
	clear: both;
	height: 25px;
	margin-top: 10px;
}

#fenye a,
.fenye a {
	padding: 0 5px;
}

.maplist {}

.maplist li {
	height: 25px;
	line-height: 25px;
}

.maplist li.ml-1 {
	clear: both;
	font-weight: bold;
}

.maplist li.ml-2 {
	float: left;
	padding: 0 20px;
}

.box {}

.box .box-t {}

.box .box-t span {
	float: right;
}

.ilinks {
	min-width: 1200px;
	padding: 20px 0;
	background: url(ilink-bg.jpg) repeat;
	border-top: 1px dashed #bababa;
}

.ilinks .box-t {
	margin-bottom: 10px;
	border-bottom: 1px dashed #bababa;
}

.ilinks .box-t h4 {
	color: #303481
}

.ilinks .box-t h4 strong {
	color: #505050
}

.ilinks a {
	color: #505050
}


.titlebar0 {
	padding: 30px 0;
	text-align: center;
}

.titlebar0 h3 {
	font-size: 2.2rem;
	color: #d10000;
	line-height: 2;
}

.titlebar0 h4 {
	font-size: 1.2rem;
	color: #000;
	line-height: 2;
}

.titlebar0 p {
	font-size: 1rem;
	color: #888;
	line-height: 2;
}

.titlebar0 .divider {
	position: relative;
	height: 0;
	border-bottom: 1px solid #bababa;
}

.titlebar0 .divider:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: -3px;
	width: 100px;
	height: 6px;
	background: #d10000;
	border-radius: 5px;
}


.ipro-l {
	float: left;
	width: 210px;
}

.ipro-r {
	float: right;
	width: 975px;
}

.box-l {
	overflow: hidden;
}

.box-l .box-t {
	height: 60px;
	background: #c80a11;
	text-align: center;
	font-size: 22px;
	line-height: 60px;
	color: #fff;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#347cd7, endColorStr=#5e97df);
	/*IE*/
	background: -moz-linear-gradient(top, #347cd7, #5e97df);
	/*火狐*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#347cd7), to(#5e97df));
	/*谷歌*/
	background-image: -webkit-gradient(linear, left bottom, left top, color-start(0, #347cd7), color-stop(1, #5e97df));
	/* Safari & Chrome*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#347cd7', endColorstr='#5e97df');
	/*IE6 & IE7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#347cd7', endColorstr='#5e97df')";
	/* IE8 */

}

.box-l .box-c {
	padding: 5px;
	border: 1px solid #c8c8c8;
}

.box-l .leftclass li {
	line-height: 80px;
}

.box-l .leftclass li a {}

.iboxpro .box-t {
	height: 50px;
	border-bottom: 1px solid #065aba;
}

.iboxpro .box-t-big {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #065aba;
	font-size: 1.3rem;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.iboxpro .box-t span {
	float: right;
	display: block;
	width: 50px;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
	background: #347cd7;
	text-align: center;
}

.iboxpro .box-t span a {
	color: #fff;
}

.iboxpro .box-t h3 {
	width: 30%;
	height: 58px;
	border-bottom: 2px solid #f82f1f;
	text-align: center;
	line-height: 60px;
	color: #f82f1f
}



#imgAboutHome {
	margin: 15px;
	width: 388px;
	height: 220px;
}

#imgAbout {
	display: none;
}


.iprolist {
	padding: 15px 0;
}

.iprolist .item {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	text-align: center;
}

.iprolist h4 {
	overflow: hidden;
	width: 204px;
	height: 206px;
	margin: 0 auto;
	background: #fff;
}

.iprolist h4 a {
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #cdcbcb;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 174px;
	*font-family: Arial;
}

.iprolist h4 a:hover {
	border: 1px solid #666;
}

.iprolist h4 img {
	vertical-align: middle;
}

.iprolist h3 {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 20px;
	margin: 0 auto;
	padding: 3px 0;
	font-weight: normal;
	text-align: center;
	font-size: 12px
}


.box3 {}

.box3 .box-t {
	overflow: hidden;
	height: 31px;
	border-bottom: 1px solid #eeeeee;
}

.box3 .box-t h3 {
	width: 100px;
	height: 30px;
	padding-left: 22px;
	border-bottom: 1px solid #347cd7;
	background: url(icon01.jpg) no-repeat 0 8px;
	font-size: 1.2rem;
	line-height: 30px;
	word-break: keep-all;
	word-wrap: normal;
	white-space: pre;
}


.iabout {
	float: left;
	width: 780px;
}

.iabout-r {
	float: left;
	width: 50px;
	height: 486px;
	margin-left: 12px;
	background: url(iabout-r-bg.jpg) no-repeat 0 30px;
}

.irongyu {
	float: right;
	width: 350px;
}

#Rollchangfang {
	overflow: hidden;
	width: 780px;
	height: 240px;
}

.ichangfang-list {}

.ichangfang-list .item {
	width: 220px;
	margin: 0 auto;
	text-align: center;
}

.ichangfang-list h4 {
	overflow: hidden;
	width: 206px;
	height: 206px;
	margin: 0 auto;
	background: #fff;
}

.ichangfang-list h4 a {
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #cdcbcb;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 174px;
	*font-family: Arial;
}

.ichangfang-list h4 a:hover {
	border: 1px solid #666;
}

.ichangfang-list h4 img {
	vertical-align: middle;
}

.ichangfang-list h3 {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 20px;
	margin: 0 auto;
	padding: 3px 0;
	font-weight: normal;
	text-align: center;
	font-size: 12px
}


#RollRongYu {
	overflow: hidden;
	width: 350px;
	height: 350px;
	margin-top: 20px;
}

.irongyu-list {
	margin-top: 20px;
}

.irongyu-list .item {
	width: 220px;
	margin: 0 auto;
	text-align: center;
}

.irongyu-list h4 {
	overflow: hidden;
	width: 206px;
	height: 206px;
	margin: 0 auto;
	background: #fff;
}

.irongyu-list h4 a {
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #cdcbcb;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 174px;
	*font-family: Arial;
}

.irongyu-list h4 a:hover {
	border: 1px solid #666;
}

.irongyu-list h4 img {
	vertical-align: middle;
}

.irongyu-list h3 {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 20px;
	margin: 0 auto;
	padding: 3px 0;
	font-weight: normal;
	text-align: center;
	font-size: 12px
}

.iryp {
	height: 30px;
	margin: 10px 0;
	border-radius: 5px 0 5px 0;
	background: #e7e7e7;
	color: #505050;
	line-height: 30px;
	text-align: center;
}


.inewslist {}

.inewslist dl {
	overflow: hidden;
	clear: both;
	margin: 10px 0;
}

.inewslist dt {
	float: left;
	width: 150px;
	height: 150px;
}

.inewslist dt a {
	overflow: hidden;
	width: 140px;
	height: 120px;
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #cdcbcb;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 174px;
	*font-family: Arial;
}

.inewslist dt a:hover {
	border: 1px solid #666;
}

.inewslist dt img {
	vertical-align: middle;
}

.inewslist dd {
	padding-left: 165px;
	line-height: 25px;
	color: #666;
}

.inewslist dd h2 {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	font-size: 14px;
	font-weight: bold;
}

.inewslist dd h2 a {
	font-size: 16px;
}

.inewslist dd span {
	display: block;
	color: #999;
}

.inewslist dd .more {
	display: block;
	text-align: center;
	width: 80px;
	background: #e74f58;
	color: #fff;
}

.inewslist ul {
	clear: both;
	padding-top: 20px;
	background: url(inews-ul-t-bg.jpg) repeat-x;
}

.inewslist li {
	overflow: hidden;
	float: left;
	width: 43.5%;
	_width: 43%;
	height: 22px;
	margin: 5px 10px;
	padding-left: 20px;
	background: url(icon02.jpg) no-repeat 6px 6px;
	border-bottom: 1px dashed #999;
	line-height: 22px;
}

.ifaq dl {
	overflow: hidden;
	clear: both;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.ifaq dl em {
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-style: normal
}

.ifaq dl dt {
	height: 30px;
	color: #ff6000;
	font-size: 14px;
}

.ifaq dl dt em {
	background: #ff6000;
}

.ifaq dl dd {
	clear: both;
	overflow: hidden;
	color: #7c7c7c;
	font-size: 14px;
}

.ifaq dl dd em {
	background: #7c7c7c;
}



/*page */
.box1 {}

.box1 .titlebar {
	height: 50px;
	padding: 0 10px;
	background: #0259b6;
	color: #fff;
	line-height: 50px;
}

.box1 .titlebar a {
	color: #fff
}

.box1 .titlebar h3 {
	font-size: 1.8em;
}

.box1 .titlebar span {
	float: right;
	font-size: 1.2em;
}

.pageleft {
	float: left;
	width: 280px;
}

.pageright {
	float: right;
	width: 888px;
	padding-left: 15px;
	padding-bottom: 20px;
	border-left: 1px solid #e5e5e5;
}

.location {
	padding-left: 17px;
	font-size: 1.2em;
	background: url(sitemapico.png) no-repeat left;
}

.lcontactus {
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.6em;
}

.boxmain {
	padding-bottom: 80px;
	background: url(linkbg.png) no-repeat bottom;
}

/* page left */
.leftclass {}

.leftclass li {
	height: 35px;
	border-bottom: 1px solid #c8c8c8;
}

.leftclass li a {
	display: block;
	padding-left: 25px;
	line-height: 35px;
	background: url(listico3-1.png) no-repeat 5px 10px;
	font-size: 1rem;
	color: #333;
}

/*.leftclass li a:hover { background: url(listico4.png) no-repeat 10px 20px; color: #cd4848; }*/
/* page left end */

.boxcontent .box-c {
	font-size: 1.4em;
	line-height: 1.6em;
}

/* page right */
/*
.box2 .box-t { border-bottom: 1px solid #cccccc; }
.box2 .box-t h2 { font-size:2em; color: #cd4848; line-height:2.2em; }
.box2 .box-t span { float: right; font-size: 1.2em; color: #666666; }
.box2 .box-c { padding:20px 10px }
*/
/* page right end */

/*page contact*/
.contactbox {
	float: left;
	width: 375px;
	margin-right: 30px;
	border: 1px solid #dedede;
}

.contactbox-r {
	margin-right: 0px;
}

.contactbox .contactbox-img {
	float: left;
	margin: -50px 92px 0 130px;
}


/*article */
.artlistimg dl {
	clear: both;
	margin: 10px;
}

.artlistimg dt {
	float: left;
	width: 150px;
	height: 150px;
}

.artlistimg dt a {
	overflow: hidden;
	width: 140px;
	height: 120px;
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #cdcbcb;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 174px;
	*font-family: Arial;
}

.artlistimg dt a:hover {
	border: 1px solid #666;
}

.artlistimg dt img {
	vertical-align: middle;
}

.artlistimg dd {
	padding-left: 165px;
	line-height: 25px;
	color: #666;
}

.artlistimg dd h2 {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	font-size: 1.4em;
	font-weight: bold;
}

.artlistimg dd h2 a {
	font-size: 16px;
}

.artlistimg dd span {
	display: block;
	color: #999;
	font-size: 1.2em;
}

.artlistimg dd .more {
	display: block;
	text-align: center;
	width: 80px;
	background: #e74f58;
	color: #fff;
}



ul.artlist2 {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
}

ul.artlist2 li {
	overflow: hidden;
	float: left;
	width: 43.5%;
	_width: 43%;
	height: 22px;
	margin: 5px 10px;
	padding-left: 20px;
	background: url(icon003.gif) no-repeat 6px 6px;
	border-bottom: 1px dashed #999;
	line-height: 22px;
}

.article {
	padding: 8px 0;
	line-height: 22px
}

.article h1.article-title {
	text-align: center;
	color: #FF6600;
	line-height: 40px;
	font-size: 25px;
	word-break: break-all;
}

.article .article-author {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}

.article hr {
	height: 1px;
	border-top: none;
	border-bottom: 1px dotted #666666;
}

.article .article-intro {
	margin: 0 8px;
	padding: 8px;
	background: #f5f8fd;
}

.article .article-content {
	padding: 8px 0;
	font-size: 14px;
	line-height: 30px;
}

.article .article-content a {
	color: #0000ee;
}

.article .article-content b,
.article .article-content strong {
	color: #ff0000;
}

.article .article-tags {
	margin-top: 10px;
	font-size: 12px;
}

.article .article-tags a {
	color: #A10000
}

.article .article-otherinfo {
	margin-bottom: 10px;
	font-size: 12px;
}

.article .dvbi_image {
	text-align: center;
}

.article .dvbi_image img {
	padding: 5px;
	border: 1px solid #999999;
}

.article .dvbi_image A:hover img {
	border: 1px solid #ECECEC;
	background: #ECECEC;
}

.dvbackbtn {
	margin-bottom: 10px;
	text-align: center;
}

/*附加的*/
.article .article-image {
	float: left;
	width: 280px;
	height: 210px;
	padding: 10px;
	border: 2px solid #cccccc;
}

.article .article-intro2 {
	float: right;
	width: 330px;
	padding: 8px;
	background: #f4f4f6;
}

.article h4.article-xg {
	margin: 10px 0;
	line-height: 30px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #006699;
	border-bottom: 1px dashed #333;
}

/*article end */


.prolist {
	margin-top: 20px;
	padding: 0;
}

.prolist .item {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	text-align: center;
}

.prolist h4 {
	overflow: hidden;
	width: 204px;
	height: 204px;
	margin: 0 auto;
	background: #fff;
}

.prolist h4 a {
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #cdcbcb;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 174px;
	*font-family: Arial;
}

.prolist h4 a:hover {
	border: 1px solid #666;
}

.prolist h4 img {
	vertical-align: middle;
}

.prolist h3 {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 20px;
	margin: 0 auto;
	padding: 3px 0;
	font-weight: normal;
	text-align: center;
	font-size: 12px
}


.iabout {
	overflow: hidden;
	background: url(bg_indexabout.jpg) no-repeat 460px center;
}

.iabout .iabout-c {
	font-size: 1rem;
}

.iboxbg {
	height: 27px;
	background: url(iboxbg.jpg) no-repeat center top;
}


.ibox {
	overflow: hidden;
	padding-top: 100px;
	background: url(index-09.png) center top no-repeat #f2f2f2;
}

.iyoushi {
	overflow: hidden;
	min-width: 1200px;
	background: url(iyoushi-bg.jpg) repeat;
}

.iyoushi-c {
	width: 1142px;
	margin: 0 auto;
}

.iyoushi-c .txt p {
	font-size: 1.2rem;
	line-height: 2;
}

.iyoushi-c .txt strong {
	color: #ff9300;
}

.iyoushi-c .iyoushi-1 {
	height: 220px;
	background: url(iyoushi-1-bg.jpg) no-repeat;
}

.iyoushi-c .iyoushi-2 {
	height: 396px;
	background: url(iyoushi-2-bg.jpg) no-repeat;
}

.iyoushi-c .iyoushi-3 {
	height: 243px;
	background: url(iyoushi-3-bg.jpg) no-repeat;
}

.iyoushi-c .iyoushi-3 .txt {
	width: 700px;
	margin: 0 auto;
}

.iyoushi-c .iyoushi-4 {
	height: 357px;
	background: url(iyoushi-4-bg.jpg) no-repeat;
}

.iyoushi-c .iyoushi-4 .txt {
	float: right;
	width: 410px;
	margin: 50px 20px 0 0;
}

.iyoushi-c .iyoushi-4 .txt p {
	color: #fff;
}

.iyoushi-c .iyoushi-5 {
	overflow: hidden;
	height: 397px;
	background: url(iyoushi-5-bg.jpg) no-repeat;
}

.iyoushi-c .iyoushi-5 .txt {
	width: 600px;
	margin: 50px 0 0 50px;
}

.iyoushi-b {
	width: 100%;
	height: 21px;
	background: url(iyoushi-b-bg.jpg) no-repeat;
}

.inews {
	width: 728px;
	float: left;
	background: #fff;
	height: 378px;
	padding: 15px;
	border: 1px solid #d0d0d0;
}

.inews .box-t {
	height: 40px;
	line-height: 40px;
}

.inews .box-t h4 {
	width: 100px;
	border-bottom: 2px solid #fecb0e;
	text-align: center;
	font-size: 1.2rem;
}

.inews .box-t span {
	float: right;
}

.inews .box-c {
	padding: 10px
}

.inews li {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px dashed #bebfc0;
	padding: 0 10px 0 20px;
	background: url(ico04.jpg) left center no-repeat;
	overflow: hidden;
}

.inews li span {
	float: right;
}

.ifeed {
	width: 439px;
	float: right;
	height: 408px;
}

.ifeedback {
	width: 340px;
	margin: 0px auto 0;
}

.ifeedback .ifeedback-title {
	width: 321px;
	height: 55px;
	background: url(ift.jpg) no-repeat;
}

.ifeedback .contxt2 {
	width: 250px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0;
}

.ifeedback .btn {
	width: 90px;
	height: 30px;
	font-size: 1rem;
	color: #fff;
	border: none;
}

.ifeedback .btnsubmit {
	background: #da251c;
}


/* .right_tool {
	position: fixed;
	bottom: 150px;
	right: 10px;
}

.right_tool .item {
	position: relative;
	display: flex;
	justify-content: start;
	transform: translateX(160px);
	transition: all .2s;
}

.right_tool .item .icon {
	width: 50px;

	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #065aba;
	height: 50px;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right_tool .item .icon img {
	width: 25px;

}

.right_tool .item .ewmbox {
	width: 150px;
}

.right_tool .item .ewmbox .imgbox {
	width: 150px;
	background-color: #065aba;

}

.right_tool .item .ewmbox .imgbox img {
	width: 150px;
	height: 150px;
}

.right_tool .item .ewmbox .imgbox .text {
	text-align: center;
	color: #ffffff;
	line-height: 30px;
}

.right_tool .item:hover {
	transform: translateX(0);

} */


 /* 右侧栏 */
 .toTopbox {
	width: 36px;
	position: fixed;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
	top: 50%;
	right: 0;
	background: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10000;

}

.toTopbox .item {
	padding: 10px;
	margin: 7px 0;
	position: relative;
}

.toTopbox .line {
	height: 1px;
	background: #ccc;
	width: 17px;
	margin: 10px auto;
}



.toTopbox .item .icon {
	width: 16px;
	height: 16px;
	background-size: 100% !important;
	background-repeat: no-repeat;
}


.toTopbox .item:hover {
	background: #065aba;
}

.toTopbox .item3 .icon {
	background-image: url(totop_icon3.png);
}

.toTopbox .item3:hover .icon {
	background-image: url(totop_icon3_1.png);
}

.toTopbox .item4 .icon {
	background-image: url(totop_icon4.png);
}

.toTopbox .item4:hover .icon {
	background-image: url(totop_icon4_1.png);
}


.toTopbox .item:hover .showbox {
	display: block;
}


.toTopbox .item3 .showbox {
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
	width: 220px;
	padding-bottom: 20px;

}

.toTopbox .item3:hover .showbox {
	display: block;
}

.toTopbox .item3 .showbox .contant {
	border-radius: 10px 0 0 10px;
	background: #065aba;
	padding: 20px 0 15px;
	text-align: center;
	max-height: 300px;
	overflow-x: hidden;
}

.toTopbox .item3 .showbox .contant .ewm {
	width: 135px;
	height: 135px;
	overflow: hidden;
	margin: 0 auto;
}

.toTopbox .item3 .showbox .contant .ewm img {
	width: 100%;
}

.toTopbox .item3 .showbox .contant .title {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}