@CHARSET "UTF-8";

body {
	padding-top: 68px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
	margin-right: 0px;
	margin-left: 0px;
}

.navbar .nav .user {
	padding: 0;
	line-height: 70px;
}

.navbar .nav .user .headicon {
	margin: 0 5px;
	height: 30px;
}

.navbar .nav .user .caret {
	vertical-align: middle;
	margin: 0 5px;
}

/*tc widget*/
.tc-main {
	margin-top: 20px;
}

/*tc-box*/
.tc-box {
	background: #fff;
	margin: 0 0 10px 0;
}

.body-white .tc-box {
	min-height: 500px;
}

.tc-box.first-box {
	margin: 0 0 10px 0;
}

.tc-box.article-box {}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
	width: 25%;
	float: left;
}

.tc-gridbox {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: solid 1px #eee;
	background: #fff;
	cursor: pointer;
}

.tc-gridbox {
	margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
	-webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 979px) {
	.tc-gridbox {
		display: block;
		float: none;
		width: 95%;
	}
}

@media (max-width: 979px) {
	.tc-gridbox-container {
		display: block;
		float: none;
		width: 100%;
	}

	.tc-gridbox {
		margin: 0 0 10px 0;
	}
}

.tc-gridbox .header {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background: #fff;
}

.tc-gridbox .footer {
	padding: 5px 14px 5px 14px;
	text-align: right;
	background: #fff;
}

