/* common */
.warp {
	width: 100%;
	padding: 50px 0px;
}

.warp-white {
	background-color: #ffffff;
}

.warp-gray {
	background-color: #ebebeb;
	/* background-color:#ebebeb; */
}

.morethan {
	float: right;
	color: #828282;
	font-size: 14px;
	font-weight: normal;
}

.morethan:hover {
	transition: color .5s ease 0s;
	color: #f21f1f;
}

.newdate {
	margin-left: 30px;
	font-size: 14px;
	color: #a2a2a2;
}

.thumb-about {
	background: url(../images/about.jpg) no-repeat;
	background-size: cover;
}

.thumb-culture {
	background: url(../images/culture.jpg) no-repeat;
	background-size: cover;
}

.thumb-planning {
	background: url(../images/planning.jpg) no-repeat;
	background-size: cover;
}

.thumb-business {
	background: url(../images/business.jpg) no-repeat;
	background-size: cover;
}

.thumb-job {
	background: url(../images/job.jpg) no-repeat;
	background-size: cover;
}

.thumb-tender {
	background: url(../images/tender.jpg) no-repeat;
	background-size: cover;
}

/* header */
.header {
	margin-bottom: 20px;
}

.header-top {
	padding: 5px 10px;
	text-align: right;
	background-color: #f0f0f0;
}

.header-top a {
	font-size: 14px;
	color: #666666;
}

.header-body {
	line-height: 100px;
	height: 100px;
	background-color: #ffffff;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	top: 13px;
	left: 30px;
}


.navigation {
	/* overflow: hidden; */
	position: absolute;
	right: 30px;
	/* z-index: 10; */
}


/* menubar */
.menu {
	margin: auto;
	/* float: right; */
}

.menu>ul>li {
	min-width: 120px;
	text-align: center;
	float: left;
	/* line-height: 100px;
	height: 100px; */
	/* margin: 0px 20px; */
	padding: 0px 25px;
	/* overflow: hidden; */
	transition: all 1s ease 0s;
	position: relative;
}

.menu>ul>li>a {
	line-height:16px;
	font-size: 16px;
	color: #808080;
	transition: color 0.5s ease 0s;
}


.menu>ul>li:hover {
	background-color: #bd1225;
}

.menu>ul>li:hover>a {
	color: #ffffff;
}

.menu>ul>li:hover .submenu {
	display: block;
	height: 200px;

}

.menu>ul>li:hover .submenu>ul {
	opacity: 1;

}


/* sub-menu */
.submenu {
	position: absolute;
	z-index: 20;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);
	transition: height 0.5s ease-in-out 0s;
	padding: 0px 10px;

}

.submenu>ul {
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
}

.submenu>ul>li {
	text-align: left;
	height: 60px;
	line-height: 60px;
	background: url(../images/line.png) repeat-x bottom;

}

.submenu>ul>li>a {
	color: #424242;
}

/* banner */
.banner {
	/* margin-top: 132px; */
	overflow: hidden;
	width: 100%;
	height: 580px;
	/* background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center; */
}

.banner-text-title {
	font-size: 42px;
	color: #ffffff;
	font-weight: bolder;
}

