﻿body {
  font-size: 16px;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  color: #666;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
  	opacity: 0.9;
}

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";
}

.icon-adress:before {
  content: "\e903";
}

.icon-fax:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e905";
}

@media (max-width:768px) {
  .rc-lr {
    width: 100%;
    margin: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width:768px) {
  .rc-lr {
    width: 100%;
    margin: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width:992px) {
  .rc-lr {

    width: 94%;
    margin: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
}

.language {
  border-left: 1px solid #cccccc;
}

.rc-nav {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}

.rc-nav.commons {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  z-index: 9999;
}

.rc-nav .navbar {
  position: relative;
  min-height: 79px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.banenr .carousel-indicators {
  position: absolute;
  bottom: 180px;
  left: 50%;
  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.png) no-repeat center center;
  background-size:85%;
}

.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: #fff;
  line-height: 49px;
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width:970px) {
  .rc-nav .navbar-default .navbar-nav>li>a {
    color: #fff;
    line-height: 49px;
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media (min-width:1560px) {
  .rc-nav .navbar-default .navbar-nav>li>a {
    color: #fff;
    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: transparent;
  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: #fff;
  background-color: transparent;
  border-bottom: 1px solid #ca9f68;
}

.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;
}

@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-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 div:first-child {
	
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

.rc-about>div:last-child {
  /*position: relative;
  top: -35px;
  z-index: 9999999999;
  background-color: #fff;
  padding-top: 100px;
*/}


.rc-about  {
width:100%;
margin-left:auto;
margin-right:auto;
	padding-top: 0px;	
	padding-bottom: 100px;
	background-color: #fff;
}

.rc-present {
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 120px;
	text-align: left;
}
h3 {
  font-size: 24px;
}

.rc-about .rc-present span {
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  line-height: 50px;
}

.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: 80px;
}

.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: 24px;
  line-height: 50px;
  font-weight: normal;

}

.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: 80px;
  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: 50px;
	overflow: hidden;
}



.news .mores {
  line-height: 56px;
  text-align: right;
}

.news .titelBox {
  padding-bottom: 20px;
}

.news-list a {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	float:left;
	width:100%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
	
	.news-list a:hover {
	text-decoration: none;}
	
	
	
.news-info {

  margin:0;
  padding:0;
  
}

.news-list a:hover .news-info {
  padding-left: 0px;
    text-decoration: none;
}

.news-list a:hover h2 {
  color: #176bce;
}

.news-list a .news-info span {
	background-color:#484d55;
	color: #a3a3a3;
	font-size: 3em;
	text-align: center;
	display: block;
	padding: 0;
	width:24%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 200px;
}

.news-list a .news-info h2 {
	font-size: 22px;
	margin-top: 42px;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:normal;
	color: #333333;
}

.news-list a .news-info p {
  line-height: 150%;
  color: #666;
  margin-top: 20px;
  margin-bottom:30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size:14px;
}

.news-list a .news-img {
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  padding:0px;
  margin:0px;
}

.news-list a .news-img img {
  width: 100%;
  min-width: 340px;
  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: 20px;
  border-bottom: 1px solid #999999;
}

.course .rc-center {
  padding-top: 60px;
  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: 370px;
  overflow: hidden;
  position: relative;
}

.course .courseBox {
  position: absolute;
  top: 30px;
}

.course .courseList {
  color: #fff;
  position: relative;
  float: left;
  margin-right: 20px;
    margin-bottom: 50px;
  box-sizing: border-box;
}

.course .courseList:last-child {
	margin-right: 0;
}

.course .courseList .line {
  position: absolute;
  top: -60px;
  right: 20px;
  display: block;
  width: 1px;
  background-color: #999999;
  height: 340px;
  z-index: 9999;
}

.course .courseList .times {
  position: absolute;
  top: 300px;
  right: 6px;
  display: block;
  z-index: 9999;
  font-size: 32px;
}

.course .courseList h2 {
	font-size: 28px;
	color: #333333;
}

.course .courseList h3 {
  font-size: 16px;
  margin: 10px 0;
}

.course .courseInfo {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 30px;
	height: 240px;
	margin-top: 20px;
	box-sizing: border-box;
	margin-right: 50px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.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(200, 200, 200, .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: 1px;
  background-color: #888888;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.bottom {
	background-color: #1e2229;
	padding-top: 40px;
	margin-top: 80px;
}

.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 {
	font-size: 14px;
	margin: 0;
	
	padding: 0px;

}

/* 关于我们=========== => */
.common-banner {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #364050;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.crumbs {
  width: 100%;
  background-color: #f2f2f2;
  height: 60px;
  line-height: 60px;
}

.crumbs .crumbs-title {
  text-align: left;
  padding: 0;
}

.crumbs .crumbs-title i {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #0f4372;
}

.crumbs .crumbs-title h3 {
  background-color: #c0993a;
  float: left;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding: 0 50px;
}

.crumbs .links {
  text-align: right;
  padding-right: 60px;
}

.crumbs .links>a {
  font-size: 18px;
  display: inline-block;
  margin-left: 60px;
  color: #c0993a;
}

.rc-group {
  background-color: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rc-group .rc-center {
  position: relative;
  background: #fff url("../images/about-img.jpg") no-repeat left bottom;
  padding-left: 560px;
  padding-top: 30px;
  padding-right: 5%;
}

.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 {
  position: relative;
  background: #fff url("../images/contact-imgs.jpg") no-repeat left bottom;
  padding-left: 560px;
  padding-top: 0;
  padding-right: 0;
}

.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 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.rc-group .rc-center .rc-group-info h2 {
  font-size: 26px;
  color: #0f4372;
  margin-bottom: 30px;
}

.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;
}

.zl-title {
  font-size: 30px;
  padding-top: 60px;
  padding-bottom: 30px;
}

.zl-img {
  background: url('../images/zl-bg.jpg') no-repeat left/cover;
  height: 300px;

}

.rc-honer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}

.rc-honer>div .items {
  padding: 40px 0;
  background-color: #fff;
  text-align: center;
}

.rc-honer>div h2 {
  font-size: 24px;
  color: #0f4372;
  text-align: center;
  padding-top: 30px;
}

.rc-honer>div p {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  color: #666;
  text-align: center;
  padding-top: 10px;
}

/* 关于我们=========== <== */

/* 社会责任 */
.rc-group .rc-center.duty {
  position: relative;
  background: #fff url("../images/duty-left.jpg") no-repeat left center;
  /* min-height: 529px; */
  padding-left: 560px;
  padding-top: 30px;
}

/* ===== 新闻中心====== => */
.com-news {
  background-color: #fafafa;
  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: 60%;
  height: 450px;
  float: right;
  overflow: hidden;
  position: relative;
}

.com-news .carousel-inner .carousel-caption {
  position: absolute;
  right: 66%;
  bottom: auto;
  left: 40px;
  z-index: 10;
  padding-top: 40px;
  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: 30px;
}

.com-news .carousel-inner .carousel-caption h3 {
  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: 30px;
  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%;
  width: 100%;
  position: absolute;
  right: 0;
}

.com-news .carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0f4372;
  border-radius: 10px;
}

.com-news .carousel-indicators .active {
  width: 14px;
  height: 14px;
  background-color: #0f4372;
}

.com-news .carousel-indicators {
  position: absolute;
  bottom: 10px;
  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>div {
  margin-top: 30px;
}

.newscontainer-items a {
  display: block;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 30px;
  height: 278px;
}

.newscontainer-items span {
  margin-bottom: 20px;
  display: block;
}

.newscontainer-items h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 14px;
  line-height: 30px;
  height: 60px;
}

.newscontainer-items p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  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: 80px;
  background-color: #0f4372;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.child-title i {
  font-style: normal;
}

.child-title h3 {
  margin-top: 10px;
}

.child-titlebox .kcenter {
  margin-left: 15%;
  margin-right: 15%;
  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: 45%;
  left: 50%;
  top: 42%;
  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;

}

.newscontainer button {
  display: block;
  width: 124px;
  height: 30px;
  text-align: center;
  margin: auto;
  border: 1px solid #000;
  border-radius: 15px;
  background: transparent;
  vertical-align: middle;
  margin-top: 60px;
}

.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: 10px;
  float: left;
}

