
input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
	border: #bf6464 2px dashed !important;
	background-color: #fdfbfb !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

label.error {
	color: #bf6464;
	padding-top: 5px;
	display: block;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #c1232c !important;
	background-color: #c1232c;
	color: #fff;
}

.float-right {
	float: right;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-20 {
	font-size: 20px;
}

.color-primary {
	color: #c1232c;
}

.text-primary {
	color: #c1232c;
}

.text-warning {
	color: #ffa367;
}

.text-danger {
	color: #c1232c;
}

.text-info {
	color: #aaa;
}

.text-success {
	color: #323232;
}

.text-default {
	color: #f5f6f8;
}

.text-bai {
	color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #c1232c !important;
	background-color: #c1232c !important;
	color: #fff;
}

.line1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.line2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.line4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.line5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.line6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.line10 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}
*{
    text-transform: capitalize;
}
body {
	color: #fff;
	font-family: "Source Han Sans CN", "Source Han Sans SC", "PingFang SC", "STHeiti", "Noto Sans CJK SC", sans-serif;
	font-size: 16px;
	background: #52536b ;
	text-transform: capitalize;
    background-size: cover;
}

a {
	color: #fff;
}

a:hover {
	color: #022d59;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-content-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-40 {
	padding: 40px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-120 {
	padding-top: 120px;
}

.padding-top-190 {
	padding-top: 190px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-120 {
	padding-bottom: 120px;
}

.padding-bottom-190 {
	padding-bottom: 190px;
}

.padding-left-40 {
	padding-left: 40px;
}

.layui-btn {
	background-color: #123f79;
	width: 100%;
}

.layui-btn-primary {
	background-color: #fff;
}

.layui-btn-warm {
	background-color: #FFB800;
}

.alert {
	padding: 10px;
	overflow: hidden;
	border-radius: 3px;
}

.alert.alert-danger {
	background: #fff;
}

.alert.alert-info {
	background: #aaa;
}

.alert.alert-success {
	background: #323232;
}

.alert.alert-primary {
	background: #c1232c;
}

.alert .close {
	float: right;
	background: none;
	color: #fff;
	border: none;
	cursor: pointer;
}

.strong {
	font-weight: bold;
}



#scrolltop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
}

#scrolltop .layui-icon {
	font-size: 42px;
	color: rgba(255, 255, 255, .7);
	cursor: pointer;
}

.img-responsive {
	width: 100%;
	display: block;
}

.hfade {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.layui-fluid {
	padding: 0;
}

.clearfix2 {
	zoom: 1;
}

.clearfix2::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix2::before {
	display: table;
	content: " ";
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}



.mheader,
.mnav {
	display: none;
}

.header {
	width: 100%;
	height: auto;
	z-index: 200;
	box-sizing: border-box;
	position: relative;
}
.header .full{
	width: 100%;
	padding: 50px 100px;
	background-color: #66677f;
}

.header h1 img {
	height: 64px;
}
.header .iconfont{
    font-size: 16px;
}
.header .nav{
	position: absolute;
	right: 120px;
	top: 75px;
}
.header .nav>ul>li {
	float: left;
	box-sizing: border-box;
	position: relative;
    margin-left: 70px;
}

.header .nav>ul>li>a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.4s ease-out 0s;
    text-transform: capitalize;
    padding-bottom: 16px;
    font-weight: bold;
	font-size: 24px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2), -2px -2px 2px rgba(0, 0, 0, .2), 2px -2px 2px rgba(0, 0, 0, .2), -2px 2px 2px rgba(0, 0, 0, .2);
}

.header .nav>ul>li>a>span {
	display: block;
}


.header .nav>ul>li>a:hover,
.header .nav>ul>li.on>a,
.header .nav>ul>li:hover a {
	border-bottom:3px solid #6aa700;
	color: #6aa700;
}

.header .nav>ul>li .layui-icon {
	font-size: 18px;
	color: #6aa700;
}
.header .nav>ul>li.li4 .submenu{
	display: none;
}

.header .nav .submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	background: rgba(255, 255, 255, .9);
	border-bottom: 2px solid #6aa700;
	transition: all 0.4s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}
