/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url("../lib/bootstrap/fonts/iconfont/iconfont.css");

body {
	background: #fff;
	color: #444;
	font-family: "Open Sans", sans-serif;
	min-width: 1400px;
	overflow-x: hidden;
}

a {
	color: #1E61BA;
	transition: 0.5s;
}

.breadcrumb>.active a {
	color: #777;
}

.no-data {
	line-height: 2;
	text-align: center;
	color: #777;
}

a:hover,
a:active,
a:focus {
	color: #22539b;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

ul,
li,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	padding: 0;
	margin: 0;
	max-width: 100%;
}


/* Prelaoder */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.gif") no-repeat center center;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
	height: 100px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	padding: 10px;
	line-height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.about-body .header{
	background: none;
}

.header .container {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 375px;
	}

	.section-header h2 {
		font-size: 36px !important;
	}

	.section-header p {
		font-size: 24px !important;
	}

	#myCarousel {
		margin-top: 80px;
	}

	.header {
		background-color: rgba(13, 63, 141, 0.9);
	}

	.nav .nav-ul li {
		padding: 0 !important;
	}

}

.logo {
	color: #999;
}

.logo img {
	margin-right: 10px;
}

.slogan {
	color: #999;
}


.nav {}

.nav .nav-ul {}

.nav .nav-ul li {
	float: left;
	padding: 0 20px;
}

.nav .nav-ul li a {
	color: #fff;
	padding: 0;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font-size: 16px;
}

.nav .nav-ul li a:hover {
	text-decoration: none;
}

.nav .nav-ul li.active a {
	border-bottom: 2px solid #fff;
}

.nav .nav-ul li a:hover {
	border-bottom: 2px solid #fff;
}

.phone-menu {
	display: none;
}

@media screen and (max-width: 767px) {
	#main {
		overflow: hidden;
	}

	.nav {
		display: none;
		float: none !important;
		margin-top: 70px;
	}

	.phone-menu {
		display: block;
		float: right;
		margin-top: 6px;
	}

	.phone-menu .iconfont {
		font-size: 24px;
		color: #fff;
	}

	.header {
		height: auto;
		line-height: 50px;
	}

	.header .logo {
		width: 70%;
	}

	.btn {
		padding: 3px 12px;
	}

	.nav-ul li {
		display: block;
		float: none !important;
	}

	.nav-ul li a {
		display: block !important;
		padding: 0 auto !important;
		text-align: center;
	}

	.nav .container {
		padding-left: 0;
		padding-right: 0;
	}
}


/*.carousel-control{ line-height: 440px; font-size: 60px; font-weight: normal;}*/


/* Sections Header
--------------------------------*/

.section-header {
	margin-bottom: 30px;
	text-align: center;
}

.section-header h2 {
	font-size: 48px;
	color: #0C0C0C;
	font-weight: 500;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.section-header h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #1E61BA;
	bottom: -20px;
	left: 47.5%;
}

.section-header p {
	padding: 0;
	font-size: 36px;
	margin: 0;
	color: #BCBCBC;
	text-transform: uppercase;
	margin-top: 30px;
}


/* Our Team Section
--------------------------------*/

#team {
	background: #fff;
	padding: 80px 0 60px 0;
}

#team .col-lg-3 {
	width: 20%;
}

#team .col-lg-12 {
	width: 80%;
}

@media (max-width: 767px) {
	#team .col-md-12 {
		width: 100%;
	}
}

#team .btn-a {
	margin: 10px 0 0 0;
	background: transparent;
	border-radius: 3px;
	padding: 10px 30px;
	color: #1E61BA;
	border: 1px solid #1E61BA;
	cursor: pointer;
	display: inline-block;
}

.team-pro .cate {
	background-color: #2A5DAC;
	padding: 20px;
	color: #fff;
}

.team-pro .cate h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

.team-pro .cate h4 {
	font-size: 20px;
}

