/*
Author: W3layout
Author URL: http//w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http//creativecommons.org/licenses/by/3.0/
*/
.w-full {
	width: 100%;
}
.h-full {
	height: 100%;
}
/* flexr */
.flex {
	display: flex;
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-1 {
	flex: 1;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-items-center {
	justify-content: center;
}
.items-center {
	align-items: center;
}
.text-center {
	text-align: center;
}

.relative {
	position: relative;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}



.bg-transparent {
	background-color: transparent;
}

.text-link {
	color: #0566B0;
}

.ml-10 {
	margin-left: 10px;
}

.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}

.font-bold {
	font-weight: bold;
}

body {
	font-family: 'Open Sans', 'sans-serif';
	background:#ffffff;
	font-size: 100%;
}
.wrap{
	margin:0 auto;
	width:80%;
}
.header_bg{
	background: url('../images/header_bg.jpg');
	background-size: 100%;
}
.breadcrumb {
	background: none;
	padding: 4% 2%;
}
.breadcrumb > .active {
	color: #A8B8D8;
}
.breadcrumb li,.breadcrumb li a{
	font-size: 14px;
	color: #ffffff;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.breadcrumb li a:hover{
	text-decoration: none;
	color:#F15F43;
}
.header{
	position: sticky;
	top: 0;
	z-index: 50;
	background: #ffffff;
	/* padding: 0 56px; */
	padding: 0 2%;
}
.navber-btn {
	margin-left: 16px;
	/* margin-top: 10px; */
	text-align: center;
	display: inline-block;
	width: 64px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	background-color: #0566b0;
	color: #fff;
}
.navber-btn:hover {
	color:#fff;
}
.h_right{
	float: right;
	width: 72%;
}
.navbar-nav {
	margin-top: 20px;
	/* margin-top:2%; */
	/* margin-left: 10%; */
}
.navbar-brand {
	/* line-height: 25px; */
	
}
.navbar-brand img {
	width: 80px;
	height: 32px;
}
.menu li {
	padding: 0 16px;
}
/* .menu li.active {
	padding: 0 16px;
} */
.menu li.active a{
	background: none;
	color:#181818;
	border-bottom:2px solid #181818;
}
.menu li a{
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #354B77;
	border-radius: 0px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: right;
}
.menu li a:hover,.menu li.active a:hover{
	background: none;
	color: #181818;
	border-bottom:2px solid #181818;
}
.navbar-toggle {
  background-color: #354B77;
  border: 1px solid transparent;
}
.navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.my_search{
	margin-top: 2%;
}
.my_search input[type="text"]{
	color:#2C3547;
	box-shadow: none;
	border:1px solid rgb(226, 226, 226);
	padding: 18px 14px;
	font-size: 13px;
}
.btn{
	background: #F15F43;
	color: #ffffff;
	padding: 9px 28px;
	line-height:20px;
	text-transform: uppercase;
	border: none;
	outline:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover{
	color:#ffffff;
	background: #354B77;
}
/* start slider */
.slider{
	/* margin-top: 8%;	 */
}
.slider_text h2{
	font-size: 5em;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.2em;
}
.slider_text h3{
	font-size: 3em;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 100;
}
.slider_img img{
	display: inline-block;
}
/* grids_of_3 */
.main{
	background: #F8F8F8;
}
.main .main-title {
	margin-top: 80px;
	font-size: 32px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	line-height: 32px;
}
.main .main-des {
	margin-top: 24px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
}
.grids_of_3 {
	text-align: center;
	padding: 4% 2%;
}
.grid1_of_3 h2{
	text-transform: uppercase;
	color: #354B77;
	font-size: 26px;
}
.grid1_of_3 p{
	font-size: 14px;
	line-height: 1.8em;
	color: #434C5E;
	margin-bottom: 20px;
}
.grid1_of_3 img{
	display: inline-block;
	margin: 4% 0;
}
.btn_style{
	font-size: 14px;
	color: #ffffff;
	background: #F15F43;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn_style:hover{
	background: #354B77;
}
/* grids_btm */
.grids_btm {
	padding: 4% 0;
}
.grid_list{
	display: block;
}
.grids_btm.top{
	padding: 4% 0;
	border-top: 1px ridge rgb(241, 241, 241);
	border-bottom: 1px ridge rgb(241, 241, 241);
}
.images_1_of_1{
	width:24%;
	float:left;
	background: #354B77;
	padding:4%;
}
.images_1_of_1 p{
	text-align: center;
	font-size: 5em;
	color: #ffffff;
	line-height:66px;
	margin: 0;
}
.grid_1_of_1{
	width:76%;
	float:left;
	background: #E5EAF3;
	padding:4%;
}
.grid_1_of_1 h3{
	color: #354B77;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 31px;
	text-transform: uppercase;
	margin: 0;
}
.grid_1_of_1 p {
	font-size: 14px;
	line-height: 1.8em;
	color: #434C5E;
}
/* start footer */
.footer_bg{
	padding: 56px 0;
	height: auto;
	background: #1D2C43;
	color: #fff;
}
.footer_bg .title {
	padding-bottom: 16px;
	font-size: 16px;
}
.footer_bg .des {
	font-size: 14px;
	color: rgba(255,255,255,0.65);
}

.footer_bg .qr-code img {
	width: 88px;
	height: 88px;
}
.footer_bg .lxwm img {
	width: 14px;
	height: 14px;
	margin-right: 16px;
}
.footer1_bg {
	height: 48px;
	background: #1D2C43;
	box-shadow: inset 0px 1px 0px 0px rgba(238,238,238,0.6);
}
.footer{
	padding:4% 0%;
}
.span1_of_4 h4{
	font-size: 2.5em;
	text-transform: uppercase;
	color: #354B77;
	margin-bottom: 8%;
}
.span1_of_4 h5{
	font-size: 1.5em;
	text-transform: capitalize;
	color: #354B77;
	margin-top: 8%;
}
.span1_of_4 p{
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5em;
	color: #9FA0A2;
}
.span1_of_4 p.top{
	margin-top: 4%;
}
.span1_of_4 span a{
	border-bottom: 1px dashed rgb(235, 233, 233);
	padding-bottom: 4px;
	margin-top: 8%;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #434C5E;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span1_of_4 span a:hover{
	text-decoration:none;
	color: #F15F43;
}
.f_nav li{
	display:inline-block;
	margin: 0 8px 8px 0;
}
.f_nav li a{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_nav li a img{
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
}
.f_nav li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.friendlink{
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

.friendlink_content{
    margin-left: 80px;
    padding-bottom: 20px;
}

.friendlink a{
    padding: 10px;
    color: #9FA0A2;
    font-size: 13px;
}

/*start footer_top */
.footer_btm{
	background: #f3f3f3;
}
.footer1{
	padding: 4% 2% 4% 0;
}
/* start soc_icons */
.soc_icons ul li{
	display:inline-block;
	margin-left: 10px;
}
.soc_icons ul li:first-child{
	margin-left: 0;
}
.soc_icons ul li a{
	display: block;
	width: 42px;
	height: 42px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.soc_icons ul li a.icon1{
	background: #39579D url('../images/icons.png') no-repeat 18px 10px;
}
.soc_icons ul li a.icon2{
	background: #02B3E9 url('../images/icons.png') no-repeat -12px 10px;
}
.soc_icons ul li a.icon3{
	background: #DB4A39 url('../images/icons.png') no-repeat -44px 10px;
}
.soc_icons ul li a.icon4{
	background: #EA4C89 url('../images/icons.png') no-repeat -78px 10px;
}
.soc_icons ul li a.icon5{
	background: #5A872A url('../images/icons.png') no-repeat -112px 10px;
}
.soc_icons ul li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.copy{
	margin-top: 10px;
}
.copy p{
	color: #434C5E;
	font-size: 13px;
	line-height: 1.8em;
}
.copy p a{
	/*color:#F15F43;*/
	color: #434C5E;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #F15F43;
	text-decoration: none;
}
/* start feature */
.features{
	padding:4% 2%;
}
.features_list1{
	margin-top: 4%;
}
.feature p{
	margin-top: 8%;
}
.feature img{
	width: 100%;
}
.feature a{
	display: block;
	font-size: 16px;
	font-style: italic;
	color: #354B77;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature a:hover{
	text-decoration: none;
	color: #F15F43;
}
/* start blog */
.blog{
	padding:4% 2%;
}
.blog_img{
	margin-top: 5px;
}
.blog_img1{
	margin-top: 6%;
}
.blog_left img{
	width:100%;
}
.blog_left h4 a{
	display:block;
	margin: 4% 0 2%;
	color: #354B77;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_left h4 a:hover{
	text-decoration: none;
	color: #F15F43;
}
.blog_right h4{
	margin:0 0 4%;
	color: #354B77;	
	text-transform: capitalize;
}
/* start ads_nav */
.ads_nav li{
	float: left;
	width: 48.3333%;
	margin-left: 3.33333%;
	margin-bottom: 10px;
}
.ads_nav li:first-child,.ads_nav li:nth-child(3){
	margin-left: 0;
}
.ads_nav li a{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ads_nav li a img{
	width: 100%;
}
.ads_nav li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/* start tag_nav */
.tag_nav {
	margin: 8% 0;
}
.tag_nav li{
	margin:10px 5px 0 0;
	display: inline-block;
}
.tag_nav li a{
	display: block;
	text-transform: capitalize;
	background: #E7E7E7;
	color: #5F5F5F;
	font-size: 13px;
	padding: 8px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tag_nav li a:hover{
	background: #354B77;
	color: #ffffff;
	text-decoration:none;
}
/* start news_letter */
.news_letter{
	margin: 8% 0;
}
.news_letter form input[type="text"]{
	font-family: 'Open Sans', 'sans-serif';
	font-weight:100;
	padding: 10px;
	display: block;
	width: 100%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 13px;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}
.news_letter form input[type="submit"]{
	margin-top: 4%;
	-webkit-appearance: none;
	float:right;
	font-family: 'Open Sans', 'sans-serif';
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	padding: 12px 30px;
	font-size: 13px;
	color: #ffffff;
	background: #354B77;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news_letter form input[type="submit"]:hover{
	background: #F15F43;
}
/* start about */
.about{
	padding: 4% 2%;
}
.img_style{
	margin-top:10px;
}
.img_style img{
	width: 100%;
}
.about h4{
	color: #354B77;
}
.para{
	font-size: 13px;
	line-height: 1.8em;
	color: #434C5E;
}
.about_p {
	padding: 10px;
	margin-top: 2%;
}
.read_more {
	margin: 3% 0 2%;
}
/* start contact */
.contact{
	padding: 2%;
}
.contact_info h2{
	text-transform: uppercase;
	color: #354B77;
	font-size: 26px;
}
.company_ad h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #354B77;
}
.company_ad p{
	font-size: 13px;
}
.company_ad p a {
	color: #F15F43;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.company_ad p a:hover{
	text-decoration:none;
	color: #354B77;
}
.contact-form h2{
	font-size: 26px;	
	text-transform: uppercase;
	color: #354B77;
}
.contact-form span{
	display:block;
	text-transform: capitalize;
	font-size: 13px;
	color: #9499A3;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact-form textarea {
	font-family: 'Open Sans', 'sans-serif';
	padding: 10px;
	display: block;
	width: 99.3333%;
	background: #ffffff;
	outline: none;
	color: #c0c0c0;
	font-size: 0.8725em;
	border: 1px solid #ECECEC;
	-webkit-appearance: none;
	resize: none;
	height: 120px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-form textarea:focus{
	border:1px solid #66afe9;
}
.form-control{
	box-shadow: none;
	border: 1px solid #ECECEC;
}
.form-control:focus {
	box-shadow: none;
}
.contact-form input[type="submit"] {
	margin-top:20px;
	font-family: 'Open Sans', 'sans-serif';
	-webkit-appearance: none;
	float: right;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	padding: 12px 30px;
	font-size: 0.8925em;
	color: #ffffff;
	background: #F15F43;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #354B77;
}
/* start derails */
.details{
	padding:4% 2%;
}
.details img{
	margin-bottom: 2%;
}
/***** Media Quries *****/
@media only screen and (max-width: 1440px) and (min-width: 240px)  {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
	.logo img{
		width: 60%;
	}
	.h_right {
		width: 80%;
	}
	.nav > li > a {
		padding: 4px 8px;
	}
	.slider_text h2 {
		font-size: 4em;
	}
	.slider {
		/* margin-top: 2%; */
	}
	.slider_text h3 {
		font-size: 2.5em;
	}
	.navbar-nav {
		margin-left: 0%;
	}
	.span1_of_4 h4 {
		font-size: 2em;
	}
	.images_1_of_1 p {
		line-height: 90px;
	}
}
@media only screen and (max-width: 768px) {
	.header_bg {
		background-size: 100% 100%;
	}
	.menu li.active a {
		border-bottom: none;
	}
	.menu li a:hover,.menu li.active a:hover{
		border-bottom: none;
	}
	.slider_text h2 {
		font-size: 2.8em;
	}
	.slider_text h3 {
		font-size: 2em;
	}
	.breadcrumb {
		padding: 4% 2% 2%;
	}
	.grid1_of_3 img {
		margin: 0% 0;
	}
	.grid_list{
		margin: 2% 0;
	}
	.images_1_of_1 p {
		line-height: 66px;
	}
	.span1_of_4 h4 {
		margin-bottom: 1%;
		margin-top: 2%;
	}
	.span1_of_4 h5 {
		margin-top: 2%;
	}
	.span1_of_4 p.top {
		margin-top: 1%;
	}
	.span1_of_4 span a {
		margin-top: 1%;
	}
	.footer1,.copy p{
		text-align:center !important;
	}
	.feature p {
		margin-top: 0%;
	}
	.feature a {
		margin-bottom: 4%;
	}
	.blog_right{
		margin-top: 4%;
	}
	.contact-form input[type="submit"] {
		margin: 15px 0;
	}
}
@media only screen and (max-width: 640px){
	.navbar-toggle {
		margin-top: 18px;
	}
	.slider_text h2 {
		font-size: 2.5em;
	}
	.slider_text h3 {
		font-size: 1.8em;
	}
}
@media only screen and (max-width: 480px) {
	.slider_text h2 {
		font-size: 2em;
	}
	.slider_text h3 {
		font-size: 1.2em;
	}
	.grid_1_of_1 h3 {
		line-height: 24px;
	}
	.grid_1_of_1 p {
		font-size: 13px;
		line-height: 1.5em;
	}
	.images_1_of_1 p {
		font-size: 5em;
		line-height: 1.44em;
	}
	.breadcrumb {
		padding: 4% 2% 0%;
	}
}
@media only screen and (max-width: 320px) {
	.slider_text h2 {
		font-size: 2.4em;
	}
	.slider_text h3 {
		font-size: 1.5em;
	}
	.slider_img img{
		width: 50%;
	}
	.grid1_of_3{
		margin-top: 30px;
	}
	.grid1_of_3 h2 {
		font-size: 26px;
	}
	.grid_1_of_1 h3 {
		font-size: 1.2em;
	}
	.images_1_of_1 p {
		font-size: 3em;
		line-height: 60px;
	}
	.hide{
		display: none;
	}
	.grid_1_of_1 {
		padding: 2%;
	}
	.breadcrumb li, .breadcrumb li a {
		font-size: 12px;
	}
	.span1_of_4 {
		margin-top: 20px;
	}
	.span1_of_4 span{
		margin: 10px 0;
	}
}

/* home */
.wmuSlider {
	width: 100%;
	height: 100% !important;
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article {
	text-align: center;
	height: 100%;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	left: 50%;
	bottom: 10%;
	margin: 0 auto;
	padding: 0;
}
.wmuSliderPagination li {
	margin: 0 10px 10px 0;
	list-style-type: none;
	float: left;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background:#E5E5E5;
	border:1px solid #E5E5E5;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.wmuSliderPagination a.wmuActive {
	width: 30px;
	background: #B9B9B9;
	border: 1px solid #B9B9B9;
}

.main .banner-box {
	position: absolute;
	z-index: 10!important;
	top: 30%;
	left: 12vw;
	text-align: left;
}

.main .banner-box .banner-content {
	transition: all 2s ease-in-out;
}
.main .banner-box .banner-content .banner-title {
	font-size: 2vw;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
}

.main .banner-box .banner-content .banner-des {
	font-size: 1vw;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
}


/* 首页卡片main-card */

.bg-white {
	background-color: #fff;
}

.cursor-pointer {
	cursor: pointer;
}

.overflow-hidden {
	overflow: hidden;
}

.border-radius-8 {
	border-radius: 8px;
}

.main-card-box {
	padding-left: 20px;
}

.main-card-box:last-child {
	padding-left: 0;
}

.main-card {
	padding: 0;
	margin-bottom: 10px;
	border-radius: 20px;
	overflow: hidden;
}
.main-card a{
    text-decoration: none;
}
.main-card-img{
    height: 229px;
}

.main-card-img img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin: 0 !important;
}

.main-card:hover .main-card-img{
    height: 129px;
    overflow: hidden;
}

.main-card:hover .main-card-content {
	height: 100px;
	transition: all 2s ease-in-out;
}

.main-card:hover .main-card-content {
	background-color: #0566B0;
	color: white;
	border-color: white;
	height: 200px;
}

.main-card-tag {
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	border: 1px solid #0666B0;
	color: #0666B0;
	margin-left: 8px;
}

.main-card:hover .main-card-tag {
	border-color: white;
	color: white;
}

.main-card .main-card-footer  {
	display: none;
	padding: 0 24px;
	/* color: white; */
}

.main-card:hover {
	transition: all 0.6s ease-in-out;
}

.main-card:hover .main-card-footer {
	height: 100%;
	display: block;
}


/* 在线咨询 */
.page-consult {
	position: fixed;
	right: 10px;
	top: 80%;
}

.page-consult .page-consult-menu {
	display: none;
	padding: 24px 16px;
	width: 190px;
	position: absolute;
	right: 60px;
	top: -200px;
	border-radius: 8px;
	box-shadow: 8px 8px 0px rgba(0,0,0,0.04);
}

.page-consult .page-consult-menu .page-consult-menu-triangle {
	width: 20px;
	height: 20px;
	position: absolute;
	right: -20px;
	transform: rotate(45deg);
	top: 50%;
}

.page-consult .page-consult-menu a:hover {
	padding: 8px 12pxpx;
}

.page-consult .page-consult-menu .title {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #181818;
	line-height: 14px;
}

.page-consult .page-consult-menu .des {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 14px;
}

.g-block {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	font-family: PingFangSC-Semibold, "PingFang SC";
}

.g-block-gray{
	background-color: #F4F8FB;
}

.g-block-title {
	font-size: 32px;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.g-block-sub-title{
    text-align: center;
}
@media (max-width: 767px) {
	.block-img {
		width: 100%;
	}
}

.block-img {
	max-width: 100%;
}

.block-title {
	line-height: 1.3;
	font-size: 28px;
	color: #000000;
}

.block-desc {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 2.0;
}

.block-li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.block-li li {
	background: url(/assets/images/bg-ul-li.png) left center no-repeat;
	padding-left: 30px;
	color: #212121;
	font-size: 14px;
	line-height: 2.5;
}

.block-btn {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	border: 0px;
	display: flex;
	margin-bottom: 20px;
}

.block-btn a.btn {

	box-sizing: border-box;
	margin: 0px 16px 0px 0px;
	padding: 0px;
	background: linear-gradient(90deg, #1882F0 0%, #00AEEE 100%);
	vertical-align: baseline;
	border: 0px;
	color: #FFFFFF;
	overflow-wrap: break-word;
	outline: 0px;
	display: block;
	width: 122px;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	text-align: center;
	text-indent: 11px;
}