@charset "UTF-8";
/*header begin*/
.header {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.header-top {
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
	max-width: 640px;
	/*height: 80px;*/
	padding: 0.2% 0;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.logo {
	width: 63%;
	margin: 1% 0 0 3.2%;
}

.banner {
	position: relative;
	width: 100%;
	margin-top: 12%;
}

.banner img {
	width: 100%;
}
/*header end*/


/*index-main begin*/
.index-main {
	width: 100%;
	padding-bottom: 2.35em;
	background: #fff;
}

.index-frame {
	width: 93.75%;
	margin: 1.6% auto 0;
}

.tender {
	width: 100%;
	margin-top: 1.6em;
}

.column-name {
	width: 100%;
	border-bottom: 2px solid #189239;
}

.column-name li {
	display: block;
	float: left;
	width: 22.67%;
	height: 38px;
	color: #189239;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}

/*.column-name li a {
	display: block;
	color: #0758a0;
	font-weight: bold;
	font-size: 14px;
}*/

.column-name .selected {
	border: 0;
	border-radius: 1em 1em 0 0;
	background: #189239;
	color: #fff;
}

/*.column-name .selected a {
	color: #fff;
}*/

.column-link {
	margin: 1.5% 1.6% 0 0;
}

.news-content {
	width: 98.34%;
	padding: 10px 0.83%;
}

.news-content li {
	height: 33.33%;
	padding-left: 15px;
	background: url(../images/triangle.png) no-repeat 0 7px;
	line-height: 25px;
}

.column-name .hidden,.news-content .hidden {
	display: none;
}

.focus {
	float: left;
	width: 100%;
	background: #000;
}

.focus .fpic {
	top: 0;
	left: 0;
}

.focus .fcon {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	background: #000;
}

.focus .fcon img {
	display: block;
	width: 100%;
	opacity: 1;
}

.focus .shadow {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 28px;
	background: rgba(0,0,0,0.6);
	font-size: 1.4em;
	text-align: left;
	line-height: 28px;
}

.focus .shadow a {
	overflow: hidden;
	margin-left: 10px;
	color: #fff;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

/*.focus .fbg {
	position: absolute;
	z-index: 200;
	right: 5px;
	bottom: 1px;
	height: 21px;
	text-align: center;
}

.focus .fbg div {
	overflow: hidden;
	height: 14px;
	margin: 4px auto 0;
	zoom: 1;
}

.focus .D1fBt {
	z-index: 10;
	overflow: hidden;
	height: 16px;
	zoom: 1;
}

.focus .D1fBt a {
	position: relative;
	display: inline;
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 7px;
	background: #d9d9d9;
	color: #0758a0;
	font: 12px/15px "\5B8B\4F53";
	text-align: center;
	text-decoration: none;
	outline: 0;
}

.focus .D1fBt .current,.focus .D1fBt a:hover {
	background: #0758a0;
}

.focus .D1fBt img {
	display: none;
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}*/

.qualification-img {
	overflow: hidden;
	width: 100%;
	height: 20em;
	margin: 0.9em 0 0 0;
}

.qualification-img li {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 300px;
	margin: 0 0.2% 0 0;
}

.qualification-img img {
	padding: 4px;
	border: 2px solid #ced6d9;
}

.qualification-img span {
	display: block;
	width: 290px;
	background: #189239;
	font-size: 1.2em;
	text-align: center;
	line-height: 30px;
}

.qualification-img a {
	color: #fff;
}

.oa-system {
	width: 100%;
	margin-top: 2%;
}
/*index-main end*/


/*footer begin*/
.footer {
	width: 100%;
	max-width: 640px;
	height: auto;
	margin-bottom: 11.3%;
	background: #189239;
}

.footer-top {
	padding: 4% 4% 2%;
}

.footer p {
	font: 1em/25px "\5FAE\8F6F\96C5\9ED1";
	color: #fff;
}

.footer p a {
	text-decoration: none;
	color: #fff;
}

.contact {
	width: 62%;
}

.qr_code {
	width: 36.4%;
	color: #fff;
}

.qr_code_img {
	width: 50%;
	text-align: center;
}

.qr_code_img img {
	width: 95%;
}

.footer-dividing {
	width: 81.2%;
	margin: 0.2em auto;
}

.copyright,.statement {
	height: auto;
	padding: 1% 4%;
	text-align: center;
}

.bottom-float {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	max-width: 640px;
	padding: 0.6em 0;
	background-color: rgba(24,146,57,0.8);
}

.bottom-float p {
	float: left;
	width: 25%;
	text-align: center;
}

.bottom-float span {
	display: block;
	margin-top: -0.3em;
}

.bottom-float a {
	color: #fff;
}

.back-top {
	position: fixed;
	z-index: 999999;
	right: 5px;
	bottom: 80px;
	display: inline-block;
	visibility: hidden;
	overflow: hidden;
	width: 40px;
	height: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: #22b1db url(../images/back-top-arrow.svg) no-repeat center 50%;
	opacity: 0;
	white-space: nowrap;
	text-indent: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.back-top .back-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.back-top .back-fade-out {
	/* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
	opacity: .5;
}

.no-touch .back-top:hover {
	background-color: #6cf;
	opacity: 1;
}
/*footer end*/


/*sub-public begin*/
.main-out {
	width: 100%;
	padding-bottom: 3%;
	background: #fff;
}

.main-in {
	width: 93.7%;
	margin: 3% auto 0;
}

.column {
	width: 93.7%;
	margin: 0 auto;
	background: url(../images/pattern.png) no-repeat center 40px;
	text-align: center;
}

.column h3 {
	color: #189239;
	font: 1.4em/50px "\5FAE\8F6F\96C5\9ED1";
}

.column span {
	font: 1.2em/40px "\5FAE\8F6F\96C5\9ED1";
}

.sub-section {
	border-top: 1px solid #ddd;
}

.sub-section span {
	display: block;
	width: 42.7%;
	margin-top: -0.35em;
	border-top: 3px solid #189239;
}

.sub-section ul {
	margin: 1.5em 0;
	text-align: center;
}

.sub-section li {
	display: inline-block;
	margin: 0.5em 0.6em;
}

.sub-section a {
	display: block;
	width: 100px;
	background: url(../images/column_gray.png) no-repeat;
	font: 1.2em/30px "\5FAE\8F6F\96C5\9ED1";
}

.sub-section a.active {
	background: url(../images/column_green.png) no-repeat;
	color: #fff;
}

.sub-content,.news-list,.news2-list,.picture-list {
	width: 100%;
}
/*sub-public end*/


/*news1-main begin*/
.news-list li {
	float: left;
	width: 97%;
	padding: 0.5em 0 0.5em 1.8em;
	border-bottom: 1px dashed #333;
	background: url(../images/triangle.png) no-repeat 8px 12px;
	line-height: 2em;
}

.news-list span {
	margin-right: 1em;
}
/*news1-main end*/


/*news2-main begin*/
.news2-list li {
	float: left;
	width: 100%;
	margin: 1.5% 0;
}

.news-des {
	width: 47.3%;
}

.news-des h3 {
	margin-bottom: 0.6em;
	font-size: 1.2em;
}

.news-des p {
	margin-top: 0.6em;
	font: 1.2em/20px "\5FAE\8F6F\96C5\9ED1";
}

.divide {
	width: 3.2%;
	margin: 0 2%;
}

.news-img {
	width: 42.2%;
}
/*news2-main end*/


/*news_detailed-main begin*/
.news-detailed-info {
	width: 97%;
	padding-left: 3%;
	border-bottom: 1px dashed #c0c2c3;
}

.news-detailed-info h1 {
	font: 1.6em/28px "\5FAE\8F6F\96C5\9ED1";
}

.news-detailed-info p {
	margin-right: 6%;
	color: #666;
	font: 1.2em/32px "\5FAE\8F6F\96C5\9ED1";
}

.news-detailed-info b {
	color: #f00;
}

.article-content {
	width: 96%;
	padding: 2% 3%;
	font: 1.2em/26px "\5FAE\8F6F\96C5\9ED1";
}

.article-content img {
	width: 100%;
}

.part {
	width: 100%;
	margin: 1% 0 5%;
	font: 1.1em/22px "\5FAE\8F6F\96C5\9ED1";
}

.part-in {
	width: 97%;
	margin: 2% auto 0;
}
/*news_detailed-main end*/


/*picture-main begin*/
.picture-list {
	margin: 0.5em 0 0 0;
}

.picture-list li {
	float: left;
	width: 47.3%;
	margin: 1% 1.8% 2%;
}

.picture-list img {
	padding: 0.5%;
	border: 2px solid #ced6d9;
}

.picture-list span {
	display: block;
	width: 103%;
	background: #189239;
	font-size: 1.2em;
	text-align: center;
	line-height: 30px;
}

.picture-list a {
	color: #fff;
}
/*picture-main end*/


/*picture_detailed-main begin*/
.picture-info,.picture-content {
	width: 100%;
	margin-top: 1em;
}

.picture-info {
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.picture-info h1 {
	font: 1.4em/26px "\5FAE\8F6F\96C5\9ED1";
}

.picture-info p {
	color: #666;
	font: 1.2em/32px "\5FAE\8F6F\96C5\9ED1";
}

.picture-info b {
	color: #f00;
}

.picture-content img {
	margin: 0.2em 0;
}
/*picture_detailed-main end*/


/*expert begin*/
.expert {
	width: 75%;
	margin: 0.6em auto;
}

.expert h2 {
	font-size: 1.8em;
	text-align: center;
}

.expert dl {
	clear:left;
	width: 93.7%;
}

.expert dt {
	float: left;
	width: 48%;
	height: 25px;
	margin: 10px 0;
	font-size: 16px;
	text-align: right;
	line-height: 25px;
}

.text-box {
	width: 50%;
	height: 20px;
	margin-top: 1em;
}

.text-btn {
	width: 100px;
	height: 28px;
	margin: 10px 0 0 2%;
	border: 0;
	border-radius: 5px;
	background: #0d9ae4;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
/*expert end*/


/*pagination begin*/
/*.pagination {
	width: 70%;
	margin: 4% auto 2% auto;
	padding: 0 15%;
	font: 1.4em/40px "\5FAE\8F6F\96C5\9ED1";
	text-align: center;
}

.pagination .prev,.next {
	display: block;
	width: 114px;
	height: 42px;
	background: url(../images/page_no.png) no-repeat;
}

.pagination .next {
	background: url(../images/page_have.png) no-repeat;
}

.pagination span {
	margin: 0 auto; 
}*/

.pagination {
	width: 100%;
	height: 26px;
	margin-top: 20px;
	text-align: center;
}

.pagination a {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 3px;
	border-radius: 25px;
	background: #189239;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.pagination a:hover {
	background: #c10000;
}

.pagination .currents {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 25px;
	background: #c10000;
	color: #fff;
}
/*pagination end*/