.team-pro .cate .icon {
	float: right;
	background-image: url("../img/icon-arr1.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 18px;
	height: 18px;
	top: -38px;
}

.team-pro .cate .cate-ul {
	background-color: #fff;
	border-radius: 10px;

}

.team-pro .cate .cate-ul ul {
	padding: 15px;
	margin-bottom: 270px;
}

@media screen and (max-width: 767px) {
	.team-pro .cate .cate-ul ul {
		margin-bottom: 10px;
	}

	#team .re-pro .img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 20px !important;
	}

	#team .re-pro .img img {
		width: 100%;
		max-width: 100%;
		transition: all 0.6s;
		cursor: pointer;
	}

	#team .re-pro .txt h4::before {
		top: 60% !important;
		left: 20px !important;
	}

	#knowledge,
	#intelligence,
	#team,
	#case,
	#news,
	#partner {
		padding: 20px 0 !important;
	}

	#team .pro-ul .pic {
		overflow: hidden;
		width: 164px !important;
		height: 113px !important;
		line-height: 113px !important;
	}
}

.team-pro .cate .cate-ul li {
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	margin-bottom: 10px;
	background-color: #EAEAEA;
	border-radius: 30px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.team-pro .cate .cate-ul li a {
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.team-pro .cate .cate-ul li.active,
.team-pro .cate .cate-ul li:hover {
	color: #fff;
	background-color: #2A5DAC;
}

.team-pro .cate .cate-ul li.active a,
.team-pro .cate .cate-ul li:hover a {
	color: #fff;
}

.team-pro .cate .cate-ul .customer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url("../img/kf-img.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1px 0;
}

.team-pro .cate .cate-ul .phone {
	background-color: rgba(42, 93, 172, 0.8);
	margin: 25px 15px;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
}

.team-pro .cate .cate-ul .phone h4 {
	font-size: 16px;
	margin: 0;
}

.team-pro .cate .cate-ul .phone h5 {
	font-size: 12px;
	opacity: 0.8;
	margin: 0 0 5px 0;

}

#team .re-pro {
	background-color: #F2F2F2;
}

#team .re-pro .img {
	width: 478px;
	height: 326px;
	position: relative;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

#team .re-pro .img img {
	width: 100%;
	max-width: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

#team .re-pro .acsl:hover img {
	transform: scale(1.2);
}

#team .re-pro .img .label {
	position: absolute;
	width: 91px;
	height: 143px;
	top: -1px;
	left: 20px;
}

#team .re-pro .txt {
	padding: 20px;

}

#team .re-pro .txt h4 {
	padding-bottom: 25px;
}

#team .re-pro .txt h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 2px;
	background: #1E61BA;
	top: 60px;
	left: 55%;
}

#team .re-pro .txt p {
	opacity: 0.6;
}

#team .re-pro .txt .btn {
	padding: 6px 30px !important;
	background-color: #2A5DAC !important;
	color: #fff;
	border-radius: 30px;
	display: inline-block;

}

#team .pro-ul {
	margin: 15px 0;
}

#team .pro-ul .pic {
	overflow: hidden;
	width: 282px;
	height: 194px;
	line-height: 194px;
}

#team .pro-ul .pic img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

#team .pro-ul .pic:hover img {
	transform: scale(1.2);
}

#team .pro-ul h4 {
	font-size: 16px;
	margin-top: 5px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	cursor: pointer;
}

#news {
	background-image: url(../img/news-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0 0 60px 0;
}

#news .item {
	/* box-shadow: 0 0 11px rgba(0, 0, 0, .1); */
	padding: 10px 0;
	margin: 25px;
	/* margin-bottom: 25px; */
	border-bottom: 1px solid #eeeeee;
}

#news .item.first {
	border: none;
}

#news .item .img {
	width: 100%;
	min-height: 180px;
	margin-bottom: 30px;
	overflow: hidden;
}

#news .item .img img {
	width: 100%;
	max-width: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

