/* =============== index =============== */
/* trends */
.trends {
	padding-top: 30px;
}

.trends .col-md-6 {
	margin-bottom: 30px;
}

.trends-bg {
	height: 230px;
	text-align: center;
	background: url(../img/trends-bg.jpg) center / cover  no-repeat;
}

.trends-bg h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 28px;
	color: #fff;
	background: #0b57a6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.scroll-wrap {
	height: 230px;
	overflow: hidden;
}

.trends-cont {
	font-size: 15px;
}

.trends-cont li {
	position: relative;
	padding: 11px 30px 11px 25px;
	border-top: 1px dashed #c6c6c6;
}

.trends-cont li:last-child {
	border-bottom: 1px dashed #c6c6c6;
}

.trends-cont li:before,
.trends-cont li:after {
	position: absolute;
	content: '';
}

.trends-cont li:before {
	top: 17px;
	left: 0;
	width: 12px;
	height: 9px;
	background: url(../img/trends-list.png) no-repeat;
}

.trends-cont li:after {
	top: 17px;
	right: 0;
	width: 24px;
	height: 7px;
	background: url(../img/arrow-right.png) no-repeat;
	cursor: pointer;
}

.trends-cont li:hover::after {
	background: url(../img/arrow-right-hover.png) no-repeat;
}

.trends-cont li:hover a,
.trends-cont li:hover a span {
	color: #1758a8;
}

