@import "qqOnline.css";
.font-microsoft{
	font-family: '微软雅黑';
}
.rd-navbar-brand{
	display: flex;
	justify-content: start;
	align-items: center;
}
.rd-navbar-brand .rd-nav-title{
	font-size: 28px;
	text-align: left;
	line-height: 1;
	padding-left: 20px;
	color: #10236c;
	font-weight: 600;
}
.rd-navbar-brand .rd-nav-title p{
	margin-top: 10px;
	font-size: 20px;
	color: #7b7b7b;
}
.rd-navbar-corporate-contacts {
	background: url("../images/head-tel.png") no-repeat left center;
	padding-left: 10px;
}
.rd-navbar-corporate-contacts h5,.rd-navbar-corporate-contacts a {
	color: #10236c;
}
.rd-navbar-corporate.rd-navbar-static .rd-nav-link{
	padding: 10px 30px;
}
.rd-navbar-corporate.rd-navbar-static .rd-nav-item+.rd-nav-item{
	margin-left: 42px;
}
@media(max-width:576px) {
	.rd-navbar-brand .rd-nav-title{
		display: none;
	}
}
.section-qualifications .container{
    position: relative;
}
.section-qualifications .owl-custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section-qualifications .owl-custom-nav .owl-prev{
    margin-left: -33px;
    line-height: 31px;
	border: none;
	font-size: 48px;
}
.section-qualifications .owl-custom-nav .owl-prev:hover, .section-qualifications .owl-custom-nav .owl-next:hover{
	color: #666;
}
.section-qualifications .owl-custom-nav .owl-next{
    margin-right: -33px;
	font-size: 48px;
    line-height: 31px;
	border: none;
}
@media (max-width: 575px){
    .section-qualifications .owl-custom-nav{
        top: 20px;
        width: 77px;
        justify-content: space-between;
        margin: 0 auto;
        position: relative;
    }
    .section-qualifications .owl-custom-nav .owl-prev{
        margin-left: 0;
    }
    .section-qualifications .owl-custom-nav .owl-next{
        margin-right: 0;
    }
}
.box-icon-leah-count{
    padding: 8px 15px;
    left: -6px;
    top: -10px;
    right: auto;
    font-size: 24px;
}
.box-icon-leah-count::after{
    top: 0;
    right: 0;
}
.box-icon-leah-2 .box-icon-leah-count{
    color: #fff;
}
.box-ordered .box-ordered-item::before{
    content: '';
}
.box-ordered .box-ordered-item::after{
    background-color: #b5a067;
}

.section-class-train-laws .box-icon-leah{
    padding-top: 50px;
	min-height: 360px;
}
.section-aboutus {
	background: url("../images/bg-01.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.section-aboutus::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16,35,108,.5);
}
.section-aboutus p.text-white-500{
	text-indent: 2em;
	margin-top: 0;
}
.team-modern{
    max-width: 370px;
}
.team-modern-caption .team-modern-name{
    margin-bottom: 15px;
    padding: 15px 0;
    border: 1px solid #10236c;
}
.team-modern-caption .team-modern-name a{
    color: #10236c;
    font-size: 14px;
}
.team-modern-caption .team-modern-name:hover{
    background: #10236c;
}
.team-modern-caption .team-modern-name:hover a{
    color: #fff;
}
.section-class-train-laws .list-marked a {
    color: #9b9b9b;
}
.services-creative {
    position: relative;
    overflow: hidden;
    text-align: left;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    color: #777;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

.services-creative-figure {
	display: block;
	overflow: hidden
}

.services-creative-figure img {
	width: 100%;
	will-change: transform;
	transition: all .25s ease
}

.services-creative-caption {
	position: relative;
	padding: 18% 15px 30px;
	margin-top: -11.2%;
	z-index: 1
}
.services-creative-caption::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	transform-origin: 100% 50%;
	transform: skewY(-6deg);
	will-change: transform;
	transition: all .3s ease;
	pointer-events: none;
	z-index: -1
}

.services-creative-counter {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: .075em;
	font-family: roboto,-apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,Arial,sans-serif;
	color: #fff;
	background: linear-gradient(to top,#e54d05 0%,#fe5100 100%);
	transform: translate3d(140%,-50%,0);
	will-change: transform;
	transition: all .3s ease
}

.services-creative-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none
}

.services-creative-title a,.services-creative-title a:focus,.services-creative-title a:active {
	color: inherit
}

.services-creative-title a:hover {
	color: #ff5200
}

@media(min-width:992px) {
	.desktop .services-creative-figure img {
		transform: scale(1.1)
	}

	.desktop .services-creative:hover .services-creative-figure img {
		transform: none
	}

	.desktop .services-creative:hover .services-creative-caption::before {
		transform: none
	}

	.desktop .services-creative:hover .services-creative-counter {
		transform: translate3d(-50%,-50%,0)
	}
}

@media(min-width:576px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 30px
	}

	.services-creative-counter {
		transform: translate3d(105%,-50%,0)
	}
}

@media(min-width:768px) {
	.services-creative-caption {
		padding-left: 14%;
		padding-right: 14%;
		padding-bottom: 40px
	}

	.services-creative-counter {
		width: 70px;
		height: 70px;
		font-size: 36px;
		line-height: 70px
	}
}