#news .item .img:hover img {
	transform: scale(1.2);
}


#news .item .time {
	width: 60px;
	text-align: center;
	float: left;
	color: #2A5DAC;
}

#news .item .time .y {
	font-size: 24px;
	line-height: 1em;
}

#news .item .time .m {
	font-size: 16px;
}

#news .item .txt {
	padding-left: 80px;
}

#news .item .txt h4 {
	font-size: 18px;
	color: #0C0C0C;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

#news .item .txt p {
	color: #979797;
	font-size: 14px;
	margin-bottom: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

#news .item .txt a:hover h4 {
	color: #1077B9;
}

#partner {
	background-image: url(../img/cost-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 60px 0;
	background-color: #F6F6F6;
}

#partner ul {
	text-align: center;
}

#partner ul li {
	width: 24%;
	display: inline-block;
}

#partner ul li .in {
	margin: 10px;
	overflow: hidden;
	width: 261px;
	height: 96px;
	background-color: #fff;
	border-radius: 5px;
}

#partner ul li img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

#partner ul li:hover img {
	transform: scale(1.2);
}

@media (max-width: 768px) {
	#partner ul li .in {
		width: 191px;
		height: 70px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #144695;
	padding: 50px 0 50px 0;
	font-size: 14px;
	position: relative;
}

#footer .footer-logo {
	color: #fff;
}

#footer .footer-logo img {
	margin-bottom: 20px;
}

#footer .address {
	color: #fff;
	line-height: 2em;
	opacity: 0.7;
}

#footer .copyright {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 10px 0;
	color: #aac0d1;
	background-color: #0D3F8D;
	left: 0;
	right: 0;
}

#footer .footer-nav {
	margin-left: 0;
	padding-left: 0;
	margin-top: 50px;
}

#footer .footer-nav li {}

#footer .footer-nav li:first-child a {
	padding-left: 0;
}

#footer .footer-nav li a {
	display: block;
	line-height: 2em;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}

#footer .footer-nav li a:hover {
	opacity: 1;
}

/*#footer .weixin-box {
	width: 50%;
	float: left;
}*/

#footer .weixin-box .img-box {
	text-align: center;
	margin: 10px;
}

#footer .weixin-box .img-box img {
	width: 100%;
}

#footer .weixin-box p {
	margin: 15px 0;
	text-align: center;
	color: #aac0d1;
}


/*list1*/




#case {
	padding: 40px 0;
}

#case .con {}

#case .con .col-lg-6,
#case .con .col-lg-3,
#case .con .col-md-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#case .con .txt2 {
	height: 660px;
	background-image: url("../img/case-img-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px;
	color: #fff;
}

#case .con .txt2 h4 {
	font-size: 24px;
	margin-bottom: 30px;
}

#case .con .txt2 h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	top: 120px;
	left: 80px;
}

#case .con .txt2 p {
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}

#case .con .txt2 .btn {
	padding: 6px 30px !important;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
}

#case .con .txt2 a {}

#case .con .txt1 {
	background: linear-gradient(45deg, #386CBC 0%, #1F4F98 100%);
	padding: 40px;
	color: #fff;
	height: 330px;
}

#case .con .txt1 h4 {}

#case .con .txt1 p {
	opacity: 0.7;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}

#case .con .img1 {
	height: 330px;
	line-height: 330px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background-color: #999;
}

#case .con .img1 img {
	max-height: 100%;
	max-width: 100%;
	transition: all 0.6s;
}

#case .con .img1:hover img {
	transform: scale(1.2);
}

#company {
	position: relative;
}

#company .companycon {
	background-image: url("../img/com-pany-bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
}

#company .section-header {
	text-align: left;
	background-image: url("../img/company-bg.png");
	background-size: 80%;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 50px 0 0 0;

}

#company .section-header h3 {
	font-size: 38px;
	margin-bottom: 10px !important;
}

