html,
body {
	position: relative;
	font-family:  "Microsoft YaHei", "Microsoft JhengHei", "Georgia", "Xin Gothic", "Hiragino Sans GB", "Droid Sans Fallback","STHeiti",  sans-serif;
	height:100%;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}


a{
	color: #333;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}


a:hover,a:active {
    text-decoration: none;
    color: #970001;
}



.fs-7{
	font-size:15px;
}
.fs-8{
	font-size:14px;
}
.fs-9{
	font-size:13px;
}
.fs-10{
	font-size:12px;
}
.lh-md{
	line-height:1.8;
}


.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.truncate-clip { text-overflow: clip; }
.truncate-ellipsis { text-overflow: ellipsis; }
.truncate-line-1 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.truncate-line-2 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.truncate-line-3 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.truncate-line-4 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }




.header{
	box-shadow: rgb(1 131 197 / 8%) 2px 6px 10px 0px;
	z-index: 9;
}

.navbar-brand{
	width:148px;
}


.site-navbar{
	width:100%;
}


.site-navbar .nav-item .nav-link{
	padding:10px 20px;
}


.site-navbar .nav-item:hover .nav-link{
	color:#970001;
}


.nav-item-dropdown:hover .dropdown-menu{
	display:block;
}
.dropdown-menu{
	border:none;
}

.site-navbar .nav-item:hover .dropdown-menu .dropdown-item:hover{
	color:#970001;
}




.nav-link-blank{
    position: relative;
}

.nav-link-blank:after{
	position: absolute;
	display:block;
	content:'';
	width:60px;
	border-bottom:1px dashed #fff;
	
	left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}











.footer{
	border-top:5px solid #970001;
	background-color:#141621;
	padding:30px 0;
	
}
.footer p{
	color:#ccc;
	line-height:2;
}

.footer-title{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}
.footer-title:after{
	content:'';
	display: block;
	margin-top:10px;
	width:20px;
	border-bottom:5px solid #970001;
}


.copyright{background-color:#000;padding:5px 0;}


.aside{
	
}

.card-list-img{
	border:none;
	background-color:#fff;
}
.card-list-img .card-header{
	background:none;
	border:none;
}
.card-list-img .card-header h5{
	position: relative;
	padding-left: 10px;
	font-size:16px;
}

.card-list-img .card-header h5:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    content: "";
    background-color: #1abc9c;
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    border-radius: 6px;
	
}

.card-list-img .item{
	display: flex;
	border-bottom: 1px solid rgba(239, 239, 239, .8);
	padding-bottom:10px;
	margin-bottom:10px;
}
.card-list-img .item:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.card-list-img .item .image{
	width:30%;
	display:block;
	flex-shrink: 0;
}
.card-list-img .item h6{
	color:#333;
	font-size:14px;
}

.card-list-img .item span{
    font-size: 12px;
    color: #999;
}



.section {
	padding:4rem 0;
}

.section-heading{
	position: relative;
	text-align: center;
	margin-bottom: 3rem;
}


.section-heading h2 {
	color: #970001;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
}


.section-heading h6 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5em;
	color:#999;
}

.section-heading p {
	line-height: 1.5em;
	letter-spacing: 1px;
	color:#666;
	font-size:14px;
}







.part-service{}

.card-service .card-header {
    height: 80px;
    background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.card-service .card-header.t1 {
    background-image: url(../images/service-header01.png);
}
.card-service .card-header.t2 {
    background-image: url(../images/service-header02.png);
}
.card-service .card-header.t3 {
    background-image: url(../images/service-header03.png);
}
.card-service .card-header.t4 {
    background-image: url(../images/service-header04.png);
}

.card-service .card-header h5{
	font-size: 18px;
    color: #fff;
    margin-top: 8px;
    margin-left: 6px;
    font-weight: 700;
}

.card-service .card-header h6{
	font-size: 14px;
    color: #fff;
    margin-top: 8px;
    margin-left: 6px;
    font-weight: 700;
}

.card-service ul.list li {
    position: relative;
	margin-bottom:20px;
	
	list-style-type: circle;
}
.card-service ul.list li h5{
	color: #707070;
    line-height: 24px;
    font-size: 16px;
	margin-bottom:5px;
}
.card-service ul.list li p {
    font-size: 12px;
    color: #999;
    line-height: 2;
	margin-bottom:0;
}


.card-service ul.list li:hover h5{
	color: #333;
}
.card-service ul.list li:hover p{
	color: #444;
}

.card-service ul.list li .chat-link  {
	
    display: none;
	
    font-size: 14px;
    color: #1abc9c;

    text-align: center;
    line-height: 20px;
    padding: 5px 12px;
    background: #fbfbfd;
    box-shadow: 11px 3px 19px 0 rgba(0, 0, 0, .08);
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
}


.card-service ul.list li:hover .chat-link {
	display:block;
}

.card-service ul.list li:hover .chat-link:hover {
	background: #1abc9c;
    color: #fff;
}




.part-solution{
	
	background-color:#4f576b;

}


.part-solution #v-pills-tab{
    min-height: 480px;
    padding-right: 30px;
    color: #fff;
    border-right: 4px solid #a9a9a9;
    border-color: rgba(255, 255, 255, .3);
}



