/*---------------------------------------------
			Table of CONTENT
-----------------------------------------------
	01. Default CSS
	02. Header
	03.	Banner Section
	04. Services Section
	05. Skills Section
	06. Portfolio Section
	07. Team Section
	08. Pricing Section
	09. Blog Section
	10. Blog Single
	11. Testimonial Section
    12. Client Section
	13. Contact Us Section
	14. Footer
	15. Pre-loader
	
-----------------------------------------------*/

/*	01	- Default CSS
----------------------------------------------*/
/*
  1.0 - Normalize
 */
html {
	font-family: '微软雅黑';
	/*font-family: 'Lora', serif;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: '微软雅黑';
	font-size: 14px;
	/*  base font size  15px= 1em*/
	margin: 0;
}

ul,
li {
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #696969;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

a:hover {
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset> :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: '微软雅黑', sans-serif;
	/* line-height: 1.75; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1em;
	font-family: '微软雅黑', sans-serif;
	font-weight: 700;
	color: #0d0d0d;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

h1 {
	color: #fff;
	font-size: 36px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

p {
	/* font-size: 14px; */
	color: #55575d;
	line-height: 24px;
	/* margin: 0 0 1.75em; */
	margin: 0 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 1px solid #e9e9e9;
	color: #939595;
	font-size: 17px;
	font-style: italic;
	line-height: 28px;
	font-weight: 700;
	padding: 30px 25px 25px 80px;
	position: relative;
}

blockquote>p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #939595;
}

blockquote:after {
	content: "\f10d" !important;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	font: normal normal normal 48px/1 FontAwesome;
	color: #e9e9e9;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote> :last-child {
	margin-bottom: 0;
}

address {
	color: #939595;
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 10px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: 'Lora', sans-serif;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/**
 * 3.0 - Elements
 */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #c2c2c2;
	font-family: 'Lora', sans-serif;
}

:-moz-placeholder {
	color: #c2c2c2;
	font-family: 'Lora', sans-serif;
}

::-moz-placeholder {
	color: #c2c2c2;
	font-family: 'Lora', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #c2c2c2;
	font-family: 'Lora', sans-serif;
}

/**
 * 4.0 - Forms
 */
input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: 'Lora', sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em;
}

.default-button {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background-color: #0d0d0d;
	padding: 10px 20px;
	border-radius: 3px;
	text-decoration: none;
}

.default-button:hover,
.default-button:focus {
	color: #fff;
	text-decoration: none;
}

.padding-120 {
	padding: 70px 0px;
}

.bg-color {
	background-color: #f3f3f4;
}

.section-header {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.section-header h3 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
}

.section-header p {
	font-size: 14px;
	line-height: 22px;
	color: #999;
}

/*	02	- Header
----------------------------------------------*/
header .main-menu {
	/* min-height: 70px; */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 999;
	transition: .5s;
	background-color: #191919;

	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
}

header .menu-fixed {
	background: transparent;
	background: #fff;
}

header .menu-bg {
	background-color: #182838;
	background-color: #FFF;
}

header .main-menu .navbar-brand {
	padding: 0 0px;
	height: auto;
}

header .main-menu ul li a {
	font-size: 14px;

	color: #333;
	text-transform: capitalize;
	padding: 25px 14px;
}

header .main-menu ul li a:hover,
header .main-menu ul li a:focus {
	background-color: transparent;
	color: #da241c;
}

header .main-menu ul li.active a {
	background-color: transparent;
	color: #da241c;
		font-weight: 600;
}

header .main-menu ul li ul li a {
	padding: 15px;
}

.header-single {
	margin-top: 90px;
}

/*  03  - Banner Section
----------------------------------------------*/
.banner {
	/* background-image: url(../../images/banner.jpg); */
	background-size: cover;
	background-position: 50% 50%;	
	position: relative;
}

.zy-banner .overlay {
	height: 284px;
	width: 586px;	
}

.zy-banner {
	background-image: url(../../images/aboutus-bg.jpg);
	position: relative;
	height: 374px;
}

.zy-banner .banner-content {
	position: absolute;
	left: 13.5%;
	top: 50%;
	color: #fff;
	transform: translate(0, -50%);
	width: 1400px;
	box-sizing: border-box;
	padding: 50px 50px;
	background-color: rgba(63, 83, 100, .8);
	width: 500px;
	box-sizing: border-box;
}

.zy-banner .banner-content h3 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-transform: uppercase;

}