@media(min-width:992px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%
	}
}

@media(min-width:1200px) {
	.services-creative-caption {
		padding-left: 8%;
		padding-right: 8%;
		padding-bottom: 60px;
		min-height: 270px;
	}
}
.section-service-process .service-process ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
	margin-top: 50px;
}

.section-service-process .service-process ul li{
	position: relative;
	font-size: 1rem;
	margin: 15px 0;
}
.section-service-process .service-process ul li::before{
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    margin-left: -3px;
    margin-top: -18px;
    content: '';
    background-color:  #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.section-service-process .service-process ul li::after{
	position: absolute;
    top: -50%;
    left: -50%;
    right: 0;
    content: '';
    background-color: #fff;
    width: 250%;
    height: 1px;
}
.section-service-process .service-process ul li:first-child::after{
	left: 50%;
}
.section-service-process .service-process ul li:last-child::after{
	left: -200%;
}

@media(max-width:575px) {
	.section-service-process .service-process ul{
		margin: 30px 80px;
		flex-direction: column;
		align-items: start;
	}
	.section-service-process .service-process ul li{
		padding-top: 0;
		padding-left: 20px;
	}
	.section-service-process .service-process ul li::before{
		left: -1px;
		top: 50%;
		margin-top: -5px;
	}
	.section-service-process .service-process ul li::after{
		width: 1px;
		height: 250%;
		left: 0;
	}
	.section-service-process .service-process ul li:first-child::after{
		left: 0;
		top: 50%;
	}
	.section-service-process .service-process ul li:last-child::after{
		left: 0;
		top: -200%;
	}
}

.features-section{
	position: relative;
	padding: 80px 0 80px;
}

.feature-block{
	position: relative;
}

.feature-block .inner-box{
	position: relative;
	text-align: center;
	padding: 35px 15px 0;
	min-height: 400px;
}

.feature-block .inner-box:before{
	position: absolute;
	right: -16px;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #eeeeee;
	content: "";
}

.feature-block:last-child .inner-box:before{
	display: none;
}

.feature-block .icon-box{
	position: relative;
	display: inline-block;
	font-size: 62px;
	line-height: 1em;
	color: #ff9f14;
	margin-bottom: 10px;
}

.feature-block h3{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}

.feature-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block h3 a:hover{
	color: #ff9f14;
}
.appointment-form{
	position: relative;
	text-align: center;
}
.btn-style-one {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	padding: 15px 30px;
	line-height: 20px;
	font-weight: 500;
	background: #222222;
	border: none;
	cursor: pointer;
}

.btn-style-one:hover{
	color:#222222;
	background:#eee;
}

.appointment-form h3{
	position: relative;
	font-size: 33px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 25px;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="email"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group textarea,
.appointment-form .form-group select{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.appointment-form .form-group textarea{
	height: 170px;
	resize: none;
	margin-bottom: 25px;
}

.section-map .map-container {
	position: relative;
	width: 100%;
	height: 730px;
}
.section-map .map-container .map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 730px;
}
#dituContent{
	width:100%; height:730px;
}
.section-map .map-container .container{
	position: relative;
}
.section-map .map-container .parallax-content{
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 600px;
	z-index: 1;
}

@media (max-width:575px) {
	.section-map .map-container{
		height: 830px;
	}
	.section-map .map-container .container{
		padding-left: 0;
		padding-right: 0;
	}
	.section-map .map-container .map{
		position: relative;
		height:300px;
	}
	#dituContent{
		width:100%; height:300px;
	}
	.section-map .map-container .parallax-content{
		position: relative;
		right: 0;
		left: 0;
		width: 100%;
	}
}

.post-sidebar h5{
	padding: 8px 15px;
	min-width: auto;
	background: #131935;
	color: #fff;
	margin-left: -5px;
	margin-top: -5px;
}

.bg-secondary-custom{
	background: url("../images/cta_bg01.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

.bg-secondary-custom::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(16,35,108,.5);
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #151515;
}

.breadcrumbs-custom-path a:hover {
	color: #b5a067;
}
.blog-post-tags{
	color: #b5a067;
}
.breadcrumbs-custom-title{
	text-align: left;
	color: #10236c !important;
	font-weight: bold;
}
.post-modern-figure{
	height: 320px;
	box-shadow: 0px 10px 20px 0px rgba(5, 1, 64, 0.1);
}
.page-item .icon{
	font-size: 26px;
}
.post-classic-title{
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.blog-post-bottom-panel{
	color: #ddd;
}
.row-content{
	min-height: 300px;
}
.download-btn{
	background-color: burlywood;
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
}
.download-btn:hover{
	background-color: #131935;
}
.breadcrumbs-custom-text{
	text-align: left;
	font-size: 20px;
	color: #b5a067;
	text-shadow: 0 2px 2px #eee;
}
.services-modern img{
	min-height: 378px;
}
.box-icon-classic-title{
	font-size: 18px;
	text-align: center;
}
@media (min-width: 768px){
	.box-icon-classic {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
.iso-bg{
	background: url("../images/iso-bg.jpg") no-repeat left center;
	background-size: cover;
	position: relative;
}
.iso-bg::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(19,25,53,.9);
}
.row.message{
	padding: 5px 15px;
	color: red;
}