#company .section-header p {
	margin-top: 0;
	font-size: 20px;
}

#company .img2 {
	width: 825px;
}

#company .img2 img {
	width: 100%;
}

#company .txt {
	width: 550px;
	float: right;
	margin-right: 16%;
}

#company .txt p {
	line-height: 1.8em;
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 13;
	    line-clamp: 13;
	    -webkit-box-orient: vertical;
}

#company .rytxt {
	margin-top: 40px;
}

#company .rytxt h4 {
	font-size: 30px;
	margin-bottom: 40px;
}

#company .rytxt h4::before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 2px;
	background: #1E61BA;
	top: 90px;
	left: 16px;
}

#company .rytxt p {
	opacity: 0.7;
}

#company .rytxt .btn {
	padding: 6px 30px !important;
	background-color: #2A5DAC !important;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
}

#company .ryimg {
	margin-top: 90px;
	position: relative;
	z-index: 99;
}

#company .ryimg .img1 {
	overflow: hidden;
	width: ;
}

#company .ryimg .img1 img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

#company .ryimg .img1:hover img {
	transform: scale(1.2);
}

#company .ryimg .col-lg-4 {
	padding-left: 5px;
	padding-right: 5px;
}

#company .ry-bg {
	position: relative;
	z-index: 0;
}

#company .ry-bg img {
	position: relative;
	top: -100px;
}

@media (max-width: 768px) {
	#company .img2 {
		display: none !important;
	}

	#company .txt {
		width: auto !important;
		float: none !important;
		margin-right: 0 !important;
		padding: 15px;
	}

	#company .rytxt h4::before {
		top: 53px !important;
	}

	#company .ryimg {
		margin-top: 20px;
	}

	#company .ryimg .col-lg-4 {
		width: 32%;
		display: inline-block;
		padding-left: 0;
		padding-right: 0;
	}

	#company .ry-bg img {
		top: -30px;
	}

	#news .item.first {
		margin: 0;
	}

	#news .item {
		margin: 0;
	}

	#partner ul li {
		width: 49%;
	}

	#case .con .img1 {
		height: 281px !important;
		line-height: 281px !important;
	}

	#case .con .txt2 {
		height: 460px;
	}
}

.news-box {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
	.news-box {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: none;
	}
}

.news-box .pic img {
	max-width: 100%;
	max-height: 100%;
}

.news-box .details h4 {
	color: #333;
	font-size: 18px;
	margin: 0;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 10px;
}

.news-box .details h5 {
	color: #777;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	margin-bottom: 15px;
}

.news-box .details p {
	color: #999;
	font-size: 14px;
	margin: 0;
	line-height: 1.8em;
	font-weight: 400;
	margin-bottom: 15px;
}

#breadcrumb {
	border-bottom: 1px solid #efefef;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
}

.article-dis {
	margin: 10px 0 20px 0;
	text-align: center;
}

.article-dis span {
	margin: 0 15px;
	color: #999;
}

#info-body .infocon {
	margin-bottom: 100px;
}

#info-body .list-carousel-content{
    background: none;
    background: rgba(0, 0, 0, 0.4);
    padding: 62px 0;
    margin-top: 0;
}

.article {
	min-height: 800px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.article {
		max-width: 960px;
	}

	#info-body .infocon {
		margin-bottom: 30px !important;
	}
}

.article h1 {
	text-align: center;
	margin: 40px 0 30px 0;
}

.article p {
	text-indent: 2em;
	line-height: 2.0em;
	margin-bottom: 2.5em;
}

.article p img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 30px 0;
	}

	#footer .footer-nav {
		display: none;
	}

	#footer .footer-logo {
		text-align: center;
	}

	#footer .weixin-box .img-box img {
		width: 150px;
	}

	#footer H4 {
		text-align: center;
	}

	#footer .weixin-box {
		padding-bottom: 30px;
	}
}

#knowledge {
	padding: 80px 0;
}