.zy-banner .banner-content p {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

/*  04  - Services Section
----------------------------------------------*/
.services {
	padding: 70px 0px 90px;
}

.youshi {

	background: #3f5364;
}

.service-items {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;


}

.services .service-item {
	padding: 50px 30px;
	text-align: center;
	background-color: #b6c1cb;
	-webkit-transition: .25s;
	transition: .25s;
	/* margin:0 1.5%; */
	margin-bottom: 30px;
	width: 17%;
	border-radius: 5px;
	box-sizing: border-box;
}


.services .service-item:last-child {
	margin-right: 0;
}

.services .service-item:hover {
	-moz-box-shadow: 0px 4px 16px 0px #808080;
	-webkit-box-shadow: 0px 4px 16px 0px #808080;
	box-shadow: 0px 4px 16px 0px #808080;
	-webkit-transform: translateY(-2%);
	transform: translateY(-2%);
	cursor: pointer;
	background-color: #da241c;
}

.services .service-item span {
	width: 72px;
	height: 72px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
	color: #666;
	font-size: 60px;
}

.service-item h4 {
	font-size: 20px;
	margin-top: 20px;
	position: relative;
	padding-top: 20px;
	margin-bottom: 25px;
	color: #666;

}

.service-item h4::after {
	width: 40px;
	height: 4px;
	background: #da241c;
	display: block;
	content: "";
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: 0;
}

.services .service-item p {
	margin: 0px;
}

.services .service-item:hover span,
.services .service-item:hover h4 {
	color: #fff;
}

.services .service-item:hover h4::after {
	background: #fff;
}


/*  07  - 团队
----------------------------------------------*/
.team .team-item {
	text-align: center;
	background-color: #f3f3f4;
	position: relative;
	overflow: hidden;
}

.team .team-item .image img {
	width: 100%;
}

.team .team-item .details {
	padding: 20px;
}

.team .team-item .details h4 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px;
}

.team .team-item .details p {
	margin: 0px;
}

.team .team-item .overlay {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	padding: 50px 20px 20px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.team .team-item .overlay h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;

}

.team .team-item .overlay span {
	display: inline-block;
	margin-bottom: 30px;
}

.team .team-item .overlay p {
	color: #fff;
	max-width: 400px;
	margin-bottom: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.team .team-item:hover .overlay {
	opacity: 1;
	left: 0;
}

.team .team-item .team-social a {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	color: #252525;
	height: 36px;
	width: 36px;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 100%;
	text-align: center;
	-webkit-transition: .25s;
	transition: .25s;
}

.team .team-item .team-social a:hover {
	background-color: #00BFFF;
	color: #fff;
}

.team .team-item:hover h4 {}

/*  08  - Pricing Section
----------------------------------------------*/
.pricing .pricing-item {
	text-align: center;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	-webkit-transition: .25s;
	transition: .25s;
	margin-bottom: 30px;
}

.pricing .pricing-item:hover {
	-moz-box-shadow: 0px 4px 16px 0px #808080;
	-webkit-box-shadow: 0px 4px 16px 0px #808080;
	box-shadow: 0px 4px 16px 0px #808080;
	-webkit-transform: translateY(-2%);
	transform: translateY(-2%);
}

.pricing .pricing-item h3 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	padding: 30px 10px;
	margin: 0px;
}

.pricing .pricing-item .pricing-amout {
	background-color: #f3f3f4;
	padding: 10px;
}

.pricing .pricing-item .pricing-amout p {
	font-size: 14px;
	margin: 0px;
	color: #0d0d0d;
	font-weight: 700;
}

.pricing .pricing-item h2 {
	font-size: 64px;
}

.pricing .pricing-item .options {
	padding: 30px 10px;
}

.pricing .pricing-item .options p {
	margin-bottom: 10px;
}

.pricing .pricing-item .options p:last-child {
	margin: 0px;
}

.pricing .pricing-item a {
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background-color: #0d0d0d;
	padding: 10px 20px;
	border-radius: 3px;
	margin-bottom: 30px;
	text-decoration: none;
}

/*  09  - Blog Section
----------------------------------------------*/
.blog .blog-item {
	background-color: #fff;
	/* border: 1px solid #e1e1e1; */
	margin-bottom: 30px;
	box-shadow: 0 0 10px  rgba(0, 0, 0, .08);
	border-radius: 5px;
}

.blog .blog-item .image {
	overflow: hidden;
	border-radius: 5px;
}

.blog .blog-item .image img {
	width: 100%;
	transition: .5s;
}

.blog .blog-item:hover .image img {
	transform: scale(1.3);
}

.blog .blog-item .content {
	padding: 30px;	
}

