body {
	font-size: 16px;
	font-family: Arial, "Microsoft YaHei", sans-serif;
	color: #000;
	background-image: url(../images/prismx.png);
	background-repeat: repeat;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

h1,
h2,
h3,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

@font-face {
	font-family: 'banner';
	src: url("../fonts/bannerB.TTF")
}

.banners {
	font-family: 'banner';
	font-size: 80px;
}

/* @font-face {
  font-family: "subtitle";
  src: url("../fonts/bannerA.TTF")
}

.subtitle {
  font-family: "subtitle";
  font-weight: lighter;
}

@font-face {
  font-family: "date";
  src: url("../fonts/gothi.TTF")
} 

.date-num {
  font-family: "date";

}
*/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?p5ulq8');
	src: url('../fonts/icomoon.eot?p5ulq8#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?p5ulq8') format('truetype'),
		url('../fonts/icomoon.woff?p5ulq8') format('woff'),
		url('../fonts/icomoon.svg?p5ulq8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-more:before {
	content: "\e900";
	font-size: 32px;
}

.icon-nextk:before {
	content: "\e901";
}

.icon-prevk:before {
	content: "\e902";
}

.icon-time:before {
	content: "\e906";
	color: #999;
}

.icon-adress:before {
	content: "\e903";
	color: #999;
}

.icon-fax:before {
	content: "\e904";
}

.icon-phone:before {
	content: "\e905";
}

.shouqi i {
	border: solid #999;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
}

.upx {
	margin-left: 8px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

.downx {
	margin-bottom: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}


/* ==========common============= */
body {
	background-color: #222;
	width: 100%;

}

.rc-lr {
	width: 94%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

.rc-nav {
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 0;
	z-index: 9999;
}

.language {
	border-left: 1px solid #333;
}

.rc-nav.commons {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	border-bottom: 1px solid #000;
}

.rc-nav .navbar {
	position: relative;
	min-height: 79px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}

.banenr .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 24%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.rc-nav .navbar-brand {
	float: left;
	height: 78px;
	padding: 0 0 0 30px;
	font-size: 18px;
	line-height: 20px;
}

.rc-nav .navbar-brand h1 {
	width: 261px;
	height: 80px;
	font-size: 0;
	background: url(../images/logo-ny.png) no-repeat center center;
}

.rc-nav .navbar-default {
	background-color: transparent;
	border: none;
	width: 100%;
	max-width: 1600px;
	margin: auto;
}

.rc-nav .navbar-default .navbar-brand {
	color: #777;
}

.rc-nav .navbar-default .navbar-brand:hover,
.rc-nav .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.rc-nav .navbar-default .navbar-text {
	color: #fff;
}

.rc-nav .navbar-default .navbar-nav>li>a {
	color: #333;
	line-height: 49px;
	padding-left: 35px;
	padding-right: 35px;
}

@media (min-width: 768px) {


	.navbar-nav {
		float: right;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.rc-lr {
		width: 94%;
	}
}

@media (min-width:970px) {
	.rc-nav .navbar-default .navbar-nav>li>a {
		color: #333;
		line-height: 49px;
		padding-left: 26px;
		padding-right: 26px;
	}
}

@media (min-width:992px) {
	.rc-lr {

		width: 94%;
		margin: auto;
		background-color: #fff;
		position: relative;
		overflow: hidden;
	}
}

@media (min-width:1560px) {
	.rc-nav .navbar-default .navbar-nav>li>a {
		color: #333;
		line-height: 49px;
		padding-left: 35px;
		padding-right: 35px;
	}
}

.rc-nav .navbar-default .navbar-nav>li>a:hover,
.rc-nav .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #333;
	border-bottom: 1px solid #fafafa;
}

.rc-nav .navbar-default .navbar-nav>.active>a,
.rc-nav .navbar-default .navbar-nav>.active>a:hover,
.rc-nav .navbar-default .navbar-nav>.active>a:focus {
	color: #333;
	background-color: transparent;
	border-bottom: 1px solid #333;
}

.rc-nav .navbar-default .navbar-nav>.disabled>a,
.rc-nav .navbar-default .navbar-nav>.disabled>a:hover,
.rc-nav .navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.rc-nav .navbar-default .navbar-toggle {
	border-color: #ddd;
}

.rc-nav .navbar-default .navbar-toggle:hover,
.rc-nav .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.rc-nav .navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.rc-nav .navbar-default .navbar-collapse,
.rc-nav .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.rc-nav .navbar-default .navbar-nav>.open>a,
.rc-nav .navbar-default .navbar-nav>.open>a:hover,
.rc-nav .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #222;
}


.rc-nav .nav {
	margin-left: 40px;
}

.rc-nav .navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-radius: 0;
	border: transparent;
}

.rc-nav .dropdown-menu>li>a {
	font-size: 16px;
	display: block;
	padding: 13px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.rc-nav .dropdown-menu>li>a:hover,
.rc-nav .dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.rc-nav .dropdown-menu>.active>a,
.rc-nav .dropdown-menu>.active>a:hover,
.rc-nav .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}

.rc-nav .dropdown-menu>.disabled>a,
.rc-nav .dropdown-menu>.disabled>a:hover,
.rc-nav .dropdown-menu>.disabled>a:focus {
	color: #777;
}

.rc-nav .dropdown-menu>.disabled>a:hover,
.rc-nav .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.banenr .carousel-caption {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-20%);
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.banenr .carousel-caption p {
	font-size: 32px;
	color: #c0993a;
	letter-spacing: 8px;
}

.banenr .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
	transition: .3s all;
}

