/* #51388A #E2CEA9 #F4F4F4 */
/*header*/
header{
	width: 100%;
	position: fixed;
	margin-top: 40px;
	padding: 0px 40px;
	transition: 0.6s ease;
	z-index: 100;
}
.header-bg{
	background: #fff;
}
.header-bg .header{
	padding: 10px 40px;
}
.header{
	width: 100%;
	padding: 40px;
}
.header-warp{
	width: 100%;
	display: flex;
	align-items: center;
}
.logo{
	flex: 0 0 auto;
	height: 50%;
}
.logo-img{
	height: 50px;
	position: relative;
}

.logo-img img{
	width: auto;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.logo-img img:nth-child(1){
    opacity: 0;
}
.logo-img img:nth-child(2){
     opacity: 1;
}
.header-bg .xt1,.header-bg .xt2{
    background: #51388A;
}
.header-bg .logo-img img:nth-child(1){
    opacity: 1;
}
.header-bg .logo-img img:nth-child(2){
    opacity: 0;
}
.menu{
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	cursor: pointer;
}
.xt1,.xt2{
	width: 28px;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
	transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
	transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
	transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
}
.xt1{
	margin-bottom: 10px;
}
.before_over{
	-webkit-transform: translateY(7px) rotate(-225deg);
	transform: translateY(7px) rotate(-225deg);
	background: #51388A;
}
.fater_over{
	-webkit-transform: translateY(-7px) rotate(225deg);
	transform: translateY(-7px) rotate(225deg);
	background: #51388A;
}
.menu-warp{
	width: 28px;
	height: 18px;
	position: relative;
}
/*menu-box*/
.menu-box{
	width: 100vw;
	height: 100vh;
	opacity: 0;
	z-index: -99;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	background: #51388A;
	top: 0;
	padding: 70px;
	visibility: hidden;
	box-sizing: border-box;
	transition: 0.6s ease;
}
.menu-active{
	visibility: visible;
	opacity: 1;
	z-index: 99;
	transform: translateY(0);
}
.menu-container{
	width: 100%;
	padding: 50px 0px;
}
.menu-nav-list{
	width: 100%;
	margin-bottom: 20px;
}
.menu-nav-list:last-child{
	margin-bottom: 0;
}
.menu-nav-list a{
	display: block;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.menu-nav-title{
	font-size: 18px;
	color: white;
	line-height: 50px;
	text-align: center;
	transform: translateY(0);
	transition: 0.6s ease;
	
}
.menu-nav-extitle{
	position: absolute;
	line-height: 50px;
	font-size: 24px;
	font-family: "arial black";
	color: white;
	visibility: hidden;
	opacity: 0;
	transform: translateY(0);
	transition: 0.6s ease;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.menu-nav-list:hover .menu-nav-title{
	transform: translateY(-100%);
}
.menu-nav-list:hover .menu-nav-extitle{
	opacity: 1;
	visibility: visible;
	transform: translateY(-100%);
}
/*container*/
.container{
	width: 100%;
	padding: 0px 40px;
}
.box{
	width: 100%;
}
.banner-item{
	height: calc(100vh - 80px);
	background: #000;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.sever-item{
	height: calc(60vh);
	display:flex;
	align-items: center;
	margin-bottom: 40px;
}
.about-warp,.sever-warp{
	flex: 0 0 auto;
	width: 50%;
	height: 100%;
}
.about-warp{
	background: #51388A;
	cursor: pointer;
	transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
	transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
	position: relative;
}
.sever-warp{
	background: #E2CEA9;
	cursor: pointer;
	position: relative;
	transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
	transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
}
.xt-warp{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    box-sizing: border-box;
}
.xt-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.xt-warp-1{
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
     top: 0;
 /*    transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;*/
	/*transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);*/
	transition: 0.3s ease;
}
.xt-warp-2{
    width: 1px;
    height: 0px;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: 0.3s;
    transition: 0.3s ease;
}
.xt-warp-3{
    width: 0px;
    height: 1px;
    position: absolute;
    right:0;
    bottom: 0;
    transition-delay: 0.6s;
    transition: 0.3s ease;
}
.xt-warp-4{
    width: 1px;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition-delay: 0.9s;
    transition: 0.3s ease;
}
.about-warp:hover .xt-warp-1{
    width: 100%;
    background: #E2CEA9;
}
.about-warp:hover .xt-warp-2{
    height: 100%;
      background: #E2CEA9;
}
.about-warp:hover .xt-warp-3{
    width: 100%;
      background: #E2CEA9;
}
.about-warp:hover .xt-warp-4{
    height: 100%;
      background: #E2CEA9;
}
.sever-warp:hover .xt-warp-1,.sever-warp:hover .xt-warp-3{
    width: 100%;
    background: #51388A;
}
.sever-warp:hover .xt-warp-2,.sever-warp:hover .xt-warp-4{
    height: 100%;
    background: #51388A;
}
/*.about-warp:hover{*/
/*    background: #E2CEA9;*/
/*}*/
/*.about-warp:hover .c-box{*/
/*    background: #E2CEA9;*/
/*}*/
.news-item{
	background: #f4f4f4;
	padding: 50px;
	margin-bottom: 40px;
}
.case-item{
	background: white;
	padding: 50px;
	margin-bottom: 40px;
}
.adv-item{
	background: #F4F4F4;
	height: calc(100vh - 80px);
	margin-bottom: 40px;
}
/*about-sever*/
.box-common{
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-s{
	/* width: 40%; */
	z-index: 66;
}
.box-about{
	width:200px;
	position: relative;
	margin: auto;
}
.about-box{
	border: 1px solid #fff;
	border-radius: 2px;
	position: relative;
	width: 100px;
	height: 160px;
	margin: auto;
}
.box-sever{
	width: 160px;
	border-radius: 50%;
	border: 1px solid #656565;
}
.sever .c-box{
	background: #E2CEA9;
}

.content-box{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.about-common,.sever-common{
	width: 200px;
	height: 160px;
}
/* .sever-common{
	width: 160px;
	height: 160px;
} */
.c-box{
	background: #51388A;
	padding: 10px 0px;
}
.about-box{
	
}
.about-title{
	font-family: "arial black";
	color: white;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	font-style: italic;
	transition: 0.6s ease;
}
.about-extitle{
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 20px;
	margin-top: 5px;
}
.box-details{
	font-size: 14px;
	text-align: center;
	color: white;
	margin-top: 20px;
}
.box-more{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.box-more span{
	padding: 10px 20px;
	border-radius: 2px;
	border: 1px solid #fff;
	transition: 0.6s ease;
}
.box-more span a{
	font-size: 12px;
	color: white;
}
.sever .about-title,.sever .about-extitle,.sever .box-details{
	color: #656565;
}
.sever .box-more span{
	border: 1px solid #656565;
}
.sever .box-more span a{
	color:#656565;
	transition: 0.6s ease;
}
.about-warp:hover .box-more span{
	background: #E2CEA9;
	border: 1px solid #E2CEA9;
}
.about-warp:hover .about-title{
	color: #E2CEA9;
}
.sever-warp:hover .sever .box-more span{
	background: #51388A;
	border: 1px solid #51388A;
}
.sever-warp:hover .sever .box-more span a{
	color: white;
}
.sever-warp:hover .about-title{
	color: #51388A;
}
/*news*/
.news-warp{
	width: 100%;
}
.common-box{
	display: flex;
}
.news-left{
	flex: 0 0 auto;
	width: 32%;
	margin-right: 2%;
}
.news-left-img{
	width: 100%;
	overflow: hidden;
}
.news-left-img img{
	width: 100%;
	transition: 0.6s ease;
}
.news-left-content{
	padding: 20px 10px;
	background: white;
}
.news-left-title{
	font-size: 15px;
	color: #51388A;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
	transition: 0.6s ease;
}
.news-left-time,.news-r-time{
	font-size: 12px;
	color: #989898;
	margin: 5px 0px;
}
.news-left-detil,.news-r-desc{
	font-size: 13px;
	color: #656565;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
}
.page-sty{
    margin: initial;
}
/*.news-r-desc{*/
/*	-webkit-line-clamp: 3;*/
/*}*/
.news-right{
	flex: 0 0 auto;
	width: 66%;
}
.news-right ul{
	display: flex;
	flex-wrap: wrap;
}
.news-r-list{
	flex: 0 0 auto;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.news-r-list:nth-child(2n+2){
	margin-right: 0;
}
.news-r-title{
	font-size: 15px;
	color: #51388A;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
	transition: 0.6s ease;
}
.news-r-more{
	margin-top: 30px;
	width: 30px;
	background: #656565;
	height: 1px;
	transition: 0.6s ease;
/* 	position: relative; */
}
/* .news-r-more::before{
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background: #51388A;
	left: 0;
	transition: 0.6s ease;
} */
.news-left:hover .news-left-img img{
	transform: scale(1.1);
}
.news-left:hover .news-left-title{
	color: #E2CEA9;
}
.news-r-list:hover .news-r-title{
	color: #E2CEA9;
}
.news-r-list:hover .news-r-more{
	width: 100%;
}
/*case-warp*/
.case-warp{
	flex-wrap: wrap;
}
.case-list{
	width: 10%;
}
.case-img{
	width: 90%;
	margin: auto;
	cursor: pointer;
	overflow: hidden;
}
.case-img img{
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 0.6s ease;
}
.case-list:hover .case-img img{
	filter: initial;
	transform: scale(1.02);
}
/*common-more*/
.common-more{
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}
.common-more a{
	padding: 10px 20px;
	border-radius: 2px;
	background: #000;
	color: white;
	font-size: 14px;
	font-family: arial;
	transition: 0.6s ease;
	font-family: "Comic Sans MS";
}
.common-more a:hover{
	background: #51388A;
}
/*adv*/
.adv-warp{
	align-items: center;
	justify-content: center;
	height: 100%;
}
.adv-title{
	font-family: "Comic Sans MS";
	font-size: 35px;
	color: #51388A;
	text-align: center;
	text-transform: capitalize;
	line-height: 50px;
}
.adv-extitle{
	font-size: 15px;
	text-align: center;
	color: #000;
	font-family: '华文细黑';
}
.adv-item{
	transition: 0.6s ease;
}
.adv-bg{
	background: #51388A;
}
.adv-bg .adv-title,.adv-bg .adv-extitle{
	color: white;
}
/*footer*/
footer{
	width: 100%;
	padding:0px 40px;
}
.footer-box{
	width: 100%;
	border-top: 1px solid #F4F4F4;
	padding: 40px 0px 0px 0px;
}
.footer{
	
}
.footer-warp{
	width: 100%;
	display: flex;
	align-items:center;
	padding: 0px 40px;
}
.footer-nav{
	flex: 0 0 auto;
}
.footer-contact{
	flex: 0 0 auto;
	margin-left: auto;
}
.footer-nav ul{
	display: flex;
}
.f-nav-list{
	flex: 0 0 auto;
	margin-right: 30px;
}

.f-title{
	font-size: 14px;
	color: #656565;
	transition: 0.6s ease;
}
.f-nav-list:hover .f-title{
	color: #51388A;
}
.footer-contact ul{
	display: flex;
}
.contact-list{
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	cursor: pointer;
}
.contact-list:last-child{
	margin-right: 0;
}
.contact-ico{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}
.contact-ico i{
	color: white;
	font-size: 14px;
}
.contact-list:hover .contact-ico{
	background: #51388A;
}
.footer-item{
	width: 100%;
	padding: 20px 40px;
	background: #F4F4F4;
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.footer-left{
	flex: 0 0 auto;
}
.footer-right{
	flex: 0 0 auto;
	margin-left: auto;
}
.left-local,.left-tel{
	font-size: 12px;
	line-height: 1.5rem;
	color: #51388A;
	letter-spacing: 1px;
}
.left-tel{
	font-family: "arial black";
	font-size: 16px;
}
.footer-right{
	font-size: 12px;
	color: #656565;
}
.footer-right span{
	margin-left: 10px;
}
.footer-right span a{
	color: #656565;
}
.footer-right span a:hover{
	color: #51388A;
}
.content-item{
	width: 100%;
	padding: 50px;
	background: #F4F4F4;
	margin-top: 40px;
	margin-bottom: 40px;
}
.content-warp{
	width: 100%;
	margin-top: 70px;
}
.big-title{
	font-size: 24px;
	font-family: '__HiraginoSansGB_W3';
	line-height: 40px;
}
.ex-big-title{
	font-size: 13px;
	font-family:'__HiraginoSansGB_W3';
	text-transform: capitalize;
	letter-spacing: 2px;
	line-height: 20px;
}
.big-title span:nth-child(1){
	font-size: 30px;
	color: #51388A;
	margin: 0px 5px;
}
.big-title span:nth-child(2){
	font-size: 30px;
	color: #E2CEA9;
	margin: 0px 5px;
}
.us-warp{
	width: 800px;
	display: flex;
	margin: 50px auto;
}
.us-img{
	flex: 0 0 auto;
	width: 40%;
	margin-right: 8%;
}
.us-desc{
	flex: 0 0 auto;
	width: 52%;
	transform: translateY(-50px);
	font-size: 15px;
	line-height: 25px;
	color: #656565;
	text-indent: 2rem;
}
.us-box{
	width: 200px;
	margin: auto;
	position: relative;
}
.us-item{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border:1px solid #51388A;
}
.us-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.us-c{
	width:240px;
	background: #F4F4F4;
	margin: 10px 0px;
}
.us-title{
	font-size: 35px;
	color: #51388A;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
}
.us-ex{
	font-size: 14px;
	color: #656565;
	text-align: center;
	line-height: 20px;
	margin-top: 5px;
}
.service-box{
	width: 100%;
}
.service-box ul{
	width:100%;
	display: flex;
}
.service-list{
	flex: 0 0 auto;
	width: 24%;
	cursor: pointer;
	transition: 0.6s ease;
}
.service-list-on{
	width: 28%;
	transition: 0.6s ease;
}
.service-warp{
	width:100%;
	position: relative;
	padding:40px 20px;
	overflow: hidden;
}
.service-list:nth-child(1){
	background: #0b4ea2;
}
.service-list:nth-child(2){
	background: #dc4d40;
}
.service-list:nth-child(3){
	background: #f58346;
}
.service-list:nth-child(4){
	background: #8cc63f;
}
.service-list-on .service-img{
	transform: translateX(0);
}
.service-img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateX(-100%);
	transition: 0.6s ease;
}
.service-img img{
	width: 100%;
}
.service-content{
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
}
.service-ico{
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.service-ico i{
	color: white;
	font-size: 40px;
}
.service-con{
	flex:auto;
}
.service-title{
	font-size: 20px;
	line-height: 30px;
	color: white;
}
.service-desc{
	font-size: 13px;
	color: white;
	height: 25px;
	line-height: 25px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.big{
	width: 800px;
	margin: auto;
}
.partner-warp{
	width: 100%;
	margin: 50px 0px;
	background: white;
	padding: 50px;
	box-sizing: border-box;
}
.partner-item{
	width: 100%;
}
.partner-item ul{
	display: flex;
	flex-wrap: wrap;
}
.partner-list{
	flex: 0 0 auto;
	width: 10%;
	cursor: pointer;
}
.partner-img{
	width: 100%;
}
.partner-img img{
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 0.6s ease;
}
.partner-list:hover .partner-img img{
	transform: scale(1.02);
	filter:initial;
}
.term-warp{
	width: 100%;
}
.term-item ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.term-list{
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
}
.term-list:nth-child(3n+3){
	margin-right: 0;
}
.term-img{
	width: 100%;
	overflow: hidden;
}
.term-img img{
	width: 100%;
	transition: 0.6s ease;
}
.term-content{
	width: 100%;
	padding: 20px 10px;
	background: white;
	display: flex;
	align-items: center;
	transition: 0.6s ease;
}
.trem-ico{
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.trem-ico i{
	color: #51388A;
	font-size: 24px;
	transition: 0.6s ease;
}
.term-title{
	flex: auto;
}
.term-name{
	font-size: 16px;
	color: #51388A;
	line-height: 29px;
	transition: 0.6s ease;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.term-xt{
	width: 20px;
	height: 1px;
	background: #656565;
	margin: 5px 0px;
	transition: 0.6s ease;
}
.term-desc{
	font-size: 12px;
	color: #656565;
	line-height: 20px;
	transition: 0.6s ease;
}
.term-time{
	flex: 0 0 auto;
	margin-left: auto;
	font-size: 12px;
	color: #999;
	transition: 0.6s ease;
}
.term-list:hover .term-img img{
	transform: scale(1.2);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.term-list:hover .term-content{
	background: #51388A;
}
.term-list:hover .trem-ico i,.term-list:hover .term-name,.term-list:hover .term-time,.term-list:hover .term-xt,.term-list:hover .term-desc{
	color: white;
}
.term-list:hover .term-xt{
	background: white;
}
.tidings-news{
	background: white;
	margin-top: 50px;
	margin-bottom: 0;
}
.common-title{
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.common-title::before{
	content: '';
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background: #eaeaea;
}
.common-name{
	font-size: 20px;
	color: #51388A;
	font-weight: bold;
}
.common-name span{
	font-size: 12px;
	font-family: arial;
	color: #999;
	margin-left: 10px;
	font-weight: initial;
	text-transform: capitalize;
}
.bill-top{
	text-align: center;
	font-size: 30px;
	font-family: '楷体';
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 30px;
}
.bill-top span:nth-child(1){
	color: #51388A;
}
.bill-top span:nth-child(3){
	color: #51388A;
}
.bill-top span:nth-child(5){
	color: #51388A;
}
.bill-top span:nth-child(2),.bill-top span:nth-child(4){
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 5px;
}
.bill-top span:nth-child(2) i,.bill-top span:nth-child(4) i{
	font-size: 12px;
	transform: scale(0.5);
}
.bill-bottom{
	font-size: 13px;
	text-align: center;
	color: #656565;
	margin-top: 5px;
}
.service-item{
	width: 100%;
	margin: 50px 0px;
}
.service-item ul{
	width: 100%;
	display: flex;
}
.service-lists{
	flex: 0 0 auto;
	width:23.5%;
	padding:30px 20px;
	margin-right: 2%;
	cursor: pointer;
}
.service-lists:last-child{
	margin-right: 0;
}
.service-lists:nth-child(1){
	background: #0b4ea2;
}
.service-lists:nth-child(2){
	background: #dc4d40;
}
.service-lists:nth-child(3){
	background: #f58346;
}
.service-lists:nth-child(4){
	background: #8cc63f;
}
.service-icon{
	width: 50px;
	height: 50px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #fff;
}
.service-icon i{
	font-size: 30px;
	color: white;
}
.service-conn{
	width: 100%;
	margin-top: 10px;
}
.service-name{
	font-size: 16px;
	color: white;
	text-align: center;
}
.service-detl{
	font-size: 13px;
	color: white;
	text-align: center;
	line-height: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 48px;
}
.pages{
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.xls-term{
	margin-top: 50px;
}
.xls-news{
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #EAEAEA;
	padding-top: 30px;
}
.xls-news ul{
	display: flex;
	flex-wrap: wrap;
}
.xls-list{
	flex: 0 0 auto;
	width: 49%;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 20px;
}
.xls-list:nth-child(odd){
	margin-right: 2%;
}
.xls-list a{
	display: flex;
}
.xls-left{
	flex: 0 0 auto;
	padding: 20px;
	transition: 0.6s ease;
}
.xls-day{
	font-size: 24px;
	color: #51388A;
	text-align: center;
	line-height: 30px;
	transition: 0.6s ease;
}
.xls-month{
	font-size: 13px;
	color: #656565;
	transition: 0.6s ease;
}
.xls-right{
	flex: auto;
	margin-left: 20px;
}
.xls-title{
	font-size: 18px;
	color: #51388A;
	transition: 0.6s ease;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.xls-list:hover .xls-left{
	background: #51388A;
}
.xls-list:hover .xls-day,.xls-list:hover .xls-month{
	color: white;
}
.xls-desc{
	font-size: 13px;
	color: #656565;
	line-height: 25px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}
.xls-list:hover .xls-title{
	color: #E2CEA9;
}
.conent{
	width: 100%;
	display: flex;
}
.content-left{
	flex: 0 0 auto;
	width: 70%;
	margin-right: 3%;
}
.content-right{
	flex: auto;
}
.content-top{
	display: flex;
	border-bottom: 1px solid rgb(202 202 202);
}
.name-top{
	font-size: 24px;
	font-weight: bold;
	color: #51388A;
	flex: 0 0 auto;
	position: relative;
	padding: 0px 10px;
}
.name-top::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #51388A;
	bottom: 0px;
	left: 0;
}
.content-title{
	font-size: 24px;
	color: #51388A;
	line-height: 40px;
}
.content-desc{
	display: flex;
	margin-top: 5px;
	align-items: center;
}
.content-desc span{
	display: block;
	flex: 0 0 auto;
	margin-right: 5px;
	color: #656565;
}
.content-desc span:nth-child(odd) i{
	color: #51388A;
}
.content-content{
	margin-top: 30px;
	font-size: 16px;
	line-height: 28px;
	color: #656565;
}
.next-pre{
	width: 100%;
	margin-top: 30px;
}
.next-pre ul{
	display: flex;
}
.next-list{
	flex: 0 0 auto;
	margin-right: 1px;
}
.next-title{
	padding: 10px 30px;
	background: #51388A;
	color: white;
	transition: 0.6s ease;
}
.next-list:hover .next-title{
	background: #E2CEA9;
	color: #656565;
}
.right-news{
	width: 100%;
	margin-top: 30px;
}
.right-list{
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #E2CEA9;
	transition: 0.6s ease;
}
.right-list a{
	display: block;
	position: relative;
}
.right-list a::before{
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background: #51388A;
	transition: 0.6s ease;
	bottom: -11px;
	left: -10px;
	z-index: 66;
}
.right-news-title{
	font-size: 15px;
	color: #000;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.6s ease;
}
.right-news-time{
	font-size: 12px;
	color: #999;
	margin: 3px 0px;
}
.right-news-desc{
	font-size: 13px;
	color: #656565;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.right-list:hover .right-news-title{
	color: #51388A;
}
.right-list:hover a::before{
	width: calc(100% + 20px);
}
.warp-us{
	width: 800px;
	margin: auto;
}
.warp-us ul{
	display: flex;
	flex-wrap: wrap;
}
.us-list{
	flex: 0 0 auto;
	width: 49%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.us-list:nth-child(odd){
	margin-right: 2%;
}
.us-ico{
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #000;
}
.us-ico i{
	font-size: 24px;
	color: white;
}
.us-cont{
	flex: auto;
	margin-left: 10px;
}
.us-t{
	font-size: 13px;
	color: #51388A;
	line-height: 25px;
}
.us-con{
	font-size: 14px;
	color: #656565;
	line-height: 25px;
}
.us-top{
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
.us-b{
	flex: 0 0 auto;
	position: relative;
}

.us-eg{
	font-size: 35px;
	font-family: "arial black";
	color: #51388A;
	line-height: 40px;
	text-transform: uppercase;
}
.us-ch{
	font-size: 14px;
	text-align: center;
	color: #000;
	position: relative;
}
.us-ch::before{
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #000000;
	left: 25%;
	bottom: -10px;
}
.online{
	width: 100%;
	padding: 50px;
	background: white;
	margin-top: 30px;
}
.online-box{
	width: 800px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.online-item{
	width: 800px;
	margin:50px auto;
}
.online-item ul{
	display: flex;
	flex-wrap: wrap;
}
.online-list{
	flex: 0 0 auto;
	width: 49%;
	border: 1px solid #EAEAEA;
	padding: 10px;
	border-radius: 2px;
	display: flex;
	margin-bottom: 30px;
}
.online-list:nth-child(odd){
	margin-right: 2%;
}
.online-ico{
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.online-inp{
	flex: auto;
	margin-left: 10px;
}
.online-inp input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #656565;
	font-size: 15px;
}
.sub-button{
	width: 100%;
	display: flex;
	justify-content: center;
}
.sub-bu{
	flex: 0 0 auto;
	cursor: pointer;
}
.sub-bu input{
	padding: 12px 35px;
	font-size: 14px;
	color:white;
	background: #51388A;
	border-radius: 3px;
}
#canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner-warp{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 66;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-title{
	font-size: 25px;
	color: white;
	animation:color_an 1s 500 3s forwards linear;
}
@keyframes color_an{
	0%{
		color: #000;
	}
	33%{
		color: #EAEAEA;
	}
	100%{
		color: white;
	}
}
.bg-bpx{
	/* animation: tipIn 1s 1 ease-in; */
/* 	opacity: 1; */
}

.bg-adv{
	position: relative;
}
.bg-adv::before{
	position: absolute;
	content: '';
	top: -5px;
	width: 100%;
	height: 1px;
	/* padding-left: 50%;
	padding-right: 50%; */
/* 	left: 50%;
	right: 50%; */
	background: white;
	animation: tipIn 1.5s 1 linear;
}
.bg-adv::after{
	position: absolute;
	content: '';
	bottom: -5px;
	width: 100%;
	height: 1px;
	background: white;
	animation: tipIn 1.5s 1 linear;
}
.adv-top{
	text-align: center;
	color: white;
	font-size: 24px;
	font-family: '';
	padding: 0px 10px;
	letter-spacing: 10px;
}
.adv-bot{
	text-align: center;
	color: white;
	font-size: 14px;
	padding: 0px 10px;
	letter-spacing: 2px;
}
@-webkit-keyframes tipIn {
    from {
        width: 0;
		left: 50%;
		right: 50%;
    }
    to {
		width: 100%;
       left:0%;
       right: 0%;
    }
}

@keyframes tipIn {
  from {
       width: 0;
		left: 50%;
		right: 50%;
   }
   to {
       width: 100%;
	   left: 0%;
	   right: 0%;

   }
}
.top-tel{
    flex:0 0 auto;
    margin-left: 160px;
    padding-left: 10px;
    position: relative;
}
.top-tel:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    top: 10px;
    left: 0;
    background: #fff;
}
.t-t-t{
    font-family: 'Comic Sans MS';
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
    color: white;
}
.t-t-tel{
    font-size: 18px;
    color: white;
    line-height: 30px;
    font-family: 'capitalize';
    font-weight: 100;
    
}
.header-bg .top-tel:before{
    background: #51388A;
}
.header-bg .t-t-t,.header-bg .t-t-tel{
    color: #51388A;
}
.page-hedaer .t-t-t,.page-hedaer .t-t-tel{
    color: #51388A;
}
.page-hedaer .top-tel:before{
    background: #51388A;
}
.link-warp{
    margin-top: 30px;
    background: white;
    padding: 20px;
    box-sizing: border-box;
}
input{
    -webkit-appearance: none; 
}
.pagination{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination p:nth-child(1),.pagination p:nth-child(2){
    flex: 0 0 auto;
    padding: 3px 5px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    margin: 0px 5px;
}
.pagination a{
    flex: 0 0 auto;
    padding: 3px 5px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    margin: 0px 5px;
    margin-bottom: 5px;
}
.cur{
    background: #51388A;
    border-color: #51388A;
    color: white;
}
.pageRemark b{
    color: #51388A;
    margin: 0px 5px;
}
.fl-win{
    width: 50px;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99999;
}
.fl-list{
    width: 50px;
    height: 50px;
    position: relative;
    background: #51388A;
    margin-bottom: 1px;
    border-radius: 2px;
    cursor: pointer;
    /*overflow: hidden;*/
}
.fl-ico{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.fl-ico i{
    color: white;
    font-size: 18px;
    transition: 0.3s ease;
}
.fl-content{
    position: absolute;
    width: 200px;
    padding: 0px 20px;
    height: 50px;
    top: 0;
    opacity: 0;
    transform: translateX(200px);
    transition: 0.6s ease;
    line-height: 50px;
    background: #E2CEA9;
    color: #000;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
}
.fl-list:hover .fl-ico{
   background: #E2CEA9; 
}
.fl-list:hover .fl-ico i{
    color: #656565;
}
.fl-list:hover .fl-content{
    transform: translateX(-201px);
    opacity: 1;
}