.banner-bg-2 {
	background: url(../images/banner.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.banner-bg-3 {
	background: url(../images/banner3.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.banner-bg-1 {
	background: url(../images/banner2.jpg) no-repeat !important;
	background-size: cover;
	background-position: center center;
}

.banner-warp {
	position: relative;
}

/* index-group */
.index-group {
	padding: 30px 0px;
}

.index-group-header {
	text-align: center;
}

.index-group-header-title {
	display: inline-block;
	text-align: center;
	line-height: 2;
	margin: 10px auto;
	position: relative;
	font-weight: bold;
	font-size: 32px;
}

.index-group-header-title:after {
	display: inline-block;
	bottom: 0px;
	left: 0px;
	position: absolute;
	content: '';
	border: 2px solid #f21f1f;
	width: 100%;
}

.index-group-header-description {
	line-height: 2;
	text-align: center;
	color: #828282;
	font-size: 14px;
}

.index-group-body {
	padding: 30px 0px;
}

.index-group-body-list {
	line-height: normal;
}

.index-group-body-list>li {
	display: inline-block;
	width: 33%;
	overflow: hidden;
}

.index-group-body-list-title {
	display: block;
	position: absolute;
	bottom: -80px;
	opacity: 0;
	width: 100%;
	background-color: rgba(102, 102, 102, .8);
	padding: 10px 0px;
	transition: all 0.3s ease 0s;
}

.index-group-body-list>li:hover .index-group-body-list-title {
	bottom: 0px;
	opacity: 1;

}

.index-group-body-list-thumbnail {
	display: block;
	width: 400px;
	height: 300px;
	/* background-color: #208145; */
	margin: 20px auto;
	position: relative;
	overflow: hidden;
}




.index-group-body-list-title>h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
	text-indent: 20px;
	font-weight: bold;
}

.index-group-body-list-title>p {
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	text-indent: 20px;
}

/* index-news */
.index-news {
	padding: 30px 0px;
}

.index-news-header {
	text-align: center;
}

.index-news-header-title {
	display: inline-block;
	text-align: center;
	line-height: 2;
	margin: 10px auto;
	position: relative;
	font-weight: bold;
	font-size: 32px;
}

.index-news-header-title:after {
	display: inline-block;
	bottom: 0px;
	left: 0px;
	position: absolute;
	content: '';
	border: 2px solid #f21f1f;
	width: 100%;
}

.index-news-header-description {
	line-height: 2;
	text-align: center;
	color: #828282;
	font-size: 14px;
}

.index-news-body {
	padding: 30px 0px;
}

.index-newcenters-left {
	padding: 8px;
	background-color: #ffffff;
	margin-right: 15px;
}

.index-newcenters-right {
	padding: 8px;
	overflow: hidden;
	background-color: #ffffff;
	height: 336px;
}

.index-newcenters-title {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 18px;
	text-indent: 20px;
}

.index-newcenter-body {
	padding: 10px 8px 8px 8px;
	overflow: hidden;
}

.index-newcenter-body>ul>li {
	text-indent: 20px;
	background-image: url(../images/arrow.png) no-repeat left center;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-newcenter-body>ul>li a {
	color: #424242;

}

.index-newcenter-body>ul>li>a:hover {
	transition: color .5s ease 0s;
	color: #f21f1f;
}

.index-newcenters-fcous {
	width: 520px;
	height: 320px;
	background-color: #2D374B;
}

.index-news-body-list {
	margin: 40px auto 0px auto;
}

.index-news-body-list>li {
	display: inline-block;
	width: 33%;
	overflow: hidden;

}

.index-news-body-list>li:hover .index-news-body-list-title {
	bottom: 0px;
	opacity: 1;

}

.index-news-body-list-thumbnail {
	display: block;
	width: 400px;
	height: 180px;
	/* background-color: #4390EE; */
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	padding: 15px;
	line-height: 140px;
	text-indent: 215px;
}

.index-news-body-list-thumbnail-bg {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease 0s;
}

.index-news-body-list-thumbnail:hover .index-news-boyd-list-thumbnail-box {
	transform: scale(0.96, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.index-news-body-list-thumbnail:hover .index-news-body-list-thumbnail-bg {
	transform: scale(1.1);
}


.index-news-body-list-thumbnail h3 {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 150px;
	height: 100%;
	width: 100%;
}

.index-news-body-list-thumbnail h3 a {
	color: #ffffff;
	font-size: 24px;
	text-shadow: 5px 2px 6px #000;
}

.index-news-boyd-list-thumbnail-box {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 150px;
	border: 1px solid rgba(255, 255, 255, 0);
	height: 100%;
	width: 100%;
	transition: all 0.5s ease 0s;
}



.index-news-boyd-list-thumbnail-box a {
	color: #ffffff;
}

.index-news-body-list-title {
	display: block;
	position: absolute;
	bottom: -80px;
	opacity: 0;
	width: 100%;
	background-color: rgba(102, 102, 102, .8);
	padding: 10px 0px;
	transition: all 0.3s ease 0s;
}

.index-news-body-list-title>h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
	text-indent: 20px;
	font-weight: bold;
}

.index-news-body-list-title>p {
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	text-indent: 20px;
}


/* index-industry */
.index-industry {}

.index-industry-left {
	width: 50%;
	overflow: hidden;
	margin-right: 15px;
}

.index-industry-right {
	line-height: 200%;
}

.index-industry-right p {
	text-indent: 40px;
}


.index-industry-header {
	text-align: center;
}

.index-industry-header-title {
	display: inline-block;
	text-align: center;
	line-height: 2;
	margin: 10px auto;
	position: relative;
	font-weight: bold;
	font-size: 32px;
}

.index-industry-header-title:after {
	display: inline-block;
	bottom: 0px;
	left: 0px;
	position: absolute;
	content: '';
	border: 2px solid #f21f1f;
	width: 100%;
}

.index-industry-header-description {
	line-height: 2;
	text-align: center;
	color: #828282;
	font-size: 14px;
}

.index-industry-body {
	padding: 30px 0px;
}

.index-industry-body-list {}

.index-industry-body-list>li {
	float: left;
	width: 25%;
	overflow: hidden;
	transition: border 1s ease 0s;
}

/* .index-industry-body-list>li:hover .index-industry-body-list-title {
	bottom: 0px;
	opacity: 1;

} */

.index-industry-body-list-thumbnail {
	border: 3px solid #b6d7a8;
	width: 280px;
	height: 360px;
	background-color: #ffffff;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	padding: 20px;
	transition: all 0.5s ease-in-out 0s;
}

.index-industry-body-list-thumbnail:hover {
	border: 3px solid #6eaa55;
}

.index-industry-body-list-thumbnail:hover .index-industry-body-list-thumbnail-mask {
	background-color: rgba(106, 168, 79, .8);

}

.index-industry-body-list-thumbnail:hover .index-industry-body-list-title {
	bottom: 160px;
	transform: scale(1.5, 1.5);
	text-align: center;
}

.index-industry-body-list-thumbnail-mask {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(106, 168, 79, .0);
	transition: all 0.5s ease-in-out 0s;
}

.index-industry-body-list-thumbnail-body {
	width: 100%;
	height: 100%;
}

.index-industry-body-list-title {
	z-index: 4;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 20px;
	text-align: center;
	padding: 10px 0px;
	transition: all 0.3s ease-in-out 0s;
	margin: auto;
	width: 100%;

}

.index-industry-body-list-title>h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
	font-weight: bold;
}

/* footer */
.footer {
	overflow: hidden;
	/* margin-top: 50px; */
	position: relative;
	/*height:150px;*/
	background-color: #404040;
	/* padding: 20px 0px; */
	text-align: center;
}

.footer p {
	color: #e2e2e2;
	font-size: 14px;
	line-height: 2;
}

.footer-plate {
	margin: 0px 40px 0px 0px;
}

.footer-plate p {
	line-height: 2;
}

.footer-plate a {
	color: #a2a2a2;
	font-size: 12px;
}

.footer-plate h4 {
	color: #c2c2c2;
	font-size: 16px;
	line-height: 2;
}


.footer-body {
	margin: 30px auto;
}

.footer-body ul li {
	float: left;
	text-align: left;
	min-height: 150px;

}

.footer-body h3 {
	color: #f7f7f7;
	font-size: 16px;
	font-weight: bold;
	line-height: 5;
}

.footer-bottom {
	height: 50px;
	color: #e2e2e2;
	line-height: 50px;
	background-color: #313131;
	font-size: 14px;
}



.flink {
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	background-color: #efefef;
}

.links {
	font-size: 0px;
	margin-bottom: 15px;
	background-color: #ffffff;
	/* border: 1px solid #e2e2e2; */
	/* border-radius: 5px; */
	/* padding:10px; */
}

.links>ul>li {
	display: inline-block;
	width: 260px;
	height: 100px;
	background-color: #ccc;
	margin-left: 20px;
}

.links>ul>li:first-child {
	margin-left: 0px;
}

.copyrigt {
	position: relative;
	/*margin-top:30px;*/
	line-height: 200%;
	text-align: center;
	color: #999999;
	font-size: 14px;
}

/* swiper 自定义分页指示器样式 */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}


.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid rgb(28, 68, 93);
}

.swiper-pagination-bullet-active {
	width: 16px;
	height: 8px;
	color: #fff;
	background: rgb(255, 255, 255);
	border-radius: 4px;
}

.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f7f7f7'%2F><%2Fsvg>");
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f7f7f7'%2F%3E%3C%2Fsvg%3E");
}

/* pages 单页 */
.pages {
	padding: 15px;
}

/* .pages a{
	color: #424242;
	font-size: 16px;
}

.pages a:hover {
	color: #d3464c;
} */

.pages-location {
	height: 60px;
	line-height: 60px;
	padding: 0px 40px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	color: #424242;
	position: relative;
}

.pages-location span::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 20px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/location.png) no-repeat left;
}