.header .nav .li2 .submenu,.header .nav .li3 .submenu,.header .nav .li4 .submenu{
	width: 200px;
	left: 50%;
	margin-left: -100px;
}


.header .nav>ul>li:hover .submenu {
	opacity: 1;
	visibility: visible;
}

.header .nav .submenu ul li {
	display: block;
	text-align: center;
}

.header .nav .submenu ul li a {
	display: block;
	border-bottom: 1px solid #d2d2d2;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	padding: 8px 5px;
}

.header .nav .submenu ul li a:hover {
	border-bottom: 1px solid #6aa700;
	color: #6aa700;
}
.header .nav .submenu ul li.li_general,.header .nav .submenu ul li.li_obsessed,.header .nav .submenu ul li.li_study{
	display: none;
}

.header .nav .submenu .body img {
	width: 300px;
	height: 150px;
}

.header .nav .submenu .navli {
	padding-right: 100px;
	margin-right: 130px;
	width: 622px;
	border-right: 1px solid #cdcdce;
}

.header .nav .submenu .navli li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.header .nav .submenu .navli li a {
	display: block;
	border-bottom: 1px solid #d7d7d8;
	padding: 5px 15px;
}

.header .nav .submenu .navli li a:hover {
	border-bottom: 1px solid #7292e2;
	color: #7292e2;
}

.header .hover {
	width: 100%;
	height: 0;
	background: #f7f8fa;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	overflow: hidden;

}

.header:hover .hover {
	display: block;
	height: 250px;
}

.head_frame {
	width: 100%;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
	transition: .8s cubic-bezier(.19, 1, .22, 1);
	position: fixed;
	z-index: 1000;
}

.head_frame .logo .pic1 {
	display: block;
}

.head_frame .logo .pic2 {
	display: none;
}

.opacity_head {
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
	z-index: 1000;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	/* position: relative; */
	/* transform: translateY(-100%); */
}

.header.opacity_head .nav>ul>li>a {
	color: #333;
}

.opacity_head .logo .pic1 {
	display: none;
}

.opacity_head .logo .pic2 {
	display: block;
}

.modal-open .mc_ph_hd{
	position: fixed;
}

.top_text {
	font-size: 14px;
	line-height: 25px;
	padding: 5px 0;
}

.sch_form {
	display: inline-block;
	border: 1px solid #16529a;
	height: 25px;
	line-height: 25px;
	border-radius: 12px;
	padding-right: 10px;
}

.sch_form .sch_input {
	background: none;
	border: none;
	padding: 0 10px;
}

.sch_form .sch_btn {
	background: none;
	border: none;
	color: #16529a;
	cursor: pointer;
}

.top_text a {
	color: #134e93;
	margin-right: 20px;
}


.topsch .sch_q {
	width: 300px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	display: none;
}

.topsch .sch_btn {
	width: 40px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	cursor: pointer;
	position: relative;
	color: #1686c6;
}

.topsch .sch_btn::before {
	content: '';
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: #d8dadb;
	display: none;
}

.topsch:hover .sch_q {
	display: block;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
	color: #001eb4;
}

.mc_ph_hd {
	display: none;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 64px;
}

.mc_ph_navbar {
	padding: 0 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #fff;
}

.mc_language_ph a {
	line-height: 64px;
	color: #333;
	margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
	line-height: 64px;
	margin-right: 20px;
	color: #333;
}