.part-solution .nav-pills .nav-link {
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
	color: #fff;
    transition: background .2slinear;
}

.part-solution .nav-pills .nav-link.active, .part-solution .nav-pills .show > .nav-link {
    background-color: #970001;
}






.part-solution-item{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	color:#fff;
	margin:20px 30px;
}

.part-solution-item i{
	font-size:58px;
}
.part-solution-item p{
	font-size:12px;
	margin:0;
}





.part-adv{}

.part-adv .item{
	text-align:center;
}



.part-adv .item-title{
	position: relative;
	color:#595961;
	padding-bottom: 10px;
    margin-bottom: 20px;
}
.part-adv .item-title i{
	font-size:40px;
}
.part-adv .item-title h5{
	margin-top:10px;
	color: #595961;
}
.part-adv .item-title::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	
	content:"";
    width: 52px;
    height: 1px;
    background-color: #e3e2e5;
}

.part-adv .item ul{
	list-style:none;
	margin:0;padding:0;
}

.part-adv .item ul>li {
    font-size: 14px;
    color: #9797a1;
    margin-bottom: 16px;
}


.part-customer{}

.part-customer .item{
	max-width:160px;
	margin-bottom:20px;
}





.part-banner{
    min-height: 400px;
	background-size: cover;
    background-position: center;
}


.part-banner .big-text{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.part-banner .big-text h2{
	font-size:50px;
    font-weight: 500;
	color: #fff;
	margin-top:60px;
}
.part-banner .big-text h6{
	font-size: 30px;
    font-weight: 500;
    color: #d3dfff;
	margin-top:30px;
}

.part-banner .big-text .btn{
	margin-top:50px;
	
	width: 180px;
	font-size:24px;
}



.main-body{
	background-color:#f5f5f5;
	height:100%;
}


.part-breadcrumb{
	padding:0.5rem 1rem;
	background-color:#fff;
	border-bottom:1px dashed #ccc;
}
.part-breadcrumb ol{
	margin-bottom:0;
}
.part-breadcrumb .breadcrumb-item{
	font-size:14px;
}


.article-list{
	list-style:none;
	padding:0;
	background-color:#fff;
}
.article-list .item{
	border-bottom: 1px dotted #ddd;
    padding-bottom: 1rem;
	margin-bottom:1rem;
}

.article-list .item-info{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-list .item-info-title{
	display:block;
}
.article-list .item-info-title h5{
    font-size: 20px;
	color:#333;
    line-height: 1.4em;
    font-weight: 500;
}
.article-list .item-info-desc{
    font-size: 14px;
	color:#666;
    line-height: 1.8em;
    font-weight: 200;
}


.article-list .item-info-more  {
	margin-top:auto;
	display: flex!important;
	align-items: center!important;
	line-height:28px;
}

.article-list .item-info-more span {
	font-size: 12px;
    color: #999;
    font-weight: 200;
	margin-right:1rem;
	font-style:normal;
}

.article{
	background-color:#fff;
}
.article-title{
	font-size: 26px;
}

.article-info  {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.article-info span {
	font-size: 12px;
    color: #666;
    font-weight: 200;
	margin-right:1rem;
	font-style:normal;
}

.article-content{
	margin:1rem 0;
	padding:1rem 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.article-content img{
	max-width:100%;
}














.page-guonei{
	background-color: #f4f4f4;
}


.page-guonei .card{
	transition: all .3sease;
}

.page-guonei .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.page-guonei .item{
	display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 10px;
	
}
.page-guonei .item .image{
	width:80px;
	height:80px;
}

.page-guonei .item h5{
	margin-top:20px;
	margin-bottom:20px;
}

.page-guonei .item p{
	font-size:12px;
	color:#505050;
	margin-bottom:0;
}





.tab-nav .nav-item .nav-link{
	position: relative;
	font-size: 18px;
    color: #6c6c6c;
	padding-bottom: 20px;
}
.tab-nav .nav-item .nav-link.active{
	color: #970001;
}

.tab-nav .nav-item .nav-link.active::after {
    width: 50px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
	transform: translateX(-50%);
    background: #970001;
    border-radius: 2px;
    display: block;
    z-index: 10;
    content: '';
}

.tab-content-grey{
	background: #f4f7fb;
}


.ipone-box{
    width: 300px;
    height: 590px;
    background: url(../images/ipone-wrap.png);
    background-size: 100% 100%;
    padding: 70px 26px 80px;
}





.page-haiwai-service{}

.page-haiwai-service .card{
	border:none;
	
}

.page-haiwai-service .card .card-body{
	text-align:center;
	background-color: #f4f7fb;
	border-radius: 0 0 16px 16px;
	padding:40px 10px;
}

.page-haiwai-service .card .card-body h5{
	font-size: 32px;
    font-weight: 500;
    color: #333;
	margin-bottom:20px;
}

.page-haiwai-service .card .card-body p{
    font-size: 20px;
    font-weight: 400;
    color: #666;
	margin-bottom:0;
}


.page-haiwai-part2{
	width: 100%;
    background-image: url(../images/page-haiwai-part2-bg.png);
	background-position: left;
	background-size: cover;
}


@media (min-width: 992px) {

	.page-haiwai-part2{
		background-position: center;
	}
	
}


.page-haiwai-part2 .item{
	background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .03);
    border-radius: 16px;
    padding: 42px 32px 37px;
    margin-bottom: 30px;
    border: 2px solid transparent;
}


.page-haiwai-part2 .item h5{
    font-size: 32px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 25px;
}

.page-haiwai-part2 .item p{
    font-size: 20px;
    font-weight: 400;
    color: #666;
}


.page-haiwai-part3{}

.page-haiwai-part3 .item{
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align:center;
}
.page-haiwai-part3 .item img{
	width:120px;
}
.page-haiwai-part3 .item h5 {
    margin-top: 40px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 32px;
    font-weight: 400;
    color: #222;
}
.page-haiwai-part3 .item p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #666;
}


.page-haiwai-part4{
	width: 100%;
    background-image: url(../images/page-haiwai-part4-bg.png);
	background-position: center;
	background-size: cover;
}
.page-haiwai-part4 .item{
	display: flex;
	padding:20px;
	
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .03);
    border-radius: 16px;
}

.page-haiwai-part4 .item .image{
	width:100px;
	height:100px;
	text-align:center;
	flex-shrink: 0;
}

.page-haiwai-part4 .item h5 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
}