.blog .blog-item .content h4 {
	margin: 0px;
	margin-bottom: 10px;
}

.blog .blog-item .content h4 a {
	color: #333;
	font-size: 18px;
	text-decoration: none;
}

.blog .blog-item .content>a {
	display: inline-block;
	color: #da241c;		
	width: 130px;
	height: 42px;
	text-align: center;	
	border: 1px solid #da241c;
	background: #fff;
	margin: 30px auto 0;
	font-size: 14px;
}

.blog .blog-item .content>a:hover{
	background: #da241c;
	color: #fff;
	
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #828282;
	height: 46px;
}

.blog .blog-item .content .fushufuwu-content {
	padding: 20px;
	background: #f8f8f8;
	border-radius: 10px;   
}

.blog .blog-item .fushufuwu-content h4 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
}

/* 首页留学资讯 */
.blog .blog-item.liuxue-news {
	display: flex;
	background-color: #fff;
	border-radius: 5px;
}

.blog .blog-item.liuxue-news .content {
	width: calc(100% - 452px);
}

.blog .blog-item.liuxue-news .content span {
	color: #999;
}

.blog .blog-item.liuxue-news .image {
	width: 452px;
	border-radius: 5px;
}

.fushufuwu-box .blog-item {
	border: none;
	border-radius: 10px;
}

.about-text p {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	line-height: 160%;
}


/*  10  - Blog Single
----------------------------------------------*/
.blog .blog-item .image img .single_content {
	padding: 80px 0px;
}

.single_post {
	background-color: #f3f3f4;
	margin-bottom: 40px;
}

.single_post .post_content {
	padding: 30px;
	overflow: hidden;
}

.single_post .post_content h3 {
	color: #0d0d0d;
	font-size: 26px;
	text-transform: uppercase;
}

.single_post .post_content .post-meta {
	margin: 5px 0px 15px;
}

.single_post .post_content blockquote:after {
	color: #00BFFF;
}

.single_post .post_content .post_tags {
	float: left;
	margin: 0;
}

.single_post .post_content .post_tags li {
	list-style: none;
	display: inline-block;
	color: #979797;
	font-weight: 700;
}

.single_post .post_content .post_tags li a {
	color: #0d1218;
	text-decoration: none;
}

.single_post .post_content .post_share {
	float: right;
	margin: 0;
}

.single_post .post_content .post_share li {
	list-style: none;
	display: inline-block;
	float: left;
	color: #979797;
	font-weight: 700;
	margin-right: 6px;
}

.single_post .post_content .post_share li:last-child {
	margin: 0;
}

.single_post .post_content .post_share li a {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	color: #252525;
	height: 36px;
	width: 36px;
	background-color: #979797;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: .25s;
	transition: .25s;
}

.single_post .post_content .post_share li a:hover {
	background-color: #00BFFF;
}

.post_comment {
	margin-bottom: 40px;
}

.post_comment h3 {
	font-size: 28px;
	line-height: 94px;
	color: #0d1218;
}

.post_comment ul {
	margin: 0;
}

.post_comment li {
	list-style: none;
}

.post_comment ul li ul {
	margin-left: 90px;
}

.post_comment li article {
	border-top: 1px solid #ebebeb;
	padding: 20px 0px;
}

.post_comment>ul:nth-child(2)>li>article {
	border: none;
	padding-top: 0px;
}

.post_comment .profile-image {
	height: 80px;
	width: 80px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.post_comment .profile-image img {
	width: 100%;
}

.post_comment .comment-content {
	display: table;
}

.post_comment .comment-content .comment_meta {
	font-size: 18px;
	line-height: 24px;
	color: #363636;
	margin-bottom: 5px;
}

.post_comment .comment-content .comment_meta a {
	font-size: 15px;
	line-height: 24px;
	color: #959595;
	text-decoration: none;
}

.post_comment .comment-content .comment_meta a:hover {
	color: #353743;
}

.post_comment .comment-content p {
	font-size: 16px;
	line-height: 26px;
	color: #55575d;
	margin-bottom: 15px;
}

.post_comment .comment-content .comment_reply {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background-color: #363636;
	text-decoration: none;
	display: inline-block;
	padding: 0px 15px;
	border-radius: 3px;
}

.post_comment .comment_input {
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	color: #c2c2c2;
	padding: 15px;
	margin-bottom: 20px;
	outline: none;
}

.post_comment .comment_input:first-child {
	width: 49%;
	float: left;
}

.post_comment .comment_input:nth-child(2) {
	width: 49%;
	float: right;
}

.post_comment .comment_submit {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	background-color: #0d1218;
	padding: 11px 36px;
	margin-top: 10px;
	-webkit-transition: .25s;
	transition: .25s;
	outline: none;
}

.post_comment .comment_submit:hover,
.post_comment .comment_submit:hover {
	background-color: #0d1218;
}

.sidebar_item {
	margin-bottom: 50px;
}

.sidebar_title {
	font-size: 24px;
	line-height: 28px;
	color: #0d1218;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.sidebar_item form {
	position: relative;
}

.sidebar_item form input {
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	color: #979797;
	padding: 15px;
	outline: none;
}

.sidebar_item form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent;
	color: #979797;
	font-size: 16px;
}