.mc_ph_hd .mc_ph_logo a {
	line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {
	
}

.mc_ph_hd .mc_ph_en {
	margin-top: 20px;
	margin-right: 20px;
}

.mc_ph_logo img {
	width: auto !important;
	height: 40px !important;
}

.mc_ph_menu {
	overflow: hidden;
	width: 26px;
	height: 50px;
}

.mc_ph_hd .mc_phmenubox {
	width: 26px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 22px;
	margin-top: 15px;
	transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	display: inline-block;
	width: 26px;
	height: 1px;
	background-color: #292929;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
	position: absolute;
	top: 8px;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
	content: '';
	position: absolute;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
	top: -8px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
	top: 8px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
	background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_ph_navbar {
	position: relative;
	z-index: 999;
}

/*ph导航&下拉*/
.phxia {
	position: fixed;
	width: 100%;
	left: 0;
	top: 64px;
	z-index: 998;
	/* transform: translateX(-50%); */
	/* padding: 0 15px; */
	background-color: #fff;
	max-height: calc(100vh - 64px);
	overflow: auto;
}

.xialaph {
	display: none;
	width: 100%;
	background-color: #fff;
	font-family: '微软雅黑';
	height: calc(100vh - 64px);
	padding: 10px 0;
	box-sizing: border-box;
}

.xialaph h4 {
	position: relative;
	padding: 0 20px;
	font-size: 16px;
}

.xialaph h4::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h4 a {
	font-size: 18px;
	line-height: 46px;
	/* text-transform: uppercase; */
	color: #333;
	max-width: calc(100% - 36px);
}

.xialaph h4 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	background: #f7f8fa;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
	max-width: 100%;
	padding: 0 20px;
}
.xialaph .ul2.erji4{
	display: none!important;
}

.xialaph li.li4 .img_s{
	display: none!important;
}
.xialaph .ul2 .li_general{
	display: none!important;
}


.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #999;
	transition: all .36s;
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: 22px;
	background-repeat: no-repeat;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
	position: relative;
}

.xialaph h5::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h5 a {
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 35px;
	/* text-transform: uppercase; */
	color: #999;
	max-width: calc(100% - 36px);
}

.xialaph h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
	display: block;
}

.xialaph .ul3 {
	display: none;
}

.xialaph h6 a {
	font-family: '微软雅黑';
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #999;
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph h5.active .img_s {
	transform: rotate(180deg);
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph_bot {
	margin: 20px 0;
	text-align: right;
	padding: 0 20px;
	font-size: 0;
}

.xialaph_bot>div {
	display: inline-block;
	margin-left: 15px;
}

.mc_ph_search a,
.mc_ph_language a {
	font-size: 16px;
	color: #666;
	line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
	font-size: 18px;
	color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
	color: #001eb4;
}

.xialaph_bot>div {
	margin: 0 8px;
}

.xialaph_bot {
	text-align: center !important;
}

.tp_link {
	position: absolute;
	right: 50px;
	top: 10px;
	z-index: 2;
	font-size: 14px;
	color: #fff;
}

.tp_link a {
	font-size: 14px;
	color: #fff;
}

.tp_link span {
	padding: 0 5px;
}


#bannerslide .swiper-button-next,
#bannerslide .swiper-button-prev {
	left: 40px;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.6);
	font-size: 20px;
	color: #123f79;
	background-image: none;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	border-radius: 100%;
}

#bannerslide:hover .swiper-button-next,
#bannerslide:hover .swiper-button-prev {
	opacity: 1;
}
#bannerslide .swiper-button-next:hover{
	background: rgba(54, 118, 217, 0.6);
	color: #fff;
}

#bannerslide .swiper-button-next {
	left: auto;
	right: 40px;
}

#bannerslide .swiper-button-next .layui-icon,
#bannerslide .swiper-button-prev .layui-icon {
	font-size: 22px;
}

#bannerslide .swiper-pagination {
	bottom: 20px;
}

#bannerslide .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: none;
	margin: 0 4px;
	box-sizing: border-box;
	opacity: 0.5;
	background-color: #fff;
}

#bannerslide .swiper-pagination-bullet-active {
	opacity: 1;
	border-radius: 10px;
	background: #123f79;
}


.myclass video {
	width: 100%;
	display: block;
}

.myclass .layui-layer-content {
	height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
	overflow: hidden;
}

.myclass2.layui-layer-page {
	width: 700px !important;
}

.himg .pic {
	overflow: hidden;
}

.himg img {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.himg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

#up-banner {
	box-sizing: border-box;
	padding-top: 0;
	color: #fff;
}


#up-banner h3 {
	font-size: 24px;
	position: absolute;
	left: 15px;
	bottom: 40px;
}