.tc-gridbox .header .item-image {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.tc-gridbox .header img {
	margin-bottom: 5px;
	width: 100%;
	/*-webkit-transition: all 0.8s ease-in-out;*/
	/*-moz-transition: all 0.8s ease-in-out;*/
	/*-o-transition: all 0.8s ease-in-out;*/
	/*-ms-transition: all 0.8s ease-in-out;*/
	/*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

	/*-webkit-transform: scale(1.2) rotate(2deg);*/
	/*-moz-transform: scale(1.2) rotate(2deg);*/
	/*-o-transform: scale(1.2) rotate(2deg);*/
	/*-ms-transform: scale(1.2) rotate(2deg);*/
	/*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
	color: #454a4e;
	margin: 0 5px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
	color: #454a4e;
	white-space: nowrap;
}

.tc-gridbox .header .meta {
	color: #5a6065;
}

.tc-gridbox .header hr {
	border-top-color: #eee;
	border-bottom: none;
	margin: 5px 0;
}

.tc-gridbox .body {
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 14px;
	color: #343a3f;
}

.tc-gridbox .body a {
	color: #666;
}

.tc-gridbox .body a:hover {
	color: #428bca;
}

.tc-gridbox .btn {
	float: right;
	margin-right: 10px;
	margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
	margin-bottom: 20px;
}

.masonary-container .item h3 {
	line-height: 100%;
}

.masonary-container .grid-sizer,
.masonary-container .item {
	width: 24.9%;
	margin: 10px 0.05%;
	float: left;
	zoom: 1;
}

@media (max-width: 479px) {

	.masonary-container .grid-sizer,
	.masonary-container .item {
		width: 98%;
		margin: 10px 1%;
		float: left;
		zoom: 1;
	}
}

@media (min-width: 480px) and (max-width: 767px) {

	.masonary-container .grid-sizer,
	.masonary-container .item {
		width: 48%;
		margin: 10px 1%;
		float: left;
		zoom: 1;
	}
}

/*list Boxes
------------------------------------*/
.list-boxes {
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	word-wrap: break-word;
	word-break: break-all;
	border: solid 1px #eee;
}

.list-boxes:hover {
	border: solid 1px #ddd;
}

.list-boxes h2 a {
	color: #555;
}

.list-boxes:hover h2 a {
	color: #f90;
}

.list-boxes .list-actions a {
	font-size: 16px;
	text-decoration: none;
}

.list-boxes p a {
	color: #72c02c;
}

.list-boxes .list-boxes-img li i {
	color: #72c02c;
	font-size: 12px;
	margin-right: 5px;
}

.list-boxes .list-boxes-img img {
	display: block;
	margin: 5px 10px 10px 0;
}

.list-boxes h2 {
	margin-top: 0;
	font-size: 20px;
	line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
	display: inline;
}

.list-boxes ul.list-boxes-rating li i {
	color: #f8be2c;
	cursor: pointer;
	font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
	color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
	color: #fff;
}

/*Red list Box*/
.list-boxes-red {
	background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
	background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
	background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
	background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
	border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
	border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
	border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
	border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
	border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
	border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
	border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
	border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
	border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
	border-right-color: #5fb611;
}

/*comments*/
.comment {
	margin-bottom: 10px;
}

.comment .avatar {
	height: 40px;
	width: 40px;
}

.comment-body {
	overflow: hidden;
}

.comment-content {
	padding-bottom: 2px;
	word-break: break-all;
	word-wrap: break-word;
}

.comment>.pull-left {
	margin-right: 10px;
}

.comment .time {
	color: #ccc;
	font-size: 12px;
	line-height: 14px;
}

.comment-postbox-wraper {}

.comment-postbox {
	width: 100%;
	padding: 10px;
}

.comment-reply-box {
	position: relative;
}

.comment-reply-box .textbox {
	width: 100%
}

.comment-reply-submit .btn {
	margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
	padding: 5px 0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
	margin-right: 5px;
}

.ranking li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-color: #aaa;
}

.ranking li.top3 i {
	background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
	padding: 10px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	/*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	width: 0;
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " ";
	display: block;
	position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
	border-top: 15px solid #eee;
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset;
	/*FF fixes*/
	border-right-style: inset;
	/*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
	border-bottom: 15px solid #fff;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset;
	/*FF fixes*/
	border-bottom-style: inset;
	/*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
	border-color: #FC9B0B;
	border-top-color: #FC9B0B;
	background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
	border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
	color: #777;
	display: block;
	font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
	text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
	text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
	margin: 0;
}

.tc-photos li {
	display: inline;
}

.tc-photos li a {
	text-decoration: none;
}

.tc-photos li img {
	opacity: 0.6;
	width: 50px;
	height: 50px;
	margin: 0 2px 8px;
	border: 1px solid #ddd;
}

.tc-photos li img:hover {
	opacity: 1;
	border: 1px solid #f90;
	/* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {}

.posts .dl-horizontal {
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt {
	width: 60px;
	float: left;
}

.posts .dl-horizontal dt .img-wraper {
	display: block;
	width: 55px;
	height: 55px;
	padding: 1px;
	margin-top: 2px;
	border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
	width: 100%;
	height: 100%;
	/* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
	margin-left: 70px;
}

.posts .dl-horizontal dd p {
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color: #FC9B0B;
	border-color: #FC9B0B !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-pack-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.bg-theme {
	background-color: #286cec;
}

.three-c {
	color: #333;
}

.six-c {
	color: #666;
}

.nine-c {
	color: #999;
}

.white-c {
	color: #fff;
}

.theme-c {
	color: #286cec;
}

.f-18 {
	font-size: 18px;
}

.f-16 {
	font-size: 16px;
}

.f-20 {
	font-size: 20px;
}

.f-14 {
	font-size: 14px;
}

.f-23 {
	font-size: 20px;
}

.f-22 {
	font-size: 22px;
}

.f-24 {
	font-size: 24px;
}

.f-26 {
	font-size: 26px;
}

.f-28 {
	font-size: 28px;
}

.f-12 {
	font-size: 12px
}

.f-30 {
	font-size: 34px;
	font-weight: bold;
}

.f-34 {
	font-size: 34px;
}

.f-34-bold {
	font-size: 34px;
	font-weight: bold
}

.f-36 {
	font-size: 36px;
}

.f-32 {
	font-size: 32px;
}

.f-40 {
	font-size: 40px;
}

.f-50 {
	font-size: 50px;
}

.f-70 {
	font-size: 70px;
}

.f-80 {
	font-size: 80px;
}

.f-120 {
	font-size: 120px;
}

.f-bold {
	font-weight: bold;
}

.margin-tten {
	margin-top: 10px;
}

.margin-ttwo {
	margin-top: 20px;
}

.subtitle-mg {
	margin-top: 26px;
}

.margin-tthree {
	margin-top: 30px;
}

.margin-tsix {
	margin-top: 60px;
}

.margin-tfive {
	margin-top: 50px;
}

.margin-tfour {
	margin-top: 40px;
}

.margin-smbfive {
	margin-bottom: 5px;
}

.margin-bten {
	margin-bottom: 10px;
}

.margin-btwo {
	margin-bottom: 20px
}

.margin-bfive {
	margin-bottom: 50px;
}

.margin-bseven {
	margin-bottom: 70px;
}

.content-margint {
	margin-top: 70px;
}

.margin-zero {
	margin: 0;
}

.padding-ten {
	padding: 10px;
}

.display-block {
	display: block;
}

.text-over {
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gray-bg {
	background-color: #fbfbfb;
	padding: 80px 10px 80px
}

.white-bg {
	background-color: #fff;
	padding: 80px 10px 80px
}

a:hover {
	text-decoration: none;
}

.core-staff,
.staff-avatar {
	transition: .5s;
	-webkit-transition: .5s
}

.core-staff:hover {
	box-shadow: rgba(0, 0, 0, .1) 0px 0px 20px 5px;
}

.core-staff:hover .staff-avatar {
	top: -50px;
}

/*案例中心*/
.case-type {
	font-size: 16px;
	color: #333;
	cursor: pointer;
	padding: 4px 18px;
}

.case-type-active {
	color: #286cec
}

.case-container {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 auto;
}

.case-div {
	border: 1px solid #e2e2e2;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.case-div-item {
	padding: 0 20px;
}

.item-title {
	height: 50px;
}

.item-title .case-h4 {
	color: #4B4235;
	font-size: 18px;
}

.item-title .case-p {
	font-size: 13px;
	color: #929292;
	text-align: right;
}

.item-title .case-h4,
.case-p {
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	line-height: 50px;
}

.item-arow {
	padding: 5px 0;
	color: #929292
}

.item-arow .arow-icon {
	float: right
}

.case-img {
	width: 100%;
	overflow: hidden;
	min-height: 150px;
}

.case-img img {
	transition: .8s;
	width: 100%;
}

/*.case-div:hover .case-img img{transform: scale(1.1);}*/

.case-div:hover .abscase2 {
	bottom: 0;
}

.abscase2 {
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	height: 150px;
	transition: all .3s ease;
	flex-direction: column;
	background: #fff;
	border-bottom: 4px solid #2389ed;
}

.abscase2 p.flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 0 20px;
}

.abscase2 p.flex span:nth-of-type(1) {
	font-size: 1.3em;
}

.abscase2 p.flex span:nth-of-type(2) {
	background: #f1f1f1;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}

.abscase2 p {
	background: #fff;
}

.abscase2 p.casedetail {
	padding-bottom: 2px;
	line-height: 24px;
}

.abscase2 p.introduct-detail {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 4 !important;
	-webkit-box-orient: vertical !important;
	height: 80px;
	padding: 0 20px;
	line-height: 20px;
	margin: 0;
}

/*21道工序*/
.process-intros {
	flex-wrap: wrap;
	padding: 30px 100px
}

.process-intros div {
	width: 23%;
	margin: 1%;
	height: 170px;
	position: relative
}

.process-intros div a {
	transition: .5s;
	-webkit-transition: .5s;
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 15px;
	z-index: 99;
}

.process-intros div:hover a {
	top: -4px;
	left: -4px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
	background-color: #286cec;
}

.process-intros div:hover a h2 {
	color: #fff
}

.process-intros div:hover a h4 {
	color: #fff
}

.process-intros div:hover a p {
	color: #fff
}

.process-intros div a h2 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 35px;
	letter-spacing: -3px;
	color: #000
}

.process-intros div a h4 {
	font-weight: bold;
	margin-bottom: 8px;
	color: #333
}

.process-intros div a p {
	color: #a8a8a8;
	margin-bottom: 0;
	font-size: 14px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*核心人员*/
.core-staff {
	transition: .5s;
	margin-top: 50px;
	height: 360px;
	width: 100%;
	background: #fff;
	padding: 20px;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center
}

.core-staff .staff-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	top: -40px;
}

.core-staff:hover {
	box-shadow: rgba(0, 0, 0, .1) 0px 0px 20px 5px;
}

.staff-detail {
	margin-top: 40px;
	width: 100%
}

.staff-detail h3 {
	text-align: center
}

.staff-detail .staff-content {
	text-align: justify;
	width: 100%;
	color: #929292;
	overflow: hidden;
	height: 200px;
	word-wrap: break-word;
}

.staff-detail .staff-name {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px
}

.newcore {
	max-width: 1360px;
	margin: 0 auto;
	height: 400px;
	overflow: hidden;
	position: relative
}

.newcore .newcore-swiper {
	min-width: 1360px;
	position: absolute;
	left: 0;
}

.newcore .newcore-swiper .newcore-swiper-item {
	width: 300px;
	float: left;
	margin: 0 20px;
}

.coreswiper-right,
.coreswiper-left {
	font-size: 22px;
	z-index: 9;
	width: 2em;
	height: 2em;
	background-color: #fff;
	color: #111;
	border-radius: 50%;
}

.coreswiper-left {
	position: absolute;
	top: 380px;
	left: -20px
}

.coreswiper-right {
	position: absolute;
	top: 380px;
	right: -20px
}

/*.glyphico{opacity: 1}*/

/*品牌标识动画*/
/*.brand{transition: ease-in .5s;padding:20px 30px;overflow: hidden;*/
/*background: linear-gradient(0, #ffbe00 2px, #ffbe00 2px) no-repeat,*/
/*linear-gradient(-90deg, #ffbe00 2px, #ffbe00 2px) no-repeat,*/
/*linear-gradient(-180deg, #ffbe00 2px, #ffbe00 2px) no-repeat,*/
/*linear-gradient(-270deg, #ffbe00 2px, #ffbe00 2px) no-repeat;*/
/*background-size: 0 2px, 2px 0, 0 2px, 2px 0;*/
/*background-position: left top, right top, right bottom, left bottom;}*/
/*.brand:hover {*/
/*background-size: 100% 2px,  2px 100%, 100% 2px, 2px 100%;*/
/*}*/
.cooprates-item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e2e2e2
}