.sidebar_category li {
	list-style: none;
}

.sidebar_category li a {
	font-size: 16px;
	line-height: 36px;
	display: block;
	color: #55575d;
	text-decoration: none;
}

.sidebar_category li a:hover {
	color: #00BFFF;
}

.sidebar_category li a span {
	float: right;
}

.sidebar_posts .post_item {
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar_posts .post_item:last-child {
	margin: 0;
}

.sidebar_posts .post_thumb {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.sidebar_posts .post_content {
	display: table;
}

.sidebar_posts .post_content h5 a {
	font-size: 18px;
	line-height: 24px;
	color: #0d1218;
	text-decoration: none;
}

.sidebar_posts .post_content h5 a:hover {
	color: #00BFFF;
}

.sidebar_tags {
	overflow: hidden;
}

.sidebar_tags li {
	list-style: none;
	display: inline-block;
	float: left;
}

.sidebar_tags li a {
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	background-color: #252525;
	text-decoration: none;
	padding: 5px 14px;
	margin: 4px;
}

.sidebar_tags li a:hover {
	background-color: #00BFFF;
	color: #fff;
}

.sidebar_item .newsletter input {
	margin-bottom: 15px;
}

.sidebar_item .newsletter input:last-child {
	text-transform: uppercase;
	color: #fff;
}

/*  11  - Testimonial Section 首页服务
----------------------------------------------*/
.testimonial {
	background-image: url(../../images/index-fuwu-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-size: 100%; */
}

.testimonial .overlay {
	background-color: rgba(0, 0, 0, .8);
}

.testimonial .section-header h3 {
	color: #fff;
}

.testimonial .section-header p {
	color: #fff;
}

.testimonial .testimonial-item {
	text-align: center;
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
}

.testimonial .testimonial-item .image {
	height: 100px;
	width: 100px;
	border: 4px solid #e1e1e1;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.testimonial .testimonial-item h4 {
	color: #fff;
	margin: 0px;
}

.testimonial .testimonial-item span {
	margin-bottom: 30px;
	display: inline-block;
}

.testimonial .testimonial-item p {
	color: #fff;
}

.testimonial .testimonial-pagination {
	text-align: center;
}

.testimonial .testimonial-pagination span {
	background-color: #00BFFF;
}

/*  12  - Client Section
----------------------------------------------*/
.client .client-item img {
	width: 100%;
}

/*  13  - Contact Us Section
----------------------------------------------*/
.contact-us .contact-input {
	width: 100%;
	border: 1px solid #e4e7e9;
	border-radius: 3px;
	outline: none;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
	margin-bottom: 0;
	padding: 5px 15px;
	background: #e5e5e5;
	/* margin-right:30px; */
}

.contact-us .contact-submit {
	text-transform: uppercase;
	padding: 0 50px;
	background: #da241c;
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	height: 60px;
}

.contact-info {
	/*background-color: #fff;
    padding: 30px;
    border-radius: 3px;*/
}

.info-item {
	margin-bottom: 15px;
	overflow: hidden;
}

.info-item:last-child {
	margin: 0px;
}

.contact-info .icon {
	float: left;
	margin-right: 15px;
}

.contact-info .icon span {
	display: block;
	height: 60px;
	width: 60px;
	background-color: rgba(225, 225, 225, 0.8);
	color: #f57981;
	font-size: 36px;
	text-align: center;
	border-radius: 5px;

}

.contact-info .content {
	display: table;
}

.contact-info .content h4 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #171717;
	margin: 0px;
}

.contact-info .content p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #333;
	margin: 0px;
	word-wrap: break-word;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}


.contact-info .content span {
	color: #959595;
	display: block;
	margin-bottom: 10px;
}

#contact_map {
	width: 100%;
	height: 500px;
}

/*  14  - Footer
----------------------------------------------*/
#footer {
	width: 100%;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.8);
	padding-top: 30px;
	background: #3f5364;
}