#up-banner .position a {
	color: #fff;
}
#up-banner .layui-container{
	height: 250px;
}

#up-banner .position {
	font-size: 16px;
	position: absolute;
	right: 15px;
	bottom: 40px;
}


.nav_box {
	background: #123f79;
}

#colbox {
	background: #fff;
}

#colbox .layui-tab-card {
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	box-shadow: none;
}

#colbox .layui-tab {
	margin: 0;
}

#colbox .layui-tab-title {
	position: relative;
	border-bottom-width: 0px;
	background: none;
	height: auto;
}

#colbox .layui-tab-title li {
	padding: 0;
}

#colbox .layui-tab-title li span {
	display: inline-block;
	padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
	display: none;
}

#colbox .layui-tab-title li a {
	display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
	display: none;
}

.conent_box {
	background: #f7f7f7;
}

.conent_box .layui-row {
	overflow: inherit;
}

.leftmenu {
	
}

.leftmenu ul{
	overflow: hidden;
}
.leftmenu li {
	position: relative;
	float: left;
}

.leftmenu li a {
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding: 0 10px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
	border-bottom: 2px solid #204984;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
	z-index: 2;
}

.leftsubmenu {
	background-size: cover;
	padding-left: 20px;
}

.leftsubmenu li {
	display: inline-block;
	margin-right: 10px;
}

.leftsubmenu li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: solid 1px #d8d8d8;
	background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
	border: solid 1px #123f79;
	font-weight: bold;
	color: #123f79;
}



.layui-tab-bar {
	height: 48px;
	line-height: 48px;
}

.page_main {
	padding: 0px;
	
}


.page_detail {
	padding: 40px 110px;
	background: #fff;
}

.detail_box {
	padding: 0px;
	line-height: 2.5em;
	font-size: 16px;
	overflow: hidden;
}

.detail-box {
	padding: 0px;
}

