html,body {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB,
		Microsoft YaHei, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.28571;
	color: #333;
	background-color: #fff;
}

* {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style: none;
}

a,a:hover,a:link,a:visited {
	text-decoration: none;
}

.nav-yhcx {
	background-color: #fff;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	min-height: 60px;
}

.nav-yhcx .navbar-nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 60px;
	color: #333;
}

.nav-yhcx .nav>li:hover a,.nav-yhcx .nav>li.active a,.nav-yhcx .nav>li.active:hover a
	{
	color: #0074b7;
	background-color: #fff;
}

.navbar-brand {
	height: 60px;
}

.navbar-toggle {
	margin-top: 13px;
}

@media screen and (min-width:768px) {
	.carousel-yhcx .carousel-caption {
		right: 0;
		left: 0;
		bottom: 36%;
	}
}

.carousel-yhcx .carousel-caption h3,.carousel-yhcx .carousel-caption p {
	text-align: right;
	text-shadow: none;
}

.carousel-yhcx .carousel-caption h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.carousel-yhcx .carousel-caption p {
	font-size: 18px;
	color: #1d4e8c;
}

.carousel-yhcx .item:nth-of-type(2) .carousel-caption h3,.carousel-yhcx .item:nth-of-type(2) .carousel-caption p
	{
	text-align: left;
}

.carousel-yhcx .carousel-indicators li {
	width: 32px;
	height: 6px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.4);
	border: none;
	margin: 0 5px;
}

.carousel-yhcx .carousel-indicators li.active {
	background-color: rgba(255, 255, 255, 1);
}

.carousel-img {
	position: absolute;
	top: 0;
}

.index-cell {
	padding: 50px 0;
}

.index-cell-head {
	text-align: center;
}

.index-cell-head h2 {
	font-family: PingFangSC-Regular;
	color: #333;
	font-size: 32px;
	text-align: center;
	padding: 30px 16px 10px;
	margin-top: 0;
}

.index-cell-head p {
	text-align: center;
	margin-bottom: 20px;
	color: #8A97A9;
	font-size: 16px;
	font-weight: 400;
}

.index-cell-body,.index-solve-list {
	float: left;
	width: 100%;
}

.index-solve-list {
	margin-bottom: 40px;
	margin-top: 10px;
}

.index-solve-list li {
	margin-top: 60px;
	text-align: center;
}

.index-solve-cell {
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	position: relative;
	padding: 70px 50px 50px;
	box-shadow: 0px 10px 20px 0px rgba(12, 43, 66, 0.1);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(12, 43, 66, 0.1);
	height: 100%;
}

.index-solve-img {
	position: absolute;
	width: 100px;
	margin-top: -120px;
	margin-left: -50px;
}

.title-index-solve {
	font-size: 18px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #333;
	text-align: center;
}

.pra-index-solve {
	line-height: 1.8;
	font-size: 14px;
	color: #888;
}

.index-product-list {
	margin-bottom: 10px;
	float: left;
}

.pra-index-product {
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-size: 14px;
	height: 0;
	overflow: hidden;
	transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
	-ms-transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
	max-height: 52px;
}

.title-index-product {
	font-size: 18px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #fff;
	text-align: center;
}

.index-cell-bgcolor {
	background-color: #f5f8fb;
}

.index-product-list li {
	margin-top: 30px;
}

.index-product-img {
	width: 100%;
	height: auto;
}

.index-product-list li a {
	display: block;
}

.index-product-cell {
	position: relative;
}

.index-product-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px;
	background-color: rgba(0, 116, 183, 0.6);
	width: 100%;
	transition: 0.3s;
}

.index-product-list li .index-more {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	text-align: center;
	height: 0;
	overflow: hidden;
	transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
	-ms-transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
	display: block;
}