.pages-location a {
	color: #424242;
	font-size: 16px;
	transition: all 0.5s ease-in-out 0s;
}

.pages-location a:hover {
	color: #f21f1f;
}

.pages-nav {
	min-height: 300px;
	width: 280px;
	margin-right: 15px;
	/* border: 1px solid #e2e2e2; */
	/* box-shadow: 5px 5px 5px 0px  #e9e9e9; */
}

.pages-nav-header {
	text-align: center;
	height: 60px;
	line-height: 60px;
	letter-spacing: 15px;
	background-color: #3e447e;
	background: url(../images/nav_bg.jpg) no-repeat;
	background-size: cover;
}

.pages-nav-header>h2 {
	color: #fff;
}

.pages-nav-body {
	background-color: #efefef;
	padding-bottom: 15px;
}

.pages-nav-body>ul>li {
	line-height: 50px;
	text-indent: 50px;
	transition: all 0.5s ease-in-out 0s;
	/* background: url(../images/arrowright.png) no-repeat 220px center; */
	background: url(../images/line.png) repeat-x left bottom;
}

.pages-nav-body>ul>li::after {
	content: " ";
	width: 0px;
	margin: auto;
	height: 1px;
	display: block;
	transition: all 0.5s ease-in-out 0s;
}

.pages-nav-body>ul>li a {
	color: #424242;
	font-size: 18px;
	position: relative;

}