#knowledge .col-lg-2 {
	width: 20%;
}

#knowledge .pic {
	text-align: center;
	margin-top: 20px;
}

#knowledge .details {
	margin: 15px 0;
	text-align: center;
}

#about-body #main .nav {
	background-color: transparent;
	text-align: center;
	margin: 15px;
}

#about-body #main .nav-tabs {
	border: none;
}

#about-body #main .nav-tabs>li {
	float: none;
	display: inline-block;
}

#about-body #main .nav-tabs>li>a {
	color: #333;
	font-size: 18px;
	padding: 10px 0;
	margin: 0 15px;
	border: none;
	border-width: 2px;
	border-color: transparent;
}

#about-body #main .nav-tabs>li.active>a,
#knowledge .nav-tabs>li.active>a:focus,
#knowledge .nav-tabs>li.active>a:hover {
	color: #1E61BA;
	cursor: default;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #1E61BA;
}

#about-body #main .nav-tabs>li>a:hover {
	border-color: transparent;
	background-color: transparent;
}

#intelligence {
	padding: 80px 0;
	background-color: #edf1f3;
}

#intelligence .col-lg-2 {
	width: 20%;
}

#intelligence .pic {
	text-align: center;
	margin-top: 20px;
}

#intelligence .details {
	margin: 15px 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#knowledge .pic img {}

	.abuotw1 .box2 {
		border: none;
	}
}




.article-span span {
	padding: 0 10px;
	color: #999;
}

.article p {
	margin: 20px 30px;
	line-height: 1.9em;
	font-size: 16px;
}

.tj {
	margin: 30px;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 80px 0;
}


#info-body .in-container {
	margin: 50px 0;
}

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



	.article p {
		margin: 20px;
	}

	.tj {
		margin: 25px 0 0 0;
	}

	.tj a {
		float: none !important;
		display: block;
		margin: 8px 20px;
		text-align: left;
	}

	.col-md-6 {
		width: 50%;
		float: left;
	}

	#knowledge .col-md-6 {
		width: 50%;
		float: left;
	}

	#intelligence .col-md-6 {
		width: 50%;
		float: left;
	}

	#intelligence .details h4 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#knowledge,
	#intelligence,
	#team,
	#case,
	#news,
	#partner {
		padding: 40px 0;
	}

	.section-header h2::before {
		left: 43%;
	}
}



.toolbar-layer {
	background: url(../img/toolbar.png) no-repeat;
	background-size: cover;
}

.toolbar {
	position: fixed;
	right: 0px;
	bottom: 50px;
}

.toolbar-item {
	display: block;
	width: 60px;
	height: 60px;
	margin-top: 1px;
	position: relative;
	-moz-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-o-moz-transition: background-position 1s;
	-webkit-moz-transition: background-position 1s;
	transition: background-position 1s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
}

.toolbar-item:hover .toolbar-layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.toolbar-item-weixin {
	background-image: url(../img/icon-weixin.png);
}


/*.toolbar-item-weixin:hover{background-position:-10px -625px;}*/

.toolbar-item-weixin .toolbar-layer {
	height: 212px;
	background-position: 0 0;
}

.toolbar-item-feedback {
	background-image: url(../img/icon-phone.png);
}

.toolbar-item-top {
	background-image: url(../img/icon-top.png);
}

.toolbar-layer {
	position: absolute;
	right: 56px;
	bottom: -10px;
	width: 172px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 95% 95%;
	-moz-transform-origin: 95% 95%;
	-ms-transform-origin: 95% 95%;
	-o-transform-origin: 95% 95%;
	-webkit-transform-origin: 95% 95%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}



/*走进凯尔文*/
.about-body .header {}

.about-body .header .container {}

.about-body .nav .nav-ul li a {
	color: #0C0C0C;

}

.about-body .nav .nav-ul li.active a {
	border-bottom: 2px solid #2A5DAC;
	color: #2A5DAC;
}