.index-product-list li a:hover .pra-index-product {
	height: auto;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index-product-list li a:hover .index-more {
	height: auto;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	padding-top: 10px;
}

.index-product-list li a:hover .index-product-txt {
	padding: 0 15px 15px;
}

.index-service-list {
	float: left;
	width: 100%;
	margin: 30px 0 20px;
}

.index-service-list li {
	margin: 20px 0;
	float: left;
	width: 100%;
}

.index-service-icon {
	display: inline-block;
	margin: 0 10px;
}

.index-service-txt {
	display: inline-block;
}

.index-service-txt p {
	margin-bottom: 0;
	font-size: 18px;
}

.index-service-img {
	margin-top: 30px;
}

@media screen and (max-width:768px) {
	.footer-code {
		float: left;
	}
	.index-service-list {
		text-align: center;
		margin: 0;
	}
}

.index-news-list {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.index-news-list li {
	margin-top: 30px;
}

.index-news-list li a {
	display: block;
	overflow: hidden;
	width: 100%;
	transition: all .5s ease;
	background-color: #fff;
	padding: 0 10px 10px;
	border: 1px solid #fff;
}

.inde-news-cell {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.index-news-date {
	padding: 15px 0;
	font-size: 18px;
	color: #0074b7;
	font-family: '微软雅黑';
	background-color: #fff;
}

.index-news-list li a img {
	width: 100%;
	height: auto;
	transition: all .5s ease;
}

.index-news-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: hsla(0, 0%, 100%, .95);
}

.index-news-list li a:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.index-news-list li a:hover .inde-news-cell img {
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
	-moz-transform: scale(1.1); /* Firefox */
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-o-transform: scale(1.1);
}

.index-cooperate-list {
	float: left;
	width: 100%;
	margin: 25px 0 50px;
}

.index-cooperate-list li {
	margin-top: 30px;
	height: 50px;
	line-height: 50px;
}

.index-cooperate-list li img {
	max-width: 100%;
	height: auto;
}

.footer-bgcolor {
	background-color: #2f2f2f;
	padding-top: 30px;
	padding-bottom: 0;
}

.footer-yhcx {
	color: #ccc;
	float: left;
	width: 100%;
}

.footer-yhcx .col-sm-6.col-xs-12 {
	padding: 0;
}

.footer-list {
	margin-bottom: 0;
	float: left;
	width: 100%;
}

.footer-list li {
	float: left;
	width: 100%;
	line-height: 32px;
}

.icon-footer {
	background-image: url('../images/icons.png');
	width: 32px;
	height: 32px;
	float: left;
}

.icon01-footer {
	background-position: 0 -545px;
}

.icon02-footer {
	background-position: 0 -577px;
}

.icon03-footer {
	background-position: 0 -609px;
}

.icon04-footer {
	background-position: 0 -641px;
}

.footer-code {
	float: right;
	margin-top: 15px;
}

.footer-copyright {
	text-align: center;
	color: #ccc;
	font-size: 12px;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 30px;
}

.footer-copyright p a {
	color: #ccc;
}

.gototop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	font-size: 28px;
	overflow: hidden;
	display: none;
}

.gototop a {
	display: block;
	color: #eee;
	width: 48px;
	height: 48px;
}

.gototop a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

/**悬浮QQ样式 **/
.custom_service p img {
	display: inline;
	vertical-align: middle;
}

.scrollsidebar {
	position: absolute;
	z-index: 999;
	top: 350px;
	right: 0
}

.side_content {
	width: 154px;
	height: auto;
	overflow: hidden;
	float: left;
}

.side_content .side_list {
	width: 154px;
	overflow: hidden;
}

.show_btn {
	width: 0;
	height: 112px;
	overflow: hidden;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}

.show_btn span {
	display: none;
}

.close_btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.side_title,.side_bottom,.close_btn,.show_btn {
	background: url(../images/sidebar_bg.png) no-repeat;
}

.side_title {
	height: 46px;
}

.side_bottom {
	height: 8px;
}

.side_center {
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 12px;
	font-size: 12px;
}

.close_btn {
	float: right;
	display: block;
	width: 21px;
	height: 16px;
	margin: 16px 10px 0 0;
	_margin: 16px 5px 0 0;
}

.close_btn span {
	display: none;
}

.side_center .custom_service p {
	text-align: center;
	padding: 6px 0;
	margin: 0;
	vertical-align: middle;
}

.other {
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.other p {
	padding: 5px 0;
	_height: 16px;
	margin: 0;
	color: #666666;
}

.msgserver {
	text-align: center;
	margin: 10px 0;
}

.msgserver a {
	background: url(../images/sidebar_bg.png) no-repeat -119px -115px;
	padding-left: 22px;
}

.msgserver p {
	margin-bottom: 0;
}

.side_title,.side_blue .side_title {
	background-position: -195px 0;
}

.side_center,.side_blue .side_center {
	background: url(../images/blue_line.png) repeat-y center;
}

.side_bottom,.side_blue .side_bottom {
	background-position: -195px -50px;
}

.close_btn,.side_blue .close_btn {
	background-position: -44px 0;
}

.close_btn:hover,.side_blue .close_btn:hover {
	background-position: -66px 0;
}

.show_btn,.side_blue .show_btn {
	background-position: -119px 0;
}

.msgserver a,.side_blue .msgserver a {
	color: #06C;
}

.banner-fixed img {
	width: 100%;
	height: auto;
}

.solve {
	padding: 50px 0;
	background-color: #fafafa;
}

.solve-content {
	padding-left: 230px;
	position: relative;
	min-height: 400px;
}

.solve-head {
	width: 200px;
	left: 0;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 3px 3px #ededed;
	-webkit-box-shadow: 0 3px 3px #ededed;
}

.solve-head-list {
	margin-bottom: 0;
}

.solve-head-list li {
	padding-left: 30px;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #5c5c5c;
	border-top: 1px dashed #bfbfbf;
	cursor: pointer;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.solve-bigTitle {
	height: 58px;
	line-height: 58px;
	border-top: none;
	font-size: 18px;
	padding-left: 30px;
	width: 100%;
}

.solve-head-list li.active,.solve-head-list li:hover {
	color: #fff;
	background-color: #0074b7;
	border-top-color: #0074b7;
}

.solve-body {
	padding: 30px;
	box-shadow: 0 3px 3px #ededed;
	-webkit-box-shadow: 0 3px 3px #ededed;
	background-color: #FFFFFF;
}

.solve-cell {
	font-size: 16px;
	width: 100%;
}

.solve-cell h3 {
	padding: 10px 0;
	margin: 0;
}

.solve-cell-content {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.solve-cell-content p {
	line-height: 2;
	text-indent: 2em;
	width: 100%;
}

.solve-inner-title {
	font-size: 18px;
	margin: 30px 0 10px;
	line-height: 18px;
	border-left: 3px solid #0074b7;
	padding-left: 10px;
	width: 100%;
	color: #0074b7;
}

.solve-img {
	text-indent: 0 !important;
}

.solve-img img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:768px) {
	.solve-head {
		width: 100%;
		position: static;
	}
	.solve-content {
		padding-left: 0;
		min-height: 0;
		position: static;
	}
	.solve-body {
		width: 100%;
		margin-top: 30px;
	}
}

.listing {
	padding-bottom: 50px;
}

.listing-head {
	text-align: center;
	background: #fff;
	letter-spacing: 0;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
}

.listing-head-list {
	float: left;
	margin-bottom: 0;
	line-height: 70px;
}

.listing-head-list li {
	float: left;
	padding: 0 5px;
	font-size: 16px;
	margin: 0 10px;
	color: #333;
	cursor: pointer;
}

.listing-head-list li.active {
	border-bottom: 2px solid #0074b7;
	line-height: 68px;
	color: #0074b7;
}

.listing-head-list li:hover {
	color: #0074b7;
}

.listing-cell {
	float: left;
	width: 100%;
}

.listing-list {
	float: left;
	margin-bottom: 0;
	width: 100%;
}

.listing-list li {
	margin-top: 30px;
	font-size: 18px;
	font-family: PingFangSC;
}

.listing-list li a {
	float: left;
	width: 100%;
	padding: 40px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
	color: #333;
	position: relative;
	transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-o-transition: transform .3s linear;
	opacity: .8;
	filter: alpha(opacity = 80);
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url('../images/icon01-listing.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.listing-list li a::before {
	content: '';
	width: 0;
	height: 2px;
	background-color: #0074b7;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width 1s ease;
	-moz-transition: width 1s ease;
	-webkit-transition: width 1s ease;
	-o-transition: width 1s ease;
}

.listing-list li a:hover {
	color: #333;
	opacity: 1;
	filter: alpha(opacity = 100);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
}

.listing-list li a:hover::before {
	width: 100%;
}

.listing-list li a p {
	margin-bottom: 0;
	line-height: 32px;
	width: 75%;
}

.listing-list li.listingLi02 a {
	background-image: url('../images/icon02-listing.png');
}

.listing-list li.listingLi03 a {
	background-image: url('../images/icon03-listing.png');
}

.listing-list li.listingLi04 a {
	background-image: url('../images/icon04-listing.png');
}

.listing-list li.listingLi05 a {
	background-image: url('../images/icon05-listing.png');
}

.listing-list li.listingLi06 a {
	background-image: url('../images/icon06-listing.png');
}

.listing-list li.listingLi07 a {
	background-image: url('../images/icon07-listing.png');
}

.listing-list li.listingLi08 a {
	background-image: url('../images/icon08-listing.png');
}

/*** 平台详情 ***/
.platform-fixed {
	background-image: linear-gradient(312deg, rgb(7, 210, 243) 0%,
		rgb(73, 69, 255) 100%);
	width: 100%;
	height: 400px;
}

.platform-fixed-txt {
	font-weight: 300;
	margin-top: 110px;
}

.platform-fixed-txt h2 {
	line-height: 60px;
	margin: 0;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}

.platform-fixed-txt p {
	line-height: 26px;
	margin: 10px 0 0;
	color: #fff;
	font-size: 16px;
	max-width: 480px;
}

.platform-fixed-img {
	position: relative;
}

.platform-fixed-img img {
	position: absolute;
	right: 0;
	top: 40px;
}

.platform-cell {
	padding: 50px 0;
}

.platform-head h3 {
	line-height: 50px;
	margin: 0;
	font-size: 30px;
	font-weight: 400;
}

.platform-body {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.platform-list {
	margin-bottom: 0;
	float: left;
}

.platform-list li {
	margin: 30px 0 0;
}

.platform-list li h4 {
	margin: 20px 0 10px;
	line-height: 30px;
	font-weight: 400;
}

.platform-list li p {
	margin: 10px 0 10px;
	line-height: 22px;
	font-weight: 400;
	color: #888;
}

.platformLR img {
	max-width: 400px;
}

.platformL {
	padding-right: 50px;
}

.platform-inner-cell {
	width: 100%;
	float: left;
}

.platform-inner-cell h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
}

.platform-inner-cell p {
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 400;
	color: #888;
	line-height: 26px;
}

@media ( min-width :768px) {
	.platform-inner-cell {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin: 30px 0 50px;
	}
}

@media screen and (max-width:768px) {
	.platform-inner-cell {
		margin-top: 0;
	}
	.platformLR {
		margin-top: 30px;
		text-align: center;
	}
	.platformL {
		padding-right: 15px;
	}
}

.platform-single {
	margin-top: 30px;
}

/******分页样式******/
.page-yhcx {
	float: left;
	width: 100%;
	text-align: center;
	font-family: '微软雅黑';
}

.page-yhcx .pagination>li:first-child>a,.page-yhcx .pagination>li:first-child>span
	{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.page-yhcx .pagination>li:last-child>a,.page-yhcx .pagination>li:last-child>span
	{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.page-yhcx .pagination>.active>a,.page-yhcx .pagination>.active>a:focus,.page-yhcx .pagination>.active>a:hover,.page-yhcx .pagination>.active>span,.page-yhcx .pagination>.active>span:focus,.page-yhcx .pagination>.active>span:hover
	{
	z-index: 3;
	background-color: #0074b7;
	border-color: #0074b7;
	color: #fff;
}

.page-yhcx .pagination>li>a,.page-yhcx .pagination>li>span {
	color: #0074b7;
	padding: 10px 15px;
}

.page-yhcx .pagination {
	margin: 30px 0 20px;
}

.makecenter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.product-list li {
	margin-top: 20px;
	border: 1px solid transparent;
	top: 0;
	transition: all ease-out 0.25s;
	position: relative;
}

.product-list li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.product-list li a img {
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
}

.product-list li a h4 {
	font-size: 18px;
	color: #333;
	width: 100%;
	overflow: hidden;
	height: 20px;
	text-align: center;
}

.product-list li p {
	line-height: 26px;
	color: #999;
	height: 52px;
	width: 100%;
	overflow: hidden;
}

.product-list li:hover {
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 4px 4px #f8f8f8;
	top: -10px;
}

.article-bgcolor {
	background-color: #f5f5f5;
}

.article-box {
	margin-top: 30px;
	background-color: #fff;
	padding: 30px 50px 50px;
	margin-bottom: 30px;
}

.article-head h3 {
	line-height: 50px;
	margin: 0;
	text-align: center;
}

.article-head p {
	margin: 10px 0;
	line-height: 20px;
	color: #888;
	text-align: center;
}

.article-head p span {
	margin: 0 10px;
}

.article-head p em {
	font-style: normal;
}

.article-body {
	margin-top: 30px;
}

.article-body p {
	margin: 0;
	line-height: 30px;
	font-size: 16px;
}

.article-body p strong {
	font-weight: 600;
	font-size: 17px;
	color: #000;
}

.article-body p.pra-indent {
	text-indent: 2em;
}

.article-body p img {
	max-width: 60%;
	height: auto;
	margin: 15px 0;
}

@media screen and (max-width:768px) {
	.article-body p img {
		max-width: 100%;
	}
	.news-list li {
		padding: 15px !important;
	}
	.news-content h3 {
		font-size: 20px !important;
	}
	.listing-cell .row {
		margin: 0;
	}
	.carousel-caption h3 {
		font-size: 16px !important;
	}
	.carousel-yhcx .carousel-indicators li {
		width: 20px;
		height: 4px;
		margin: 0 3px;
	}
	.index-platform-list li {
		text-align: center;
		margin-top: 10px;
	}
	.icon-index-platform {
		margin: 0 auto;
	}
	.listing-head-list li {
		margin: 0;
		width: 100%;
		line-height: 50px;
	}
	.listing-head-list li.active {
		line-height: 48px;
	}
	.joinus-list {
		margin: 30px 0 !important;
	}
	.aboutus {
		margin: 30px 0 !important;
	}
	.article-bgcolor {
		background-color: #fff;
	}
	.article {
		border-top: 1px solid #ddd;
	}
	.article-box {
		padding: 0;
	}
	.article-head h3 {
		font-size: 20px;
		line-height: 30px;
	}
}

.news-list {
	float: left;
	margin-bottom: 0;
	/* margin-top: 30px; */
}

.news-list li {
	padding: 20px 0;
	border-top: 1px dashed #e5e5e5;
}

.news-list li a {
	display: block;
}

.news-list li:hover a h3,.news-list li:hover a p {
	color: #0074b7;
}

.time-box {
	float: left;
	width: 100px;
	height: 100px;
	background-color: #f2f2f2;
	padding: 25px 0;
	text-align: center;
	line-height: 25px;
	color: #666;
	margin-right: 30px;
	font-family: '微软雅黑';
}

.date-day {
	float: left;
	font-size: 24px;
	width: 100px;
}

.date-year {
	float: left;
	font-size: 16px;
	width: 100px;
}

.news-content {
	padding-left: 130px;
	font-family: '微软雅黑';
}

.news-content h3 {
	margin: 0;
	line-height: 35px;
	color: #333;
}

.news-content p {
	margin-bottom: 0;
	line-height: 25px;
	margin-top: 10px;
	height: 50px;
	color: #888;
	overflow: hidden;
}

.joinus {
	width: 100%;
}

.joinus-list {
	margin-bottom: 100px;
	margin-top: 50px;
}

.joinus-list li {
	padding: 15px 0;
	font-family: '微软雅黑';
}

.job-head {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}

.joinus-list li .job {
	padding-right: 100px;
}

.joinus-list li .job h3 {
	margin: 5px 0;
	line-height: 18px;
	font-size: 18px;
	color: #0074b7;
	padding-left: 10px;
	border-left: 3px solid #0074b7;
}

.joinus-list li .job p {
	margin: 0;
	line-height: 30px;
	color: #666;
}

.joinus-list li .job p span {
	margin: 0 8px;
}

.joinus-list li .job p span:first-child {
	margin-left: 0;
}

.job-body {
	margin-top: 20px;
}

.aboutus {
	width: 100%;
	float: left;
	margin: 50px 0 20px;
}

.aboutus h4 {
	line-height: 50px;
	font-size: 24px;
	text-align: center;
}

.aboutus p {
	line-height: 32px;
	font-size: 16px;
	margin-bottom: 0;
	text-indent: 2em;
	font-family: '微软雅黑';
}

.case {
	width: 100%;
	margin: 20px 0 50px;
	float: left;
}

.case-list {
	width: 100%;
}

.case-list li {
	margin-top: 30px;
}

.case-list li a {
	display: block;
	position: relative;
	transition: all ease-out 0.25s;
	top: 0;
}

.case-list li a img {
	width: 100%;
	height: auto;
}

.case-list li a p {
	width: 100%;
	padding: 15px 20px;
	line-height: 26px;
	font-size: 18px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case-list li a:hover {
	-webkit-box-shadow: 0 5px 10px #eee;
	-moz-box-shadow: 0 5px 10px #eee;
	box-shadow: 0 5px 10px #eee;
	top: -10px;
}

@media ( min-width :768px) and (max-width:992px) {
	.case-list li a p {
		height: 82px;
		white-space: normal;
	}
}

.product-content {
	border-top: 2px solid #0074b7;
}

.product-content .breadcrumb {
	background-color: #fff;
	margin-top: 20px;
	padding: 8px 0;
}

.product-inner {
	padding-right: 270px;
}

.product-left {
	float: left;
	width: 100%;
}

.product-right {
	float: right;
	width: 240px;
	padding: 15px;
	background-color: #f5f8fb;
	margin-right: -270px;
	margin-top: 60px;
}

.product-detail img {
	width: 100%;
	height: auto;
}

.product-title {
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
}

.product-right h4 {
	margin: 0;
	font-size: 20px;
}

.relate-list li {
	margin-top: 20px;
}

.relate-list li a {
	display: block;
}

.relate-list li img {
	width: 100%;
	height: auto;
	background-color: #Fff;
}

.relate-list li h5 {
	margin: 0;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#portamento_container {
	float: right;
	position: relative;
	margin-right: -270px;
	z-index: 998;
}

#portamento_container #sidebar {
	float: none;
	position: absolute;
}

#portamento_container #sidebar.fixed {
	position: fixed;
	margin-top: 10px;
}

@media screen and (max-width:768px) {
	#scrollsidebar {
		display: none;
	}
	.product-inner {
		padding-right: 0;
	}
	.footer-yhcx .col-xs-12 {
		text-align: center;
	}
	.footer-code {
		float: none;
	}
	.icon-footer {
		float: none;
	}
}

.solve-img {
	text-align: center;
}

/**2019-12-05**/
.index-news-cell {
	margin-top: 30px;
}

@media ( min-width : 768px) {
	.index-news-cell:first-child {
		padding-right: 30px;
	}
}

.index-newsbig {
	display: block;
	overflow: hidden;
}

.index-newsbig .index-bignews-img {
	overflow: hidden;
}

.index-newsbig img {
	width: 100%;
	height: auto;
	transition: all .5s ease;
}

.index-bignews-txt {
	background-color: #fff;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
}

@media ( min-width : 1200px) {
	.index-bignews-txt {
		height: 53px;
		line-height: 53px;
	}
	.index-bignews-title {
		width: 400px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		float: left;
	}
	.index-bignews-date {
		float: right;
	}
}

.index-newssmall-list {
	margin-bottom: 0;
}

.index-newssmall-list li {
	border-top: 1px dashed #ddd;
	padding: 15px 0 15px 100px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.index-newssmall-list li:first-child {
	border-top: none;
	padding-top: 0;
}

.index-newssmall-list li:first-child .index-news-li-date {
	top: 0;
}

.index-newssmall-list li:nth-child(4) {
	padding-bottom: 0;
}

.index-news-li-date {
	width: 80px;
	height: 80px;
	background-color: #ccc;
	color: #fff;
	position: absolute;
	left: 0;
	top: 15px;
	text-align: center;
	font-family: '微软雅黑';
}

.index-news-li-day {
	line-height: 25px;
	margin-top: 15px;
	font-size: 20px;
	width: 80px;
	display: block;
}

.index-news-li-month {
	line-height: 25px;
	margin-bottom: 15px;
	width: 80px;
	display: block;
}

.index-news-li-txt a {
	display: block;
	height: 80px;
	overflow: hidden;
}

.index-news-li-txt h4 {
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

.index-news-li-txt p {
	margin-bottom: 0;
	line-height: 24px;
	margin-top: 6px;
	color: #888;
	height: 48px;
}

@media ( max-width : 768px) {
	.index-bignews-txt {
		height: 80px;
	}
	.index-bignews-title {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		height: 40px;
		line-height: 40px;
		display: block;
	}
	.index-bignews-date {
		line-height: 20px;
		width: 100%;
		display: block;
	}
}

@media ( min-width : 768px) and (max-width: 1200px) {
	.index-bignews-txt {
		height: 100px;
	}
	.index-bignews-title {
		width: 100%;
		overflow: hidden;
		height: 65px;
		line-height: 25px;
		display: block;
		padding-top: 15px;
	}
	.index-bignews-date {
		line-height: 30px;
		width: 100%;
		display: block;
	}
}

.index-newsbig:hover .index-bignews-img img {
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
	-moz-transform: scale(1.1); /* Firefox */
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-o-transform: scale(1.1);
}

.index-newsbig:hover .index-bignews-title,.index-newsbig:hover .index-bignews-date
	{
	color: #1c87cb;
}

.index-news-li-txt a:hover h4,.index-news-li-txt a:hover p {
	color: #1c87cb;
}

.index-news {
	padding-bottom: 30px;
}