.cooprates-item-parent {
	width: 18%;
	margin: 1%;
}

.cooprates-item img {
	width: 100%;
	height: 100%;
	transtion: .5s;
	-webkit-transition: .5s
}

.cooprates-item:hover {
	box-shadow: rgba(0, 0, 0, .1) 0px 0px 20px 5px;
	border: 1px solid #e2e2e2
}

/*.cooprates-item:hover img{transform:scale(1.1);}*/
/*淡灰*/
.qiangray {
	color: #fbfbfb !important;
}

.zhongwhite {
	color: #fff !important;
}

.english-leter {
	letter-spacing: -1px
}

.gradient-text-one {
	background-image: -webkit-linear-gradient(left, #FE761F, yellow);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-text-two {
	background-image: -webkit-linear-gradient(bottom, #FE761F, yellow);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

a {
	outline: none
}

a:focus {
	outline: none
}

.f-bold {
	font-weight: bold
}

.line1d5 {
	line-height: 1.5
}

.margint7 {
	margin-top: 70px
}

.f-size30 {
	font-size: 30px
}

.text-white {
	color: #fff
}

.padding-zero {
	padding: 0
}

.width100 {
	width: 100%
}

h4.text-center {
	font-size: 19px !important;
	margin-top: 16px !important;
	margin-bottom: 10px !important;
	font-weight: bold !important;
}

.onenum {
	position: absolute;
	bottom: 0;
	height: 100px;
	background: rgba(46, 12, 169, .5);
	color: #fff;
	width: 100%
}

.onecontent {
	position: absolute;
}

.onenum .container .onenum-item {
	width: 20%;
	text-align: center;
	height: 100px
}

.onenum .container .onenum-item h1 {
	font-size: 40px;
	font-weight: bold
}

.onenum .container .onenum-item p {
	font-size: 24px;
	margin-bottom: 0
}

/*文章详情的样式*/
.hot-artical {
	margin-top: 20px;
	background-color: #fff;
	min-height: 150px;
	box-shadow: rgba(0, 0, 0, .1) 0px 0px 20px 5px;
}

.hot-artical .hot-title {
	padding: 10px;
	border-bottom: 3px solid #f5f5f5;
	font-size: 24px;
}

.artical-list {
	padding: 0 10px 20px 10px;
}

.artical-list .artical-list-item {
	margin: 10px 0;
	cursor: pointer
}

.artical-list .artical-list-item img {
	width: 15px
}

.artical-list .artical-list-item p {
	color: #5B5B5B;
	font-size: 14px;
	margin-bottom: 0;
	width: 93%;
	margin-left: 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.artical-list-item:hover p {
	color: #FFBA00
}

.recomand-lists {
	padding: 15px 15px 40px 15px
}

.recomand-lists .recomand-img {
	width: 100%;
	margin-bottom: 20px
}

.page-num {
	margin-top: 50px
}

.tc-main {
	margin-bottom: 20px
}

.artical-title {
	margin-top: 10px
}

.your-address {
	font-size: 14px;
	color: #545454;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.artical-abstract {
	margin-bottom: 25px;
	background-color: #F5F7F8;
	padding: 15px 0;
}

.artical-abstract div {
	text-indent: 25px;
	min-height: 25px;
	max-height: 50px;
	line-height: 25px;
	overflow: hidden;
	padding: 0 8px;
	text-align: justify
}

.detail-banner {
	width: 100%;
	max-height: 300px;
	overflow: hidden
}

.detail-banner img {
	width: 100%
}

.bannertop {
	width: 100%;
}

.bannertop img {
	width: 100%;
	cursor: pointer;
}

.artical-titile {
	margin: 25px 0
}

.article-infobox {
	font-size: 12px;
	color: #545454;
	margin-bottom: 25px;
}

.artical-source {
	color: #333
}

.goprev,
.go-index {
	color: #202020
}

.goprev:hover,
.go-index:hover {
	color: #FFBA00
}

.marketing-apply-item {
	width: 100%;
	height: 24rem;
	margin-bottom: 8%;
	overflow: hidden
}

.marketing-apply-item img {
	width: 100%;
	min-height: 24rem;
}

.animated-contaniner {
	width: 100%;
	text-align: center;
}

/* 推荐标签 */
.recomand-tips .recomand-tip {
	display: inline-block;
	padding: 5px 10px;
	background-color: #eeeeee;
	color: #666;
	border-radius: 4px;
	font-size: 12px;
	margin: 5px;
}

/* 2020年10月15日10:50:48 */
.box-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0);
}

.box-button {
	display: block;
	overflow: hidden;
	position: relative;
	height: 50px;
	min-width: 200px;
	display: flex;
	align-items: center;
	font-size: 21px;
	border-radius: 1000px;
	justify-content: center;
	padding: 0 16px;
	color: #fff;
	background: #2589FF;
}


.box-button .anim {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	overflow: hidden;
	border-radius: 100%;
	animation: mymove 1s infinite linear;
	background: #000;
}

.box-button .spanText {
	z-index: 2;
}

.home-slider.box-button {
	height: 40px;
	min-width: 160px;
	font-size: 16px;
	box-shadow: 1px 1px 5px #000;
}


@-webkit-keyframes mymove {
	from {
		width: 0px;
		height: 0px;
		opacity: 0.1;
	}

	to {
		opacity: 0;
		width: 400px;
		height: 300px;
	}
}


.box-news {
	margin-top: 0.43rem;
}

.box-news .row:before {
	display: table;
	content: " ";
}

.box-news .box-flex-end {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.box-news .left {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.19);
	border-radius: 0.05rem;
	padding: 0 !important;
	font-size: 0.11rem;
	color: rgba(91, 91, 91, 1);
	margin: 0 30px;
}

.box-news .left a {
	text-decoration: none !important;
}

.box-news .left .infos h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 0.14rem;
	color: rgba(80, 81, 81, 1);
}



.box-news .left .time {
	font-size: 0.11rem;
	color: rgba(181, 181, 181, 1);
}

.box-news .left .infos {
	text-align: left;
	padding: 0 16px 13px;
}

.box-news .left .img-box {
	position: relative;
	border-radius: 0.05rem 0.05rem 0 0;
	overflow: hidden;
}

.box-news .img-box img {
	/* position: absolute; */
	width: 100%;
	height: inherit;
	top: 0;
	left: 0;
}

.box-news .right {
	margin-top: 0.1rem;
	margin-left: 0.2rem;
}

.box-news .right>ul {
	list-style: none;
	padding-left: 0 !important;
	margin-bottom: 10px;
}

.box-news .box-flex-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/* border: 1px solid red; */
}