.trends-cont li a {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.trends-cont li a span {
	display: inline-block;
	margin-right: 10px;
	color: #888;
}
/* end trends */

/* get */
.get {
	background-color: #f3f9ff;
}

.get-bg {
	height: 139px;
	background: url(../img/get-bg.png) #f3f9ff center / cover  no-repeat;
}

.get-list {
	position: relative;
	height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-left: 1px solid #e9e9e9;
}

.get-list:hover {
	background: #fff;
}

.get-list:before {
	position: absolute;
	top: 40%;
	left: -11px;
	width: 22px;
	height: 25px;
	background: url(../img/get-icon.png) no-repeat;
	content: '';
}

.get-list .caption {
	padding-right: 30%;
	padding-left: 5%;
}

.get-list h3 {
	font-size: 25px;
	color: #444;
}

.get-list p {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 16px;
	color: #888;
}

@media (max-width: 900px) {
	.get-list {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.get-list .caption {
		padding-right: 5%;
		padding-left: 5%;
	}
	
	.get-list h3 {
		font-size: 20px;
	}

	.get-list p {
		font-size: 15px;
	}	
}

.get-list a {
	display: block;
	width: 100px;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	border: 1px solid #4197f3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.get-list:hover a {
	color: #fff;
	background: #3d97f3;
}
/* end get */

/* union */
.union {
	background: #eceff6;
}

.union .row-bg {
	height: 307px;
	background: url(../img/union-bg.png) #3589e2 center / cover  no-repeat;
}

@media (max-width: 1260px) {
	.union .row-bg {
		height: auto;
	}
}

.imgcont-list {
	height: 100% !important;
	padding: 90px 50px !important;
}

.imgcont-list:nth-child(2n) {
	background-color: rgba(53, 137, 226, .5);
}

.imgcont-list:hover {
	background: rgba(255, 255, 255, .2);
}

.imgcont-list h3,
.imgcont-list p,
.imgcont-list a {
	color: #fff;
}

.imgcont-list h3 {
	margin-top: 10px;
	margin-bottom: 15px;
}

@media (max-width: 1200px) {
	.imgcont-list h3 {
		font-size: 20px;
	}
}

.imgcont-list a {
	display: block;
	width: 100px;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	border: 1px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;	
}

.imgcont-list:hover a {
	color: #2165ad;
	background: #fff;
}
/* end union */

/* item-wrap */
.item-wrap {
	position: relative;
	padding: 15px 0 10px 0;
	background: #eceff6;
	overflow: hidden;
}

.row-30 {
	margin-right: -30px !important;
	margin-left: -30px !important;
}

@media (max-width: 767px) {
	.row-30 {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
}

.title {
	padding: 10px 0;
}

.title h2,
.title p {
	text-align: center;
}

.title h2 {
	font-size: 30px;
	color: #0b57a6;
}

.title h2 span {
	display: inline-block;
	width: 4px;
	height: 28px;
	margin: 0 15px;
	background: #0b57a6;
	vertical-align: middle;
}

@media (max-width: 415px) {
	.title h2 {
		font-size: 25px;
	}
}

.title .separate {
	display: inline-block;
	width: 1px;
	height: 40px;
	margin: 0 10px;
}

.title p {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #b2b2b2;
}

.thumbnail {
	padding: 0;
	margin-bottom: 0;
	background: none;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.item-wrap .thumbnail {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	margin-bottom: 30px;
	background: #fff !important;
	border: 1px solid #ececec !important;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item-wrap .thumbnail:hover,
.item-wrap .thumbnail:focus {
	top: -15px;
	background: #fff;
	text-decoration: none;
	-webkit-box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 15px 45px 3px rgba(0, 0, 0, 0.3);
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item-wrap>img,
.carousel-inner>.item-wrap>a>img {
	width: 100%;
}

.item-wrap .item-list img {
	z-index: 8;
	height: 220px;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item-wrap .item-list:hover img,
.item-wrap .item-list:focus img {
	-webkit-opacity: .5;
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.item-wrap .item-list:hover h2 {
	color: #1758a8;
}

.item-wrap .item-list:hover p {
	color: #666;
}

.item-wrap .item-list:hover button {
	color: #fff;
	background: #1758a8;
	border-color: #1758a8;
}

.item-wrap .item-list:hover h2,
.item-wrap .item-list:hover p,
.item-wrap .item-list:hover button {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-content {
	padding: 0 0 20px 15px;
}

.item-content h2 {
	font-size: 18px;
	color: #5d5d5d;
	white-space: nowrap;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.item-content p {
	height: 50px;
	padding-top: 3px;
	margin-bottom: 0;
	font-size: 16px;
	color: #b2b2b2;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	-box-orient: vertical;	
}

.item-content .btn-border-blue {
	margin: 23px 0;
	color: #5d5d5d;
	border-color: #5d5d5d;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.particles-js-canvas-el {
	position: absolute;
	top: 0;
}
/* end item-wrap */
/* =============== end index =============== */

/* =============== banner-sm =============== */
.banner-sm {
	position: relative;
	height: 200px;
	background: url(../img/banner-sm.jpg) no-repeat;
	background-size: cover;
}

@media (min-width: 1024px) {
	.banner-sm {
		height: 350px;
	}
}

.banner-sm-tit {
	width: 90%;
	margin: 0 auto;
	position: absolute;
	bottom: 24%;
	left: 10%;
}

.banner-sm-tit h1 {
	font-size: 20px;
	color: #fff;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 15px;
}

.banner-sm-tit p {
	font-size: 13px;
	color: #fff;
}

.banner-sm-tit h1 em {
	width: 16px;
	background: #fff;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (min-width: 1366px) {
	.banner-sm {
		background: url(../img/banner-sm.jpg) no-repeat;
		background-size: cover;
	}

	.banner-sm-tit {
		width: 150px;
		left: 50%;
		margin-left: -542px;
	}

	.banner-sm-tit h1 {
		font-size: 30px;
	}

	.banner-sm-tit p {
		font-size: 15px;
	}
	
	.banner-sm-tit h1 em {
		width: 27px;
	}	
}

@media (min-width: 1440px) {
	.banner-sm-tit {
		width: 200px;
		left: 50%;
		margin-left: -587px;
	}
}

@media (min-width: 1600px) {
	.banner-sm-tit {
		width: 1370px;
		left: 50%;
		margin-left: -699px;
	}
}

.public-banner {
    width: 100%;
    height: 350px;
    color: #fff;
}

.public-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
	margin: 0;
	line-height: 1.5;
    font-size: 35px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width:630px) {
	.public-banner h1 {
		font-size: 30px;
	}
}
/* =============== end banner-sm =============== */

/* =============== technology =============== */
.banner-technology {
	height: 550px;
}

.title-h {
    margin: 30px 0;
    line-height: 1.5;
    font-size: 30px;
    color: #0b57a6;
}

.title-h span {
    display: inline-block;
    width: 4px;
    height: 28px;
    margin: 0 15px;
    background: #0b57a6;
    vertical-align: middle;
}

/* item-lr */
.padd-bott30 {
	padding-bottom: 30px;
}

.item-lr .cont {
	border: 1px solid #ddd;
}

.item-lr .cont .caption,
.item-lr .cont .item-img {
	margin-bottom: 30px;
}

.item-lr .cont .item-img img {
	max-width: 100%;
}

.item-lr .caption .row {
	margin-right: -40px;
	margin-left: 0;
}

.item-lr .caption .row h3 {
	margin: 30px 0;
}

.item-lr .caption a {
	display: block;
	width: 110px;
	height: 35px;
	padding: 0 15px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	background: #3793f1;
	border: 1px solid #4197f3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.item-lr .item-img .row {
	margin-right: -40px;
	margin-left: 40px;
}

@media (max-width: 415px) {
	.item-lr .caption .row,
	.item-lr .item-img .row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.item-lr .item-img .row-l {
	margin-right: 30px;
	margin-left: -30px;
}

.item-lr .item-img .row-l img {
	margin-bottom: 30px;
}

.item-lr .caption .row-r {
	margin-right: 30px;
	margin-left: -30px;
}

@media (max-width: 415px) {
	.item-lr .item-img .row-l,
	.item-lr .caption .row-r {
		margin: 0;
	}

	.item-img img {
		width: 100%;
	}
}

.item-lr p {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;
}

@media (max-width: 415px) {
	.item-lr p {
		margin-top: 0;
	}
}
/* end item-lr */

.tech-ad {
	color: #fff;
	background: url(../img/tech-ad.jpg) center / cover  no-repeat;
}

.tech-ad .title-h {
	color: #fff;
}

.tech-ad .title-h span {
    background: #fff;
}

.tech-ad .cont {
	border: 0;
}

.line {
	width: 100%;
	height: 1px;
	margin: 15px auto;
	background: rgba(255, 255, 255, .5);
}

.tech-ad .line {
	margin-top: 5px;
	margin-bottom: 40px;
}

.tech-data .cont {
	padding: 30px 10px;
}

.tech-data .cont .item-img {
	padding: 20px 10px;
}

.tech-item .cont {
	padding: 10px;
}

.tech-item .cont .caption h3 {
    margin: 30px 0;
	line-height: 1.5;
}

.tech-item .cont .item-img {
	padding: 20px 10px 0 10px;
}

#tech-thz .cont .item-img {
	padding: 40px 10px 40px 70px;
}

@media (max-width: 768px) {
	#tech-thz .cont .item-img {
		padding: 20px 10px 0 10px;
	}
}

.tech-item .cont .item-img img {
	max-width: 100%;
}
/* =============== end technology =============== */

/* =============== news =============== */
.news-body {
	background: #eceeeb;
}

.banner-news {
	margin-bottom: 15px;
	background: url(../img/banner-news.jpg) no-repeat;
	background-size: cover;
}

@media (min-width: 1024px) {
	.banner-news {
		margin-bottom: 40px;
	}
}

@media (min-width: 1600px) {
	.news-wrap .container {
		width: 1440px;
	}
}

.timewtxt {
	padding: 0;
}

.newlist {
	background-color: #fff;
	border: solid 1px #e5e5e5;
	margin-bottom: 30px;
}

.newlist .imgdiv {
	position: relative;
	overflow: hidden;
}

.newlist .imgdiv img {
	width: 100%;
	height: 220px;
}

.newlist .title {
	padding: 10px;
	border-bottom: solid 1px #e5e5e5;
}

.newlist .title .time {
	height: 100%;
	text-align: center;
	border-right: solid 1px #e5e5e5;
	margin-left: -15px;
	margin-right: -14px;
}

.newlist .title .time h4 {
	font-size: 45px;
}

.newlist .title .time h5 {
	padding: 5px 0;
	font-size: 12px;
	color: #888;
}

.newlist .new_footer .left {
	font-size: 10px;
	float: left;
}

.newlist .title .right {
	padding-bottom: 15px;
}

.newlist .title .right a {
	font-weight: bold;
	padding-bottom: 6px;
	display: block;
	font-size: 14px;
	overflow: hidden;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newlist .title .right strong {
	display: block;
	height: 33px;
	font-size: 12px;
	font-weight: 100;
	color: #777;
	overflow: hidden;
}

.newlist .new_footer {
	padding: 10px 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newlist .new_footer .right {
	float: right;
	background: url(../img/arrow-right.png) no-repeat center;
	background-size: 100%;
	display: inline-block;
	width: 24px;
	height: 17px;
	opacity: .5;
	filter: alpha(opacity=50);
	course: pointer;
}

.newlist .new_footer .right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.new .imgdiv {
	background-color: #dfdfdf;
}

.new .imgdiv img {
	width: 100%;
}

.new .title {
	padding: 10px;
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
	padding-top: 0;
}

.new .title .time {
	height: 100%;
	text-align: center;
	border-right: solid 1px #e5e5e5;
}

.new .title .time h4 {
	font-size: 20px;
}

.new .title .time h5 {
	font-size: 12px;
	line-height: 24px;
}

.new .title .right a {
	font-weight: bold;
	padding-bottom: 12px;
	display: block;
	font-size: 13px;
}

.new .title .right strong {
	display: block;
	font-weight: 100;
	font-size: 12px;
	height: 33px;
	overflow: hidden;
	color: #666;
}

.page {
	text-align: center;
}

.page a {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.page .page_next {
	margin-left: -42px;
	display: inline-block;
	display: none;
	width: 75px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #666;
	background: url(../img/page-next.png) no-repeat center;
	background-size: 40%;
	border-radius: 20px;
}

.page .page_next:hover {
	background: #1758a8 url(../img/page-next-hover.png) no-repeat center;
	background-size: 40%;
	border: 1px solid #1758a8;
}

.page .page_cont a {
	padding: 0 4px;
	line-height: 31px;
}

.page .page_cont a.active {
	color: #1758a8;
}

.page .page_prev {
	display: inline-block;
	display: none;
	width: 75px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #666;
	background: url(../img/page-prve.png) no-repeat center;
	background-size: 40%;
	border-radius: 20px;
}

.page .page_prev:hover {
	background: #1758a8 url(../img/page-prve-hover.png) no-repeat center;
	background-size: 40%;
	border: 1px solid #1758a8;
}

.page {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 45px 0;
	height: auto;
	overflow: hidden;
	padding-top: 36px;
}

.page .col-md-8 {
	position: static;
}

.pageDownL,
.pageDownR {
	position: absolute;
	top: 36px;
	-webkit-text-fill-color: transparent;
	border-radius: 20px;
	-webkit-background-clip: text;
	-webkit-animation: cliptext 20s linear infinite;
	z-index: 10;
}

.pageDownR {
	display: inline-block;
	width: 75px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #666;
	background: url(../img/page-next.png) no-repeat center;
	background-size: 40%;
	border-radius: 20px;
}

.pageDownL {
	display: inline-block;
	width: 75px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #666;
	background: url(../img/page-prve.png) no-repeat center;
	background-size: 40%;
	border-radius: 20px;
}

.pageDownR:hover {
	background: #1758a8 url(../img/page-next-hover.png) no-repeat center;
	background-size: 40%;
	border: 1px solid #1758a8;
}

.pageDownL:hover {
	background: #1758a8 url(../img/page-prve-hover.png) no-repeat center;
	background-size: 40%;
	border: 1px solid #1758a8;
}

.pageDownL {
	left: 27px;
}

.pageDownR {
	right: 29px;
}

.newlist .title .time h4 {
	font-size: 28px;
}

.newlist .title .time {
	text-align: center;
}

.row-fluid {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.timewrap {
	height: 50px;
	width: 30%;
	margin-bottom: 10px;
}

.timewrap .time {
	height: 100%;
}

.new_ind {
	background: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
}

.new .title .time h4 {
	font-size: 25px;
}

.new_ind {
	padding-top: 25px;
}

.new_ind .list-view {
	margin-right: -15px;
	margin-left: -15px;
}

.new_ind .list-view .empty {
	margin-right: 15px;
	margin-left: 15px;
}

@media (min-width:768px) {
	.page {
		width: 780px;
	}

	.page .page_next {
		margin-left: 0;
	}

	.page .page_cont a {
		padding: 0 12px;
	}

	.newlist .imgdiv {
		height: 175px;
	}

	.new .newlist .imgdiv {
		width: 100%;
		height: 183px;
	}
}

@media (min-width:1024px) {
	.timewrap {
		height: 60px;
		width: 25%;
		margin-bottom: 0;
	}

	.new_ind {
		/* padding: 60px 45px; */
	}

	.newlist .title .time {
		border-right: solid 1px #e5e5e5;
	}

	.newlist .imgdiv img {
		transition: all .3s ease;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		-ms-transition: all .3s ease;
	}

	.newlist .imgdiv:hover img {
		transform: scale(1.05);
	}

	.newlist .title .time h5 {
		padding: 4px 0;
	}

	.newlist .title .time h4 {
		line-height: 35px;
	}

	.new_ind .col-md-9 {
		margin-left: -21px;
		/* width: 80%; */
		padding-right: 0;
	}

	.newlist .title .right {
		margin-left: 20px;
		width: 84%;
	}

	.newlist .title .time {
		text-align: left;
	}

	.timewrap {
		height: 74px;
	}

	.newlist .title .right {
		padding-bottom: 0;
	}

	.newlist .imgdiv {
		height: 135px;
	}

	.newlist .title .right {
		padding-top: 5px;
		margin-right: -6px;
	}

	.timewtxt {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width:1366px) {
	.newlist .title .time {
		margin-right: 6px;
		text-align: center;
	}

	.newlist .title {
		padding: 10px 0 15px 0;
		margin: 0 5px 0 5px;
	}

	.newlist .title .time h4 {
		font-size: 35px;
	}

	.newlist .title .right {
		margin-left: 7px;
		width: 95%;
	}
}

@media (min-width:1600px) {
	.newlist .imgdiv {
		width: 100%;
		height: auto;
	}
}
/* =============== end news =============== */

/* =============== join =============== */
.banner-join {
	background: url(../img/banner-join.jpg) no-repeat;
}

.join-cond {
	padding-top: 30px;
}

.join-cond .row {
	padding: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.join-cond .join-cond-bg {
	height: 121px;
	background: url(../img/join-cond.jpg) center / cover  no-repeat;
}

.join-cond .trends-cont {
	height: 121px;
	padding: 20px 0;
	overflow: auto;
}

.join-cond .trends-bg h3 {
	font-size: 25px;
	background: none;
}

.join-cond .trends-bg h3 span {
	display: inline-block;
	width: 4px;
	height: 25px;
	margin: 0 15px;
	background: #fff;
	vertical-align: middle;
}

.join-equity {
	padding: 50px 0;
	margin-top: 30px;
    background: url(../img/join-equity-bg.jpg) center / cover no-repeat;	
}

.join-equity .col-sm-12 {
    height: 548px;
	overflow: auto;
}

.join-equity .col-md-9 {
	padding: 0 30px;
    background: #fff;
}

.join-equity .join-equity-bg {
	height: 100%;
    background: url(../img/join-equity.jpg) center / cover no-repeat;	
}

.join-equity .trends-cont li {
	min-height: 107px;
	padding: 11px 25px;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

.join-equity .trends-cont li:before {
    top: 36px;
}

.join-equity .trends-cont li:after {
	display: none;
}

.join-equity .trends-cont li h3 {
	margin-top: 15px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	color: #0b57a6;
}

.join-equity .trends-cont li p {
	font-size: 15px;
}

.join-process {
	margin-bottom: 50px;
}

.join-process .thumbnail {
	border: 0 !important;
}

.join-process .title-h {
	font-size: 28px;
}

.join-process .title-h span {
    height: 23px;
}

.join-process .img-wrap {
	padding: 50px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    overflow: auto;
}

@media (max-width:1500px) {
	.join-process .img-wrap img {
		width: 100%;
	}
}
/* =============== end join =============== */

/* =============== about =============== */
.banner-about {
	background: url(../img/banner-about.jpg) no-repeat;
}

.about-intro {
    padding: 30px 0;
	background: url(../img/about-intro-bg.jpg) center / cover no-repeat;
}

.about-intro .row {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.about-intro .trends-bg.about-intro-bg {
    height: 239px;
    background: url(../img/about-intro.png) center no-repeat;
}

.about-intro .trends-cont {
	padding-top: 25px;
	padding-bottom: 25px;
}

.about-intro .trends-cont h3 {
	margin-bottom: 20px;
	font-size: 28px;
	color: #0b57a6;
}

.about-intro .trends-cont h3 span {
    display: inline-block;
    width: 4px;
    height: 25px;
    margin-right: 15px;
	background: #0b57a6;
    vertical-align: middle;
}

.about-purpose .row {
    padding: 0;
    border: 1px solid #ddd;
}

.about-purpose .col-md-5 {
    padding-right: 0;
    padding-left: 0;
}

.about-purpose .about-purpose-bg {
	height: 409px;
    background: url(../img/about-purpose.jpg) center / cover no-repeat;	
}

.about-purpose .trends-bg h3 {
	padding: 15px 25px;
    font-size: 28px;
    color: #0b57a6;
	border: 1px solid #0b57a6;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.about-purpose .trends-bg h3 span {
    background: #0b57a6;
}

.about-purpose .trends-cont {
    height: 409px;
	padding: 25px;
}

.about-purpose .trends-cont p {
	margin-bottom: 25px;
    font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}

.about-purpose .trends-cont p:last-child {
	margin-bottom: 0;
}

@media (max-width:1700px) {
	.about-purpose .trends-cont p {
		font-size: 15px;
	}
}

@media (max-width:1500px) {
	.about-purpose .trends-cont p {
		line-height: 1.6;
	}
}

@media (max-width:1200px) {
	.about-purpose .trends-cont p {
		line-height: 1.4;
	}
}

@media (max-width:1000px) {
	.about-purpose .trends-cont {
		height: auto;
	}
	
	.about-purpose .trends-cont p {
		line-height: 1.6;
	}	
}

.about-task {
	margin-top: 30px;
	background: #f5f5f5;
}

.about-task .title-h {
	width: 400px;
	height: 81px;
	padding: 18px 0;
	margin: 0 auto 50px auto;
	font-size: 28px;
	color: #fff;
	background: url(../img/about-task-tit.jpg) center / cover no-repeat;
}

.about-task .title-h span {
	background: #fff;
}

.about-task ul li {
	float: left;
	margin-bottom: 30px;
	line-height: 2;
}

.about-task ul li:hover span,
.about-task ul li:hover i,
.about-task ul li:hover a {
	color: #1758a8;
}

.about-task ul li .col-md-3 {
	width: 21%;
}

.about-task ul li .col-md-9 {
	width: 79%;
}

.about-task ul li span,
.about-task ul li i,
.about-task ul li a {
	display: inline-block;
	font-size: 16px;
}

.about-task ul li span,
.about-task ul li a {
	float: left;
}

.about-task ul li span {
	position: relative;
	padding-left: 100px;
	margin-bottom: 15px;
	font-weight: bold;
}

.about-task ul li a {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.about-task ul li i {
	position: absolute;
	top: -8px;
	left: 0;
	width: 30px;
	height: 30px;
	padding: 8px;
	margin-right: 50px;
	line-height: 30px;
	font-style: normal;
	color: #888;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;	
}

@media (max-width:1500px) {
	.about-task ul li .col-md-3 {
		width: 28%;
	}

	.about-task ul li .col-md-9 {
		width: 72%;
	}
}

@media (max-width:1000px) {
	.about-task .title-h,
	.about-task ul li .col-md-3,
	.about-task ul li .col-md-9 {
		width: 100%;
	}
	
	.about-task ul li span,
	.about-task ul li a {
		margin-bottom: 30px;
	}
	
	.about-task ul li span {
		padding-left: 70px;
	}
	
	.about-task ul li a {
		padding-right: 0;
		padding-left: 0;
	}
}

.about-contact {
	padding: 0 10px 20px 10px;
}

.about-contact .title-h {
	font-size: 28px;
}

.about-contact .col-sm-12 {
	height: 324px;
	margin-bottom: 30px;
}

.about-contact .col-md-4 {
	padding: 40px;
	background: #f5f5f5;
}

.about-contact .col-md-4 img {
	display: block;
	margin-bottom: 50px;
}

.about-contact .col-md-4 p {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	padding-left: 55px;
}

.about-contact .col-md-4 p:before {
	position: absolute;
	top: -4px;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(../img/phone.png) no-repeat;	
	content: '';
}

.about-contact .col-md-4 p:nth-child(3):before {
	background: url(../img/mail.png) no-repeat;	
}

.about-contact .col-md-4 p:nth-child(4):before {
	background: url(../img/address.png) no-repeat;
}

.about-contact .trends-bg.about-map {
    height: 100%;
    background: url(../img/about-map.jpg) center / cover no-repeat;
}

.map-wrap {
    width: 100%;
    height: 324px;
    margin: 0;
    border: 0;
}

@media (max-width: 415px) {
	.about-contact .col-sm-12:last-child,
	.map-wrap {
		height: 200px;
		
	}
	
	.about-contact .col-sm-12:last-child {
		margin-right: -15px;
		margin-left: -15px;
	}
}
/* =============== end about =============== */

/* =============== banner hide =============== */
.carousel-control,
.carousel-indicators {
	display: none;
}

@media (max-width: 415px) {
	.carousel-inner>.item {
		width: 100%;
		height: 500px;
		background: url(../img/banner-app.jpg) center / cover no-repeat;
	}

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		visibility: hidden !important;
	}
}
/* =============== end banner hide =============== */