.about-body #list-carousel {
	background-image: url("../img/about-banner.png");
	background-repeat: no-repeat;
	background-position: center;
	/* height: 443px; */
	/* padding: 180px 0; */
	text-align: center;
	margin-top: 82px;
}

.list-carousel-content{
	    background: rgba(0, 0, 0, 0.4);
	    padding: 162px 0;
		/* margin-top: 162px; */
}
.list-carousel-content h2 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}

.list-carousel-content h3 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 100;
}

.abuotw1 {
	background-image: url("../img/about-list-bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 10px;
	/* background-size: cover; */
}

.abuotw1 .box1 {
	padding: 50px 50px 50px 0;
}

.abuotw1 .box1 h2 {
	font-size: 36px;
	font-weight: 500;
	color: #333;
}

.abuotw1 .box1 p {
	font-size: 16px;
	line-height: 2em;
	opacity: 0.7;
}

.abuotw1 .box1 .btn {
	padding: 6px 30px !important;
	border: 1px solid #2A5DAC;
	color: #2A5DAC;
	border-radius: 30px;
	display: inline-block;
}

.abuotw1 .box2 {
	margin-top: 90px;
	padding: 0 0 0 50px;
	margin-bottom: 50px;
	border-left: 1px solid #eee;
}

.abuotw1 .box2 h3 {
	font-size: 30px;
	color: #333;
	font-weight: 100;
	margin-bottom: 20px;
}

.abuotw1 .box2 h4 {
	margin-bottom: 10px;
	font-size: 22px;
	color: #333;
	font-weight: 100;
}

.abuotw1 .box2 p {
	opacity: 0.6;
	font-size: 14px;
	margin-bottom: 15px;
}

.tit2 {
	font-size: 26px;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin-bottom: 10px;
}

.abuotw1 .item {
	width: 19.6%;
	display: inline-block;
}

.abuotw1 .item .in {
	background-color: #F2F3F8;
	margin: 10px;
	padding: 15px;
}

.abuotw1 .item .in .img {
	text-align: center;
	margin-bottom: 10px;
	width: 179px;
	height: 226px;
	overflow: hidden;
	background-color: #BCBCBC;
}

.abuotw1 .item .in .img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

.abuotw1 .item .in .img:hover img {
	transform: scale(1.2);
}

.abuotw1 .item .in h3 {
	margin-bottom: 5px;
}

.abuotw1 .item .in .js {
	opacity: 0.7;
}

.abuotw1 .zzjg {
	text-align: center;
	padding: 30px 0 200px 0;

}

#certifi {
	background: linear-gradient(45deg, #386CBC 0%, #1F4F98 100%);
	padding: 40px;
}

#certifi .tit2 {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
}

#remenber {
	padding: 40px 0;
}

#remenber .member .img {
	width: 281px;
	height: 162px;
	background-color: #BCBCBC;
	overflow: hidden;
	text-align: center;
	border-radius: 9px;
}

#remenber .member .img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

#remenber .member .img:hover img {
	transform: scale(1.2);
}

#remenber .member .txt p {
	margin-top: 10px;
	line-height: 1.6em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
	.about-body .header {
		background-color: rgba(255, 255, 255, 0.9)
	}

	.about-body .phone-menu .iconfont {
		color: #144695;
	}

	.about-body #list-carousel {
		height: 243px;
		/* padding: 90px 0; */

	}
	.list-carousel-content{
		    background: rgba(0, 0, 0, 0.4);
		    padding: 62px 0;
	}
	.about-body .abuotw1 .box1 {
		text-align: center;
		padding: 15px;
	}

	.about-body .abuotw1 .box2 {
		text-align: center;
		padding: 15px;
		margin: 20px 0;
	}

	.abuotw1 .item {
		width: 49%;
	}

	.abuotw1 .item .in .img {
		width: 141px;
		height: 180px;
	}

	.abuotw1 .zzjg {
		padding: 30px 0 50px 0;
	}

	#certifi {
		padding: 15px;
	}

	#remenber {
		padding: 15px;
	}

	#remenber .member .img {
		width: 165px;
		height: 95px;
	}

	.newslistcon .member .img {
		height: 116px !important;
		line-height: 116px !important;
	}

	.newslistcon {
		padding: 0 15px;
	}

	.caselistcon .member .img {
		height: 94px !important;
		line-height: 94px !important;
	}

	.contactcon {
		padding: 50px 0 0 0 !important;
		margin-left: -25px !important;
	}

	#humanlist-body .humanlistcon {
		padding: 10px 0 0 0 !important;
	}

	.humcontact {
		padding: 15px 0 !important;
	}
}