.footer-container {

	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}

.footer-infor {
	width: 60%;

}

.footer-infor h4 {
	font-size: 14px;
	color: #fff;
}

.footer-infor p {
	margin-bottom: 5px;
	color: #ababab;
	color: rgba(225, 225, 225, 0.8);
}

.footer-infor i {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 10px;
}

.footer-right {
	width: 40%;
	float: right;
	display: flex;
	justify-content: flex-end;

}

.ewm {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-left: 20px;
	width: 94px;
}

.ewm .ewm-img {
	width: 94px;
	height: 94px;
	background-color: #fff;
	overflow: hidden;
}

.ewm .ewm-img img {
	width: 94px;
	height: 94px;
}

.ewm p {
	color: rgba(255, 255, 255, 0.58);
	margin-top: 5px;

}

.banquan {
	background-color: #3f5364;
	color: rgba(225, 225, 225, 0.2);
	height: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgba(225, 225, 225, 0.2);
}





/*  15  - Pre-loader
----------------------------------------------*/
@-webkit-keyframes pre_loader {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pre_loader {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999;
	opacity: .98;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loader .ld-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #0d0d0d;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: pre_loader 2s infinite ease-in-out;
	animation: pre_loader 2s infinite ease-in-out;
}

.loader .ld-child2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

/*-------------Thank You----------------*/

/* 客户留言 */

.form-control {
	height: 50px;
	background: #f4f4f4;
	border: 1px solid #ececec;
	border-radius: 0;
}

.btn-primary {
	width: 100%;
	height: 50px;
	background: #da241c;
	border: none;
	outline: none;
	border-radius: 0;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background: #da241c;
	outline: none;
	border-radius: 0;

}

select.form-control {
	color: #666;
}

select.form-control option {
	color: #666;
}



/*   新加坡教育*/
.red-bg-color {
	display: flex;
	justify-content: space-between;
	background-color: #da241c;
}

.jiaoyu-left {
	padding-left: 260px;
	padding-top: 70px;	
	box-sizing: border-box;

}

.jiaoyu-left,
.jiaoyu-right {
	width: 50%;
}

.jiaoyu-right img {
	width: 100%;
	height: 100%;
}

.jiaoyu-left .section-header {
	margin-left: 0;
	margin-right: 0;
}

.jiaoyu-left .section-header h3,
.jiaoyu-left .section-header p {
	color: #fff;
	text-align: left;
}

.jiaoyu-list-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;

}

.jiaoyu-list {
	margin-bottom: 30px;
	width: 45%;
	margin-right: 3%;

}

.jiaoyu-list i {
	width: 64px;
	height: 64px;
	margin-bottom: 20px;
}

.jiaoyu-list b {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	display: block;
	margin-top: 20px;
}

.jiaoyu-list p {
	color: rgba(225, 225, 225, 0.6);
	margin-top: 5px;
}

/* 新增 */
.w3_agile_login {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

.w3_agile_login a i {
	color: #fff;
	font-size: 1.5em;
	margin-top: 0.5em;
}

/*--search--*/
.cd-main-header {
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

}

.cd-main-header {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}

.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: 0px;
	right: 0%;
}

.cd-header-buttons li {
	display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}

.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search {
	position: absolute;
	width: 60%;
	top: 100%;
	right: 5%;

	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
	border-radius: 0;
	border: none;
	background: rgba(35, 51, 61, 0.59);
	width: 100%;
	padding: 0 5%;
	-webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	font-size: 1em;
	padding: 1em 2em;
	color: #fff;



}

.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}

.cd-search input::-moz-placeholder {
	color: #fff !important;
}

.cd-search input:-moz-placeholder {
	color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}

.cd-search input:focus {
	outline: none;
}

.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

/*--//search--*/

/* @media screen (min-width: 768px) {
	.navbar-nav {
		float: left;
	}
} */
/* 首页 关于我们 */

/* .shuju-box {
	display: flex;
	justify-content: space-between;
	padding-right: 100px;
}

.shuju-list .shuju-list-top {
	color: #f57981;
}

.shuju-list .shuju-list-top i {
	font-style: normal;
	font-size: 48px;
	font-weight: 700;
	font-family: '微软雅黑';
}

.shuju-list .shuju-list-top span {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}

.shuju-list-bottom {
	color: #333333;
} */

.index-about p:first-child {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
}

.index-about p:last-child {
	color: #666;
	margin-bottom: 1.7em;
	padding-top: 1.7rem;
}

