* {
	padding:0;
	margin:0;
	box-sizing: border-box;
}

ul {
	list-style:none;
}


.customer-nav {
	width:100%;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	z-index:998;
}

.nav-shadow {
	width:100%;
	height:50px;
	background:#000000;
	opacity:0.3;
	position:absolute;
	top:0;
	left:0;
	z-index:-9999;
}

.nav-container {
	display:flex;
	display: -webkit-flex; /* Safari */
	justify-content: space-between;
	height:50px;
}

.nav-logo h1 {
	font-size:20px;
	line-height:50px;
	padding:0;
	margin:0;
}

.nav-logo a {
	color:#FFFFFF;
}

.nav-container ul {
	height:50px;
	list-style:none;
	display:flex;
	display: -webkit-flex; /* Safari */
}

.nav-container li {
	display:block;
	line-height:50px;
}

.nav-container li a {
	display:block;
	width:100%;
	height:100%;
	color:#FFFFFF;
	font-size:14px;
	padding:0 10px;
	text-decoration:none;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active
{
	height:6px;
	border-radius: 0px;
	width:15px;
}

ol.carousel-indicators li {
	border:none;
	background-color:#CCCCCC;
	margin:0;
}

.white-container {
	padding-top: 40px;
    padding-bottom: 30px;
	background-color:#FFFFFF;
}

.ct-title {
	text-align: center;
    font-size: 30px;
	font-weight:normal;
	width:100%;
	color:#595961;
}
.ct-sub-title {
	width:100%;
	color:#595961;
	text-align: center;
    font-size: 18px;
    margin-top: 15px
}

.white-content {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}


.white-item{
	width: 265px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(2,31,65,.05);
	margin-right:20px;
	margin-top:20px;
}

.white-item-last {
	margin-right:0px;
}


.white-item-top {
	height: 80px;
    background-image: url(../images/business-banner.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.white-item-top1 {
  background-position: 0 0;
}

.white-item-top2 {
  background-position: 0 -85px;
}

.white-item-top3 {
  background-position: 0 -170px;
}

.white-item-top4 {
  background-position: 0 -255px;
}
p{
	margin:0;
}
.white-item-top-title {
	font-size: 18px;
    color: #FFF;
    margin-top: 15px;
    margin-left: 20px;
    font-weight: 700;
	margin-bottom:none;
}
.white-item-top-title-en{
	margin-left: 20px;
	color: #FFF;
	font-size: 14px;
}

 span.yuan {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/yuan-list.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 10px;
}

 span.yuan1 {
	 background-position: 0 0;
 }

 span.yuan2 {
	 background-position: 0 -20px;
 }

 span.yuan3 {
	 background-position: 0 -40px;
 }

 span.yuan4 {
	 background-position: 0 -60px;
 }

 span.yuan5 {
	 background-position: 0 -80px;
 }

 span.yuan6 {
	 background-position: 0 -100px;
 }

 span.yuan7 {
	 background-position: 0 -120px;
 }
 span.yuan8 {
	 background-position: 0 -140px;
 }
 span.yuan9 {
	 background-position: 0 -160px;
 }
 span.yuan10 {
	 background-position: 0 -180px;
 }

 span.yuan11 {
	 background-position: 0 -200px;
 }

  span.yuan12 {
	 background-position: 0 -220px;
 }

li.white-item-li {
	 padding:10px 20px;
	 display:block;
}

 li.white-item-li h5 {
    font-size: 16px;
	font-weight:bold;
	color:#70747d;
 }

li.white-item-li p {
	font-size:12px;
	color: #979ba5;
	letter-spacing: 0;
	line-height: 20px;
	padding-left: 20px;
}

.black-container {
	background-color:#262730;
	padding-top: 40px;
    padding-bottom: 30px;
}


.white {
 color:#FFFFFF;
}

.static-container {
	display:flex;
	justify-content:space-between;
	padding-top:20px;
	color:#FFFFFF;
	flex-wrap:wrap;
}

.static-item {
	position:relative;
}

.left-line {
	position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 30px;
    background-color: #3986ff;
    vertical-align: top;
}

.static-content {
	padding-left: 22px;
	color:#ffffff;
	font-size:46px;
	line-height: 38px;
}

.static-content-sub {
	color:#a6a6ae;
	font-size:18px;
	padding-left: 22px;
	padding-top:10px;
}

.footer-tip {
	background-color:#2589ff;
	height:80px;
	width:100%;
}
.footer {
	background-color:#262730;
}
.cpright {
	text-align:center;
	color:#ffffff;
	padding-top:10px;
}
.cpright a {
	margin-left:10px;
	color:#ffffff;
}
.footer-navs {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footer-nav {
	margin-right:30px;
	padding:20px 0;
}

.footer-nav-last {
	margin-right:0px;
}

.footer-nav-title {
	color:#ffffff;
	border-bottom: 1px solid #3c415c;
	padding-bottom: 10px;
}

.footer-nav-content {
	margin-top:10px;
}

.footer-nav-mobile {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}

.footer-nav-content li {
	padding: 5px 0;
}

.footer-nav-content li a {
    display: block;
    font-size: 12px;
    height: 20px;
    color: #787b92;
    letter-spacing: 0;
    line-height: 20px;
	text-decoration:none;
}

.footer-nav-content-rows {
	display:flex;
}

.footer-nav-content-rows ul {
	margin-right: 20px;
}

.footer-nav-content-rows ul:last-child {
margin-right: 0px;
}

.bs-container {
	display:flex;
	justify-content:center;
	padding:20px 0;
	flex-wrap:wrap;
}

.bs-container-item {
	margin-right: 20px;
}

.bs-container-item-last {
	margin-right: 0px;
}
.bs-icons {
	background-image: url(../images/store-ico.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 128px;
	background-position: 0 0;
}

.bs-icons2 {
	background-position: -128px 0;
}

.bs-icons3 {
	background-position: -256px 0;
}

.bs-icons3 {
	background-position: -384px 0;
}

.bs-icons4 {
	background-position: -512px 0;
}

.bs-icons5 {
	background-position: -640px 0;
}

.bs-icons6 {
	background-position: -768px 0;
}

.bs-title {
	width:128px;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	padding:5px 0;
}

.gray-container {
	background-color:#f4f4f7;
	padding-top: 40px;
    padding-bottom: 30px;
}

.gray-container .ct-title, .gray-container .ct-sub-title{
	color: #595961;
}

.dynamic-item-title {
	width: 340px;
	height: 130px;
	background-repeat: no-repeat;
}

.dynamic-item-xinwen {
	background-image:url(../images/xinwendongtai.png);
}

.dynamic-item-jishu {
	background-image:url(../images/jishufenxiang.png);
}

.dynamic-item-baogao {
	background-image:url(../images/hangyebaogao.png);
}

.dynamic-container {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	padding-top:20px;
}
.dynamic-item {
	width: 340px;
	margin-right: 60px;
}

.dynamic-item-last{
	margin-right: 0px;
}
.dynamic-item-title h5{
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	padding-left:30px;
	height:65px;
	padding-top:50px;
}

.dynamic-item-title p {
	color:#ffffff;
	padding-left:30px;
}

.dynamic-item-li {
	width: 340px;
	margin-top: 20px;
}

.dynamic-item-li li {
	width: 100%;
	height:25px;
	line-height: 25px;
}



.dynamic-item-li li a {
	display: block;
	color: #595961;
	text-decoration: none;
	font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dynamic-item-li li a:hover {
	text-decoration: underline;
}

.dynamic-item-li li a span {
	color: #999999;
}

.dynamic-banner {
	width: 100%;
	background-color:#2589ff;
}

.dynamic-banner img{
	display:block;
	width:100%;
}

.breadcrumb {
	margin-bottom: 0px;
	padding:8px 0px;
}

.breadcrumb li,.breadcrumb  a{
	font-size:16px;
}

.breadcrumb a{
	color:#2589ff;
}

.breadcrumb a:hover{
	text-decoration:none;
	color:#2589ff;
}

.news-list {
	background-color: #FFF;
  min-height:500px;
  display: block;
}

.news-list-li {
	width:100%;
	height:140px;
	display:flex;
	margin-top: 20px;
}

.news-list-li .date {
	background-color: #F5F5F5;
	width: 120px;
	height:140px;
	color:#999;
	text-align: center;
	box-shadow: 0 5px 10px 0 rgba(2,31,65,0.2);
}

.date-day {
	margin-top:12px;
	height: 60px;
	font-size: 40px;
}

.date-year {
	font-size:14px;
	height:25px;
}

.date-view {
	background-image: url(../images/view.png);
	background-repeat: no-repeat;
	height:32px;
	line-height: 32px;
	background-position: 15px 7px;
	text-align: left;
	padding-left: 32px;
	font-size:12px;
}

.news-intro {
	width: calc(100% - 140px);
	padding: 10px 20px;
}

.news-intro h5 {
	font-size:22px;
	color:#000;
	height: 24px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-intro p {
	color:#999;
	height:80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.new-deail {
	padding: 20px 0;
  min-height: 500px;
}

.new-deail h2 {
	font-size:40px;
	color:#333;
}

.new-detail-left {
	width: 140px;
	border-right: 1px solid #eee;
}

.new-detail-date {
	padding-top: 30px;
	text-align: center;
	font-size:16px;
	color:#666;
	font-weight:100;
}

.detail-date-day{
	font-size:32px;
}

.new-detail-category {
	font-size:14px;
	padding-top:30px;
}

.new-detail-category p {
	color:#333;
	height:22px;
	line-height:22px;
}

.new-detail-category a {
	color:#2291f7;
}
.new-detail-category a:hover{
	text-decoration:none;
}

.new-detail-content {
	display: flex;
}

.new-detail-right {
	padding-left: 20px;
	width: calc(100% - 140px);
}

.about-us {
	display:flex;
	padding:10px;
	padding-bottom: 150px;
}

.about-us h2{
	color:#333;
	font-size:30px;
}

.about-us-content p {
	font-size:18px;
	color: #333;
	line-height: 24px;
	margin-top: 10px;
}

.about-us-img {
	display:block;
	border: 1px solid #ccc;
	width: 300px;
	height: 300px;
	border-radius: 150px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
}

.about-us-img img {
	width: 300px;
	height: 300px;
}


@media (max-width: 993px){
	.dynamic-item {
		width: 340px;
		margin-right: 0px;
	}

	.new-detail-content {
		display: block;
	}

	.new-detail-left {
		width: 100%;
		border-right: none;
		display: flex;
	}

	.new-detail-date, .new-detail-category {
		padding-top: 0;
	}

	.new-detail-date {
		width: 180px;
	}

	.new-detail-right {
		width: 100%;
		padding: 10px 10px 0 10px;
	}

	.new-deail h2 {
		margin-top: 0px;
		padding:0 10px;
	}

	.about-us {
		display:block;
		padding-bottom: 10px;
	}

  .new-deail, .news-list {
    min-height: auto;
  }
}