.banenr .carousel-indicators .active {
	width: 26px;
	height: 10px;
	margin: 0;
	background-color: #fff;
}

.banenr .carousel-control {
	display: block;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;

	transition: .3s all;
}

.banenr .carousel-control:hover {
	background-color: rgba(0, 0, 0, 1);
	border-radius: 50%;
}

.banenr .carousel-control.left {
	margin-left: 60px;
}

.banenr .carousel-control.right {
	margin-right: 60px;
}

.banenr .carousel-control .icon-prevk,
.carousel-control .icon-nextk {
	line-height: 60px;
	color: #fff;
	z-index: 5;
	display: inline-block;
	font-size: 24px;

}

.banenr .carousel-control:hover,
.banenr .carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: 1;
}


.rc-about .rc-present {
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 120px;
}

.rc-about .intro-text {
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	color: #888;
	text-align: left;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rc-about .intro-text p{
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	color: #888;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rc-about {
	background-color: #ffffff;
	margin: 0px;
	padding: 30px;
	margin-left: 25%;
	margin-top: 30px;
	margin-bottom: 30px;

}

.bg-yellow {
	background-color: #fcf9f3;
}



h3 {
	font-size: 30px;
}

.rc-about .rc-present span {
	font-size: 18px;
}

.rc-about .rc-present p {
	color: #666;
	padding-top: 34px;
	line-height: 30px;
}

.rc-about .rc-present a {
	display: block;
	margin-top: 5%;
}

.rc-data div {
	overflow: hidden;
	padding: 0;
}

.rc-data .rc-present {
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 120px;
}

.data-js i {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-top: 5%;
}

.data-info {
	text-align: left;
	margin-top: 6%;
	color: #176bce;
}

.data-info h2 {
	font-size: 40px;
}

.data-info span {
	font-size: 18px;
}

.data-info p {
	color: #666;
}

.brand {
	background-color: #176bce;
	color: #fff;
}

.brand .subtitle {
	display: block;
}

.brand .rc-present span {
	font-size: 18px;

}

.brand .rc-present p {
	color: #666;
	padding-top: 34px;
	line-height: 30px;
	color: #fff;
}

.brand .rc-present .icon-more {
	display: block;
	margin-top: 34px;
	color: #fff;
}

.industry div {
	padding: 0;
	overflow: hidden;
}

.industry {
	background-color: #333;
}

.industry .rc-present {
	padding-top: 120px;
	margin-left: 10%;
	margin-right: 10%;
}

.industry .rc-present p {
	line-height: 30px;
	padding-top: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.industry .rc-present a {
	display: block;
	margin-top: 34px;
}

.industry .rc-present h3,
.industry .rc-present span,
.industry .rc-present p,
.industry .rc-present a {
	color: #fff;
}

.news .rc-center {
	padding-top: 80px;
	padding-left: 5%;
	padding-right: 5%;
}

.news div {
	padding: 0;
}

.news .mores {
	line-height: 56px;
	text-align: right;
}

.news .titelBox {
	padding-bottom: 40px;
}

.news-list a {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #ccc;

}

.news-info {
	transition: .2s all;
}

.news-list a:hover .news-info {
	padding-left: 15px;
}

.news-list a:hover h2 {
	color: #176bce;
}

.news-list a .news-info span {
	color: #176bce;
	font-size: 18px;
}

.news-list a .news-info h2 {
	font-size: 24px;
	margin-top: 20px;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list a .news-info p {
	line-height: 30px;
	color: #666;
	margin-top: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list a .news-img {
	height: 228px;
	overflow: hidden;
	border-radius: 10px;
}

.news-list a .news-img img {
	width: 100%;
	min-width: 571px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.course {
	background: #0f4372 url("../images/in-brand.jpg") no-repeat center bottom;
	height: 670px;
	position: relative;
}

.course div {
	padding: 0;
}

.course .titelBox {
	padding-bottom: 40px;
	border-bottom: 3px solid #fff;
}

.course .rc-center {
	padding-top: 80px;
	padding-left: 5%;
	padding-right: 5%;
}

.course .titelBox .mores {
	line-height: 56px;
	text-align: right;
}

.course .titelBox h3,
.course .titelBox span,
.course .titelBox a {
	color: #fff;
}

.course .courseShow {
	width: 100%;
	height: 408px;
	overflow: hidden;
	position: relative;
}

.course .courseBox {
	position: absolute;
	top: 60px;
}

.course .courseList {
	color: #fff;
	position: relative;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
}

.course .courseList:last-child {
	margin-right: 0;
}

.course .courseList .line {
	position: absolute;
	top: -60px;
	right: 20px;
	display: block;
	width: 2px;
	background-color: #fff;
	height: 340px;
	z-index: 9999;
}

.course .courseList .times {
	position: absolute;
	top: 280px;
	right: 6px;
	display: block;
	z-index: 9999;
	font-size: 32px;
}

.course .courseList h2 {
	font-size: 28px;
}

.course .courseList h3 {
	font-size: 20px;
	margin: 10px 0;
}

.course .courseInfo {
	background-color: rgba(255, 255, 255, .2);
	border-radius: 10px;
	padding: 20px 0;
	padding-left: 20px;
	padding-right: 30px;
	height: 300px;
	margin-top: 20px;
	box-sizing: border-box;
}

.course .arrow {
	position: absolute;
	width: 40%;
	height: 40px;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 6px 10px rgba(15, 67, 114, .4)
}

.course .arrow a {
	position: absolute;
	display: block;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	transition: .2s all;
}

.course .arrow a:hover {
	color: #000;
	font-size: 24px;
}

.course .arrow a:focus {
	text-decoration: none;
	color: #000;
}

.course .arrow a.icon-prevk {
	left: 10px;
}

.course .arrow a.icon-nextk {
	right: 10px;
}

.course .arrow i {
	display: block;
	position: absolute;
	width: 80%;
	height: 2px;
	background-color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bottom {
	background-color: #1e2229;
	padding-top: 40px;
}

.bottom .rc-center {
	padding-top: 40px;
}

.bottom .panel {
	margin-bottom: 0px;
	padding-bottom: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	border-bottom: 1px solid #000;
}

.bottom .panel-heading {
	font-size: 30px;
	padding: 8px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.bottom .panel-default>.panel-heading {
	color: #ccc;
	background-color: transparent;
	border-color: transparent;
	text-align: left;
}

.bottom .panel .lines {
	display: block;
	width: 80px;
	height: 4px;
	border-radius: 2px;
	background-color: #0f4372;
	margin-left: 8px;
}

.bottom .table {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	font-size: 18px;
}

.bottom .table>thead>tr>th,
.bottom .table>tbody>tr>th,
.bottom .table>tfoot>tr>th,
.bottom .table>thead>tr>td,
.bottom .table>tbody>tr>td,
.bottom .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: transparent;
}

.bottom .table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: transparent;
}

.bottom .table>thead>tr>th,
.bottom .table>thead>tr>th a {
	font-size: 16px;
	font-weight: normal;
	color: #cccccc;
}

.bottom .table a,
.bottom .table>tbody>tr>th {
	font-weight: normal;
	line-height: 30px;
	font-size: 14px;
	color: #888888;
}

.bottom .table a {
	display: block;
	vertical-align: middle;
}

.bottom .table thead {
	margin-top: 20px;
	height: 50px;
}

.bottom .table tbody i {
	display: inline-block;
	font-size: 24px;
	margin-right: 10px;
	line-height: 30px;
	vertical-align: middle;
}

.copy {
	line-height: 60px;
	font-size: 14px;
	margin: 0;
	color: #666;
}

/* 关于我们=========== => */
.common-banner {
	width: 100%;
	background-color: #364050;
	padding-top: 75px;
}

.common-banner img {
	width: 100%;
}

.crumbs {
	width: 100%;
	background-color: #f2f2f2;
	height: 60px;
	line-height: 60px;
	margin-right: auto;
	margin-left: auto;
}

.crumbs ul {
	width: 80%;
	background-color: #f2f2f2;
	height: 60px;
	line-height: 60px;
	margin-right: auto;
	margin-left: auto;
}

.crumbs .crumbs-title {
	text-align: left;

	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E4C28F;
	float: left;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: 24px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.crumbs .crumbs-title i {
	float: left;
	width: 60px;
	height: 60px;
	background-color: #0f4372;
}



.crumbs .links {
	font-size: 18px;
	display: block;
	color: #0F4372;
	text-align: center;
	width: 50%;
	float: right;
}

.crumbs .links li {
	line-height: 65px;
	font-size: 16px;
	display: block;
	float: left;
	color: #666;
	text-align: center;
	width: 25%;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.crumbs .links li:hover {
	background-color: #fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4C28F;
	color: #E4C28F;
	height: 60px;
}

.crumbs .links li a {
	color: #666;
}

.crumbs .links li a:hover {
	color: #E4C28F;
}

.crumbs .links1 {
	font-size: 18px;
	display: block;
	color: #0F4372;
	text-align: center;
	width: 50%;
	float: right;
}

.crumbs .links1 li {
	line-height: 65px;
	font-size: 16px;
	display: block;
	float: left;
	color: #666;
	text-align: center;
	width: 25%;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.crumbs .links1 li:hover {
	background-color: #fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4C28F;
	color: #E4C28F;
	height: 60px;
}

.crumbs .links1 li a {
	color: #666;
}

.crumbs .links1 li a:hover {
	color: #E4C28F;
}





.rc-group {
	padding-top: 40px;
	background-color: #fff;
	text-align: center;


}

.rc-group-info {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;

}

.rc-group-info li {
	float: left;
	list-style-type: none;
}



.rc-group .rc-center {
	margin-bottom: 80px;
}

.rc-group .rc-center.kbrand {
	position: relative;
	background: #fff url("../images/brand-logos.jpg") no-repeat left center;
	padding-left: 560px;
	padding-top: 30px;
}

.rc-group .rc-center.contact {


	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
}

.rc-group .rc-center.contact ul {
	float: left;
}

.rc-group .rc-center.contact .rc-group-info {
	padding-top: 0;
}

.rc-group .rc-center.contact .rc-group-info .adress-img {
	height: 400px;
	overflow: hidden;
	margin-bottom: 30px;
}

.rc-group .rc-center.contact .rc-group-info .adress-img img {
	width: 100%;
}

.rc-group .rc-center span {
	padding: 0;
}

.rc-group .rc-center .rc-group-info {}

.rc-group .rc-center .rc-group-info h2 {
	font-size: 26px;
	color: #0f4372;
	margin-bottom: 30px;
	text-align: left;
}

.rc-group .rc-center .rc-group-info h2 span {
	color: #666;
}

.rc-group .rc-center .rc-group-info p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: left;
}

.zl-title {
	font-size: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.zl-img {
	height: 300px;
	background-image: url(../images/zl-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.rc-honer {
	position: relative;
	padding-top: 0px;
	padding-bottom: 20px;
}

.rc-honer>div .items {
	padding: 40px 0;
	background-color: #fff;
	text-align: center;
	height: 400px;
}

.rc-honer>div h2 {
	font-size: 24px;
	color: #0f4372;
	text-align: left;
	padding-top: 30px;
}

.rc-honer>div p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	color: #666;
	text-align: left;
	padding-top: 10px;
	float: left;
	line-height: 200%;
}

/* 关于我们=========== <== */

/* 社会责任 */
.rc-group .rc-center.duty {
	/* min-height: 529px; */
	padding-top: 30px;
}

/* ===== 新闻中心====== => */
.com-news {

	padding-top: 40px;
	padding-bottom: 40px;
}

.com-news .rc-center {
	margin-left: 5%;
	margin-right: 5%;
	position: relative;

}

.com-news .newscontainer {
	background-color: #fff;
	padding: 0;
}

.com-news .carousel-inner .newsimgaes {
	width: 410px;

	float: right;

	position: relative;
	margin: 20px;
}

.com-news .carousel-inner .carousel-caption {
	position: absolute;
	width:45%;
	bottom: auto;
	left: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

.com-news .carousel-inner .carousel-caption em {
	font-style: normal;
	color: red;
	font-size: 14px;
	display: block;
}

.com-news .carousel-inner .carousel-caption span {
	display: block;
	margin-top: 15px;
}

.com-news .carousel-inner .carousel-caption h3 {
	font-size: 18px;
	color: #c27e30;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 150%
}

.rraaaee {
	font-size: 28px;
	color: #0f4372;
	margin-top: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.com-news .carousel-inner .carousel-caption p {
	line-height: 150%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.com-news .carousel-inner .carousel-caption a {
	display: block;
	margin-top: 30px;
	color: #0f4372;
}

.com-news .carousel-inner .newsimgaes img {
	display: block;
	max-width: 100%;


	right: 0;
}

.com-news .carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 6px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	border-radius: 10px;
}

.com-news .carousel-indicators .active {
	width: 8px;
	height: 8px;
	background-color: #ffbb6c;
}

.com-news .carousel-indicators {
	position: absolute;
	bottom: -30px;
	left: 6%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	text-align: center;
	list-style: none;
}

.newscontainer-items {
	margin-top: 40px;
	padding: 20px 0 40px 0;
	background-color: #fff;
}

.newscontainer-items .nediv {
	margin-top: 30px;

}

.newscontainer-items a {
	display: block;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	padding: 15px;
	color: #c27e30;
	overflow: hidden;

}

.newscontainer-items span {
	border-top: 1px solid #f2f2f2;
	line-height: 40px;
	display: block;

}

.newscontainer-items h4 {
	font-size: 16px;
	color: #333;

	line-height: 150%;
	height: 50px;
	text-align: left;
}

.newscontainer-items p {
	font-size: 14px;
	color: #888;
	line-height: 150%;
	overflow: hidden;
	text-align: left;


}

/* ===== 新闻中心====== <==

 text-overflow: ellipsis;
  display: -webkit-box;
-webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

*/



/* 集团产业=========== => */
.ins {
	background-color: #fafafa;
	padding: 40px 0;
}


.ins-center div.col-md-7 {
	padding-left: 0;
}

.ins-center div.col-md-5 {
	padding-right: 0;
}

.ins-center img {
	width: 100%;
}

.ins-center h3 {
	font-size: 28px;
	color: #0f4372;
	margin-top: 20px;
}

.ins-center i {
	display: block;
	background-color: #c0993a;
	width: 80px;
	height: 4px;
	border-radius: 4px;
	margin-top: 10px;
}

.ins-center p {
	margin-top: 20px;
	line-height: 30px;
}

.dc {
	background: url("../images/dc-bg.jpg") no-repeat center;
	margin-top: 30px;
	padding-top: 320px;
	padding-bottom: 180px;
	padding-left: 40px;
}

/* <== =============集团产业 */
.child-titlebox {
	background-color: #fafafa;
	padding-bottom: 40px;
}

.child-title {
	margin-top: 30px;
	background-color: #fff;
	text-align: center;

	padding-top: 20px;
	padding-bottom: 20px;
}

.child-title i {
	font-style: normal;
}

.child-title h3 {
	margin-top: 10px;
}

.child-titlebox .kcenter {
	margin: auto;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
}

.child-titlebox .kcenter p {
	margin-top: 10px;
	line-height: 30px;
}

.child-titlebox .kcenter img {
	width: 100%;
	text-align: center;
	margin: auto;
}

.course-show {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.course-arrow {
	position: absolute;
	width: 56%;
	left: 50%;
	top: 82%;
	transform: translate(-42%, -50%);
	z-index: 999999;
	padding: 0 15px;

}

.course-arrow:hover i {
	background-color: #000;
	color: #fff;
	border-radius: 50%;
}

.course-arrow .prev {
	float: left;
	cursor: pointer;
	transition: .3s all;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

.course-arrow .next {
	float: right;
	cursor: pointer;
	transition: .3s all;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

.course-box {
	text-align: center;
	position: relative;
}

.course-box li {
	float: left;
	padding: 0 15px;
}

.course-box li div {
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0px 0px 10px #f0f0f0;
	padding: 60px 20px;
	height: 310px;
}

.course-box li div i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #000;
	margin-right: 10px;
}

.course-box li div h2 {
	margin-bottom: 30px;
	color: #999999;
}

.newscontainer button {
	width: 150px;
	height: 36px;
	text-align: center;
	margin: auto;
	border-radius: 20px;
	vertical-align: middle;
	margin-top: 60px;
	position: relative;
	background-color: #fff;
	left: 50%;
	z-index: 9999999999;
	-webkit-box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.15);
	border: 1px solid #F0F0F0;
}

.newscontainer button a {
	display: inline-block;
	vertical-align: middle;

}

.newscontainer button a span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	margin-bottom: 4px;

}

.course-list {
	padding: 0 20%;
	padding-bottom: 40px;
	display: none;
}

.course-list .course-list-items {
	border-bottom: 1px dashed #ccc;
	padding-top: 30px;
	padding-bottom: 10px;
}

.course-list h2 {
	margin-right: 30px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999999;
}

.course-list .ists {
	float: left;
}

.course-list p {
	margin-bottom: 10px;
}

.fenyebgc {
	background-color: #fff;
	line-height: 40px;
}

.fenye a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.Cur,
.fenye a:hover {
	background-color: #c27e30;
	color: #fff;
	cursor: pointer;
}

.bottom {
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 100%;
}

.contt {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: 0px;
}

.contt ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

.contt ul h1 {
	padding: 0px;
	float: left;
	width: 80%;
	text-align: left;
	font-size: 4em;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}

.contt ul h4 {
	margin: 0px;
	padding: 0px;
	width: 80%;
	text-align: left;
	float: left;

}

.contt ul h2 {
	width: 80%;
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}

.contt ul p {
	width: 80%;
	text-align: left;
	float: left;

}

.duty {
	font-size: 16px;
	line-height: 200%;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.items {
	color: #1f232c;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	overflow: hidden;
}

.spacee {
	padding: 0px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	overflow: hidden;
}

.branlft {
	background-image: url(../images/brand-logos.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}



#intrbg {

	background-image: url(../images/intrubg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#intrbg .black img {
	width: 60px;
	margin-bottom: 8px;

}

#intrbg .black {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.5);
	border-right-color: rgba(255, 255, 255, 0.5);
}

#intrbg .black:hover {
	background-color: #e4c28f;
	transition: all 500ms ease;

}

.emai li {
	background-color: #f9f3e9;
	float: left;
	height: 40px;
	width: 45%;
	margin-top: 10px;
	margin-right: 5%;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #e4c28f;
	color: #e4c28f;
	list-style-type: none;
	line-height: 40px;
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.dipic {
	position: relative;
	bottom: 0px;
}

.hrlist {
	margin: 0px;
	padding: 20px;
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #F0F0F0;
	overflow: hidden;
}

.hrlist span {
	font-size: 18px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}

.btnyy {
	line-height: 36px;
	color: #FFFFFF;
	background-color: #e4c28f;
	text-align: center;
	display: block;
	padding: 0px;
	height: 36px;
	width: 120px;
	margin: 0px;
	border-radius: 4px;

	-moz-borde-radius: 4px;

	-webkit-border-radius: 4px;
	float: right;
}

.hrlist li {
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
	color: #888;
	margin: 20px auto;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	text-align: left;
	display: block;
}

.shouqi {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	text-align: center;
	display: block;
	line-height: 40px;
	color: #CCCCCC;
}

.hidabout {
	left: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #fbf4e4;
}

/* 联系我们 */
.displayBlock {
	display: block;
}

.displayNone {
	display: none;
}

.contact_box {
	margin-bottom: 70px;
	text-align: left;
	display: flex;
	align-items: flex-end;
}

.contact_box .left {
	width: 239px;
	height: 307px;
}

.contact_box .right {
	width: 100%;
}

.contact_box .title {
	margin-bottom: 50px;
	margin-left: 40px;
	color: #E3C38D;
	font-size: 30px;
}

.contact_box .message {
	background-color: #FCF9F4;
}

.contact_box .message {
	padding: 40px;
	color: #9F9E99;
}

.contact_box .message_text img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.contact_box .message .message_text {
	line-height: 30px;
	font-size: 16px;
}

/* 联系我们 */
/* 其他业务 */
.rc-group-info .img {
	width: 192px;
	height: auto;
	display: block;
	margin: 50px 0;
}
.rc-group-info .imgs {
	display: flex;
	align-items: center;
}
.rc-group-info .imgs img{
	display: block;
	width: 233px;
	height: auto;
}
/* 其他业务 */
@media screen and (max-width: 992px) {

	/* 新闻列表 */
	.com-news .carousel-indicators {
		bottom: -40px;
		left: 50%;
	}

	.com-news .carousel-inner .carousel-caption p {
		display: none;
	}

	.com-news .carousel-inner .carousel-caption span {
		margin-top: 2px;
	}

	.com-news .carousel-inner .carousel-caption h3 {
		font-size: 12px;
		margin-right: 5px;
	}

	.fenye a {
		width: 28px;
		height: 28px;
	}

	/* 新闻列表 */

	/* 廉洁举报 */
	.emai li {
		line-height: 40px;
		width: 95%;
		font-size: 12px;
	}

	/* 廉洁举报 */

	/* 加入集团 */
	.rc-group .rc-center .col-md-9 {
		padding-left: 15px !important;
		padding-right: 15px !important;
		min-height: 550px !important;
	}

	/* 加入集团 */

	/* 关于我们 */
	.common-banner img {
		margin-left: -90px;
		width: auto;
		height: 120px;
	}

	.crumbs .links li {
		font-size: 12px;
	}

	/* 关于我们 */

	/* 品牌文化 */
	.hdm .allnr {
		margin-right: 2px !important;
	}

	.hdm .activity .nr h5,
	.hdm .activity .nr .hh {
		width: 270px;
	}

	/* 品牌文化 */

	/* 发展历程 */
	.bg-yellow {
		/* background-color: #fcf9f3; */
		background-color: white;
	}

	.fzlc .yin {
		font-size: 14px !important;
		padding: 20px 0 0 0 !important;
		line-height: 20px !important;
	}

	.fzlc .year span {
		font-size: 24px !important;
	}

	.fzlc .year .bigyuan li {
		width: 24px !important;
		margin-left: 11px !important;
		margin-top: 11px !important;
	}

	.fzlc .year li {
		width: 80% !important;
		font-size: 12px !important;
		line-height: 20px !important;
		margin-top: 15px !important;
	}

	.fzlc .yearx span {
		font-size: 24px !important;
	}

	.fzlc .yearx li {
		width: 80% !important;
		font-size: 12px !important;
		line-height: 20px !important;
		margin-top: 15px !important;
	}

	/* 发展历程 */

	/* 社会责任 */
	#daty {
		font-size: 12px !important;
	}

	#daty p {
		line-height: 250% !important;
		font-size: 15px !important;
		margin-bottom: 0;
	}

	.rc-group-info .col-md-5 {
		margin: 10px 0;
	}

	/* 社会责任 */

	/* 联系我们 */
	.displayBlock {
		display: none;
	}

	.displayNone {
		display: block;
	}

	.contact_box {
		margin-bottom: 70px;
		display: block;
	}

	.contact_box .left {
		width: 239px;
		height: 307px;
	}

	.contact_box .right {
		width: 100%;
	}

	.contact_box .title {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
		font-size: 25px;
	}

	.contact_box .message {
		padding: 25px;
	}

	.contact_box .message_text img {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}

	.contact_box .message .message_text {
		line-height: 30px;
		font-size: 14px;
	}

	/* 联系我们 */
	
	/* 其他业务 */
	.rc-group-info .img {
		width: 100px;
	}
	.rc-group-info .imgs {
		display: flex;
	}
	.rc-group-info .imgs img{
		display: block;
		width: 100%;
		height: auto;
	}
	/* 其他业务 */
	
	/* 品牌文化 */
	.hdm ul {
		display: block !important;
		height: auto !important;
	}
	
	.hdm li {
		margin-bottom: 40px;
		float: initial !important;
		height: 700px !important;
	}
	
	.hdm .allnr {
		width: 100% !important;
		height: 700px !important;
	}
	
	.hdm .allnr .nr {
		height: 700px !important;
	}
	
	
	.hdm .allnr .nr .bt {
		padding: 15px 0px;
		margin-left: 60px;
		font-weight: bold;
		font-size: 16px;
		color: #b47b38;
		text-align: left;
	}
	
	
	.hdm .allnr .nr .hh {
		margin-left: 60px;
		font-weight: bold;
		color: #b95732;
		font-size: 14px;
		text-align: left;
		line-height: 180%;
	}
	
	.hdm .allnr .nr h5 {
		margin-left: 60px;
		color: #666;
		font-size: 12px;
		text-align: left;
		line-height: 180%;
	
	}
	
	.hdm .labeltxt {
		height: 700px !important;
	}
	
	.hdm .labeltxt img {
		margin-top: 280px !important;
	}
	
	.hdm .activity {
		height: 700px !important;
	}
	
	/* 品牌文化 */
}