.col-title {
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

.col-att {
	font-size: 14px;
	color: #adadad;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

.col-att a {
	color: #adadad;
}

.col-att .linedc {
	padding: 0 5px;
}

.dtl_detail {
	line-height: 2.5em;
	font-size: 16px;
}

.dtl_detail.p1 {
	font-size: 18px;
}

.dtl_detail.p2 {
	font-size: 16px;
}

.dtl_detail.p3 {
	font-size: 14px;
}

.pager {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
}

.pager li {
	width: 49%;
	float: left;
}

.pager li a {}

.pager li:last-child {
	float: right;
}

.pager li a:hover {
	color: #123f79;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 10px;
}

.pagination li a {
	display: inline-block;
	background: #fff;
	width: 35px;
	height: 37px;
	border-radius: 2px;
	border: solid 1px #dddddd;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	color: #595959;
	transition: All .4s ease-in;
	-webkit-transition: All .4s ease-in;
	-moz-transition: All .4s ease-in;
	-o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
	background: #123f79;
	color: #fff;
	border: solid 1px #123f79;
}
.textlist {

}

.textlist li {
	border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
	position: relative;
	overflow: hidden;
}

.textlist li .shijian {
	display: block;
	float: right;
	color: #5a5a5a;
	opacity: 0.5;
}
.textlist li .title{
	font-size: 18px;
	height: 54px;
	line-height: 54px;
}
.textlist li .desc {
	line-height: 35px;
	color: #999999;
}
.textlist li .nianyue{
	color: #999999;
	font-size: 12px;
}
.textlist li .nianyue .more{
	float: right;
	font-size: 14px;
}
.textlist li .nianyue .iconfont{
	font-size: 18px;
	margin-left: 10px;
	color: #123f79;
}
.textlist li a:hover .nianyue{
	color: #123f79;
}



.righttitle {
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.righttitle .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #123f79;
	display: inline-block;
	height: 34px;
}

.righttitle .position {
	float: right;
	font-size: 14px;
	color: #333333;
}

.piclist{
	
}
.piclist li a {
	display: block;
	background: #fff;
	position: relative;
	padding: 10px 10px 0;
}

.piclist li .pic {}

.piclist li .text {
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.piclist li .title {
	font-size: 18px;
}

.piclist li .time {
	opacity: .5;
}



.piclist2 li a {
	display: block;
	position: relative;
}

.piclist2 li .text {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px;
}

.piclist2 li .title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}

.piclist2 li .time {
	font-size: 14px;
	color: #aaaaaa;
}

.piclist2 li a:hover {
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
	border-bottom: 1px solid #123f79;
}

.piclist2 li a:hover .title {
	font-weight: bold;
}
.tuwenlist{
	
}
.tuwenlist li {
	position: relative;
}

.tuwenlist li a {
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 15px;
}

.tuwenlist li .pic {
	flex: none;
	width: 267px;
	float: left;
	margin-right: 25px;
}

.tuwenlist li .text {
	width: calc((100% - 320px));
	height: 150px;
	background-size: cover;
}

.tuwenlist li .text0 {
	padding: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.tuwenlist li .title {
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
}

.tuwenlist li .desc {
	height: 56px;
	line-height: 28px;
	color: #929292;
	width: 100%;
	font-size: 14px;
}

.tuwenlist li .time {
	color: #929292;
	font-size: 14px;
}

.tuwenlist li .more {
	color: #929292;
	line-height: 26px;
}

.tuwenlist li a:hover .title,
.tuwenlist li a:hover .time,
.tuwenlist li a:hover .more {
	color: #123f79;
}


.tuwenlist li .line {
	width: 100%;
	height: 4px;
	background-color: #ebe1d3;
}

.tuwenlist li .linex2 {
	width: 0;
	height: 4px;
	background-color: #123f79;
}

.tuwenlist li:hover .linex2 {
	width: 100%;
}

.tuwenlist li .hover {
	position: absolute;
	right: 0;
	bottom: 14px;
	opacity: 0;
}

.tuwenlist li:hover .hover {
	opacity: 1;
}

.search_list .item .text {
	text-align: center;
	background: #f9f9f9;
	line-height: 2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 30px;
}

.search_list .item .iconfont {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-size: 30px;
	flex: none;
	color: #123f79;
}

.search_list .item .text1 {
	color: #333;
	font-size: 18px;
}

.search_list .item:hover .text {
	background: #123f79;
}

.search_list .item:hover .text1 {
	color: #fff;
}

/*
内容搜索页
 */
.sch-form {
	display: block;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
	border: none;
	background: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #aaa;
}

.sch-form .sch-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #fff;
	border: none;
	line-height: 30px;
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
	font-size: 18px;
}

.column {
	position: relative;
    text-align: center;
}

.column .title {
	font-size: 100px;
	font-weight: bold;
	display: block;
	position: relative;
}
.column .title:hover{
	color: #fff;
	opacity: .8;
}

.column2 {
	position: relative;
	height: 46px;
	text-align: center;
}

.column2 .title {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	line-height: 30px;
	position: relative;
}
.column2::after{
	content: '';
	width: 40px;
	height: 2px;
	background-color: #4a83af;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
}

.column2 .more {
	float: right;
	line-height: 66px;
	font-size: 16px;
	color: #999;
}

.bgbai {
	background: #fff;
	padding: 30px 30px 10px;
}

.infolist {}

.infolist li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.infolist li .title {
	width: calc((100% - 100px));
	height: 40px;
	float: left;
	overflow: hidden;
	position: relative;

}

.infolist li .shijian {
	float: right;
	color: #aeaeae;
}

.infolist li a {}

.pchide {
	display: none;
}

.phhide {
	display: block;
}

.top_link{
	position: absolute;
	right: 120px;
	top: 45px;
	z-index: 2;
	flex: none;
}


#bannerslide .swiper-pagination {
	bottom: 25px;
}

#bannerslide .swiper-pagination-bullet {
	margin: 0 5px;
	width: 27px;
	height: 8px;
	background-color: #4a83af;
	border-radius: 4px;
	opacity: 0.5;
}

#bannerslide .swiper-pagination-bullet-active {
	opacity: 1;
}

