@charset "utf-8";
.warp {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}


.de-warp {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.am-cf:after,
.am-cf:before {
	content: " ";
	display: table
}

.am-cf:after {
	clear: both
}

.czjz {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.header-top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
	background-color: #313131;
}

.header-top img {
	vertical-align: top;
	margin-top: 11px;
}

.header-top font {
	font-size: 15px;
	font-weight: normal;
}

.header-top .fr {
	font-weight: bold;
	font-size: 16px;
}

.header .logo {
	padding-top: 18px;
}

.header .nav {
	width: 700px;
	height: 115px;
}

.header .nav ul li {
	float: left;
	position: relative;
	height: 115px;
	padding-top: 53px;
	line-height: 16px;
	padding-left: 14px;
	padding-right: 14px;
}

.header .nav ul li a {
	display: block;
	color: #1c1c1c;
	font-size: 16px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

.header .nav ul li:after {
	content: '';
	display: block;
	width: 1px;
	height: 13px;
	background-color: #535353;
	position: absolute;
	right: 0;
	top: 54px;
}

.header .nav ul li:first-child {
	padding-left: 0;
}

.header .nav ul li:last-child {
	padding-right: 0;
}

.header .nav ul li:last-child:after {
	display: none;
}

.header .nav ul li.on a {
	color: #cb9b39;
	font-weight: bold;
	border-bottom: 1px solid #cb9b39;
}

.header .nav ul li:hover a {
	color: #cb9b39;
	font-weight: bold;
	border-bottom: 1px solid #cb9b39;
}

.header .nav ul li.cur {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.header .nav ul li:first-child.cur {
	background-image: none;
}

.header .nav ul li.cur .nav_child {
	/*display: block;*/
}

.header .nav ul li .nav_child {
	position: absolute;
	width: 360px;
	height: 150px;
	max-height: 150px;
	background-color: rgba(24, 151, 173, .88);
	top: 115px;
	left: 0;
	padding-left: 34px;
	padding-right: 34px;
	z-index: 10;
	display: none;
	overflow: hidden;
}

.header .nav ul li:nth-child(3) .nav_child {
	height: 190px;
	max-height: 190px;
}

.header .nav ul li .nav_child .img {
	padding-top: 36px;
	float: left;
}

.header .nav ul li .nav_child .nav_child_items {
	width: 206px;
	float: right;
	padding-top: 30px;
}

.header .nav ul li .nav_child .nav_child_items ul li.item {
	padding: 0;
	height: auto;
	border-bottom: 1px solid #1eaec7;
	padding-bottom: 4px;
	line-height: normal;
	font-size: 14px;
	width: 95px;
	margin-bottom: 14px;
	background-image: url(../img/l.png);
	background-repeat: no-repeat;
	background-position-y: 5px;
	padding-left: 11px;
}

.header .nav ul li .nav_child .nav_child_items ul li.item:hover {
	background-image: url(../img/yl.png);
	border-color: #f9be26;
	background-position: left top;
	background-position-x: left;
	background-position-y: 5px;
}

.header .nav ul li .nav_child .nav_child_items ul li.item.on {
	background-image: url(../img/yl.png);
	border-color: #f9be26;
}

.header .nav ul li .nav_child .nav_child_items ul li.item:nth-child(even) {
	float: right;
}

.header .nav ul li .nav_child .nav_child_items ul li.item:hover a {
	color: #ffcc00;
	font-weight: normal;
}

.header .nav ul li .nav_child .nav_child_items ul li.item.on a {
	color: #ffcc00;
	font-weight: normal;
}

.header .nav ul li .nav_child .nav_child_items ul li.item a {
	padding: 0;
	font-size: 14px;
	color: #ffffff;
	border: 0;
	font-weight: normal;
}

.header .nav ul li .nav_child .nav_child_items ul li:after {
	display: none;
}

.header .nav ul li .nav_child .nav_child_items ul li.item:before {
	content: '';
	display: block;
}

.header .nav ul li:last-child .nav_child,
.header .nav ul li:nth-last-child(2) .nav_child {
	left: auto;
	right: 0;
}


/* Banner */

.banner {
	text-align: center;
	position: relative;
}

.banner .swiper-slide {
	height: 570px;
	background-position: center;
}

.banner .swiper-slide .t1 {
	margin-top: 242px;
}

.banner .swiper-slide .t2 {
	margin-top: 18px;
}

.banner .swiper-slide .t3 {
	margin-top: 212px;
	text-align: left;
}

.banner .swiper-slide .t4{
	margin-top: 18px;
	text-align: left;
}
.banner .swiper-pagination-bullet {
	width: 69px;
	height: 5px;
	background-color: rgb(255, 255, 255);
	border-radius: 0;
	opacity: .7;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #1897ad;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 37px;
}


/* Footer */

.footer {
	background-color: #1b232f;
	padding-top: 30px;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 60px;
}

.footer.mt0{
	margin-top: 0;
}

.footer-lists {}

.footer-lists .list {
	float: left;
	margin-right: 90px;
	padding-top: 10px;
}

.footer-lists .list .h1 {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px
}

.footer-lists .list a {
	color: #a9a9a9;
	font-size: 14px;
}

.footer-lists .list a:hover {
	color: #CB9B39;
}

.footer-lists .list ul li {
	margin-bottom: 10px;
}

.footer-lists .list ul li:last-child {
	margin-bottom: 0;
}

.footer-lists .list:nth-child(6) {
	margin-right: 0;
}

.footer-lists .tel {
	border-left: 1px solid #313843;
	float: right;
	padding-left: 35px;
	padding-top: 2px;
}

.footer-lists .tel .num {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer-lists .contact .title {
	color: #FFFFFF;
	font-size: 16px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
}

.footer-lists .contact .p {
	font-size: 14px;
	color: #a9a9a9;
	margin-top: 10px;
}

.footer-lists .contact .p p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #a9a9a9;
}

.footer .copyright {
	border-top: 1px solid #434343;
	margin-top: 28px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #757575;
	font-size: 16px;
}


/* 业务范围 */

.body {
	padding-top: 60px;
}

.index-business {
	background-image: url(../img/bbg.jpg);
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: no-repeat;
	height: 740px;
	background-size: 100%;
}

.index-business .title {
	width: 390px;
	background-image: url(../img/border.png);
	background-position: center right;
	height: 125px;
	background-repeat: no-repeat;
	padding-top: 30px;
}

.index-business .title .en {
	font-size: 20px;
	color: #959595;
	text-transform: uppercase;
	float: left;
}

.index-business .title .en font {
	font-size: 36px;
	color: #222222;
	display: block;
}

.index-business .title .cn {
	font-size: 28px;
	color: #0e5a69;
	float: left;
	margin-top: 33px;
	margin-left: 10px;
}

.index-busines-slide .swiper-slide {
	position: relative;
	width: 288px;
	height: 390px;
}

.index-busines-slide {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	height: 390px;
	margin-top: 48px;
}

.index-busines-slide .swiper-slide .bg {
	background-image: url(../img/sbg.jpg);
	width: 100%;
	height: 371px;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	-webkit-transform-origin: center;
	transition: .5s all;
	-webkit-transition: .5s all;
	position: absolute;
	top: 10.5px;
	left: 0;
}

.index-busines-slide .swiper-slide:hover .bg {
	background-image: url(../img/sbgg.jpg);
	height: 390px;
	top: 0;
	background-position: center;
}

.index-busines-slide .swiper-slide .text {
	position: absolute;
	top: 77px;
	margin-left: 30px;
	z-index: 2;
}

.index-busines-slide .swiper-slide .h1 {
	color: #8d9597;
	font-size: 17px;
	text-transform: uppercase;
}

.index-busines-slide .swiper-slide .icon {
	margin-top: 40px;
	height: 63px;
}

.index-busines-slide .swiper-slide .icon .w {
	display: none;
}

.index-busines-slide .swiper-slide .p {
	margin-top: 33px;
	font-size: 15px;
	color: #a9a9a9;
}

.index-busines-slide .swiper-slide .p .pt {
	font-weight: bold;
	font-size: 29px;
	color: #bf9e5b;
	margin-bottom: 15px;
}

.index-busines-slide .swiper-slide:hover .icon img {
	display: none;
}

.index-busines-slide .swiper-slide:hover .icon .w {
	display: inline;
}

.index-busines-slide .swiper-slide:hover .p .pt {
	color: #FFFFFF;
}

.index-busines-slide .swiper-slide:hover .p {
	color: #FFFFFF;
}

.index-busines-slide .swiper-slide:hover .h1 {
	color: #FFFFFF;
}

.index-busines-slide .swiper-button-next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 44px;
	right: 0;
}

.index-busines-slide .swiper-button-prev {
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 44px;
	left: 0;
}


/* 关于我们 */

.index-about {
	width: 100%;
	height: 825px;
	background-image: url(../img/abg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 120px;
}

.index-about .title {
	width: 390px;
	background-image: url(../img/border2.png);
	background-position: center right;
	height: 125px;
	background-repeat: no-repeat;
	padding-top: 30px;
}

.index-about .title .en {
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	float: left;
}

.index-about .title .en font {
	font-size: 36px;
	color: #FFFFFF;
	display: block;
}

.index-about .title .cn {
	font-size: 28px;
	color: #ffe292;
	float: left;
	margin-top: 33px;
	margin-left: 10px;
}

.index-about .index-about-l {
	width: 416px;
	float: left;
}

.index-about .index-about-r {
	width: 695px;
	float: left;
	margin-left: 99px;
}

.index-about .index-about-r img{
	width: 100%;
	height: 269px;
}


.index-about .about-text {
	margin-top: 70px;
	color: #FFFFFF;
	font-size: 16px;
}

.index-about .about-text .h1 {
	color: #ffe089;
	font-size: 32px;
	margin-bottom: 30px;
}

.index-about .about-text .h1:after {
	content: '';
	display: block;
	width: 61px;
	height: 2px;
	background-color: #ffffff;
	margin-top: 27px;
}

.index-about .about-text .p {
	font-size: 16px;
}

.index-about .about-text .p p {
	font-size: 16px;
	max-height: 168px;
	overflow: hidden;
	height: 168px;
}

.index-about .about-text .p a {
	width: 121px;
	height: 42px;
	border: solid 1px #e0be6c;
	display: block;
	margin-top: 27px;
	text-align: center;
	line-height: 42px;
	color: #ffe089;
}

.index-about .about-text .p a img {
	vertical-align: top;
	margin-top: 18px;
}

.index-about .about-text .p a:hover {
	background-color: #e0be6c;
	color: #FFFFFF;
}

.index-about .about-text .p a:hover img {
	display: none;
}

.index-about .about-text .p a:hover .w {
	display: inline;
}

.index-about .about-text .p a .w {
	display: none;
}

.index-about .index-about-r .swiper-slide[data-swiper-row='1'] {
	margin-top: 24px !important;
}

.index-about .index-about-r .swiper-pagination {
	position: static;
	margin-top: 29px;
}

.index-about .index-about-r .swiper-pagination-bullet {
	width: 14px;
	height: 13px;
	background-color: #e5e5e5;
	border-radius: 6px;
	opacity: 1;
}

.index-about .index-about-r .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 14px;
}

.index-about .index-about-r .swiper-pagination-bullet-active {
	background-color: #e0be6c;
}


/* 新闻 */

.index-news {
	background-image: url(../img/nbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 55px;
	height: 505px;
}

.index-news .warp{
	overflow: hidden
}

.index-news .title {
	font-size: 26px;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 18px;
}

.index-news .title:after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	width: 98px;
	background-color: #bf9e5b;
	left: 0;
	bottom: 0;
}

.index-news .title a.fr {
	color: #616161;
	margin-top: 15px;
}

.index-news .title a.fr:hover {
	color: #CB9B39;
}

.index-news .news {
	padding-top: 25PX;
}

.index-news .news .fl {
	width: 540px;
	height: 322px;
}

.index-news .news .fl .img {
	width: 100%;
	height: 322px;
	position: relative;
	overflow: hidden;
}

.index-news .news .fl .img img {
	width: 100%;
	height: 322px;
	transition: .4s all;
	-webkit-transition: .4s all;
}

.index-news .news .fl .img .mask {
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 66px;
	left: 0;
	background-color: rgba(203, 155, 57, .95);
	color: #FFFFFF;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 24px;
	padding-right: 30px;
	padding-top: 12px;
	transition: .4s all;
	-webkit-transition: .4s all;
}

.index-news .news .fl .img .mask p {
	font-size: 12px;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}

.index-news .news .fl .img .mask .h1 {
	color: #FFFFFF;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-news .news .fl:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.index-news .news .news-lists {
	width: 694px;
	float: right;
}

.index-news .news .headlines {
	width: 100%;
	border-bottom: 1px dotted #dcdcdc;
	padding-bottom: 23px;
}

.index-news .news .headlines .img {
	width: 155px;
	height: 91px;
	float: left;
	overflow: hidden;
}

.index-news .news .headlines .img img {
	width: 155px;
	height: 91px;
	transition: .4s all;
	-webkit-transition: .4s all;
}

.index-news .news .headlines .text {
	float: right;
	width: 511px;
	padding-top: 5px;
}

.index-news .news .headlines .text .t {
	font-size: 16px;
	color: #c19336;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-news .news .headlines .text .p {
	font-size: 13px;
	color: #6e6e6e;
	margin-top: 20px;
	height: 34px;
	overflow: hidden;
}

.index-news .news .headlines:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.news-lists ul {
	margin-top: 15px;
}

.news-lists ul li {
	font-size: 13px;
	color: #3f3f3f;
	position: relative;
	padding-left: 23px;
	margin-bottom: 15px;
}

.news-lists ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	background-image: url(../img/la.png);
	background-repeat: no-repeat;
	top: 4px;
}

.news-lists ul li a {
	font-size: 13px;
	color: #3f3f3f;
	display: block;
	float: left;
	max-width: 533px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-lists ul li a:hover {
	color: #c19336
}

.news-lists ul li .date {
	float: right;
	font-size: 13px;
	color: #6a6a6a;
}


/* 友情链接 */

.index-links {
	background-color: #323f53;
	padding-top: 25px;
	padding-bottom: 25px;
}

.index-links .h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.index-links .links {
	margin-top: 10px;
}

.index-links .links a {
	font-size: 14px;
	color: #d9d9d9;
	padding-right: 10px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.index-links .links a:hover {
	color: #CB9B39;
}


/* 内页 */

.de-banner {
	height: 524px;
	width: 100%;
	position: relative;
}

.de-banner .bgimg {
	background-repeat: no-repeat;
	background-position: center;
	height: 524px;
}

.de-banner .mask {
	position: absolute;
	width: 100%;
	height: 70px;
	background-color: rgba(30, 161, 183, .8);
	left: 0;
	bottom: 0;
}

.de-banner .mask .warp ul {
	font-size: 0;
	text-align: center
}

.de-banner .mask .warp ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.de-banner .mask .warp ul li a {
	padding: 23px;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
}

.de-banner .mask .warp ul li:last-child:after {
	display: none;
}

.de-banner .mask .warp ul li .after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 1px;
	height: 13px;
	background-color: #ffffff;
	top: 30px;
}

.de-banner .mask .warp ul li:last-child .after {
	display: none;
}

.de-banner .mask .warp ul li.active {
	background-color: #c09a04;
}

.de-banner .mask .warp ul li.active .after {
	display: none !important;
}

.de-banner .mask .warp ul li:hover {
	background-color: #c09a04;
}

.de-banner .mask .warp ul li:hover a {
	color: #FFFFFF;
}

.de-banner .mask .warp ul li:hover .after {
	display: none !important;
}

.abimg {
	width: 533px;
}
.abimg img{
	max-width: 100%;
}
.abtext {
	/*width: 620px;*/
	width: 700px;
}

.abtext h3.h3 {
	font-family: 'Constantia';
	font-size: 73px;
	color: #eeebe9;
	text-transform: uppercase;
	white-space: nowrap;
	margin-left: -80px;
}

.abtext .text .title {
	font-size: 26px;
	color: #323232;
	font-weight: bold;
	border-bottom: 2px solid #25a4b2;
	padding-bottom: 14px;
	margin-bottom: 30px;
}

.abtext .text .p {
	font-size: 14px;
	color: #686868;
	line-height: 23px;
}

.abtext .text .p p {
	font-size: 14px;
	color: #686868;
}

.ab-title {
	font-size: 26px;
	color: #323232;
	font-weight: bold;
	border-bottom: 2px solid #25a4b2;
	padding-bottom: 14px;
	margin-bottom: 30px;
}

.ab-p {
	font-size: 14px;
	color: #686868;
	line-height: 23px;
}

.ab-p p {
	line-height: 23px;
}


/* 资质证书 */

.honor-lists {}

.honor-lists li {
	width: 286px;
	height: 374px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 45px;
	font-size: 14px;
	color: #353535;
	text-align: center;
}

.honor-lists li:nth-child(4n) {
	margin-right: 0;
}

.honor-lists li .img {
	width: 100%;
	height: 260px;
}

.honor-lists li .img img {
	max-width: 100%;
	max-height: 260px;
}

.honor-lists li .title {
	margin-top: 20px;
}

.honor-lists li:last-child,
.honor-lists li:nth-last-child(2),
.honor-lists:nth-last-child(3) {
	margin-bottom: 0;
}


/* 分页 */

.pages {
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}

.pages a {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	font-size: 14px;
	color: #111111;
	margin-right: 6px;
	border-radius: 2px;
	border: solid 1px #dddddd;
}

.pages a:hover {
	background-color: #cb9b39;
	color: #FFFFFF;
	border-color: #cb9b39
}

.pages a.active {
	background-color: #cb9b39;
	color: #FFFFFF;
	border-color: #cb9b39;
}


/* 新闻 */

.head-lines {
	position: relative;
	margin-bottom: 54px;
}

.head-lines .swiper-pagination {
	text-align: center;
	width: 100%;
	margin-top: 23px;
	position: static;
}

.head-lines .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: none;
	background-image: url(../img/bullet.png);
	opacity: 1;
	margin-right: 14px;
}

.head-lines .swiper-pagination .swiper-pagination-bullet-active {
	background-image: url(../img/active.png);
}

.head-lines .swiper-container {
	width: 100%;
	height: 320px;
	background-color: #ffffff;
	border: solid 4px #ebebeb;
}

.head-lines .img {
	width: 524px;
	height: 313px;
	float: left;
}

.head-lines .img {
	max-width: 100%;
	max-height: 313px;
}

.head-lines .text {
	width: 550px;
	float: left;
	margin-left: 65px;
	padding-top: 50px;
}

.head-lines .text .news-title {
	font-size: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 18px;
}

.head-lines .text .date {
	font-size: 14px;
	color: #484848;
	margin-bottom: 22px;
}

.head-lines .text .p {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 28px;
	margin-bottom: 47px;
	max-height: 56px;
	height: 56px;
	overflow: hidden;
}


/* 新闻列表 */

.news-ul {}

.news-ul li {
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	padding-top: 5px;
}

.news-ul li:first-child {
	padding-top: 0;
}

.news-ul li:hover .date {
	color: #1ca0b9;
}

.news-ul li:hover .text .title {
	color: #1ca0b9;
}

.news-ul li:hover .text .p {
	color: #1ca0b9;
}

.news-ul li .date {
	float: left;
	width: 124px;
	border-right: 1px solid #dedede;
	height: 90px;
	color: #666666;
}

.news-ul li .date .day {
	font-size: 40px;
    text-align:center;
}

.news-ul li .date .month {
	font-size: 14px;
    text-align:center;
}

.news-ul li .text {
	margin-left: 50px;
	float: left;
	width: 771px;
	padding-top: 10px;
}

.news-ul li .text .title {
	font-size: 16px;
	color: #5e5e5e;
	font-weight: bold;
	margin-bottom: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-ul li .text .p {
	color: #878686;
	font-size: 14px;
	max-height: 38px;
	overflow: hidden;
	height: 38px;
}

.news-ul li .more {
	float: right;
	display: block;
	margin-top: 25px;
}

.news-ul li .more .hover {
	display: none;
}

.news-ul li:hover .more img {
	display: none;
}

.news-ul li:hover .more img.hover {
	display: inline;
}


/* 文章内页 */

.article {
	border-top: 2px solid #25a4b2;
	box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.14);
	padding-top: 42px;
	padding-bottom: 58px;
	padding-left: 35px;
	padding-right: 44px;
}

.article img {
	max-width: 100%;
}

.article .title {
	width: 810px;
	margin: 0 auto;
	border-bottom: dotted 1px #d2d2d2;
	padding-bottom: 13px;
	text-align: center;
	margin-bottom: 23px;
}

.article .title h4 {
	color: #242424;
	font-size: 24px;
}

.article .informate {
	font-size: 13px;
	color: #8f8f8f;
	margin-top: 10px;
}

.article .informate a {
	font-size: 13px;
	color: #8f8f8f;
}

.article .content {
	color: #000;
	font-size: 14px;
	line-height: 32px;
}
.article .content th{border:1px solid #000}
.article .content td{border:1px solid #000}

.article-pages {
	border-top: 1px dotted #9a9a9a;
	margin-top: 20px;
	padding-top: 15px;
	color: #353535;
}

.article-pages div {
	font-size: 16px;
}

.article-pages a {
	font-size: 15px;
	color: #929292;
}

.article-pages div.prev {
	margin-bottom: 20px;
}


/* 业务范围 */

.yewu {}

.yewu li {
	width: 400px;
	height: 310px;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	padding: 10px;
	transition: .3s all;
	-webkit-transition: .3s all;
	float: left;
	margin-bottom: 25px;
}

.yewu li .icon {
	width: 100%;
	height: 115px;
	background-color: #19a0bb;
	transition: .3s all;
	-webkit-transition: .3s all;
}

.yewu li:hover {
	box-shadow: 0px 11px 10px 0px rgba(40, 40, 40, 0.09);
	border-color: #e4e4e4;
}

.yewu li:hover .icon {
	background-color: #d89633;
}

.yewu li .text {
	text-align: center;
	width: 308px;
	margin: 25px auto 25px;
	color: #929292;
}

.yewu li .text .title {
	font-size: 18px;
	color: #393939;
}

.yewu li .text .title:after {
	content: '';
	display: block;
	width: 49px;
	height: 1px;
	background-color: #e4e4e4;
	margin: 13px auto 20px;
}

.yewu li .text p {
	height: 38px;
	max-height: 38px;
	overflow: hidden;
}

.yewu li .a {
	display: block;
	text-align: center;
}


/* 业务详情 */

.yewu-title {
	font-size: 20px;
	font-weight: bold;
	color: #303030;
	margin-bottom: 15px;
}


/* 招标 */

.zhaobiao-title {
	font-size: 26px;
	color: #323232;
	font-weight: bold;
	border-bottom: 2px solid #25a4b2;
	padding-bottom: 14px;
}

.zhaobiao-ul {
	padding-top: 30px;
}

.zhaobiao-ul li {
	font-size: 14px;
	color: #979797;
	border-bottom: 1px dotted #d9d9d9;
	padding-bottom: 29px;
	margin-bottom: 22px;
}

.zhaobiao-ul li .title {
	color: #313131;
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
}

.zhaobiao-ul li .date {
	font-size: 12px;
	color: #b6b6b6;
	margin-bottom: 9px;
}

.zhaobiao-ul li .p {
	font-size: 14px;
	color: #979797;
	margin-bottom: 15px;
	height: 38px;
	overflow: hidden;
}

.zhaobiao-ul li .link {
	width: 95px;
	height: 32px;
	background-color: #313131;
	display: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
}

.zhaobiao-ul li:hover .title {
	color: #1da1b8;
}

.zhaobiao-ul li:hover .link {
	background-color: #2ca7bd;
	color: #FFFFFF;
}


/* 人才招聘 */

.rencai-ul {
	margin-top: 44px;
}

.rencai-ul .title {
	height: 57px;
	width: 100%;
	background-color: #f5f6fa;
	line-height: 57px;
	padding-left: 24px;
	padding-right: 27px;
}

.rencai-ul li {
	margin-bottom: 22px;
	font-size: 16px;
	cursor: pointer;
}

.rencai-ul .title {
	color: #202020;
}

.rencai-ul .title .job {
	float: left;
	font-size: 16px;
}

.rencai-ul .title .place {
	float: right;
	font-size: 16px;
}

.rencai-ul .title .slide {
	width: 24px;
	height: 24px;
	float: right;
	margin-left: 37px;
	margin-top: 17px;
}

.rencai-ul .title .slide .none {
	display: none;
}

.rencai-ul .title.active {
	background-color: #1ca0b9;
	color: #ffffff;
}

.rencai-ul .title.active .slide img {
	display: none;
}

.rencai-ul .title.active .slide .none {
	display: inline;
}

.rencai-ul .slide-content {
	padding: 30px;
	font-size: 14px;
	color: #656565;
	line-height: 26px;
	display: none;
}


/* 联系我们 */

.contact {
	margin-top: 23px;
	color: #666262;
	font-size: 16px;
	line-height: 32px;
}

.contact p {
	font-size: 16px;
}

.map {
	width: 100%;
	height: 635px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	padding: 10px;
	margin-top: 36px;
}


/* 留言 */

.message {
	font-size: 18px;
	color: #888888;
	margin-top: 44px;
}

.message p {
	font-size: 18px;
	color: #888888;
	margin-bottom: 40px;
}

.message input[type='text'] {
	width: 380px;
	height: 73px;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	font-size: 18px;
	text-indent: 25px;
	margin-right: 27px;
	color: #a7a7a7;
}


.message input[type='email']{
	width: 380px;
	height: 73px;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	font-size: 18px;
	text-indent: 25px;
	color: #a7a7a7;
}

.message textarea {
	width: 100%;
	height: 255px;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	font-size: 18px;
	color: #a7a7a7;
	padding: 30px 25px;
	margin-top: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.message .form .button{
	width: 225px;
	height: 61px;
	background-color: #0e7b6d;
	color: #FFFFFF;
	font-size: 22px;
	margin-top: 40px;
	margin-right: 28px;
}


.message  .tips{
	color: #ababab;
	font-size: 18px;
}