.index-about-bottom {
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;

}

#about {
	background: url(../../images/about-bg.jpg) no-repeat;
	background-size: 100% auto;

}

.black-bg .section-header p,
.black-bg h3 {
	color: #fff;

}

.about-white-bg {
	background: #fff;
	padding: 50px 30px;
	border-radius: 10px 10px 0 0;

}

.liaojie {
	background: #f57981;
	color: #fff;
	padding: 5px 10px;
	margin-top: 20px;
	display: block;
	width: 120px;
	text-align: center;
}

.liaojie:hover {
	color: #fff;
}

/* 成功案例 */
.case-bg {
	background: url(../../images/case-bg.jpg) no-repeat #ebebeb;
	background-position: bottom center;
}

.case-list {
	border-radius: 10px;
	background: #fff;
	padding: 30px 24px;
	position: relative;
}

.case-list h5 {
	font-weight: normal;
}

.case-list p {
	color: #828282;
	margin-bottom: 94px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	height: 120px;


}

.case-list .time {
	color: #333;
}



.touxiang {
	width: 120px;
	height: 120px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	bottom: -20px;
	right: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f8f8f8;
}

.swiper-container-case .swiper-slide {
	padding-right: 20px;
	padding-bottom: 100px;
	box-sizing: border-box;

}

.swiper-container-case .swiper-button-next,
.swiper-container-case .swiper-button-prev {
	color: #666666;
	/* background: #ffffff; */
	top: auto;
	bottom: 0;
	right: 45%;
	width: 50px;
	height: 50px;
	border-radius: 50%;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 45%;
}
.swiper-container-case .swiper-button-prev,
.swiper-container-case .swiper-container-rtl .swiper-button-next {
	background: url(../../images/arrow-left.png) no-repeat #f8f8f8;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {

	background: url(../../images/arrow-right.png) no-repeat #f8f8f8;
}

/* 移民专栏 */

.yimin-list-box {
	display: flex;
}

.yimin-list {
	margin-right: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: calc(25% - 30px);
	overflow: hidden;
}

.yimin-list:last-child {
	margin-right: 0;

}

.yimin-list-img {
	height: 346px;
	overflow: hidden;
}

.yimin-list-img img {
	width: 100%;
	transition: .5s;

}

.yimin-list-img:hover img {
	width: 100%;
	transform: scale(1.3);
}

.yimin-list .overlay {
	background: #8e9ba7;
	-webkit-transition: .5s;
	transition: .5s;
	width: 100%;
	height: 66px;
	box-sizing: border-box;
	padding: 0 15px;
	box-sizing: border-box;
	justify-content: flex-start;
	display: flex;
	align-items: center;


}

.yimin-list .overlay h6 {
	color: #fff;
	font-size: 16px;
}

.yimin-list:hover .overlay {
	background-color: #da241c;
}

.yimin-list ul li {
	border-bottom: 1px solid #3f5364;
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #3f5364;
	font-size: 16px;
}

.more-btn {
	margin: 55px auto 50px;
	width: 150px;
}

.more-btn a {
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	width: 150px;
	display: block;
	background: #8e9ba7;
}

.more-btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #da241c;
}

/* 首页新闻资讯 */
/* .news-toutiao {
	position: relative;
	height: 470px;
	overflow: hidden;	
}

.news-toutiao h5 {
	position: absolute;
	height: 50px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-weight: normal;
	width: 100%;
	line-height: 50px;
	padding: 0 15px;
	bottom: 0;
	box-sizing: border-box;
	margin-bottom: 0;
}

.index-news-list ul li {
	border-bottom: 1px solid #e5e5e5;
}

.index-news-list ul li a p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: calc(100% - 33%);
	margin-right: 3%;
}

.index-news-list ul li a {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.index-news-list ul li a span {
	color: #999;
	width: 30%;
	text-align: right;
} */

.contact-us h5 {
	color: #333;
	font-weight: normal;
	margin-bottom: 30px;
}

.contact-us .contact-input {
	height: 60px;

}

.swiper-container-case .swiper-slide {
	padding-right: 0;

}

/* 关于我们 */
.contact-bg {
	background: #f8f8f8;
	display: flex;
}

.contact-left {
	width: 50%;

}