.contactbox{
	background-color: rgba(205, 205, 205, .2);
	border: solid 1px rgba(205, 205, 205, .2);
    padding: 40px 0 40px 140px;
    align-items: flex-start;
}
.contactbox .iconfont{
    font-size: 80px;
    color: #6aa700;
}
.contactbox .name{
    color: #ffffff;
	opacity: 0.5;
}
.contactbox .value{
    font-size: 18px;
    line-height: 28px;
}

#fdbform .layui-input{
    height: 60px;
    line-height: 60px;
	background-color: rgba(255, 255, 255, .2);
	border: none;
    color: #fff; 
}

#fdbform .layui-input::placeholder,#fdbform .layui-textarea::placeholder {
  color: #fff; 
}
#fdbform .layui-textarea{
    background-color: rgba(255, 255, 255, .2);
	border: none;
    color: #fff; 
}
#fdbform .layui-btn{
    background-color: #6aa700;
    height: 60px;
    line-height: 60px;
}
#fdbform .layui-input.error,#fdbform .layui-textarea.error{
    background-color: rgba(255, 255, 255, .2)!important;
}
.layui-layer{
    color: #333;
}
.footer{
    background-color: #4d4f66;
}
.footer .flex-between{
	align-items: flex-start;
}

.foot_nav>ul>li{
    display: block;
    margin-left: 50px;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	float: left;
}
.foot_nav li.li4 .submenu{
	display: none;
}

.foot_nav .submenu {
	position: absolute;
	width: 210px;
	top: 50px;
	left: 50%;
	margin-left: -105px;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	background: rgba(255, 255, 255, .9);
	border-bottom: 2px solid #6aa700;
	transition: all 0.4s ease-out 0s;
	opacity: 0;
}


.foot_nav>ul>li:hover .submenu {
	opacity: 1;
	visibility: visible;
}

.foot_nav .submenu ul li {
	display: block;
	text-align: center;
}

.foot_nav .submenu ul li a {
	display: block;
	border-bottom: 1px solid #d2d2d2;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	padding: 8px 5px;
	font-weight: normal;
}

.foot_nav .submenu ul li a:hover {
	border-bottom: 1px solid #6aa700;
	color: #6aa700;
}
.foot_nav .submenu ul li.li_general,.foot_nav .submenu ul li.li_obsessed,.foot_nav .submenu ul li.li_study{
	display: none;
}

.foot_nav .submenu .body img {
	width: 300px;
	height: 150px;
}

.foot_nav .submenu .navli {
	padding-right: 100px;
	margin-right: 130px;
	width: 622px;
	border-right: 1px solid #cdcdce;
}

.foot_nav .submenu .navli li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.foot_nav .submenu .navli li a {
	display: block;
	border-bottom: 1px solid #d7d7d8;
	padding: 5px 15px;
}

.foot_nav .submenu .navli li a:hover {
	border-bottom: 1px solid #7292e2;
	color: #7292e2;
}


.foot_nav li a:hover{
	color: #6aa700;
}
.foot_link{
    text-align: right;
}
.foot_link .iconfont{
    font-size: 24px;
}
.foot_link a{
    margin-left: 30px;
}
.footinfo{
    font-size: 18px;
	opacity: 0.5;
}