.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: #176bce;
  color: #fff;
  cursor: pointer;
}
.title-lft {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 160px;
}
.btn-b {
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 150px;
	border: 1px solid #CA9F68;
	font-size: 16px;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
}
.news-list {
margin:0;
padding:0;
}
.link {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 270px;

}

.link li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 49%;
	background-image: url(../images/link1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
}
.link li:hover {
	
	background-image: url(../images/link1.png);
	
}
#link-r {
	background-image: url(../images/link2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#link-r:hover {
	background-image: url(../images/link2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.link img {
	width: 100%;
}
.lr-bt {
	float: right;
	width: 360px;
	position: relative;
	top: -90px;
}
.lr-bt li {
	background-image: url(../images/jtl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	width: 50%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.lr-bt li:hover {
	background-image: url(../images/jtl1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#lr-r {
	background-image: url(../images/jtr1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#lr-r:hover {
	background-image: url(../images/jtr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.inbout {
	font-size: 16px;
	color: #666666;
	text-align: left;
	padding: 0px;
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 250%;
	background-color: #FFFFFF;
}
#ybws {
	width: 50%;
}

.indab {
	margin-top: 70px;
	margin-bottom: 40px;
}

.inbout dd {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCCCCC;
	margin-bottom:15px;
}
.inbout span {
	font-size: 32px;
	color: #000000;
	display: block;
	line-height: 200%;
}
.ylbtn {
	background-color: #ca9f68;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #FFFFFF;
}


.chan {
	margin-top: 85px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}

.chan .btn-a:hover{
	background-color: #E4C28F;
	text-decoration: none;
}
.chan .btn-az {
	background-color: #6878c0;
	padding: 0px;
	width: 50%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	display: block;
	line-height: 32px;
	color: #FFFFFF;
	border-radius:20px;
	font-weight: normal;
	text-transform: uppercase;
	height: 32px;
}

.chan .btn-a {
	background-color: #e0b87b;
	padding: 0px;
	width: 50%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	display: block;
	line-height: 32px;
	color: #FFFFFF;
	border-radius:20px;
	font-weight: normal;
	text-transform: uppercase;
	height: 32px;
}

.chan li {
	list-style-type: none;
	float: left;
	width: 34%;
	overflow: hidden;
}
#zbanl span {
	text-align: left;
	padding: 0px;
	width: 86%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 180%;
	display: block;
	min-height: 110px;
}

#zbanl {
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	display: block;
}
.chan li  img {
	width:100%;
	margin: 0px;
	padding: 0px;
cursor: pointer;
transition: all 0.4s
	
}
.chan li  img:hover{
transform: scale(1.05);
}
.neding {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.neding li {
	margin: 0px;
	float: left;
	width: 37%;
	text-align: left;
	display: block;
	height: 160px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.neding li h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 50px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.neding li h3 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size:1.5em;
	margin-top: 0px;
	margin-left: 50px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}

.newsn {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding: 0px;
	height: 200px;
	float: left;
	width: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}

.newsn h5{
font-size:14px;
color:#ca9f68;




}

.newsdi{
margin-left:0;
margin-right:0;
margin-bottom:30px;
margin-top:30px;
padding-left:0px;
padding-right:0px;


}
.newsdi ul{
overflow:hidden;
padding-left:0px;
padding-right:1px;
margin:0;

}

.newsdi ul li{
color:#FFFFFF;
background-color:#e0b87b;
width:100%;
display:block;
overflow:hidden;
padding:5%;
line-height:150%;
margin:0;
margin-bottom:1px;
margin-right:1px;
}
.newsdi ul li span{
color:#FFFFFF;
margin:15px auto;
width:100%;
display:block;
font-size:20px;
font-weight:bold;
line-height:150%;
}


.bandi li {
font-size:14px;
color:#666666;
	float:left;
	width:100px;
	list-style-type: none;
	height:75px;
	line-height:55px;
	padding:10px 20px;
	font-size:16px;
	word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis; 
	}
.bandi {
background-color:#FFFFFF;
	position: absolute;
	 -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 0 10px rgba(0, 0,0, 0.1);
  box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
 border-radius:3px;
	left: 0px;
	right:0px;
	height:75px;
	bottom: -35px;
	z-index: 900;
	margin: auto;
	width:80%;
	max-width:1300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bjhei{
 background: rgba(0, 0, 0, 0.5);

}
.bandi i {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}
.rightx {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.leftx {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.index-profile-text {
  font-size: 16px;
  line-height:40px;
  letter-spacing: 4px;
}

.index-profile-numbers {
  margin-top: 86px;
  box-shadow: 0px 0px 10px #ddd;
  padding: 68px 0px;
}
.index-numbers-group {
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.index-numbers-group:last-child {
  border: none;
}
.index-numbers-groups {
  display: inline-block;
  position: relative;
  color: #888888;
  font-size: 16px;
}
.index-numbers-groups p {
  color: #666666;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  font-family: myfamily;
}
.index-numbers-groups i {
  color: #888888;
  font-size: 16px;
  position: absolute;
  top: -10px;
  right: -30px;
  font-style: normal;
}
.contents {
  width: 75%;
  max-width: 1280px;
  margin: 0px auto;
}