#info-body .header {
	padding: 10px;
}

#info-body .nav .nav-ul li a {
	color: #0C0C0C;
	font-size: 18px;
}

#info-body .nav .nav-ul li.active a {
	border-bottom: 2px solid #2A5DAC;
	color: #2A5DAC;
}


#info-body #list-carousel {
	background-image: url("../img/news-banner.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 243px;
	padding: 0;
	text-align: center;
}

#info-body .team-pro {
	padding: 30px 0;
}

#info-body .team-pro .cate .cate-ul ul {
	margin-bottom: 100px;
}

.newslistcon {
	padding: 40px 0;
	background-color: #F2F3F8;
}

.newslistcon .member {
	background-color: #fff;
	border-radius: 9px;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.newslistcon .member .time {
	opacity: 0.6;
}

.newslistcon .member .img {
	height: 222px;
	line-height: 222px;
	background-color: #BCBCBC;
	overflow: hidden;
	text-align: center;
	border-radius: 9px;
}

.newslistcon .member .img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

.newslistcon .member .img:hover img {
	transform: scale(1.2);
}

.newslistcon .member .txt {
	padding: 15px;
	border-bottom: 3px solid #2A5DAC;
	font-size: 16px;
}

.newslistcon .member .txt p {
	line-height: 1.6em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.sort {
	margin-bottom: 25px;
}

.sort ul {
	text-align: center;
}

.sort ul li {
	display: inline-block;
	margin: 5px;
	padding: 6px 20px;
	border-radius: 3px;
	cursor: pointer;
}

.sort ul li a {
	color: #444;
}

.sort ul li.active {
	background-color: #2A5DAC;
	color: #fff;
}

.sort ul li.active a {
	color: #fff;
}

.caselistcon {
	padding: 40px 0;
	background-color: #F2F3F8;
}

.caselistcon .member {
	background-color: #fff;
	border-radius: 9px;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.caselistcon .member .img {
	/* width: 379px; */
	height: 284px;
	line-height: 284px;
	background-color: #BCBCBC;
	overflow: hidden;
	text-align: center;
	border-radius: 9px;
}

.caselistcon .member .img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

.caselistcon .member .img:hover img {
	transform: scale(1.2);
}

.caselistcon .member .txt {
	padding: 15px;

}

.caselistcon .member .txt h4 {
	margin-bottom: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.caselistcon .member .txt p {
	line-height: 1.6em;
	font-size: 14px;
	opacity: 0.6;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

/* 联系我们 */
.contactcon {
	padding: 100px 0 0 0;
}

.contactcon .box {
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.contactcon .box:last-child {
	border-right: none;
}

.contactcon .box .a {
	opacity: 0.4;
	font-size: 18px;
}

.contactcon .box .b {
	font-size: 28px;
}

.contactcon .box .c {
	font-size: 20px;
}

.contactcon .box .icon {
	width: 100px;
	height: 100px;
	margin: 15px auto;
}

#humanlist-body .humanlistcon {
	background-color: #F2F3F8;
	padding: 40px 0;
}

.panel-default>.panel-heading {
	background-color: #fff;
	padding: 15px 20px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	background-color: #F9FAFC;
	border-top-color: #eee;
	padding: 15px 20px;
}

.panel-default {
	border-color: transparent;
}

.gz {
	float: right;
	color: red;
}

.zp {}

.zp h4 {
	font-weight: bold;
}

.zp .a {
	opacity: 0.7;
	margin: 5px 0 15px 0;
}

.zp .a span {
	margin-right: 15px;
}

.zp ul {
	margin-left: 20px;
}

.zp ul li {
	list-style-type: decimal;
}

.humcontact {
	background-color: #fff;
	padding: 60px 0;
}

.humcontact .a {
	margin-top: 40px;
}

.humcontact p {
	font-size: 15px;
	line-height: 1.8em;
}

.humcontact .a .icon {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 10px;
}

.humcontact .a small {
	opacity: 0.6;
}

.humcontact .a p {
	font-size: 16px;
}

#prolist-body {}

#prolist-body .team-pro .cate {
	position: relative;
	top: -120px;
	margin-bottom: -70px;
}

#prolist-body .team-pro .cate .cate-ul ul {
	margin-bottom: 100px !important;
}

#prolist-body #main {
	background-color: #F2F3F8;
}

.prolistcon {
	padding: 40px 0;
}

.prolistcon .item {
	padding: 25px;
	background-color: #fff;
	border-radius: 7px;
	margin-bottom: 20px;
	position: relative;
}

.prolistcon .item .img {
	float: left;
	margin-right: 15px;
	height: 196px;
	width: 286px;
	line-height: 196px;
	background-color: #BCBCBC;
	overflow: hidden;
	text-align: center;
	border-radius: 9px;
}

.prolistcon .item .img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

.prolistcon .item .img:hover img {
	transform: scale(1.2);
}

.prolistcon .item .txt {}

.prolistcon .item .txt h4 {
	font-size: 20px;
}

.prolistcon .item .txt p {
	opacity: 0.6;
	line-height: 1.6em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.prolistcon .item .btn {
	position: absolute;
	width: 65px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	bottom: 25px;
	right: 25px;
	z-index: 99;
	background-color: #2A5DAC;
	color: #fff;
	padding: 0;
}

.prolistcon .item:hover {
	background-color: #2A5DAC;
	cursor: pointer;
}

.prolistcon .item:hover .txt h4 {
	color: #fff;
}

.prolistcon .item:hover .txt p {
	color: #fff;
}

.prolistcon .item:hover .btn {
	background-color: #fff;
	color: #2A5DAC;
}

.tjcp {
	/* background-color: #fff; */
}

.tjcp .tit2 {
	font-size: 16px;
	padding: 0px 10px;
	border-left: 3px solid #2A5DAC;
	border-bottom: none;
}

.tjcp .member {
	padding: 15px;
	background-color: #fff;
	border-radius: 7px;
	margin-bottom: 20px;
}

.tjcp .member .img {
	height: 160px;
	line-height: 160px;
	background-color: #BCBCBC;
	overflow: hidden;
	text-align: center;
	border-radius: 9px;
}

.tjcp .member .img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
	cursor: pointer;
}

.tjcp .member .img:hover img {
	transform: scale(1.2);
}

.tjcp .member .txt h4 {
	margin: 10px 0;
}

.tjcp .member .txt p {
	opacity: 0.6;
	line-height: 1.6em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.prolistcon {
		padding: 20px 0;
	}

	.prolistcon .item .img {
		float: none;
		width: 100%;
	}

	.prolistcon .item .txt h4 {
		margin: 10px 0;
	}

	.prolistcon .item .btn {
		position: static;

	}

	#prolist-body .team-pro .cate {
		top: -10px;
		margin-bottom: 20px;
	}

	.tjcp .member .img {
		height: 214px;
	}
}

.mapcon {
	height: 600px;
	margin-top: 100px;
	border-top: 1px solid #ddd;
}