@import url("pagebar.css");
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
html { font-size: 62.5% !important;}
body {
	font-size: 16px;
	line-height: 180%;
	color: #2d3a51;
	font-family: "Microsoft YaHei";
}

@font-face {
	font-family: "georgia";
	src: url(../fonts/georgia.ttf)
}
@font-face {
	font-family: "fzchsj";
	src: url(../fonts/fzchsj.TTF)
}

ul li{
	list-style: none;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 30rem;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1360px;
	}
}


.scroll-to-top {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	background: linear-gradient(45deg, #0160b0, #0080ec) !important;
	border-radius: 50%;
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	z-index: 990;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
}

@media (max-width: 48rem) {
	.scroll-to-top {
		width: 4rem;
		height: 4rem;
	}
}

.scroll-to-top i {
	font-size: 14px;
	line-height: 5rem;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (max-width: 48rem) {
	.scroll-to-top i {
		font-size: 14px;
		line-height: 4rem;
	}
}


/*images size */
.aspect-box {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.aspect-box > * /* This targets .aspect-box__content */ {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}

.aspect-box:before /* This pseudo element uses the padding trick to set the height. */ {
	position: relative;
	display: block;
	content: "";
	box-sizing: border-box;
}
.square {
	aspect-ratio: '1:1';
}
.square:before {
	aspect-ratio: '1:1';
	padding-top: 100%;
}
.rectangle3-1{
	aspect-ratio: '3:1';
}
.rectangle3-1:before {
	padding-top: 31%;
}


.rectangle4-1{
	aspect-ratio: '4:1';
}
.rectangle4-1:before {
	padding-top: 25%;
}


.rectangle16-9{
	aspect-ratio: '16:9';
}
.rectangle16-9:before {
	padding-top: 56.25%;
}
.rectangle16-10{
	aspect-ratio: '16:10';
}
.rectangle16-10:before {
	padding-top: 62.5%;
}
.rectangle10-16{
	aspect-ratio: '10:16';
}
.rectangle10-16:before {
	padding-top: 136%;
}
.rectangle3-4{
	aspect-ratio: '3:4';
}
.rectangle3-4:before {
	padding-top: 120%;
}
/*bootstrap thumbnail特效1207*/
.thumbnail{
	overflow: hidden;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.thumbnail:hover{
	text-decoration: none;
}
.thumbnail img{
	cursor: pointer;
	transition: all 0.6s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.thumbnail .img-fluid{
	width:100%;
}
.thumbnail:hover img{
	transform: scale(1.1) translateY(-50%);
	position: absolute;
	top: 50%;
}
.thumbnail .badge,
.thumbnail:hover .badge{
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
	font-weight: 100;
	border-radius: 0 0 0 1rem;
}


/*ellipsis*/
.ellipsis-1row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ellipsis-2row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-3row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/*image-hover*/
.image-hover {
	overflow: hidden;
	position: relative;
}

.image-hover::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	transform: rotate(30deg) scale(1.2);
	background: -webkit-gradient(linear,
	left top, right top,
	color-stop(50%, rgba(255, 255, 255, 0)),
	to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0.7) 100%);
}

.item:hover .image-hover::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.nav-bg{
	background: linear-gradient(to right, #1159cd, #055ee7);
}
.main-nav {
	background-image:url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position:top center ;
	background-size: 100%;
	width: 100%;
	z-index: 91;
}
.main-nav .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav .side-menu__toggler {
	display: none;
	position: absolute;
	right:0;
	top:calc(50% - 15px);
	color:#ffffff;
}

.main-nav .logo-box {
	width:100%;
	padding:4rem 0;
	position: relative;
	text-align: left;
}
.main-nav .logo-box img{
	width:50%;
}
.main-nav .slogan{
	width:16rem; margin-right:40px;
}
.main-nav .slogan2{
	width:20rem;
}
.main-nav .search-link{
	position: absolute;
	top:1rem;
	right:0;
	text-align: right;
	color:#133a73;
	font-size: 14px;
}
.main-nav .search-link a{
	color:#133a73;
}

.main-nav .main-navigation {
	position: relative;
	background:rgba(0,0,0,0.1);
	border-top:1px solid rgba(255,255,255,0.2);
	z-index: 100;
}

.main-nav .main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav .dropdown-btn {
	display: none;
}

.main-nav .main-navigation .navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav .navigation-box>li {
	width:100%;
	text-align: center;
	position: relative;
}

.main-nav .navigation-box>li+li {

}

.main-nav .navigation-box>li>a {
	padding:1rem 0 ;
	font-size: 1.6rem;
	font-weight: bold;
	color:#ffffff;
	display: block;
	text-align: center;
	position: relative;
}
.main-nav .navigation-box>li:hover >a:before {
	content: "";
	height:3px;
	width:100%;
	background:#f28920 ;
	position: absolute;
	bottom:0;
	left:0;
}
.main-nav .navigation-box>li.active a:before{
	content: "";
	height:3px;
	width:100%;
	background:#f28920 ;
	position: absolute;
	bottom:0;
	left:0;
}
.main-nav .navigation-box .dropdown>a::after {
	content: "\e927";
	font-family: "feather";
	font-size: 1.2rem;
	font-weight: 900;
	margin-left: 1rem;
}

/* Dropdown menu */

.main-navigation .dropdown-btn {
	display: none;
}

/* Second level menu */

.main-navigation .navigation-box>li>ul {
	position: absolute;
	width: 100%;
	padding: 1rem;
	background-color: #fff;
	border-radius:0;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: perspective(30rem) scaleY(0) translateZ(3rem);
	transform: perspective(30rem) scaleY(0) translateZ(3rem);
	visibility: hidden;
	opacity: 0;
	transition: transform 500ms ease, visibility 500ms ease; /* 平滑过渡效果 */
	z-index: 991;
}


.main-navigation .navigation-box>li:hover>ul {
	-webkit-transform: perspective(30rem) scaleY(1) translateZ(0);
	transform: perspective(30rem) scaleY(1) translateZ(0);
	visibility: visible;
	opacity: 1;
}

.main-navigation .navigation-box>li ul>li {
	position: relative;
	text-align: center;

}

.main-navigation .navigation-box>li ul .dropdown>a {
	position: relative;
}

.main-navigation .navigation-box>li ul .dropdown>a::after {
	position: absolute;
	right: 2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.main-navigation .navigation-box>li ul>li+li {
	border-top: 1px solid rgba(0,0,0, 0.05);
}

.main-navigation .navigation-box>li ul>li>a {
	position: relative;
	display: block;
	width:100%;
	color: #3f4045;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 150%;
	word-break: break-all;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
}


.main-navigation .navigation-box>li ul>li>a:before {
	content: "\e929";
	font-family: "feather";
	font-size: 1.2rem;
	font-weight: 900;
	position: absolute;
	right:1rem;
	opacity: 0;
	transition: right 0.7s; /* 平滑过渡效果 */
}
.main-navigation .navigation-box>li ul>li:hover>a:before {
	right:0;
	opacity: 1;
}
.main-navigation .navigation-box>li ul>li:hover>a {
	color: #f28920;
}



/* Third level menu */

.main-navigation .navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: perspective(30rem) scaleX(0);
	transform: perspective(30rem) scaleX(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.main-navigation .navigation-box>li>ul>li:hover>ul {
	-webkit-transform: perspective(30rem) scaleX(1);
	transform: perspective(30rem) scaleX(1);
	visibility: visible;
	opacity: 1;
}

/* After Third level menu */

.main-navigation .navigation-box>li>ul>li>ul>li>ul {
	display: none;
}


/* stricked menu */
.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.stricked-menu .logo-box {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/* search-box */

.search-box {
	position: relative;
	width:100%;
}
.search-box .ft-search {
	position: absolute;
	right: 10px;
	top: 9px;
	width: 20px;
	cursor: pointer;
	font-size: 20px;
	display: inline-block;
	color:rgba(255,255,255,0.6);
}
.search-box .ft-search:hover {
	color:#ffba00;
}
.input_box {
	background: rgba(2,42,75, 0.5);
	padding: 5px 40px 5px 10px;
	font-size: 14px;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0);
	width: 100%;
	color:#ffffff;
}

.input_box:focus {
	outline: none;
}
.input_box::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* Firefox 19+ */
.input_box::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* IE 10-11 */
.input_box:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* 标准写法 - 放在最后 */
.input_box::placeholder {
	color: rgba(255, 255, 255, 0.6);
}




.search-box2 {
	position: relative;
	width:100%;
}
.search-box2 .ft-search {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 20px;
	cursor: pointer;
	font-size: 20px;
	display: inline-block;
	color:rgba(255,255,255,0.6);
}
.search-box2 .ft-search:hover {
	color:#ffba00;
}
.input_box2 {

	background: rgba(2,42,75, 0.5);
	padding: 0 40px 0 10px;
	font-size: 14px;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0);
	width: 200px;
	color:#ffffff;
}

.input_box2:focus {
	outline: none;
}
.input_box2::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* Firefox 19+ */
.input_box2::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* IE 10-11 */
.input_box2:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* 标准写法 - 放在最后 */
.input_box2::placeholder {
	color: rgba(255, 255, 255, 0.6);
}



/*-------------------------------------------------------------- 
 # SideMenu 
 --------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
}

.side-menu__block-inner {
	position: relative;
	width: 30rem;
	margin-left: auto;
	height: 100vh;
	background:#0160b0;
	z-index: 999999;
	overflow-y: auto;
	padding: 4rem 0;
	padding-top: 6rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__close-btn {
	position: absolute;
	top: 2rem;
	right: 3rem;
	z-index: 9999999;
	font-size: 18px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__close-btn:hover {
	color: var(--thm-base);
}
.side-menu__logo {
	padding-left: 3rem;
}


.mobile-nav__container {
	margin: 4rem 0;
	border-top: 1px solid rgba(255,255,255,0.06);
	border-bottom: 1px solid rgba(255,255,255,0.06);
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	width: 3.5rem;
	height: 3.5rem;
	background-color: transparent;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	position: absolute;
	top: 1rem;
	right: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transfrom 500ms ease, color 500ms ease, background-color 500ms ease;
	transition: transfrom 500ms ease, color 500ms ease, background-color 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-nav__container li+li {
	border-top: 1px solid rgba(255,255,255,0.02);
}

.mobile-nav__container li>ul {
	background: rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.02);
	padding:0 1.8rem;
}
.mobile-nav__container li>ul li{
	border-top: 1px solid rgba(255,255,255,0.02);
}
.mobile-nav__container li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.6rem;
	display: block;
	padding: 1.5rem 0;
	padding-left: 3rem;
	padding-right: 3rem;
	border-left: 0.3rem solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	color: #ffffff;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {

}

.mobile-nav__container .navigation-box__right {
}




/*search*/
.search_wrap{
	position: absolute;
	right:5rem;
	margin: 2.5rem;
}
.search_wrap .form-control {
	border-radius: 2rem;
	float:right;
	background-color: rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.25);
}
.search_wrap .form-control:focus {

}
.search_icon {
	border-radius: 2.2rem;
	position: absolute;
	right: 0.2rem;
	top: 0.3rem;
	width:3.2rem;
	height:3.2rem;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.search_icon i{
	font-size: 2rem;
	color:rgba(255,255,255,0.8);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.search_icon:hover i{
	font-size: 2rem;
	color:rgba(255,255,255,1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


/*-------------------------------------------------------------- 
 # Search Popup 
 --------------------------------------------------------------*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 1.5rem;
	max-width: 60rem;
	position: relative;
}

.search-popup__form input {
	border: none;
	outline: none;
	width: 100%;
	height: 6rem;
	color: #000000;
	font-size: 1.8rem;
	background-color: white;
	padding-left: 3.0rem;
}

.search-popup__form ::-webkit-input-placeholder {
	opacity: 1;
	color: #888888;
}

.search-popup__form ::-moz-placeholder {
	opacity: 1;
	color: #888888;
}

.search-popup__form :-ms-input-placeholder {
	opacity: 1;
	color: #888888;
}

.search-popup__form ::-ms-input-placeholder {
	opacity: 1;
	color: #888888;
}

.search-popup__form ::placeholder {
	opacity: 1;
	color:#888888;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color:#888888;
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color:#888888;
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color:#888888;
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color:#888888;
}

.search-popup__form button[type="submit"] {
	border: none;
	outline: none;
	width: 6rem;
	height: 6rem;
	color: #fff;
	background-color: #0664c5;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
	background-color:#009aff;
	color: #fff;
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.carousel-control-next,
.carousel-control-prev{
	background-color: rgba(0,0,0,0.5);
	font-size: 1.4rem;
	height: 5.0rem;
	border-radius: 3.0rem;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5.0rem;
	transition: all 0.3s ease-in-out;

}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	opacity: 0;
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 2rem;
}
.carousel-control-prev {
	left: 2rem;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	background-color:transparent;
	border:0.1rem solid #ffffff;
	color: #fff;
}

.banner-section {
	position: relative;
	margin:0;
}
.banner-section,
.banner-section .carousel-item,
.banner-section .banner_content_wrap,
.banner-section .banner_content_wrap .carousel-item {

}


.banner-section .carousel-item img {
	width: 100%;
}


.banner-section .carousel-caption{
	height:10rem;
	right:0;
	bottom:rem;
	left:0;
	padding:5rem 0 0 0;
	color:#ffffff;
	text-align:left;
	z-index:10;
}
.banner-section .carousel-caption h5{
	font-size:1.8rem;
	text-align: center;
	color:#ffffff;
}


.banner-section .carousel-indicators{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:20;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	padding-left:0;
	margin-right:1.5rem;
	margin-left:0;
	list-style:none;

}
.banner-section .carousel-indicators li{
	border:none;
	background:#ffffff;
	width:0.5rem;
	height:0.5rem;
	border-radius: 1.5rem;
	opacity: 1;
	margin-right:1rem;
	margin-left:1rem;
}
.banner-section .carousel-indicators li.active{
	background:#ffffff;
	width:0.5rem;
	height:0.5rem;
	border-radius: 1.5rem;
	opacity: 1;
	margin-right:1rem;
	margin-left:1rem;
	position: relative;
}
.banner-section .carousel-indicators li.active:after{
	content: "";
	width:1.9rem;
	height:1.9rem;
	border: 0.1rem solid #ffffff;
	border-radius: 1rem;
	position: absolute;
	top:-0.7rem;
	left:-0.7rem;
}

/*--------------------------------------------------------------
# Main Footer
--------------------------------------------------------------*/
.footer{
	background-color:#005BAC;
	background-size: 100%;
	color:#ffffff;
}

.footer-upper {
	padding:4rem 0 2rem 0;
}

.footer .box1 img{
	width:35rem;
}

.footer .box1 ul{
	margin:0 0 0 0;
	padding:0;
}
.footer .box1 li{
	font-size: 1.4rem;
	line-height: 180%;
	padding:0;
	color:rgba(255,255,255,0.8);
}
.footer .box1 a{
	font-size: 1.4rem;
	margin:0;
	padding:0;
	color:rgba(255,255,255,0.6);
}
.footer .box1 a:hover{
	color:rgba(255,255,255,0.8);
}
.footer .erweima{
	margin:0 auto;
	width:98%;
	text-align:center;
}
.footer .erweima p{
	text-align: center;
	font-size: 1.4rem;
	margin-top:0.5rem;
}
.footer .erweima img{
	width:90%;
}
.footer-bottom {
	font-size: 1.4rem;
}
.footer-bottom .inner-container {
	border-top: 0.1rem solid rgba(255,255,255,0.1);
	text-align: center;
	color:rgba(255,255,255,0.5);
	padding:1rem 0  1rem 0;
}
.footer-bottom .inner-container p{
	margin:0;
	padding:0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	height:30rem;
	background-color:#0055aa ;
}

.page-header .container {
	position: relative;
	text-align: center;
}

/*sub-container*/
.sub-container{
	position: relative;
	z-index: 10;
	background-color: #ffffff ;
	background-position:  bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.address-bar{
	padding:1.5rem 0 0 0;
	border-bottom:0.1rem solid #c4d2e1;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	width:100%;
	height:100%;
	border-right:0.1rem solid #eceef1;
}

/*side-nav*/
.side-nav{

}
.side-nav .nav-item a{
	display: block;
	width:100%;
	color:#333333;
	text-align: left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 1.6rem;
}
.side-nav .nav-item{
	width:100%;
	padding: 1rem 0 1rem 1rem;
	border-bottom:0.1rem solid #eceef1;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.side-nav .nav-item:first-child{
	border-top:0.1rem solid #eceef1;
}
.side-nav .nav-item a:hover{

	color:#f28920;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
.side-nav .nav-item a:hover:after{
	content: "\e90f";
	font-family: "feather";
	font-size: 1.6rem;
	position: absolute;
	right:1rem;
	top:1.6rem;
	color:#ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
.side-nav .nav-item.active {
	width:100%;
	background-color:#005bac;
	font-weight: bold;
}
.side-nav .nav-item.active a{
	color:#ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
.side-nav .nav-item.active a:after{
	content: "";
	width:7px;
	height:12px;
	background-image: url(../images/icon-sj.png);
	background-size: 100%;
	position: absolute;
	right:-7px;
	top:calc(50% - 6px);

	color: #ffffff;
}
.sidebar-title{
	padding-top:2rem;
}
.sidebar-title h3{
	width:100%;
	height:5rem;
	line-height: 5rem;
	font-size: 2.4rem;
	padding-left:2rem;
	font-family:"fzchsj";
	text-align: left;
	position: relative;
	color:#005ec7;

}
.sidebar-title h3:after{
	content: "";
	height:2.4rem;
	width:0.5rem;
	background: #005ec7;
	position: absolute;
	top:calc(50% - 12px);
	left:0;
}
.sidebar-title2{
	margin-top:0;
	border-radius: 0;
	padding:1rem 2rem;
	font-size: 1.6rem;
	color:#ffffff;
	background-color:#066abc;
}
.sidebar-title2 h3{
	font-size:1.6rem;
	padding: 0;
	margin: 0;
	position: relative;
}
.sidebar-title2 h3:after{
	content: "\e927";
	font-family: "feather";
	font-weight: 900;
	position: absolute;
	right: 0.5rem;
	top:0;
}

/*sub-nav*/
.sub-nav .nav-item{
	color:#888888;
	background: transparent;
}
.sub-nav .nav-item h2{
	margin:0 3rem 1rem 0;
	font-size: 1.8rem;
	line-height: 3rem;
	position: relative;
	text-align: center;
	transition: .5s
}
.sub-nav .nav-item:hover h2 {
	font-size: 2rem;

}
.sub-nav .nav-item.active h2 {
	font-size: 2rem;
	font-weight: bold;
	background: transparent;
	color:#0450b0;
	transition: .5s;
	position: relative;
}
.sub-nav .nav-item.active h2:after{
	content: "";
	position: absolute;
	height:0.3rem;
	background: #0450b0;
	width:100%;
	bottom: -1.2rem;
	right: 0;
}



.sub-title{
	margin:1rem 3rem 1rem 0;
	line-height: 3rem;
	position: relative;
	text-align: left;

}
.sub-title h2{
	font-size: 2.4rem;
	line-height: 3rem;
	text-align:left;
	font-family: f015;
	color:#0450b0;
}
.sub-title span{
	display: block;
	font-size: 2.4rem;
	color:rgba(1,96,176,0.1);
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	left:3rem;
	bottom:-0.6rem;
}

/*breadcrumb*/
.breadcrumb{
	background-color:transparent;
	font-size: 1.4rem;

}


.breadcrumb-item a{color:#666666}
.breadcrumb-item a:hover{color:#278ce1}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}
.breadcrumb-item+.breadcrumb-item a{color:#666666}
.breadcrumb-item+.breadcrumb-item a:hover{color:#278ce1}
.breadcrumb-item+.breadcrumb-item::before{color:#000000;content:"/"}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}
.breadcrumb-item.active{color:#000000}


/*
block-title styles
*/

.block-title {
	position: relative;
}
.block-title.home {
	padding:2rem 0 1rem 0 ;
	margin-bottom: 1.5rem;
}
.block-title.home.center {
	text-align: center;
}
.block-title.home .block-title-title h5{
	font-size: 2.8rem;
	font-family:"fzchsj";
	color:#005ec7;
}
.block-title.home .block-title-title span{
	color: #808489;
	font-size: 1.6rem;
	padding-left:0;
}

.block-title .more{
	position: absolute;
	right:0;
	top:2rem;
}

.more{
	width:10rem;
	height:3rem;
	border-radius: 0.5rem;
	line-height: 3rem;
	text-align: center;
	color: #b5bbc4;
	border: 1px solid #b5bbc4;
	font-size: 1.4rem;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}
.more:hover{
	color: #ee9c5c;
	border: 0.1rem solid #ee9c5c;
}
.more i{
	margin-left:0.5rem;
	color:#efc065;
	font-size: 1rem;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;

}
.more:hover i{
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-size: 1.6rem;

}
/*list-media*/
.list-media{
	margin:0;
	padding:0;
}

.list-media li{
	padding:2.5rem 2rem;
	border-bottom:0.1rem dashed #f2f6fb;
	-webkit-transition: 1s;
	transition: 1s;
}
.list-media li:hover{
	-webkit-transition: 1s;
	transition: 1s;
	transform: scale(1.01);
	background: #ffffff;
	box-shadow: 0 1rem 4rem 0 rgba(32, 69, 145, 0.15)
}
.list-media a{
	color:#3f4045;
}
.list-media .media-img{
	width:26rem;
}
.list-media .media-body{
	padding-left:3.5rem;
}
.list-media .title{
	font-size: 1.7rem;
	line-height: 2.4rem;
	color:#3f4045;
	font-weight: bold;
}
.list-media li:hover .title{
	color:#073e8f;
}
.list-media .summary{
	font-size:1.4rem;
	line-height:2.2rem;
	color:#989898;
	padding:0;
	margin-bottom:0.5rem;
}
.list-media .time{
	font-size:1.4rem;
	color:#f69d29;
	position: relative;
	display: block;
	width:10rem;
}

.list-media .time:before{
	content: "";
	width:5rem;
	height:0.3rem;
	background:#f69d29;
	position: absolute;
	left:-6rem;
	top:12px;
}
/*list-text*/
.list-text{
	position: relative;
	text-align: left;

}
.list-text li,
.list-text .item{
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
	padding:7px 0;

}

.list-text .title{
	padding-left:1.5rem;
	font-size:1.5rem ;
	position: relative;
	width:calc(100% - 100px);
	transition: .5s;
}
.list-text .title:before{
	content: "";
	width:0.4rem;
	height:0.4rem;
	border-radius: 0.3rem;
	background:#8bbee4;
	position: absolute;
	left:0.2rem;
	top:0.8rem;
}

.list-text li:hover .title,
.list-text .item:hover .title{
	color:#073e8f;
	transform:translate(5px,0);
	transition: .5s;
}
.list-text .time{
	width:100px;
	display: block;
	color:#a8a8a8;
	font-size: 1.4rem;
	text-align: right;
}



.sub-list .list-text1{
	position: relative;
}
.sub-list .list-text1 li,
.sub-list .list-text1 .item{
	padding:1.5rem 0 0.8rem 0;
	position: relative;
	transition: .5s;
	cursor: pointer;
	border-bottom:1px dashed #e4e6ed;
}

.sub-list .list-text1 .title{
	color:#3f4045;
	width:calc(100% - 12rem);
	position: relative;
	margin-left:0;
	padding-left:1.5rem;
	font-size:1.6rem ;
	line-height: 150%;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list .list-text1 .title:before{
	content: "";
	width:0.5rem;
	height:0.5rem;
	border-radius: 0.3rem;
	background:#8bbee4;
	position: absolute;
	left:0;
	top:0.9rem;
}
.sub-list .list-text1 li:hover .title,
.sub-list .list-text1 .item:hover .title{
	transform:translate(5px,0);
	transition: .5s;
	color:#073e8f;
}

.sub-list .list-text1 .time{
	width:10rem;
	display: block;
	color:#a8a8a8;
	font-size: 1.3rem;
	position: absolute;
	right:0!important;
	top:1.5rem;

}

.sub-nav4{


}
.sub-nav4 .nav-item{
	background: transparent;

}
.sub-nav4 .nav-item h2{
	margin:0 0 0 0;
	padding:0 1.5rem;
	color:#5c5e65;
	font-size: 1.6rem;
	line-height: 6rem;
	position: relative;
	text-align: center;
	transition: .5s
}
.sub-nav4 .nav-item:hover h2 {
	color:#0160b0;
}
.sub-nav4 .nav-item.active h2 {
	font-weight: bold;
	color:#0160b0;
	transition: .5s;
	position: relative;
}
.sub-nav4 .nav-item.active h2:after{
	content: "";
	position: absolute;
	height:0.2rem;
	background: #0160b0;
	width:100%;
	bottom: 0;
	right: 0;
}




/*article*/
.article-box{
	padding:3rem;


}
.article .title{
	margin-bottom:3rem;
	text-align: center;
}
.article .title h2{
	font-size: 2.6rem;
	font-weight: bold;
	color: #0d1437;
	margin-bottom:1.5rem;
}
.article .title p{
	font-size: 1.4rem;
}
.article .publish-info{
	border-bottom: 0.1rem dashed #cccccc;
	padding:0.8rem;
	font-size: 1.4rem;
	color:#666666;
}
.article .more-article{
	padding:2rem 1.5rem;
	border-top: 0.1rem dashed #cccccc;
}
.article .more-article a{
	font-size: 1.4rem;
	color:#333333;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.article .more-article a:hover{
	color:#073e8f;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.article p{
	margin-bottom:0;
}



.section1{
	padding:1rem 0;
	background-color:#ffffff;
	background-image: url();
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}



/*news-slide*/
.news-slide{
}
.news-slide .carousel-inner{
	padding-bottom:2rem;
}
.news-slide .carousel-item{
	position: relative;
}

.news-slide .carousel-indicators{
	bottom:-1.5rem;
}
.news-slide .carousel-indicators li{
	border:0.1rem solid rgba(0,0,0,0);
	background: rgba(0,0,0,0.2);
	width:2rem;
	height:0.3rem;
	border-radius: 1.5rem;
	opacity: 1;
}
.news-slide .carousel-indicators li.active{
	width:3rem;
	height:0.3rem;
	background-color:#1159cd;
	border:0.1rem solid #1159cd;
}

.news-slide .carousel-caption{
	background-image: linear-gradient(to top, rgb(0, 000, 0),transparent);
	height:7rem;
	width:100%;
	left:0;
	bottom:0;
	z-index:100;
	padding-top:3rem;
}
.news-slide .carousel-caption h5{
	font-weight: bold;
	font-size:1.6rem;
	text-align: center;
	color:#ffffff;
}
.news-slide .carousel-caption p{
	margin-top:1rem;
	font-size: 1.4rem;
	text-align: left;
	font-style: italic;
	color:#a0c4ec;
}


/*card*/
.home.card{
	background: #005ec7;
	padding:0;
	border:none;
	border-radius: 0;
	-webkit-transition: 500ms;
	transition: 500ms;

}
.home.card .img{
	width:100%;
}
.home.card:hover{
	transform: scale(1.018);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.home.card  .caption {
	position: relative;
	background: #0160b0;
	padding:1.5rem;
}

.home.card .caption .title{
	width:100%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height:160%;
	height:4.8rem;
	color:#ffffff;
}


.home.card .time{
	background-color: #ffb235;
	color: #ffffff;
	display: block;
	position: absolute;
	padding:0.3rem 1rem;
	font-size: 1.4rem;
	top:-3.4rem;
}

.home.card  .time-left{
	position:absolute;
	top:1.5rem;
	left:0;
	color: #ffffff;
	border-right:0.1rem solid rgba(255,255,255,0.6);
	width:6.4rem;
	height:5rem;
	padding-top:0.6rem;
	padding-left:0;
	line-height: 2rem;
	font-size: 1.2rem;
	text-align:center;
	font-family: "georgia";
}


.home.card .time-left .day{
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	font-family: "georgia";
}

.home.card .summary{
	margin: 0 0 0.4rem 0;
	padding:0.4rem 0 0 0;
	color: #94989b;
	line-height: 1.8rem;
	font-size: 1.2rem;
	height:5.6rem;
}


.section3{
	background-color: #e9f0fd;
	background-size: 100%;
	background-position:top center;
	background-repeat: no-repeat;
	padding:1rem 0;
	overflow: hidden;
	position: relative;

	.qkdh{
	writing-mode: vertical-rl;
}
}
.section3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/s2-bg.jpg);
	opacity: 0.2;
}

.qk.card{
	width:100%;
	overflow: hidden;
	position: relative;
	margin:0 auto;
	padding:0;
	border:none;
	background: #0160b0;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.qk.card .img{
	width:100%;
}
.qk.card:hover{
	transform: scale(1.018);
	-webkit-transition: 500ms;
	transition: 500ms;
	border:none;
}
.qk.card .caption{
	background: #0160b0;
	padding:1.5rem;
	position: relative;
	z-index: 1;
	-webkit-transition: 500ms;
	transition: 500ms;
	font-size: 1.6rem;
}
.qk.card .caption .title{
	color:#ffffff;
	font-weight: bold;
	font-size: 1.6rem;
}
.qk.card:hover .caption{
	opacity: 0;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.qk.card .caption2{
	width:100%;
	padding:1.5rem;
	color:#ffffff;
	background: rgba(1,96,176,0.9);
	position: absolute;
	bottom:-20rem;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.qk.card .caption2 .title{
	font-weight: bold;
	font-size: 1.6rem;
}
.qk.card:hover .caption2{
	bottom:0;
	transform: translateY(rem);
	-webkit-transition: 500ms;
	transition: 500ms;
}
.qk.card .caption2 p{
	margin:0;
	padding: 0;
	font-size: 1.2rem;
}
.qk.card .caption2 .desc{
	color:#ffffff;
}

.qk.card .caption2 .btn-box{
	text-align: center;
	border-top: 0.1rem solid rgba(255,255,255,0.2);
	padding-top:1.5rem;
}
.qk.card  .caption2 .btn{
	border-radius: 2rem;
	font-weight: bold;
	background: #ee9c5c;
	color:#ffffff;
	margin:0 auto;
	font-size: 1.6rem;
	padding:7px 18px;
}
.qk.card  .caption2 .btn:hover{
	background: #ef8735;
}
.btn-tg{
	border-radius: 2rem;
	background: #ee9c5c;
	color:#ffffff;
	margin:0 auto;
	border: none;

	padding:0.2rem 3rem;
}
.btn-tg:hover{
	background: #ef8735;
}

.qk-erweima{
	width:25%;
	padding:0.3rem 0.3rem 0 0.3rem;
	position: absolute;
	margin-top:-10rem;
	right:1rem;
	background: #0160b0;
	text-align: center;
	font-size: 1.2rem;
	color:#ffffff;
	z-index: 2;
}
.qk-erweima p{
	margin:0;
	font-size: 1rem;
}
.qk-erweima img{width:100%;}

.section4{
	padding:3rem 0;
}


.home-tab.sub-nav{
	-ms-flex-pack:center!important;
	justify-content:center!important
}

.home-tab .nav-item .nav-link.active{
	color:#005ec7;
}
.home-tab .nav-item .nav-link{
	margin:0 1rem;
	font-size: 1.5rem;
	font-weight:bold;
	line-height: 3rem;
	position: relative;
	text-align: center;
	transition: .5s;
	color:#2d4861;
	cursor: pointer;
}
.home-tab .nav-item .nav-link:hover{
	color:#005ec7;
}
.home-tab .nav-item .nav-link.active:after {
	content: "";
	position: absolute;
	height:0.3rem;
	background: #005ec7;
	width:100%;
	bottom: -0.2rem;
	right: 0;
	z-index: 2;
}
.section4-2{
	padding:1rem 0 3rem 0;
}


.section4-2 .title2{
	border-bottom:1px solid #ebebeb;
	text-align: center;

	.title{
		font-size: 18px;
		position: relative;
		background: red;
	}
	.title:after{
		content: "";
		width:100%;
		height:2px;
		background:#005ec7 ;
		bottom:-1px;
		left:0;
	}
}

.section4-2 .block-title.home {
	border-bottom: 1px solid #ebebeb;
}
/* experiment-pic */

.experiment-pic {
	padding-bottom: 2rem;
}

.experiment-pic-content h3 {
	margin: 0;
	padding-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color:#ffffff;
	text-align: center;
}

.experiment-pic-content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;

}

.experiment-pic-content h3 a:hover {
	color:#ffffff;
}

.experiment-pic-content span {
	font-size: 1.6rem;
	color: var(--thm-base);
	text-transform: uppercase;
	display: block;
	margin-bottom: 1.5rem;
}

.experiment-pic-content p {

	margin: 0;
	color: #848484;
	font-size: 1.4rem;
	line-height: 2.8rem;

}

.experiment-pic-image {
	overflow: hidden;
	position: relative;
	background-color:#6d6d6d;
}

.experiment-pic-image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -190%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.3);
	transform: rotate(30deg) scale(1.3);
	background: -webkit-gradient(linear,
	left top, right top,
	color-stop(50%, rgba(255, 255, 255, 0)),
	to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0.7) 100%);
}

.experiment-pic-single:hover .experiment-pic-image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.experiment-pic-carousel.owl-theme .owl-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-align:center;
	align-items: center;
	-webkit-box-pack:center;
	justify-content:space-between;
	position: absolute;
	width:100%;
	top:10%;


}

.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-] {
	width: 4rem;
	height: 3rem;
	border-radius: 0.8rem;
	background:rgba(255,255,255,0);
	border:0.1rem solid rgba(0,94,199,0);
	opacity: 1;
	color:#ffffff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
	outline: none;
	margin: 0;
	padding: 0;
}

.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: rgba(255,255,255,0.6);
	opacity: 1;
}


.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
	margin-left: 1rem;
}

.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-] span {
	color: rgba(0, 0, 0, 0);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}


.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-] span::before {
	content: "\e928";
	font-family: "feather";
	color: #ffffff;
	font-size: 28px;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-]:nth-child(2) span::before {
	content: "\e929";
}


.section5{
	background-color: #e9f0fd;
	padding:15px 0 5px 0;
}
.section5 .block-title.home .block-title-title h5{
	font-size: 1.6rem;
	font-family:"none";
	color:#005ec7;
}
.section5 .form-control{
	height:30px;
	line-height: 30px;
	font-size: 15px;
	width:100%;
	border-radius: 10px;
	margin:0 auto;

}
.section5 .block-title {
	padding:0.5rem 0 0 0 ;
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}

.article-jieshao{
	position: relative;
	text-align: justify;
	background-color:#ffffff;
	background-image: url(../images/solutions-bg.jpg);
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding:2rem;
}
.article-jieshao .title-main{
	padding:  60px 0;
	text-align: center;

}
.article-jieshao .title{
	text-align: left;
	color:#ffffff;
	padding:10px 0;
}
.article-jieshao h3{
	font-size: 24px;
	font-weight: bold;
	position: relative;

}
.article-jieshao .summary{
    color:#0160b0
}
.article-jieshao .s1{
	background: #0160b0;
	padding:30px;
	color:#ffffff;
	position: relative;
}
.article-jieshao .s1 p{
	line-height: 240%;
	text-indent: 2rem;
}
.article-jieshao .title-main .solutions-title{
	width:60%;
}
.article-jieshao .title-main h2{
	color:#ffffff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin: 5rem 0 8rem 0;
}

.article-jieshao .s2{
	background: #f5faff;
	padding:30px;
	color:#ffffff;

}
.article-jieshao .s2 .title{
	color:#0160b0;
	text-align: center;
}

.article-jieshao .s2{
.card{
	background: #ffffff;
	margin:20px 0;
	padding:20px;
	border-radius: 0;
}
.card img{
	width:90%;
	border-radius: 10px;
}
.card .body{
	padding:0 0 0 0;
}
.card .title{
	font-size: 18px;
	text-align: left;
	position: relative;
	line-height: 100%;
	color:#0160b0;
	display: inline-block;
}
.card .title:after{
	content: "";
	width:100%;
	height:3px;
	background: #0160b0;
	position: absolute;
	left:0;
	bottom:-5px;
}
.card p{
    font-size: 16px;
	color:#333333;
	line-height: 200%;
	margin-top:15px;
	text-indent: 2rem;

}

}


.article-jieshao .item{
	border:none;
	color:#333333;
}
.article-jieshao .item-header{
	padding:15px;
	border-bottom:1px dashed #cccccc;
}
.article-jieshao .item-body{
	padding:10px 15px;
	background: #f5faff ;
}
.article-jieshao .item-body p{
	margin:0!important;

}
.article-jieshao .item-header h6{
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
.article-jieshao .item-header h6 .number{
	display: inline-block;
	width:24px;
	height:24px;
	background:#0160b0;
	color:#ffffff;
	text-align: center;
	line-height: 24px;
	margin-right:5px;
}
.article-jieshao .item-header h6:after{
	content: "\e927";
	font-family: feather;
	color:#0160b0;
	position: absolute;
	right:10px;
	top:5px;

}
.article-jieshao .s3{
	padding:40px;
	left:0;
	z-index: 100;
	background: #0160b0;
	width:100%;
	color:#ffffff;
	text-align: left;
	word-break: break-all;
}
.article-jieshao .s3 .title{
	font-size: 36px;
}
.article-jieshao .btn{
	padding:15px 80px;
	background:#ffffff;
	border-radius: 40px;
	color:#ff7e00;
	font-size: 24px;
	font-weight: bold;
	margin-top:50px;
	position: relative;
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.article-jieshao .btn:hover{
	transform: scale(1.02);
	-webkit-transition: 500ms;
	transition: 500ms;
}
.article-jieshao .btn i{
	display: block;
	position:absolute;
	right:25px;
	top:calc(50% - 10px);
}
.article-jieshao .s1 .btn{
	padding:10px 80px;
	background:#ffffff;
	border-radius: 40px;
	color:#ff7e00;
	font-size: 18px;
	font-weight: bold;
	margin:10px 0 0 0;
}
.article-jieshao .s1 .btn i{
	top:calc(50% - 8px);
}

