@charset "utf-8";
/* CSS Document */

body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333;
	overflow-x: hidden;
}
.gcxl-header-box {
	width: 100%;
	background: #00787b;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.gcxl-show-search-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: transparent;
	width: 800px;
}
.gcxl-header {
	width: 1440px;
	margin: 0 auto;
	padding: 13px 0 0 0;
}
.gcxl-logo {
	float: left;
	margin-top: 8px;
}
.gcxl-nav {
	float: right;
	width: 56%;
	position: relative;
}
.gcxl-operate {
	position: absolute;
	right: 52px;
	top: 0px;
}
.gcxl-wx, .gcxl-search {
	float: left;
}
.gcxl-nav-menu {
	margin-top: 28px;
}
.gcxl-wx {
	margin-right: 18px;
}
.gcxl-wx, .gcxl-search {
	position: relative;
	margin-top: 10px;
	cursor: pointer;
}
.gcxl-show-wx {
	position: absolute;
	display: none;
	left: -40px;
	top: 44px;
	padding: 7px;
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
}
.gcxl-show-wx img {
	width: 131px;
	height: 131px;
	overflow: hidden;
}
.gcxl-nav-menu>li {
	float: left;
	position: relative;
	z-index: 100;
	width: 14.28571428571429%;
}
.gcxl-nav-menu>li>a {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.gcxl-nav-menu>li>a::after {
	content: "";
	position: relative;
	width: 0;
	height: 3px;
	display: block;
	z-index: 100;
	background-color: #fff;
	transition: .3s ease-out all;
	left: 50%;
	top: -2px;
	transform: translateX(-50%);
}
.gcxl-nav-menu>li>a:hover::after {
	width: 30%
}
.gcxl-nav-menu>li:hover>a::after {
	width: 30%
}
.gcxl-nav-menu>li.on>a::after {
	width: 30%
}
.gcxl-subMenu {
	display: none;
	position: absolute;
	left: 50%;
	top: 70px;
	width: 125%;
	padding: 8px 0;
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	transform: translateX(-50%);
}
.gcxl-subMenu li a {
	display: block;
	color: #333;
	padding: 8px 10px;
	text-align: center;
}
.gcxl-subMenu li a:hover {
	color: #00787b;
}
.gcxl-banner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}
.gcxl-banner .swiper-slide {
	height: 100vh;
	background-size: cover!important
}
.gcxl-banner .swiper-pagination {
	bottom: 45px!important;
	right: 0;
}
.gcxl-banner .swiper-pagination-bullet {
	width: 38px;
	height: 5px;
	opacity: 0.38;
	background: #fff;
	margin: 0 8px!important;
	border-radius: 0;
	transition: .1s;
}
.gcxl-banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.gcxl-content {
	width: 1440px;
	margin: 0 auto;
	position: relative;
}
/*.gcxl-news-list {
	width: 100%;
	margin-top: 35px;
	margin-left: -18px;
}
.gcxl-news-list li {
	float: left;
	width: 23%;
	margin-left: 28px;
	box-shadow: 5px 5px 20px #ddd;
}
.gcxl-news-img {
	width: 332px;
	height: 214px;
	overflow: hidden;
}
.gcxl-news-img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.gcxl-news-img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gcxl-news-tit a {
	display: block;
	padding: 20px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.gcxl-news-time a {
	display: block;
	padding: 0 20px 20px 20px;
	color: #777;
}
.gcxl-news-read a {
	display: block;
	padding: 0 20px 20px 20px;
	color: #633496;
}
.gcxl-news-read {
	display: none;
}
.gcxl-news-read-icon {
	display: inline-block;
	width: 60px;
	height: 10px;
	margin-left: 10px;
	background: url(../newimages/right3.png) no-repeat;
	vertical-align: 1px;
}
.gcxl-news-more-box {
	text-align: center;
	padding: 80px 0;
}
.gcxl-news-more {
	display: inline-block;
	padding: 10px 40px;
	background-color: #6a4db0;
	color: #fff;
	border-radius: 18px;
	font-size: 14px;
	transition: 0.5s;
}
.gcxl-news-more:hover {
	background-color: #7659bb;
}
.gcxl-news-more-icon {
	width: 36px;
	height: 12px;
	display: inline-block;
	margin-left: 10px;
	background: url(../newimages/right2.png) no-repeat;
	vertical-align: -2px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.gcxl-news-more:hover .gcxl-news-more-icon {
	width: 66px;
	background: url(../newimages/right2-hover.png) no-repeat;
}*/
.gcxl-bg {
	width: 100%;
	background: url(../newimages/bg.png) no-repeat;
	background-size: cover;
	height: 815px;
}
.gcxl-h3 {
	float: left;
	height: 67px;
	font-size: 30px;
	font-weight: bold;
	background: url(../newimages/tit-bg.png) no-repeat;
	padding-top: 22px;
}
.gcxl-h3 .en {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-left: 45px;
}
.gcxl-h3 .en::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 34px;
	height: 1px;
	background-color: #666;
}
.gcxl-more {
	float: right;
	border-radius: 18px;
	margin-top: 60px;
	color: #666;
}
.gcxl-more:hover {
	color: #00787b;
}
.gcxl-more-icon {
	width: 13px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	background: url(../newimages/jia.png) no-repeat;
	vertical-align: 0px;
}
.gcxl-xwdt-tj .img {
	height: 321px;
}
.gcxl-xwdt-tj .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.gcxl-xwdt-tj .img a img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.gcxl-xwdt-tj li:hover .img a img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gcxl-xwdt-tj .txt a {
	display: block;
	width: 98%;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #333;
	padding: 2% 1% 3% 1%;
}
.gcxl-xwdt-tj li:hover .txt a {
	color: #993333;
}
.gcxl-xwdt-tj .img a span.time {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #993333;
	border: solid 6px #fff;
	color: #fff;
	padding: 7px 16px;
	border-right: none;
	border-top: none;
}
.gcxl-xwdt-box {
	float: left;
	width: 58%;
	margin-top: 20px;
}
.gcxl-tzgg-box {
	float: right;
	width: 40%;
	margin-top: 20px;
}
.gcxl-xwdt-list {
	background-color: #fff;
}
.gcxl-xwdt-list .gcxl-news-txt {
	float: left;
	display: block;
	width: 80%;
	height: 21px;
	line-height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	padding: 18px 0 18px 4%;
}
.gcxl-xwdt-list .gcxl-news-time {
	float: right;
	width: 16%;
	color: #777;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}
.gcxl-xwdt-list li {
	border-bottom: solid 1px #ededed;
	position: relative;
}
.gcxl-xwdt-list li::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #e3b5b5;
	border-radius: 50%;
}
.gcxl-xwdt-list li:hover .gcxl-news-txt, .gcxl-xwdt-list li:hover .gcxl-news-time {
	color: #00787b;
}
.gcxl-xwdt-warp {
	margin-top: 30px;
}
.gcxl-tzgg-list {
	background-color: #fff;
	margin-top: 30px;
}
.gcxl-tzgg-list li {
	border-bottom: solid 1px #ededed;
	padding: 17.5px 0;
	position: relative;
}
.gcxl-tzgg-list li::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #e3b5b5;
	border-radius: 50%;
}
.gcxl-tzgg-time-box {
	width: 20%;
	float: right;
	margin-top: 4px;
}
.gcxl-tzgg-news {
	float: left;
	display: block;
	width: 74%;
	height: 25px;
	line-height: 25px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 6%;
}
.gcxl-tzgg-day {
	color: #777;
	font-size: 14px;
	text-align: center;
}
.gcxl-tzgg-list li:hover .gcxl-tzgg-news, .gcxl-tzgg-list li:hover .gcxl-tzgg-day {
	color: #00787b;
}
.gcxl-footer-bg {
	background: url(../newimages/footer-bg.png) no-repeat center bottom;
	height: 636px;
	padding: 45px 0;
	background-size: cover;
}
.gcxl-footer-bg .gcxl-h3 {
	float: none;
	text-align: center;
	background-position: center center;
}
.gcxl-footer-bg .gcxl-h3 .en::before {
	left: 46%;
}
.gcxl-footer-bg .gcxl-more {
	float: none;
	position: absolute;
	right: 0;
	top: 0;
}
.gcxl-jctj-list-box {
	position: relative;
	min-height: 471px;
	margin-top: 30px;
	z-index: 99;
	overflow: hidden;
}
.gcxl-jctj-list-box a {
	text-align: center;
}
.gcxl-tj1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 361px;
	height: 231px;
	overflow: hidden;
}
.gcxl-tj2 {
	position: absolute;
	top: 239px;
	left: 0;
	width: 361px;
	height: 231px;
	overflow: hidden;
}
.gcxl-tj3 {
	position: absolute;
	top: 0;
	left: 1079px;
	width: 361px;
	height: 231px;
	overflow: hidden;
}
.gcxl-tj4 {
	position: absolute;
	top: 239px;
	left: 1079px;
	width: 361px;
	height: 231px;
	overflow: hidden;
}
.gcxl-tj5 {
	position: absolute;
	top: 0;
	left: 369px;
	width: 702px;
	height: 471px;
	overflow: hidden;
}
.row-img, .row-img a, .row-img a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.row-img a {
	position: relative;
}
.gcxl-tj5 .row-img a span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 63px;
	height: 63px;
	background: url(../newimages/video.png) no-repeat;
}
.row-img a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.row-img:hover a span {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gcxl-copyright-box .gcxl-content {
	padding: 40px 0;
}
.gcxl-copyright-left {
	float: left;
	width: 40%;
}
.gcxl-copyright-link, .gcxl-copyright-contact, .gcxl-copyright-right {
	margin-top: 20px;
}
.gcxl-copyright-link {
	float: left;
	width: 20%;
}
.gcxl-copyright-contact {
	float: left;
	width: 20%;
}
.gcxl-copyright-right {
	float: left;
	width: 20%;
}
.gcxl-copyright-link h3, .gcxl-copyright-contact h3, .gcxl-copyright-right h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
.gcxl-copyright-link .list p, .gcxl-copyright-contact .list p, .gcxl-copyright-right .list p {
	padding: 5px 0;
	font-size: 14px;
}
.gcxl-copyright-link .list a, .gcxl-copyright-contact .list a, .gcxl-copyright-right .list a {
	padding: 10px 0;
	color: #333;
}
.gcxl-copyright-link .list a {
	padding: 0;
	width: 85%;
	display: block;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gcxl-copyright-link .list a:hover {
	color: #00787b
}
.gcxl-footer-copyright {
	border-top: solid 1px #e9e9e9;
	color: rgba(51,51,51,.53);
	padding: 12px 0;
}
.gcxl-footer-copyright .copyright {
	float: left;
}
.gcxl-footer-copyright .views {
	float: right;
}
/*.gcxl-header-h3 {
	width: 1400px;
	margin: 140px auto;
	font-size: 48px;
	color: #fff;
}*/
/*.gcxl-about-content {
	width: 100%;
	border-bottom: solid 1px #efefef;
}
.gcxl-tab-ul {
	width: 590px;
	margin: 0 auto;
	padding: 30px 0;
}
.gcxl-tab-ul li {
	float: left;
}
.gcxl-tab-ul li a {
	font-size: 18px;
	color: #333;
	display: block;
	padding: 15px 50px;
	margin-right: 20px;
	border-radius: 25px;
}
.gcxl-tab-ul li a:hover {
	background-color: #6a4db0;
	color: #fff;
}
.gcxl-tab-ul li.on a, .gcxl-tab-ul li.on a:hover {
	background-color: #6a4db0;
	color: #fff;
}
.gcxl-zxjj-h3, .gcxl-zzjg-h3, .gcxl-ryzc-h3 {
	color: #6a4db0;
	font-size: 34px;
	text-align: center;
}
.gcxl-zxjj-des, .gcxl-zzjg-des, .gcxl-ryzc-des {
	margin: 10px 0 60px 0;
	color: #333;
	font-family: 'Arial';
	font-size: 24px;
	text-align: center;
}
.gcxl-zxjj-inf, .gcxl-zzjg-inf {
	padding: 0 40px;
	color: #333;
	font-size: 16px;
	line-height: 25px;
}
.gcxl-zzjg-list {
	margin: 40px 0;
	text-align: center;
}
.gcxl-zzjg-list li {
	float: left;
	width: 20%;
}
.gcxl-zzjg-list-icon1, .gcxl-zzjg-list-icon2, .gcxl-zzjg-list-icon3, .gcxl-zzjg-list-icon4, .gcxl-zzjg-list-icon5 {
	height: 100px;
}
.gcxl-zzjg-list-icon4 img, .gcxl-zzjg-list-icon5 img {
	margin-top: 10px;
}
.gcxl-zxjj-list {
	padding: 40px 0;
	text-align: center;
}
.gcxl-zxjj-list li {
	float: left;
	width: 25%;
}
.gcxl-zxjj-list-icon1 {
	width: 160px;
	height: 118px;
	margin: 0 auto;
	background: url(../newimages/icon1.png) no-repeat top center;
}
.gcxl-zxjj-list-icon2 {
	width: 160px;
	height: 121px;
	margin: 0 auto;
	background: url(../newimages/icon2.png) no-repeat top center;
}
.gcxl-zxjj-list-icon3 {
	width: 160px;
	height: 119px;
	margin: 0 auto;
	background: url(../newimages/icon3.png) no-repeat top center;
}
.gcxl-zxjj-list-icon4 {
	width: 160px;
	height: 117px;
	margin: 0 auto;
	background: url(../newimages/icon4.png) no-repeat top center;
}
.gcxl-zxjj-list-h3 {
	padding-top: 20px;
}
.gcxl-zxjj-list-h3 span.num {
	font-size: 48px;
	color: #6a4db0;
}
.gcxl-zxjj-list-h3 span.txt {
	font-size: 16px;
}
.gcxl-zzjg-list-h3 {
	width: 110px;
	margin: 20px auto;
	font-size: 18px;
	color: #333;
}
.gcxl-zxjj-list-p {
	font-size: 16px;
	color: #333;
}
.gcxl-zzjg-box {
	background-color: #f8f6fd;
	padding: 52px 0;
}*/
.gcxl-list-content-box {
	width: 100%;
	padding: 140px 0 60px 0;
}
.gcxl-list-content {
	width: 1440px;
	margin: 0 auto;
}
.gcxl-list-location {
	padding: 15px 0;
	font-size: 16px;
	float: right;
}
.gcxl-list-location a {
	color: #333;
	font-size: 16px;
}
.gcxl-list-location a:hover {
	color: #00787b;
}
.gcxl-list-content-warp {
	background-color: #fff;
	padding: 45px 60px;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.gcxl-list-top {
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 35px;
}
.gcxl-list-h3-txt {
	float: left;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.gcxl-list-h4-txt {
	margin: 70px 0;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.gcxl-list-show-works {
	margin-left: -2%;
}
.gcxl-list-show-works li {
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 57px;
	background-color: #00787b;
}
.gcxl-list-img {
	width: 100%;
	height: 206px;
	overflow: hidden;
}
.gcxl-list-img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gcxl-list-img a span.bg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.gcxl-list-show-works li:hover a span.bg {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gcxl-list-img-txt {
	width: 90%;
	height: 25px;
	padding: 10px 5%;
}
.gcxl-list-img-txt a {
	display: block;
	color: #fff;
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sysjs .gcxl-list-img-txt a {
	text-align: center;
}
.gcxl-content-txt p {
	font-size: 16px!important;
	line-height: 30px!important;
}
.gcxl-content-txt img {
	max-width: 100%;
	height: auto!important;
}
.gcxl-content-txt .title {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
}
.gcxl-content-txt .inf {
	margin: 0 0 25px 0;
	padding: 6px 0;
	text-align: center;
	color: #666;
}
/*.gcxl-list-show-appraisal {
	padding: 0 85px;
	margin-left: -99px;
}
.gcxl-list-show-appraisal li {
	float: left;
	margin-left: 99px;
	margin-bottom: 57px;
	cursor: pointer;
}
.gcxl-list-appraisal {
	width: 242px;
	height: 311px;
	position: relative;
	background-color: #d4cce6;
}
.gcxl-list-appraisal img {
	width: 234px;
	height: 307px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	left: -10px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.gcxl-list-appraisal img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gcxl-list-appraisal-txt a {
	display: block;
	width: 242px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	color: #333;
	font-size: 18px;
	text-align: center;
}*/
/*.gcxl-list-recommend-ul {
	margin-left: -2%;
	margin-bottom: 45px;
}
.gcxl-list-recommend-ul li {
	float: left;
	width: 31.33333333333333%;
	margin-left: 2%;
	overflow: hidden;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.gcxl-list-recommend-ul li:hover {
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.gcxl-list-recommend-ul .gcxl-list-recommend-img {
	width: 454px;
	height: 303px;
	overflow: hidden;
}
.gcxl-list-recommend-img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.gcxl-list-recommend-img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gcxl-list-recommend-txt a {
	display: block;
	width: 404px;
	height: 30px;
	padding: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
	color: #333;
	font-size: 18px;
}
.gcxl-list-recommend-ul li:hover {
	background-color: #52339d;
	color: #fff;
}*/
.gcxl-show-list {
	background-color: #fff;
	border: solid 1px #fff;
}
.gcxl-show-list li {
	border-bottom: solid 1px #e7e7e7;
	margin-bottom: 32px;
}
.gcxl-show-list .tzgg li {
	box-shadow: none;
	padding-bottom: 30px;
}
.gcxl-show-list-img {
	float: left;
	width: 227px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 30px;
}
.gcxl-show-list-img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../newimages/default-img.jpg) no-repeat;
	background-size: cover;
}
.gcxl-show-list-img a span.bg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.gcxl-show-list-img a span.bg:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gcxl-show-list-txt {
	float: left;
	width: 72%;
	margin-top: 35px;
	margin-left: 62px;
}
.tzgg .gcxl-show-list-txt {
	float: right;
	width: 90%;
	margin-top: 0;
	margin-left: 0;
}
.gcxl-show-list-h3 {
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
}
.gcxl-show-list-h3 a {
	color: #333;
}
.gcxl-show-list-h3 a:hover {
	color: #00787b;
}
.gcxl-show-list-p {
	width: 100%;
	height: 45px;
	overflow: hidden;
	font-size: 16px;
}
.gcxl-show-list-p a {
	color: #666;
}
.gcxl-show-list-p a:hover {
	color: #00787b;
}
.tzgg .gcxl-show-list-div {
	float: left;
	margin-top: 0;
	background-color: #f2f2f4;
	padding: 20px;
	transition: .5s;
}
.gcxl-show-list .tzgg li:hover .gcxl-show-list-div {
	background-color: #00787b;
}
.gcxl-show-list .tzgg li:hover .gcxl-show-list-day, .gcxl-show-list .tzgg li:hover .gcxl-show-list-month {
	color: #fff;
}
.gcxl-show-list-div {
	float: right;
	margin-top: 72px;
	text-align: center;
}
.gcxl-show-list-day {
	font-size: 30px;
	color: #00787b;
}
.gcxl-show-list-month {
	font-size: 16px;
	color: #00787b;
}
.gcxl-cont-txt-single {
	padding: 24px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}
.gcxl-cont-txt-single table {
	width: 100%;
	margin-top: 20px;
}
.gcxl-cont-txt-single table td {
	border: solid 1px #ccc;
	text-align: center;
	padding: 10px;
}
.gcxl-header .gcxl-subMenu2 li a, .gcxl-header .gcxl-subMenu3 li a {
	padding: 8px 27px;
}
.gcxl-header .gcxl-subMenu5 li a, .gcxl-header .gcxl-subMenu6 li a {
	padding: 8px 15px;
}
/*.gcxl-foot-img {
	width: 100%;
	min-height: 368px;
	background: url(../newimages/foot-bg.jpg) no-repeat bottom center;
	padding-bottom: 60px;
}
.gcxl-zxjj-box .gcxl-content, .gcxl-ryzc-box .gcxl-content {
	background-color: #fff;
}
.gcxl-zzjg-list li img {
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	cursor: pointer;
}
.gcxl-zzjg-list li img:hover {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.gcxl-about-page .gcxl-more {
	float: none;
	padding: 8px 35px;
	border: solid 2px #52277b;
	font-size: 16px;
}
.gcxl-about-page .gcxl-more:hover {
	border: solid 2px #6a4db0;
}
.gcxl-about-page .gcxl-news-more-box {
	padding: 40px 0 0 0;
}
.gcxl-about-page .gcxl-zxjj-list {
	padding: 40px 0 0 0;
}*/
.pb_sys_common {
	font-family: "Microsoft YaHei"!important;
}
.pb_sys_style1 .p_no_d {
	border: 1px solid #00787b!important;
	background-color: #00787b!important;
}
.p_pages {
	font-family: "Microsoft YaHei"!important;
}
.pb_sys_style4 .p_no_d {
	border: 1px solid #e8e8e8!important;
	color: #fff;
	background-color: #88070c!important;
}
.listPage {
	width: 300px;
	margin: 30px auto;
	font-size: 16px!important;
}
.listPage table tr td:first-child {
	display: none;
}
.listPage a, .listPage span {
	font-family: "Microsoft YaHei"!important;
}
.listPage .this-page {
	border: 1px solid #633496!important;
	color: #fff!important;
	background-color: #633496!important;
}
.listPage .PrevDisabled, .listPage .this-page, .listPage a, .pageList .this-page, .listPage .NextDisabled {
	padding: 5px 8px!important;
	border: 1px solid #ccc!important;
}
.listPage a:hover {
	background-color: #f5f5f5!important;
}
.table-style {
	border: solid 1px #ccc;
	width: 90%;
	margin: 0 auto;
}
.table-style .firstRow {
	background-color: #ccc;
	background: rgb(231, 230, 230);
}
.table-style tr td {
	padding: 10px;
	border: solid 1px #ccc;
}
.gcxl-kjrk-list {
	padding: 35px 0;
}
.gcxl-kjrk-list li {
	float: left;
	width: 20%;
	text-align: center;
}
.gcxl-kjrk-list li .img {
	height: 100px;
}
.gcxl-kjrk-list li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 20px 0;
}
.gcxl-kjrk-list li a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gcxl-kjrk-list li .txt a {
	font-size: 24px;
	color: #333;
}
.gcxl-kjrk-list li:hover .txt a {
	color: #00787b;
}
.gcxl-kjrk-list li:hover a span {
	transform: rotateY(360deg);
	transition: .7s;
}
.nav-outbox1 {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.8);
	z-index: 100;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
}
.nav-outbox-close1:hover {
	background: url(../newimages/close.png) no-repeat;
}
.nav-outbox-close1, .nav-outbox-close1:hover {
	background: url(../newimages/close.png) no-repeat;
}
.nav-outbox-close1 {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 60px;
	top: 10px;
	cursor: pointer;
	z-index: 20;
	background-position: 0 0;
}
.nav-outbox-close1:hover {
	background-position: 0 -16px;
}
.gcxl-show-search {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}
.gcxl-input-text {
	float: left;
	width: 80%;
	height: 25px;
	line-height: 25px;
	padding: 14px 10px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	outline: none;
	border-radius: 30px;
	text-indent: 15px;
}
.gcxl-input-button {
	float: left;
	padding: 0px 24px;
	margin-left: -22px;
	height: 53px;
	line-height: 53px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0 30px 30px 0;
	background-color: #00787b;
}
.gcxl-input-button:hover {
	background-color: #00787b;
}
.navbar-toggle {
	display: none;
	position: absolute;
	width: 20px;
	padding: 0;
	border: none;
	border-radius: 0px;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: 10px;
	top: 10px;
	cursor: pointer
}
.navbar-toggle.on {
	top: 16px;
}
.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
	width: 100%;
	height: 2px;
	border-radius: 0;
	margin-top: 10px;
	display: block
}
.navbar-toggle.on .icon-bar {
	background: #fff
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px
}
.navbar-toggle.on .icon-bar.icon-bar1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -12px
}
.navbar-toggle.on .icon-bar.icon-bar2 {
	background: transparent
}
.navbar-toggle.on .icon-bar.icon-bar3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.gcxl-layer-box.on {
	height: 100%;
}
.gcxl-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background: rgba(0,120,123,.95);
	transition: .5s;
}
.gcxl-layer-box .gcxl-nav {
	margin-top: 25px
}
.gcxl-layer-box.on .gcxl-layer-nav {
	display: block;
	transition: .1s;
}
.gcxl-layer-nav .gcxl-layer-suNnav.on {
	display: block
}
.gcxl-layer-nav {
	display: none;
	margin-top: 80px;
	transition: 1s;
}
.gcxl-layer-nav li {
	margin: 0 10px;
	position: relative;
}
.gcxl-layer-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 25px;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.gcxl-layer-nav li.li1 strong,.gcxl-layer-nav li.li8 strong,.gcxl-layer-nav li.li9 strong,.gcxl-layer-nav li.li10 strong{ display:none;}
.gcxl-layer-nav li strong.on {
	transform: rotate(45deg)
}
.gcxl-layer-nav li a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	border-bottom: solid 1px rgba(255,255,255,.2);/* font-weight: bold; */
}
.gcxl-layer-nav .gcxl-layer-suNnav {
	display: none;
}
.gcxl-layer-nav .gcxl-layer-suNnav li a {
	font-size: 12px;
	color: #fff;
	text-indent: 5px;
}
.gcxl-layer-nav .gcxl-layer-suNnav li a:hover {
	color: #fff
}
.gcxl-layer-box.on .gcxl-layer-search {
	display: block;
}
.gcxl-layer-search {
	display: none;
	position: relative;
	padding: 10px;
	margin-top: 20px;
}
.gcxl-layer-txt {
	width: 98%;
	height: 20px;
	line-height: 20px;
	padding: 5px 1%;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #333;
	outline: none;
	background-color: #fff
}
.gcxl-layer-btn {
	width: 25px;
	height: 25px;
	display: block;
	background: url(../newimages/search-b.png) no-repeat center center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 14px;
	right: 20px;
	background-size: 66%
}