#consult_main_list li {
	line-height: 0.6rem;
	border-bottom: 1px solid #B8C0D2;
	/* padding-right: 0.1rem; */
}

#consult_main_list li .time {
	font-size: 0.15rem;
	color: rgba(174, 174, 174, 1);
}

.box-news .pull-right {
	float: right !important;
}

#consult_main_list li a {
	max-width: 75%;
	text-align: left;
	font-size: 16px;
	color: rgba(53, 97, 140, 1);
}

.ellipse-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 526px;
	height: 40px;
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: bold;
	color: rgba(53, 97, 140, 1);
	line-height: 40px;
}

.box-news .ellipse-3 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.box-news .left .infos p {
	margin: 0 0 10px;
	border-top: 1px solid #B8C0D2;
	padding-top: 7px;
	color: #5B5B5B;
	height: 6px;
}

#consult_menu1 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	list-style: none;
	padding-left: 0 !important;
}

.box-flex-around {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

#consult_menu1.box li {
	font-size: 15px;
	color: rgba(129, 129, 129, 1);
	cursor: pointer;
}

#consult_menu1.box li a {
	text-decoration: none;
}

#consult_menu1.box strong {
	font-size: 15px;
	color: rgba(129, 129, 129, 1);
	cursor: pointer;
}

#consult_menu1.box strong:hover {
	font-size: 17px;
	color: rgba(16, 16, 16, 1);
}

#consult_menu1.box .active strong {
	font-size: 17px;
	color: rgba(16, 16, 16, 1);
}


.box-process {
	padding: 70px 0 20px 0;
	background: url(/themes/simpleboot3/public/assets/images/processbg.png) no-repeat;
	background-size: 100% 100%;
}

@media (min-width: 768px){
	.container {
	    /* padding: 0 5px !important; */
		/* width: auto; */
	}
}


@media (max-width: 768px){
	ul#main-menu{
		flex-wrap: wrap;
		width: 100%;
	}
	ul#main-menu .menu-item-level-1{
		width: 100%;
	}
	.nav>li>a{
		padding: 15px!important
	}
		
}