.contact-right {
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* 新闻页面 */
.news-box .news-list {
	border: 1px solid #e5e5e5;
	padding: 30px;
	display: flex;
	margin-bottom: 30px;
}
.news-list-img {
	width: 360px;
	margin-right: 30px;
	height: 198px;
	overflow: hidden;

}

.news-list-img img {
	transition: .5s;


}

.news-list-img :hover img {
	transform: scale(1.3);
}



.news-list-right {
	width: calc(100% - 390px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-list-right a h5 {
	font-weight: normal;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.news-list-right a:hover h5 {
	color: #f57981;

}

.news-list-right a p {
	font-weight: normal;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #969696;
	margin-top: 30px;

}

.news-list-right .date {

	color: #969696;

}

.news-list-right .date span {
	margin-right: 15px;
}

.news-banner {
	background: url(../../images/news-banner.jpg);

}

.liuxue-banner {
	background: url(../../images/liuxue-banner.jpg);
}

/* 移民方式详情 */
.yiminfangshi-img img {
	border-radius: 10px;
}

.yiminfangshi-right {}

.yiminfangshi-right h5 {
	font-size: 18px;
	margin-top: 15px;
}

.yiminfangshi-right p {
	margin-top: 20px;
	color: #666;
}

.zxpg-btn {
	background: #f57981;
	width: 200px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.zxpg-btn a {
	display: block;
	color: #fff;
}

.xiangmushuoming-bg {
	background: url(../../images/xiangmusm-bg.jpg) no-repeat;
	background-size: cover;
}


.padding-60 {
	padding: 0 60px;

}

.xiangmusm {
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}

.xiangmusm h4 {
	font-size: 22px;
	background: #f57981;
	height: 60px;
	border-radius: 10px 10px 0 0;
	line-height: 60px;
	padding: 0 15px;
	color: #fff;

}

.xiangmusm ul {
	padding: 30px;
	min-height: 200px;

}

.xiangmusm ul li {
	display: flex;
	margin-bottom: 15px;
}

.xiangmusm ul li:last-child {
	margin-bottom: 0;

}


.xiangmusm ul li i {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #f57981;
	display: block;
	margin-right: 10px;
	margin-top: 5px;
}

.xiangmusm ul li p {
	width: calc(100% - 26px);

}

/* 申请流程 */
.liucheng-box {
	margin-bottom: 30px;

}

.liucheng-box h5 {
	background: url(../../images/buzhou-bg.png) no-repeat;
	height: 28px;
	margin-bottom: 0;
	color: #fff;
	line-height: 28px;
	padding-left: 15px;
}

.buzhou-box {
	border: 1px solid #e5e5e5;
	padding: 20px;
	box-sizing: border-box;
	height: 120px;

}

.buzhou-box h6 {
	font-size: 16px;
	font-weight: normal;
}


/* 分页 */
.fenye {
	display: block;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
}

.pagination {
	margin: 30px 0;
}

.pagination>li>a,
.pagination>li>span {
	color: #666;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #da241c;
	border: 1px solid #da241c;
}

.pagination>li>a:hover {
	background: #da241c;
	color: #fff;
	border: 1px solid #da241c;
}

/* 表格 */
.shuju-table {
	width: 60%;
	margin: 0 auto;
	border: none;

}

.shuju-table {
	border: none;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.shuju-table td,
.shuju-table th {
	padding: 15px;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-bottom: none;
	border-right: none;
	text-align: center;
	color: #666;
}

.shuju-table th {
	background: #f57981;
	color: #fff;
	font-size: 16px;
}

.shuju-table tr:nth-child(2n+1) {
	background-color: #fff9f9;
}

/* 案例 */
.case-list-box {

	padding-right: 50px;
	box-sizing: border-box;
}



.case-list-box .touxiang {
	width: 100px;
	height: 100px;
	bottom: -30px;
	right: -30px;
}

.case-list-box .case-list {
	border: 1px solid #e5e5e5;
	margin-bottom: 60px;
}

.case-list-box .case-list p {
	margin-bottom: 40px;
	height: 50px;
}

.case-list-box .case-list .time {
	color: #999;
}

.case-list-box .case-list {
	padding: 30px 30px;
}

/* 税务规划 */
.shuiwu-banner {
	background: url(../../images/shuiwu-banner.jpg);
}

.shuiwuguihua-text {
	margin-bottom: 30px;

}

.section-header.juzuo {
	width: auto;
	max-width: 100%;
}



.gerenshui-bg {
	background: url(../../images/gerenshui-bg.jpg) no-repeat;
	background-size: cover;
}

.gerenshui-box {
	display: flex;
	justify-content: center;
	align-items: center;


}

.gerenshui-box .xiangmusm {
	min-height: 400px;

}

.gerenshui-box .xiangmusm:first-child {
	width: 40%;
}

.gerenshui-box .xiangmusm:last-child {
	width: 30%;
}

.gerenshui-box .xiangmusm:last-child h4 {
	background: #6f99e0;
}


.vs {
	padding: 0 30px;
	width: 20%;
	box-sizing: border-box;

}

.padding-30 {
	padding: 30px;

}

.xiaofeishui {
	padding-right: 60px;

}

.xiangqing-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;

}

.xiangqing-title h3 {
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 140%;
	font-size: 30px;
}

.xiangqing-title p {
	color: #666;

}

.xq-box {
	min-height: 400px;

}

.xq-bottom {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}

.xq-bottom-list {
	color: #999999;
}

.xq-bottom-list a {
	color: #999999;
}

.xq-bottom-list a:hover {
	color: #f8858c;
}

.sous-title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 36px;
}

.sous-title span {
	color: #f30;
}

.sous-news ul li {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;

	margin-bottom: 10px;
}

.sous-news ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	height: 40px;
	width: 70%;
	float: left;
	margin-right: 3%;
	line-height: 40px;
}

.sous-news ul li .time {
	width: 27%;
	float: right;
	text-align: right;
	color: #999;
}

.sous-news ul li .leibie {
	width: 10%;
	float: left;
	color: #999;
}

.sous-news ul li:last-child {
	border-bottom: none;
}




@media (max-width: 768px) {
	.navbar-brand{
		height: auto;
		padding: 0;
	}

	.more-btn {
		margin: 15px auto 15px;
	}

	.blog .blog-item.liuxue-news {
		flex-direction: column;

	}

	.blog .blog-item.liuxue-news .image {
		width: 100%;
	}

	.blog .blog-item.liuxue-news .content {
		width: 100%;
	}

	.red-bg-color {
		flex-direction: column;
	}

	.jiaoyu-left .section-header {
		padding-left: 30px;

	}

	.services .service-item {
		width: 47%;
	}

	.jiaoyu-left,
	.jiaoyu-right {
		width: 100%;
		padding-left: 0;
	}

	.jiaoyu-list-box {
		padding-left: 30px;
	}

	.padding-120 {
		padding: 35px 0;

	}

	.section-header {
		margin-bottom: 30px;
	}

	#about {
		background-size: 100% 100%;


	}

	.about-white-bg {
		padding: 25px 15px;

	}

	.shuju-box {
		padding-right: 0;
		margin-bottom: 15px;
	}

	.header .main-menu .navbar-brand {
		padding: 0;
	}



	.fuwu-list-img {
		margin-bottom: 30px;
	}

	.yimin-list {
		margin-bottom: 30px;
		margin-right: 0;
		width: 100%;

	}

	.news-toutiao {
		height: auto;
	}

	.contact-us .contact-input {
		margin-bottom: 30px;
	}

	.footer-contact ul {
		flex-wrap: wrap;

	}

	.yimin-list-box {
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}

	.gongzhonghao {
		margin-top: 10px;
	}

	.gongzhonghao ul {
		justify-content: center;
	}

	.banquan {
		margin-top: 15px;
	}

	.services .service-item {
		margin-right: 0;
	}

	.service-items {
		flex-wrap: wrap;
	}

	.swiper-container-case .swiper-button-prev {
		left: 28%;
	}

	.swiper-container-case .swiper-button-next {
		right: 28%;

	}

	.zy-banner .banner-content {
		width: 90%;
		left: 5%;
		right: 5%;
		padding: 30px;
	}
	.zy-banner .banner-content h3{
		font-size: 24px;
		
	}
	.zy-banner .banner-content p{
		font-size: 14px;
	}

	.contact-bg {
		flex-direction: column;

	}

	.contact-left,
	.contact-right {
		width: 100%;
	}

	.zy-banner {
		height: 260px;
	}

	.contact-right {
		padding: 30px;

	}

	/* 新闻 */
	/* .news-box .news-list {
		padding: 15px;
	}

	.news-list-img {
		width: 40%;
		margin-right: 3%;
		height: 98px;
	}

	.news-list-right {
		width: calc(100% - 43%);

	}

	.news-list-right a p {
		margin-top: 15px;
		display: none;
	}

	.padding-60 {
		padding: 0 15px;

	}

	.shuju-table {
		width: 100%;

	}

	.case-list-box .case-list {
		padding: 15px;

	}

	.xq-bottom {
		flex-direction: column;

	}

	.xq-bottom-list {
		margin-bottom: 10px;
	}

	.w3_agile_login {
		float: none;
	}

	.cd-search {
		width: 100%;
		left: 0;
	}

} */