.pages-nav-body>ul>li a::after {
	content: " ";
	position: absolute;
	right: -100px;
	top: 3px;
	width: 20px;
	height: 20px;
	margin: auto;
	display: block;
	background: url(../images/arrowright.png) no-repeat;
	transition: all 0.5s ease-in-out 0s;
}

.pages-nav-body>ul>li:hover {
	/* -webkit-filter: brightness(100%); */
	/* filter: brightness(100%); */
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	/* border-bottom: 1px solid #f7f7f7; */
	/* transform: scale(1.2,1.2); */
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);

}

.pages-nav-body>ul>li:hover:after {
	width: 95%;
	background-image: none;
	background-color: #d3464c;
}

.pages-nav-body>ul>li:hover a {
	color: #d3464c;
}

.pages-main {
	overflow: hidden;
	min-height: 400px;
	/* border: 1px solid #e2e2e2; */
}

.pages-main-body {
	padding: 15px;
	line-height: 2;
	color: #424242;
}


/* channels 一级栏目*/


/* channel 二级栏目 */
.channel {
	padding: 15px;
}

.channel-navigation {
	width: 250px;
	min-height: 400px;
	margin-right: 15px;
	/* -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .2); */
}

.channel-main {
	overflow: hidden;
	min-height: 400px;
}