.page-haiwai-part4 .item p {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
	margin-bottom:0;
}

.page-kuajing-part1{}





.page-kuajing-part1 .card{
    border-radius: 10px;
	background-color:#fff;
	box-shadow: 0 8px 24px 0 rgba(46, 61, 101, .1);
	padding:20px;
	border:none;
}
.page-kuajing-part1 .card .card-title {
    font-size: 22px;
    color: #696d82;
}
.page-kuajing-part1 .card .card-text {

    font-size: 14px;
    color: #8d91a5;
}
.page-kuajing-part1 .card .card-body {
    display: flex;
}
.page-kuajing-part1 .card .card-body .icon{
	flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: url(../images/page-kuajing-part1.png);
}
.page-kuajing-part1 .card .card-body .icon.i1{
	background-position: 0 0;
}
.page-kuajing-part1 .card .card-body .icon.i2{
	background-position: 0 -90px;
}
.page-kuajing-part1 .card .card-body .icon.i3{
	background-position: 0 -180px;
}
.page-kuajing-part1 .card .card-body .icon.i4{
	background-position: 0 -270px;
}
.page-kuajing-part1 .card .card-body .icon.i5{
	background-position: 0 -360px;
}
.page-kuajing-part1 .card .card-body .icon.i6{
	background-position: 0 -450px;
}


.page-kuajing-text{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
	
.page-kuajing-text h5{
    font-size: 30px;
	font-weight:700;
	color:#595961;
}
.page-kuajing-text p{
    font-size: 18px;
	color:#595961;
}



.page-kuajing-part3{
	background: #f2f3fa;
}

.page-kuajing-part6{
	background: #f2f3fa;
}

.page-kuajing-part6 .item{
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align:center;
}

.page-kuajing-part6 .item .icon{
    width: 80px;
    height: 80px;
    background: url(../images/page-kuajing-part6.png) no-repeat;
}

.page-kuajing-part6 .item .icon.i1{
	background-position: 0 0;
}
.page-kuajing-part6 .item .icon.i2{
	background-position: 0 -90px;
}
.page-kuajing-part6 .item .icon.i3{
	background-position: 0 -180px;
}
.page-kuajing-part6 .item h5{
	margin-top: 27px;
	font-size: 22px;
	color:#595961;
	font-weight:bold;
}
.page-kuajing-part6 .item p{
    margin-top: 10px;
    color: #8d91a5;
	font-size: 14px;
}





.page-about-service{
	background: #f5f8ff;
}

.page-about-service .card{
	border:none;
    background: #fff;
    box-shadow: 0 7.7px 17.3px 0 rgba(18, 44, 122, .11);
    border-radius: 12.8px;
}

.page-about-service .card h5 {
    font-size: 21px;
    color: #333;
	font-weight:bold;
}

.page-about-service .card  p {
    font-size: 13px;
    color: #555;
}

.page-about-service .card .icon{
    width: 205px;
    height: 141px;
    background-image: url(../images/about-part1.png);
    background-size: 100% auto;
    margin: 0 auto;
}


.article-list-date{}
.article-list-date .item{
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom:1px solid #eee;
	line-height:3;
}
.article-list-date .item strong{
	font-weight:normal;
}

.article-list-date .item time{
	color:#777;
}