.mainbox{
	background-color: rgba(255, 255, 255, .9);
	padding: 100px;
	background: url(../images/bg_main.jpg) no-repeat center;
	background-size: cover;
}
.bg_main{
	background: url(../images/bg_pdc2.png) no-repeat center;
	background-size: cover;
}
.pdcslide1 .text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	padding: 25px 40px;
	box-sizing: border-box;
	width: 100%;
}
.pdcslide1 .text .title{
	font-size: 20px;
	font-weight: bold;
}
.pdcslide1 a:hover{
	color: #fff;
	opacity: .8;
}
.pdcslide1 .text .desc{
	line-height: 35px;
	height: 70px;
	color: rgba(255, 255, 255, .7);
}
.pdcslide1 .swiper-button-next, .pdcslide1 .swiper-button-prev{
	background: none;
	width: auto;
}
.pdcslide1 .layui-icon2{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pdclist .text{
	background-color: #74b5f7;
	padding: 0 25px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 226px;
}
.pdclist .text .title{
	font-size: 21px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	font-weight: bold;
}
.pdclist .text .desc{
	font-size: 15px;
	height: auto;
	line-height: 30px;
}
.pdclist .layui-col-md4:nth-child(2) .text{
	background-color: #598ec2;
}
.pdclist .layui-col-md4:nth-child(3) .text{
	background-color: #36577a;
}
.pdclist .layui-col-md4:nth-child(4) .text{
	background-color: #36577a;
}
.pdclist a:hover{
	color: #fff;
}
.pdclist2 .text{
	background-color: #fff;
	padding: 15px 25px;
	box-sizing: border-box;
	width: 100%;
	display: none;
}
.pdclist2 .text .title{
	font-size: 20px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
.pdclist2 .text .desc{
	font-size: 14px;
	height: 60px;
	line-height: 30px;
	color: #999999;
}

.waterfall-list {
  column-count: 2; /* 设置列数为2 */
  column-gap: 40px; /* 设置列之间的间距，根据需要调整 */
}

.waterfall-list .item {
  break-inside: avoid; /* 防止项目被分割到不同的列中 */
}
.waterfall-list .item .title{
	font-size: 30px;
	line-height: 40px;
	color: #022d59;
	font-weight: 500;
}
.waterfall-list .item .desc{
	line-height: 32px;
	color: #111111;
	opacity: 0.8;
}
.waterfall-list .item .date{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.waterfall-list .item .more{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.detail h4{
	font-size: 32px;
	line-height: 40px;
	color: #022d59;
	text-align: center;
	padding: 0 190px;
}
.detail .desc{
	padding: 0 220px;
	text-align: center;
}
.detail .desc p{
	color: #999999;
	border-bottom:1px solid #cbcbcb;
	padding: 20px 0;
}
.detail .cont{
	font-size: 18px;
	line-height: 2em;
	color: #333333;
	padding: 30px 220px 0;
}

.detail .cont img,.detail .cont video{
	max-width: 100%;
	height: auto!important;
	width: auto!important;
}


.certificationslide {
    position: relative;
    margin: 0 auto
}

.certificationslide.swiper-container {
    padding: 60px 0;
}

.certificationslide  .swiper-slide {
    width: 280px;
	height: 396px;
    background: #fff;
    box-shadow: 0px 0px 24px 0px 
		rgba(99, 99, 99, 0.42);
}
.certificationslide .swiper-pagination-bullet{
	width: 10px;
    height: 10px;
	background-color: #131515;
	opacity: 0.4;
}
.certificationslide .swiper-pagination-bullet-active{
	background-color: #131515;
	opacity: 0.8;
}
.certificationslide .swiper-button-next, .certificationslide .swiper-button-prev{
	width: 64px;
	height: 64px;
	background: #ffffff;
	box-shadow: 0px 0px 18px 0px 
		rgba(131, 148, 137, 0.26);
	border-radius: 100%;
	margin-top: -32px;
}
.certificationslide .layui-icon2{
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px;
}
.assuranceslide{
	margin: 0 140px;
}
.assuranceslide a{
	display: block;
	background: url(../images/bg_zst.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 160px;
}
.assuranceslide .pic{
	padding: 0 180px;
}
.assuranceslide .swiper-button-next, .assuranceslide .swiper-button-prev{
	width: 80px;
	height: 80px;
	background: #ffffff;
	box-shadow: 0px 0px 18px 0px 
		rgba(131, 148, 137, 0.26);
	border-radius: 100%;
	margin-top: -80px;
}

.assuranceslide .layui-icon2 {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px;
}
.pdclist3{
	overflow: hidden;
}
.pdclist3 li{
	float: left;
	width: 358px;
	margin-right: 62px;
	margin-bottom: 60px;
}
.pdclist3 li:nth-child(3n){
	margin-right: 0;
}
.pdclist3 a{
	display: block;
	overflow: hidden;
	position: relative;
}
.pdclist3 a .text{
	border: solid 4px #929394;
	width: 217px;
	height: 224px;
	float: right;
}
.pdclist3 .pic{
	position: absolute;
	top: 21px;
	left: 0;
	z-index: 2;
}
.pdclist3 .pic img{
	width: 332px;
	height: 188px;
}

.jianjie{
	overflow: hidden;
}
.jianjie .jianjie_main{
	width: 638px;
	border: solid 4px #8c8c8d;
	float: right;
	border-left: none;
	box-sizing: border-box;
	padding: 33px 40px;
	position: relative;
}
.jianjie_main::before{
	content: '';
	width: 4px;
	height: 100px;
	background: #8c8c8d;
	position: absolute;
	left: 0;
	top: 0;
}
.jianjie_main::after{
	content: '';
	width: 4px;
	height: 20px;
	background: #8c8c8d;
	position: absolute;
	left: 0;
	bottom: 0;
}
.jianjie_main .title{
	font-size: 40px;
	font-weight: bold;
	color: #022d59;
}
.jianjie_main .desc{
	line-height: 32px;
	color: #111111;
	opacity: 0.8;
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;

}
.jianjie_left{
	width: 515px;
}
.jianjie_left .jianjie_slog{
	background-color: #d1d1d1;
	font-size: 32px;
	font-weight: bold;
	line-height: 45px;
	color: #022d59;
	padding-left: 15px;
}
.speech{
	position: relative;
	overflow: hidden;
}
.speech .descbox{
	width: 586px;
	height: 536px;
	border: solid 4px #8c8c8d;
	box-sizing: border-box;
	padding: 40px 60px 40px 40px;
}
.speech .descbox .desc{
	height: 100%;
	line-height: 35px;
	color: #535353;
}
.speech .title{
	position: absolute;
	right: 0;
	top: 70px;
	font-size: 40px;
	color: #022d59;
	font-weight: bold;
}
.speech .mCSB_scrollTools .mCSB_draggerRail{
	background-color: #e0e0e0;
	width: 6px;
	border-radius: 0;
}
.speech .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #b3b3b3;
	width: 6px;
	border-radius: 0;
}
.speech .pic{
	position: absolute;
	width: 656px;
	right: 0;
	top: 213px;
	z-index: 2;
}
.team{
	background-color: #345577;
}
.team .text{
	height: 100%;
	background-color: #345577;
	flex: 1;
	box-sizing: border-box;
	padding: 25px 30px;
}
.team .text .title{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.team .text .desc{
	line-height: 30px;
	opacity: 0.8;
}
.obsessedlist li{
	overflow: hidden;
	margin-bottom: 40px;
}
.obsessedlist li .title{
	width: 130px;
	float: left;
	font-size: 20px;
	color: #022d59;
	font-weight: bold;
	line-height: 40px;
}
.obsessedlist li .pic{
	width: 166px;
	float: left;
	margin-right: 30px;
	position: relative;
}
.obsessedlist li .pic::after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: -20px;
	top: 0;
	background: #333;
}
.obsessedlist li .desc{
	width: 250px;
	float: right;
	font-size: 14px;
	line-height: 30px;
	color: #111111;
	opacity: 0.8;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.obsessedlist li:nth-child(2n) .title{
	float: right;
	width: 140px;
}
.obsessedlist li:nth-child(2n) .pic{
	float: right;
	margin-right: 20px;
}
.obsessedlist li:nth-child(2n) .pic::after{
	right: auto;
	left: -20px;
}
.obsessedlist li:nth-child(2n) .desc{
	float: left;
	width: 230px;
}

.study .title{
	font-size: 30px;
	font-weight: bold;
	color: #022d59;
}
.obsessedtext{
	color: #333;
	line-height: 2em;
}
.obsessedtext p{
	text-align: justify!important;
}

.foot_link .iconfont {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-top: 12px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.contactbox .iconfont{
	display: inline-block;
	width: 80px;
	height: 80px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.top_link .iconfont{
	display: inline-block;
		width: 16px;
		height: 16px;
		background-size: 100% auto;
		background-repeat: no-repeat;
}

.pdcslide1 .layui-icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 100% auto;
		background-repeat: no-repeat;
}
.certificationslide .layui-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.assuranceslide .layui-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}