.parent-channel-title {
	position: relative;
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #3e447e;
	margin-bottom: 2px;
	/* background: url(../images/nav_bg.jpg) no-repeat left top; */
	text-indent: 40px;
}

.parent-channel-title-current {
	position: relative;
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #3e447e;
	text-indent: 40px;
}

.parent-channel-title-current>a::after {
	content: "";
	position: absolute;
	top: 1px;
	right: -40px;
	width: 22px;
	height: 22px;
	background: url(../images/yj1.png) no-repeat;
}

.parent-channels>li {
	line-height: 2;
}

.parent-channels>li>h2>a {
	color: #fff;
	font-size: 18px;
	position: relative;
}

.parent-channel-title>a::after {
	content: "";
	position: absolute;
	top: 1px;
	right: -40px;
	width: 22px;
	height: 22px;
	background: url(../images/yj.png) no-repeat;
}

.hide {
	height: 0px;
}

.sub-channels {
	background-color: #efefef;
}

.sub-channels>li {
	line-height: 40px;
	height: 40px;
	text-indent: 40px;
	background: url(../images/line.png) repeat-x bottom;
}

.sub-channels>li>h3>a {
	color: #fff;
	font-size: 16px;
	color: #424242;
}

.sub-channel-current {
	background: url(../images/arrow.png) no-repeat 200px;
}


.channel-product-list {
	line-height: normal;
}

.channel-product-list>li {
	float: left;
	/* display: inline-block; */
	width: 33%;
	overflow: hidden;
	padding: 10px;
}

.channel-product-list-title {
	display: block;
	position: absolute;
	bottom: -80px;
	opacity: 0;
	width: 100%;
	left:0px;
	background-color: rgba(102, 102, 102, .8);
	padding: 10px 0px;
	transition: all 0.3s ease 0s;
}

.channel-product-list>li:hover .channel-product-list-thumbnail {
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
}

.channel-product-list>li:hover .channel-product-list-title {
	bottom: 0px;
	opacity: 1;
}

.channel-product-list-thumbnail {
	display: block;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	margin: auto;
	position: relative;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	transition: all .5s ease-in-out 0s;
	padding: 5px;
}

.channel-product-list-thumbnail img {
	vertical-align: middle;
	width: 100%;
}

.channel-product-list-title>h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
	text-indent: 20px;
	font-weight: bold;
}

.channel-product-list-title>p {
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	text-indent: 20px;
}

/* contents 内容列表*/
.contents-body {
	padding-bottom: 15px;
}

