/* public css */
.pic-box{
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.pic-box img{
	width: 100%;
	height:auto;
}

.boxwidth{
	width: 1400px;
	margin:0 auto
}

.left,.right{
	width: 100%;
}

.contain-wrapper{
	width:100%;
	overflow:hidden;
}
.contain-box{
	width:100%;
	padding: 10px 0;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
}
.main-box{
	width: 1400px;
	margin: 0 auto;
}
.contain-title{
	text-align: center;
	position: relative;
}
.contain-title .line{
	width: 1000px;
	height: 1px;
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	background-color: #ccc;
}
.contain-title .titbg{
	width: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	height: 50%;
	border-left: 2px #ccc solid;
	border-right: 2px #ccc solid;
	transform: skewX(-30deg);
	/* background: #fff; */
}
.contain-title .titgroup{
	width: 150px;
	padding: 10px;
	font-size: 25px;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
}
.contain-title .subtit{
	margin-top: 5px;
	font-size: 14px;
	color: #929292;
	font-weight: normal;
}
.main-box a.more{
	display: block;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	text-align: center;
	border-radius: 2px;
	width: 198px;
	line-height: 30px;
	margin: 0 auto;
	/* margin-top: 40px; */
}
.main-box a.more:hover{
	background: linear-gradient(221deg, #2054a8, #1c5caf,#1373c2);
}
.contactus{
	width: 100%;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 10px;
	font-size: 20px;
}
.contactus .box-width{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-direction: column;
}
.contactus .left p:nth-child(2){
	font-size: 14px;
	border-top: 2px #fff solid;
	width: 90%;
	padding-top: 5px;
	margin-top: 5px;
}
.contactus .right{
	width:auto;
	margin-top: 10px;
}
.contactus .right p:nth-child(1){
	font-size: 18px;
	display:none
}
@media screen and (max-width:1400px) {
	.main-box,.boxwidth{
		width: 95%;
	}
}
/* public css end */
/* header css */
header{
	width:100%;
	height: 60px;
}
header .logobox{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: none;
}
header .logobox .pic-box{
	height: 100%;
	padding: 10px;
	}
header .logobox .pic-box img{
	height: 100%;
	width: auto;
}
header .topcon{
	display: flex;
	font-size: 20px;
	color: #04236b;
	font-weight: bold;
	height: 100%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

header .topcon .tit{
	display: flex;
	font-size: 18px;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	height: 50%;
	margin-right: 15px;
	color: #fff;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	padding: 10px 20px;
}
header .topcon .tit .pic-box{
	width: 40px;
	padding: 0;
}
.head{
	width: 100%;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	color: #fff;
	border-top: 1px #fff solid;
	display: none;
}
.topnav{
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	letter-spacing: 1px;
}
.topnav>li{
	width: 25%;
	text-align: center;
	position: relative;
}
.topnav>li:after{
	width:1px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background:#fff6;
	content:'';
	height:70%;
	margin:auto;
}
.topnav a{
	display: block;
	height: 100%;
	width: 100%;
}
.topnav .subnav.more{
	width: 500%;
	justify-content:space-between;
	padding: 20px 30px;
	text-align: left;
	border: 2px #fff solid;
	align-items: flex-start;
	height: auto;
	flex-wrap: wrap;
}

.topnav>li:nth-child(4) .subnav{
	margin-left:-200%;
}
.topnav .subnav.more>.thnav{
	width:48%;
	border-right:1px #ffffff52 solid;
	padding-right:20px;
	height: 100%;
	margin-bottom: 20px;
}
.topnav .subnav.more>.thnav p{
	font-size:18px;
	width:200px;
	letter-spacing: 3px;
	border-bottom:3px #fff solid;
	font-weight: bold;
}
.topnav .subnav.more>.thnav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	padding-top:10px;
}
.topnav .subnav.more>.thnav ul>li{
	width: 48%;
	padding:5px;
	border:1px #fff0 solid;
	border-radius:5px;
	line-height: 28px;
}
.topnav .subnav.more>.thnav ul>li a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.topnav .subnav li:hover{
	border:1px #fff solid!important;
}
.topnav .subnav{
	display:none;
	animation: subshow 1s forwards;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	position: absolute;
	z-index: 20;
	width: 100%;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.topnav>li:hover .subnav{
	display: flex;
}
.topnav>li .subnav>li{
	width:100%;
	border:1px transparent solid;
}
@keyframes subshow {
	from{opacity: 0;}
	to{opacity:1}
}
/* banner */
.banner{
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background:#fff;
}
.banner .swiper-pagination{
	bottom: 10px!important;
}
.banner .pic-box{
	height: auto;
	width: 100%;
}
.banner .pic-box img{
	height: auto;
	width: 100%;
}
.boardbox{
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	bottom:0;
	margin: auto auto;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	display: none;
}
.boardbox form{
	display: block;
	height: 380px;
	width: 400px;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
#boardclose{
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 20px;
    color: #fff;
}
@media screen and (max-width:1400px){
	.boardbox form{
		display: block;
		height: auto;
		width: 90%;
		padding: 30px 10px;
		border-radius: 10px;
		margin: 0 auto;
		box-shadow: 0 0 10px #1373c2c7;
		background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	}
	.boarswipe{
		display:none;
	}
}
.boardbox form button{
	width: 80%;
	background: #e64851c7;
	color:#fff;
	height:40px;
	margin:0 auto;
	display:block;
	border: 1px #fff solid;
}
.boardbox .tit{
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #fff;
}
.boardbox .formbox{
	height: 40px;
	margin: 15px auto;
	width: 80%;
	border: 2px #cccccc85 solid;
	border-radius: 5px;
	overflow: hidden;
}
.boardbox .formbox textarea{
	padding: 10px 20px 0;
	width:100%;
	height: 100%;
	font-size: 14px;
}
.boardbox .formbox input{
	display:block;
	width: 100%;
	height:100%;
	font-size: 14px;
	padding: 0 20px;
}
.boardbox .boarswipe{
	height: 40px;
	width: 80%;
	line-height: 40px;
	background: #cccccc9c;
	margin: 0 auto;
	border-radius: 40px;
	padding: 0px 20px;
	overflow: hidden;
	margin-top: 20px;
}
.boardbox .boarswipe .showbox img{
	width:20px;
	height:auto;
	margin-right:10px;
}
.boardbox .boarswipe .showbox{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1373c2;
	font-size:14px;
}
.boardbox .boarswipe .showbox p{
	display:flex;
	align-items:center;
	justify-content:center;
}
/* server css */
.serpagin ul{
	display:flex;
	justify-content: center;
}
.serpagin li{
	line-height: 30px;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	color:#fff;
	text-align:center;
	font-size: 16px;
	margin:0 10px;
	width: 100px;
}
.serpagin li a{
	width:100%;
	height:100%;
	display:block;
}
.serpagin li.active{
	background:#de0e0e;
}
.sershow{
	width:  100%;
	display: none;
	flex-wrap:wrap;
	margin-top: 10px;
	justify-content: space-around;
}
.sershow.active{
	display:flex;
}
.sershow .morebox{
	width: 150px;
	margin:20px auto;
	background:linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	color:#fff;
	font-size: 14px;
	text-align:center;
	line-height:40px;
}
.sershow .morebox:hover{
	background:#de0e0e;
}
.sershow .morebox a{
	width:100%;
	display:block;
}
.sershow .showbox{
	width: 48%;
	margin: 1%;
}
.sershow .showbox .pic-box{
	width: 100%;
	height: 130px;
}
.sershow .showbox p{
	font-size: 15px;
	text-align: center;
	width: 100%;
	letter-spacing: 2px;
}
/* serverohter css */
.othershow{
	display: flex;
	flex-wrap:wrap;
}
.othershow .showbox{
	width: 100%;
	padding: 20px;
	min-height: 200px;
	margin: 10px 1%;
	box-shadow: 5px 5px 10px #ccc;
	position: relative;
	padding-bottom: 60px;
	color:#fff;
	border-radius: 10px;
}
.othershow .showbox{
	background: #b60c0c;
}
.othershow .showbox:nth-child(2n){
	background:#099987;
}
.othershow .showbox:nth-child(3n){
	background:#e27c0f;
}
.othershow .showbox:nth-child(4n){
	background:#08528c;
}
.othershow .showbox .tit{
	font-weight: bold;
	font-size: 18px;
	width:100%;
	border: none;
}
.othershow .showbox .list{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 100%;
}
.othershow .showbox a{
	display:block;
	width: 45%;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #d9d6d6 solid;
	padding: 2px 2px;
	border-radius: 10px;
}
.othershow .showbox .list a:hover{
	color: #000;
	background: #fff;
}
.othershow .showbox .more{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	color: #fff;
	margin: auto;
	padding: 0;
	background: none;
}
.othershow .showbox .more:hover{
	background:#fff;
	color:#000
}
/* waysbox css */
.waysbox{

}
.waysbox .contain-title .titbg{
	background:#fff;
}
.waysbox table{
	width:100%;
	text-align:center;
	margin-top:30px;
}
.waysbox table tr th{
	font-size: 18px;
}
.waysbox table tr:nth-child(1){
	border-top: 5px #1a4cab solid;
	border-left: 5px #1a4cab solid;
}
.waysbox table tr:nth-child(5){
	border-bottom: 5px #1a4cab solid;
	border-right: 5px #1a4cab solid;
}
.waysbox table td,.waysbox table th{
	padding: 10px 10px;
	font-size: 12px;
	border:1px #ccc solid;
}
/* prosess css */
.prosessshow{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prosessshow>p{
	border-left: 10px #de0e0e solid;
	font-size: 16px;
	line-height: 20px;
	width: 50%;
	margin-right: 50%;
	padding:10px;
}
.prosessshow .showbox{
	margin: 0px 0;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align: center;
	align-items: center;
}
.prosessshow.group1 .showbox{
	width: 32%;
}
.prosessshow.group2 .showbox{
	width: 33%;
}
.prosessshow .showbox .textbox{
	border-top: 2px #de0e0e solid;
	width: 100%;
	padding-top: 10px;
	margin-top: 10px;
	position:relative;
}
.prosessshow .showbox .textbox .tit{
	width:100%;
	white-space:nowrap;
	overflow:hidden;
}
.prosessshow .showbox .textbox:after{
	content:'';
	position:absolute;
	width:15px;
	height:15px;
	top:-7.5px;
	left:0;
	right:0;
	margin:auto;
	background:linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);;
	border-radius:50%;
}
.prosessshow .showbox b{
	font-size: 90px;
	position:absolute;
	bottom: -30px;
	right: 0px;
	opacity:0.6;
	display:block;
	transform:skewX(-20deg);
	display: none;
}
.prosessshow .showbox .tit{
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 0;
	margin-bottom:5px;
}
.prosessshow .showbox .pic-box{
	width: 50px;
	padding: 10px;
	border-radius: 50%;
	height: 50px;
	margin: 10px auto;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
}
/* addbox css */
.addbox{
	color:#fff;
	padding: 30px 0;
	background-size: cover;
	background-position: center;
	background: #163b5f;
}
.addbox:before{
	content:'';
	width:100%;
	height:100%;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	position:absolute;
	top:0;
	left:0;
	opacity: 0.3;
}
.addshow{
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
.addshow .showgroup{
	display:flex;
	justify-content: space-between;
	margin: 10px 0;
	width:100%;
	align-items: center;
	height: auto;
	flex-wrap: wrap;
}
.addshow .showgroup:nth-last-child(1) .showbox{
	height:25%;
}
.addshow .showgroup .left{
	height: 230px;
}
.addshow .showgroup .left .pic-box{
	width: 100%;
	height: 100%;
}
.addshow .showgroup .left .pic-box img{
	height:100%;
	width:auto;
}
.addshow .showgroup .right{
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: space-between;
}
.addshow .showgroup:nth-child(2){
	flex-direction: row-reverse;
}
.addshow .showgroup:nth-child(2) .showbox{
}
.addshow .showgroup:nth-child(2) .showbox .textbox{
	margin-right: 30px;
	display: flex;
	flex-direction: column;
}
.addshow .showbox{
	height: auto;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	color: #fff;
	background: #00000073;
	text-align: center;
	padding: 10px;
}
.addshow .showbox:hover{
	background:#1a4cab;
}
.addshow .showbox .textbox{width: 75%;margin-left: 5%;}
.addshow .showbox .pic-box{
	width: 20%;
	height: auto;
	border-radius: 50%;
}
.addshow .showbox .tit{
	font-size: 16px;
	font-weight: bold;
	background: #1f80cf;
	border-radius: 15px;
	padding: 5px 10px;
	width: max-content;
	margin: 5px 0;
}
.addshow .showbox .intro{
	font-size: 12px;
	margin-top: 10px;
	line-height: 30px;
	text-align: left;
}
/* about us */
.abbox .main-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abbox .main-box .left{
	padding: 0;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	padding-top: 50px;
	height: auto;
}
@media screen and (max-width:1300px){
	.abbox .main-box .left{
		padding-top: 10px;
		line-height: 25px;
	}
}
.abbox .main-box .left .abcon{
	width:100%;
	display:flex;
	padding: 10px 0;
	align-items: center;
	justify-content: flex-start;
}
.abbox .main-box .left .abcon p:nth-child(3){
	display:none;
}
.abbox .main-box .left .abcon p{
	line-height: 25px;
	font-size: 18px;
	font-weight:bold;
}
.abbox .main-box .left .abcon p span{
	font-weight:normal;
}
.abbox .main-box .left .abcon a{
	display:block;
	line-height: 35px;
	width: 120px;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-right: 20px;
}
.abbox .main-box .right{
	display:flex;
	align-items:center;
}
.abbox .main-box .right>.pic-box{
	width: 100%;
	margin: 0 auto;
	height: 300px;
	box-shadow: 10px 10px 1px #1373c2;
}
.abbox .main-box .right>.pic-box img{
	height:100%;
	width:auto;
}
.abbox .bottombox{
	display:flex;
	justify-content: space-evenly;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
}
.abbox .bottombox .showbox{
	width: 33%;
	margin: 0 0%;
	text-align: center;
	font-size:16px;
	line-height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.abbox .bottombox .showbox .pic-box{
	width: 30px;
	margin-right: 10px;
}

/* honor show */
.honorbox{
	position:relative;
}
.honorshow{
	overflow-x: hidden;
	margin-top: 30px;
	padding: 80px 0;
	--swiper-navigation-color: #254ea2;
}
.honorshow .swiper-wrapper{
	overflow: unset;
}
.honorshow .swiper-slide-active .pic-box{
	transition: 0.3s 0.6s linear;
	top:-50px;
	transform: scale(1.2);
}
.honorshow .pic-box{
	height: 300px;
	margin-bottom:20px;
	position:relative;
	top:0;
}
.honorshow .pic-box img{
	height: 100%;
	width: auto;
}
.honorshow .showbox p{
	font-size:18px;
	text-align: center;
}
.honorbox .paginbox{
	margin: auto;
	display: flex;
	justify-content: center;
}
.honorbox .paginbox a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	box-shadow: 0 0 3px #676767bf;
	margin: 0 20px;
	text-align: center;
	border-radius: 5px;
	padding: 0 20px;
}
.honorbox .paginbox a:hover{
	background: #254ea2;
	color:#fff;
}
.honorbox .swiper-button-next,
.honorbox .swiper-button-prev{
	background: #00000030;
	    height: 50px;
	    width: 50px;
}
/* honor end */
.casebox{
	color:#fff;
	background: #0d163f;
}
.caseshow{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	padding-bottom: 50px;
}
.caseshow .showbox{
	height: auto;
	position: relative;
}
.caseshow .showbox .pic-box{
	width: 100%;
}
.caseshow .showbox .pic-box img{
}
.caseshow .showbox p{
	position: absolute;
	font-size: 14px;
	line-height: 25px;
	height: 30px;
	bottom: -30px;
	width: 100%;
	color: #000;
	background: #fff;
	line-height: 30px;
	left: 0;
	right:0;
	margin: 0 auto;
	text-align: center;
}
.caseshow .swiper-slide.swiper-slide-active .showbox .pic-box{
	/* transform: scale(1.3); */
	/* transition: 0.3s 0.3s linear; */
}
/* news show */
.newsshow{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}
.newsshow .left{
	width: 100%;
	padding: 10px;
	position: relative;
}
.newsshow:nth-child(1) .left{
	background-color: orange;
}
.newsshow:nth-child(2) .left{
	background-color: purple;
}
.newsshow:nth-child(3) .left{
	background-color: orangered;
}
.newsshow .left .tit{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-left:10px #fff solid;
	padding-left: 20px;
}
.newsshow .left .pic-box{
	width: 80%;
	margin-top: 20px;
	position: absolute;
	right: 10px;
	bottom: 0;
	display: none;
}
.newsshow .right{
	width: 100%;
}
.newsshow .showbox{
	width: 100%;
	margin: 10px 0%;
	position: relative;
	box-shadow: 0 0 5px #00000054;
	border-radius: 5px;
	padding: 5px;
	background:#fff;
	overflow: hidden;
	display: block;
}
.newsshow .showbox:hover{
	background: #1c5caf;
	color:#fff;
}
.newsshow .showbox .textbox{
	
}
.newsshow .showbox .textbox>p img{
	width: 20px;
	margin-right: 10px;
}
.newsshow .showbox:hover .textbox{
	transition:none;
}
.newsshow .showbox .tit{
	font-size: 18px;
	font-weight: bold;
} 
.newsshow .showbox .intro{
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	max-height: 75px;
	overflow: hidden;
}
.newsshow .showbox .bottom{
	position:absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	display: flex;
	justify-content: space-between;
	color: #eee;
	width: 100%;
	padding: 5px 0;
	padding-left:30px;
	background:#fff;
	align-items: center;
}
.newsshow .showbox .bottom .date{
	color:#000;
	font-size:16px;
}
.newsshow .showbox .bottom .pic-box{
	width:50px;
	margin-right: 30px;
}
/* footer css */
footer{
	width: 100%;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
}
.foot{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot .left{
	width: 100%;
	padding: 20px 0px 0px;
	height: auto;
}
.foot .left .flogo{
	width: 60%;
	background: linear-gradient(272deg, white, #ffffff9e);
	padding: 10px;
	margin: 0 auto;
}
.foot .left .ewmbox .pic-box{
	width: 120px;
	margin: 0 auto;
}
.foot .left .ewmbox p{
	margin-top:10px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}
.foot .middle{
	width: 100%;
}
.footnav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	margin-top: 10px;
}
.footnav>li{
	width: 33%;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
}
.footnav .subnav{
	width: 100%;
	opacity: 0.6;
	line-height: 25px;
	font-size: 14px;
	/* margin-top: 10px; */
	display: none;
}
.footnav li>a{
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.foot .right{
	width: 100%;
	display: flex;
	align-items: center;
	height: 350px;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
}
.fcontact{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height: auto;
	position:relative;
	border: 1px #ffffff57 solid;
	border-radius: 10px;
}
.fcontact:before{
	display:block;
	width:2px;
	height: 90%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:'';
	position:absolute;
	margin:auto auto;
	background:#fff;
}
.fcontact:after{
	display:block;
	width: 90%;
	height:2px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:'';
	position:absolute;
	margin:auto auto;
	background:#fff;
}
.fcontact .showbox{
	width: 50%;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.fcontact .showbox .pic-box{
	width: 35px;
	margin-bottom: 10px;
}
.fcontact .showbox:nth-child(4) .pic-box{
	width:80px
}
.fcontact .showbox span{
	font-size: 12px;
	font-weight: normal;
}
.footbottom{
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	color: #fff;
	text-align: center;
	font-size:14px;
	padding: 15px 10px;
	border-top: 1px #fff solid;
}
.flcontact{
	display: none;
	position: fixed;
	width: 350px;
	height: 250px;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 10px;
	box-shadow: 0 0 10px #1373c2;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1000;
	border: 3px #dfdfdf solid;
	background-color: #fff;
	background-size: cover;
	background-position: 0 -55px;
}
.flcontact>.pic-box{
	width: 150px;
}
.flcontact .textbox{
	font-size: 17px;
	font-weight: bold;
	color: #1373c2;
	margin-top: 30px;
	display: flex;
}
.flcontact .textbox .left{
	width: 68%;
}
.flcontact .textbox .right{
	width: 27%;
	font-size: 12px;
	position: relative;
	top: -10px;
}
.flcontact .textbox p:nth-child(2){
	padding-left: 15px;
	margin: 10px 0;
}
.flcontact .textbox .right p{
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
}
.flcontact .textbox .phone{
	width: 180px;
	color: #fff;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	border-radius: 20px;
	line-height: 25px;
	text-align: center;
}
.flcontact .btubox{
	width:100%;
	position: absolute;
	display:flex;
	bottom: 0;
	left: 0;
}
.flcontact .btubox a{
	display: flex;
	width: 50%;
	line-height: 60px;
	font-size: 19px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.flcontact .btubox a:nth-child(1){
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
}
.flcontact .btubox a:nth-child(2){
	background: linear-gradient(45deg, #d84a4a, #b64444);
}
.flcontact .btubox a .pic-box{
	width: 40px;
	margin-right: 10px;
}
#close{
	font-size: 20px;
	position:absolute;
	top: 10px;
	right: 20px;
	color: #000000;
}
.flright{
	position:fixed;
	width: 45px;
	right: 5px;
	bottom: 70px;
	z-index:999;
}
.flright .showbox{
	background: #1373c2c7;
	color:#fff;
	border:1px #ffffff80 solid;
	display: block;
	text-align: center;
	margin: 5px 0;
	padding: 5px;
}
.flright .showbox p{
	display:none;
}
.flright .showbox .pic-box{
	width: 100%;
	margin:0 auto;
}
.m-head{
	    display: flex;
	    position:fixed;
	    height:60px;
	    background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	    width: 100%;
	    padding: 5px 20px;
	    justify-content: space-between;
	    align-items: center;
	    z-index:999;
	    top: 0;
	}
	
	.m-head .m-logo{
		width: 170px;
		height: 100%;
		border-radius: 5px;
		padding: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: linear-gradient(45deg, white, #ffffff91);
	}
	.m-head .m-logo .text-box{
		margin-left:5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.m-head .m-logo .text-box p:nth-child(1){
		color: #ffffff;
		font-size:24px;
		text-align: center;
		letter-spacing:5px;
		text-shadow: 2px 2px 3px #000000;
	}
	.m-head .m-logo .text-box p:nth-child(2){
		font-weight:bold;
		font-size:10px;
	}
	.m-head .m-logo img{
		height: auto;
		width: 100%;
	}
	
	
	.m-head .list-button{
		height: 80%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.m-head .list-button .mlangchange{
		width:30px;
		height:100%;
		position:relative;
		margin-right: 20px;
		line-height: 40px;
	}
	.m-head .list-button .mlangchange .pic-box{
		height:100%;
	}
	.m-head .list-button .mlangchange .showbox{
		display:none;
		transition: unset;
		width: 300%;
		height: auto;
		position: absolute;
		background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
		font-size: 20px;
		color: #fff;
		text-align: center;
		right: -100%;
		line-height: 40px;
	}
	.m-head .list-button .mlangchange .showbox a{
		display:inline-block;
		width:100%;
		border-top: 1px #ffffff52 solid;
	}
	.m-head .list-button .linebox{
		display:flex;
		width:30px;
		height:100%;
		flex-direction: column;
		justify-content: center;
	}
	.m-head .list-button .line{
		width:100%;
		height:2px;
		background: #fff;
		margin: 3px 0;
	}
	.m-top-menu{
		position:fixed!important;
		background: #3e8fc038;
		height:100%;
		width:100%;
		padding-top:60px;
		left:0;
		top:0;
		z-index:999;
		display: none;
	}
	.m-top-menu .left{
		position:absolute;
		top:0;
		height: 100%;
		width: 100%;
		left:0;
	}
	
	.m-top-menu>ul{
		width:40%;
		height:100%;
		background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
		color: #fff;
		text-align: center;
		font-size: 15px;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		position: absolute;
		right: -40%;
	}
	.m-top-menu>ul a{
		color: #fff;
	}
	
	.m-top-menu>ul>li{
		width:100%;
		height: auto;
		margin: 10px;
	}
	
	
	.m-top-menu>ul>li>ul{
		display:none;
	}
	
	.m-top-menu>ul>li:hover ul{
		display: block;
	}
	
	.m-top-menu>ul>li>ul{
		margin-top:15px;
		margin-bottom: 30px;
	}
	.m-top-menu>ul>li>ul>a{
		display:block;
		margin: 15px 0;
		color: #858585;
	}
	/* 底部样式 */
/* m-footer css */
.m-footbut{
	width:100%;
	height:60px;
}

.m-footbut .navwrapper{
	width:100%;
	height:60px;
	position:fixed;
	bottom:0;
	background: linear-gradient(45deg, #2054a8, #1c5caf,#1373c2);
	display:flex;
	justify-content:space-between;
	z-index: 9999;
	padding: 2px 10px;
	border-top: 1px #ffffff2e solid;
}

.m-footbut .navwrapper .navbox{
	width:32%;
	display:flex;
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	border-right: 1px #ffffff57 solid;
	font-size: 14px;
}
.m-footbut .navwrapper .navbox:nth-child(4){
	border:none;
}
.m-footbut .navwrapper .navbox .pic-box{
	width: 30%;
	margin: 5px 0px;
}