.contents-body>ul>li {
	text-indent: 20px;
	background: url(../images/hd.gif) no-repeat left center;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.contents-body>ul>li>a {
	color: #424242;
}

.contents-body>ul>li>a:hover {
	transition: color .5s ease 0s;
	color: #f21f1f;
}

.contents-paginator {
	background: url(../images/line.png) repeat-x top;
	padding: 15px;
}

/* content */
.content-header {
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
	font-size: 26px;
}

.content-header h2 {
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 4;
	color: #191919;

}

.content-main {
	padding: 30px 15px 15px 15px;
	line-height: 2;
	font-size: 16px;
}

.content-body {
	line-height: 2;
	padding: 30px 0px;

}

.content-body img {
	text-align: center;
}

.content-navigation {
	margin: 15px auto;
	padding: 15px 0px;
	border-top: 1px solid rgb(221, 221, 221);
	line-height: 2;
}

.content-navigation a {
	color: #191919;
	transition: all 0.5s ease-in-out 0s;

}

.content-navigation a:hover {
	color: #f21f1f;
}


/* article 内容*/


/* paginator 内容列表导航风格*/
.page_wrap {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

.paginator {
	float: right;
	height: 25px;
	overflow: hidden;
}

.paginator,
.paginator input,
.paginator button {
	font-family: Tahoma, "宋体";
	font-size: 12px;
}

.paginator a,
.paginator span {
	float: left;
	height: 23px;
	margin: 0 5px 0 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 23px;
	background: #fff;
}

.paginator a {
	color: #085C9B;
}

.paginator b {
	font-family: "宋体";
	margin: 3px;
	font-weight: 300;
}

.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {
	text-decoration: none;
}

.paginator .page-start,
.paginator a,
.paginator .page-end {
	padding: 0 8px;
	border: 1px solid #D3D3D3;
	background: #ffffff;
}

.paginator .page-start {
	border-color: #d9d9d9;
	color: #d9d9d9;
}

.paginator .page-end {
	border-color: #d9d9d9;
	color: #d9d9d9;
}

.paginator .page-this,
.paginator .page-break {
	padding: 0 3px;
}

.paginator .page-break {
	border: 1px solid #fff;
}

.paginator .page-this {
	border: 1px solid #D3D3D3;
	background-color: #E9E9E9;
	color: #D4105A;
	padding: 0px 8px;
	font-weight: bold;
}

.paginator .page-skip {
	height: 22px;
	line-height: 22px;
	padding: 0 3px;
	margin: 0;
	background: none;
}

.paginator .page-skip input {
	width: 26px;
	*width: 23px;
	height: 19px;
	line-height: 19px;
	border: 1px #D3D3D3 solid;
	font-size: 12px;
	margin: -1px 6px 0px 6px;
	#margin-top: 1px;
	_margin-top: 0px;
	padding: 0px 0px 0px 2px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}

.paginator .page-skip button {
	font-size: 12px;
	padding: 0 5px 5px 5px;
	_padding: 0 5px 0 5px;
	width: auto;
	_width: 0;
	height: 22px;
	*height: 23px;
	*line-height: 20px;
	_height: 16px;
	_line-height: 16px;
	margin-left: 10px;
	*margin-top: -1px;
	overflow: visible;
	vertical-align: top;
}

.paginator a:hover {
	border: 1px solid #A6A6A6;
	color: #868688;
}
.nav-toggle{
	display:none;
	height: 30px;
	width: 30px;
	background-color: #007AFF;
	position: relative;
	right:0px;

}

@media only screen and (max-width: 360px) {
	.logo {
	display: block;
	position: absolute;
	top: px;
	left: 100px;
	
}
.logo img{
	width:100%;
}
.banner{
	height:280px;
}

}

@media only screen and (max-width: 768px) {
	.nav-toggle{
	margin-right:15px;
	float:right;
	background-color: #007AFF;
	display: inherit;
	background:url(../images/nav-toggle.png) no-repeat;
	background-size:cover;
}
	.container{
		width:100%;
	}
	.header-body{
		height:auto;
		padding:15px 0px;
		line-height:inherit;
	}
	.logo {
	display: block;
	position: inherit;
	top: 0px;
	left: 0px;
	width:190px;
	height:50px;

}
.logo img{
	width:100%;
}
.header{
	margin:0px auto;
}
.header-top{
	display:none;
}
.navigation{
	display:none;
	margin-top:10px;
	background-color:rgba(0,0,0,.1);
	width:100%;
	left:0px;
	position:relative;
	overflow:hidden;	
	transition:all 0.5s ease-in-out 0s;
}


.menu>ul>li{
	float:none;
	padding:10px 0px;
	background: url(../images/line.png) repeat-x bottom;
	
}

.menu>ul>li>a{
	font-size:1.2em;
	display:"";
}
.banner{
	height:220px;
}
.pages-nav{
	display:none;
	float:none;
	width:100%;
}
.pages-main-body img{
	width:100%;
}
.banner-text-title{
	font-size:1em;
}

.index-group-header-description,.index-industry-header-description,.index-news-header-description{
	display:none;
}
.index-group-body-list li{
	display:block;
	width:95%;
	margin:auto;
}
.index-group-body-list-title{
	opacity:1;
	bottom:0px;
}
.index-industry-left{
	float:none;
	width:100%;
	margin:0px;
}
.index-newcenters-left{
	margin:auto;
}
.index-newcenters-fcous{
	width:100%;
	height:100%;
	
}
.index-newcenters-fcous img{
	width:100%;
	vertical-align:bottom;
}
}


