* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

a,
button,
input,
textarea,
div,
span,
label,
li,
p {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input,
textarea {
　　border: 0;
　　-webkit-appearance: none;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

/* 去除a标签点击后的虚线框 */
*:focus {
 outline: none;
}
a:focus {
	outline: none;
	text-decoration: none;
	-moz-outline: none;
}
/*设置textarea固定大小*/
img{
	display: block;
	width: 100%;
}
textarea {
	resize: none;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/* 重置表单元素 */

button,
input,
select,
textarea {
	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
}
html.active,body.active{
	height: 100%;
	overflow: hidden;
}

/* 重置表格元素 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.shareMask{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	display: none;
	z-index: 111111;
}
.shareMask img{
	float: right;
	width: 80%;
	padding: .2rem;
}

.radio-ui{
	display: inline-block;
	width: 16px;
	height: 16px;
	appearance: none;/*清楚默认样式*/
	-webkit-appearance: none;
	border: 1px solid #A0A0A0;
	border-radius: 50px;
	outline: none;
	position: relative;
}
.radio-ui:checked{
	border-color: #3660D9;
}
.radio-ui:checked:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #3660D9;
	border-radius: 50px;
}
body,html{
	position: relative;
	width: 100%;
	background: #F0F4F7;
	font-size: 14px;
	font-family: "Noto Sans SC";
}
/* 重置 hr */

hr {
	border: none;
	height: 1px;
}
.left{
float: left;
}
.right{
float: right;
}

.mask {
	position:fixed;
	top:0;
	left:0;
	z-index:888;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	display:none;
}

section {
	position: relative;
	overflow: hidden;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
/* background: -moz-linear-gradient(top, #0b1172, #0c004b);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0b1172), to(#0c004b));
background: -o-linear-gradient(top, #0b1172, #0c004b); */

select{
	border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
	-webkit-appearance: none
}



:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #707070;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #707070;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #707070;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#707070;
}

.mm-menu {
    width: 50%;
    min-width: 140px;
    max-width: 320px;
	display: none;
}

#page{
	width: 100%;
	background: #F0F4F7;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
	max-width: 750px;
}

/* header */
.header{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0 14px;
	background: #F0F4F7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}
.header h1{
	width: 140px;

}
.header a{
	width: 17px;
}
.header h2{
	position: absolute;
	left: 90px;
	right: 90px;
	text-align: center;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.header span{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	display: flex;
	display: -webkit-flex;
	align-items:center;
}
.header span::before{
	content: "";
	width: 7px;
	height: 7px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.content{
	padding-top: 50px;
}
.main{
	/* height: 1000px; */
	margin-top: -.4rem;
	border-radius: .4rem 0 0 0;
	background: #F7F7F7;
	overflow: hidden;
}

#menu li{
	display: block;
}
#menu li.seach-btn{
	border: none;
}
#menu li.seach-btn::after{
	display: none;
}
#menu li p{
	width: 100%;
	box-sizing: border-box;
	height: .5rem;
	line-height: .5rem;
	border: 1px solid #eee;
	border-radius: 1rem;
	text-align: center;
	padding:0 .2rem;

}
#menu li a{
	display: flex;
	display: -webkit-flex;
	align-items: center;

}
#menu li a img{
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
#menu li.first{
	width: 120px;
	padding: 20px 0;
	margin: 0 auto;
}
#menu li a span{
	font-size: 14px;
	color: #333;
}
#menu li.first::after{
	display: none;
}
#menu li.first a img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.swiper-pagination-bullet{
	width: 13px;
	height: 2px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	margin-right: 2px;
	cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 17px;
	background: #E83827;
}

.footer{
	background: #00499D;
	padding: .45rem 0;
}
.footer h2{
	width:1rem;
	margin: 0 auto;
}
.footer h3{
	text-align: center;
	font-size: .22rem;
	font-weight: 400;
	color: #eee;
	padding-top: .15rem;
}

.footer-nav{
	display: flex;
	display: -webkit-flex;
	padding: .3rem 0;
	justify-content: center;
	align-items: center;
}
.footer-nav li{
	display: inline-flex;
	display: -webkit-inline-flex;
	padding:0 .2rem ;
	align-items: center;
	font-size: .22rem;
	font-weight: 300;
	color: #FFFFFF;
}
.footer-nav li img{
	width: .4rem;
	height: .4rem;
}

.footer-tel{
	display: flex;
	display: -webkit-flex;
	width: 4.8rem;
	height: .53rem;
	background: rgba(181,216,255,.65);
	border-radius: .3rem;
	align-items: center;
	justify-content: center;
	font-size: .2rem;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 auto;

}
.footer-tel img{
	width: .4rem;
	height: .4rem;
	margin-right: .2rem;
}
.beian{
	padding-top: .3rem;
	text-align: center;
	font-size: .18rem;
	font-weight: 400;
	color: #BFBFBF;
}
/* 案例 */

.case-list li{
    float: left;
    margin-right: .2rem;
    margin-bottom: .2rem;
    width:48%;
    height: 4.3rem;
    background: #fff;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.case-list li:nth-child(2n){
    margin-right: 0;
}
.case-list li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.case-img{
    display: block;
    height: 2.05rem;
    width: 100%;
    overflow: hidden;
    margin-bottom: .2rem;
}
.case-img img,.case-top strong img,.first-li .new-top strong img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.case-text{

   font-size: .28rem;
   font-weight: 400;
   color: #313131;
    height: .8rem;
    padding: 0 .2rem;
    text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.case-bq{
    padding: .2rem .2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;

}
.case-bq span{
    display: inline-block;
    margin-right: 3px;
    height: .26rem;
    border: 1px solid #829BC3;
    border-radius: 2px;
    padding: 0 3px;
    line-height: .26rem;
    font-size: .22rem;
    font-weight: 400;
    color: #829BC3;
	margin-top: .1rem;
}
.case-bottom{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: absolute;
    bottom: .2rem;
    left: .2rem;
    right: .2rem;
}
.case-bottom span,.new-bottom span{
    display: inline-flex;
    display: -webkit-inline-flex;
    font-size:.22rem;
    font-weight: 400;
    color: #8CA3C7;
    align-items: center;
}
.case-bottom span img,.new-bottom span img{
    width: .33rem;
    height: .33rem;
}

/* 新闻 */
.new-list li{
	display: block;
	border-bottom: 1px solid #DCDCDC;
	padding: .35rem 0;
	position: relative;
}
.new-list li a{
	display: flex;
	display: -webkit-flex;
	width: 100%;
	overflow: hidden;
}
.new-img{
	width: 2.75rem;
	height: 1.8rem;
	flex: 0 0 2.75rem;
	overflow: hidden;
}
.new-img img{
	height: 100%;
	object-fit: cover;
}
.new-right{
	width: 100%;
	padding: .16rem 0 .16rem .3rem;
	box-sizing: border-box;
	/*display: flex;*/
	/*display: -webkit-flex;*/
	/*!* justify-content: space-between;*/
	/*-webkit-justify-content: space-between; *!*/
	/*flex-direction: column;*/


}
.new-right p{
	font-size: .28rem;
	font-weight: 400;
	padding: 0;
	color: #313131;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
	width: 100%;
	word-break:break-all;
}
.new-bottom{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: absolute;
	bottom: .4rem;
	left:3.05rem ;
	right: .2rem;
}

.new-bottom span strong{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	/* width: 1.3rem; */
	padding: 0 .1rem;
	height: .34rem;
	line-height: .34rem;
	background: #00499D;
	border-radius: 3px;
	color: #fff;
	font-size: .22rem;
}
.new-bottom span strong img{
	width: .4rem;
	height: .4rem;
}

.sq-more{
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: .7rem;
	background: #FFFFFF;
	border: 1px solid #829BC3;
	border-radius: 3px;
	font-size: .26rem;
	font-weight: 400;
	color: #829BC3;
	align-items: center;
	justify-content:center;
	margin-top: .38rem;
}
.sq-more img{
	width: .1rem;
	height: .19rem;
	margin-left: .17rem;
}


/* fuwu */
.server-list{
	padding: .4rem .2rem .2rem .2rem;
}
.server-list li{
	display: block;
	margin-bottom: .2rem;
	background: #FFFFFF;
	box-shadow: 0px 1px 4px 0px rgba(26, 26, 26, 0.03);
	border-radius: 6px;
}
.server-list li.active>span p{
	color: #00499D;
}
.server-list li>span{
	height: 1.2rem;
	box-sizing: border-box;
	padding:0 .27rem 0 .23rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;

}

.server-list li.active>span strong img{
-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

.team-tag{
	display:inline-flex;
	display: -webkit-inline-flex;
	padding: .2rem 0;
}
.team-tag li{
	display: block;
	margin-right: 3px;
	height: .3rem;
	border: 1px solid #829BC3;
	border-radius: 2px;
	padding: 0 3px;
	line-height: .33rem;
	font-size: .22rem;
	font-weight: 400;
	color: #829BC3;
}

.server-list li.active .server-text{
	display: block;
}
.server-text{
	border-top: 1px solid #DCDCDC;
	padding: .3rem .28rem;
	display: none;
}
 .server-text p{
	 font-size: .26rem;
	 font-weight: 400;
	 color: #999999;
	 line-height: .5rem;
	 margin-left: 0 !important;
 }
.server-list li>span i{
	width: .7rem;
}
.server-list li>span strong{
	width: .35rem;
}
.server-list li>span strong img{
	will-change: transform;-webkit-transition: all .3s;transition: all .3s;
}
.server-list li>span p{
	font-size: .3rem;
	font-weight: 400;
	color: #434343;
	flex: 1;
}



.shool-more{
	display: block;
	margin: 0 auto;
	width: 60%;
	height: .68rem;
	line-height: .68rem;
	background: #E7EDF5;
	border-radius: .38rem;
	font-size: .24rem;
	font-weight: 400;
	color: #829BC3;
	text-align: center;
}



/*预约 */

.yuyueMask{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0,0,0,.5);

}
.mask-tou{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.yuyue-main{
	position: fixed;
	width: 300px;
	top: 50%;
	left: 50%;
	z-index: 9991;
	-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
}
.pinggu-from{
	width: 100%;
	background: url(../img/frombk.png) no-repeat;
	background-size: 100% auto;
}

.from-title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #00499D;
	padding: 30px 0 10px 0;
}

.form-pg li{
	display: flex;
	display:-webkit-flex;
}

.form-pg li label{
	width: 16px;
	flex: 0 0 16px;
	padding: 4px;
}

.layui-form-select .layui-edge{
	border-top-color: #00499D;
	border-width: 4px;
}
.form-pg{
	padding: 0 10px;
}
.layui-form-select dl dd.layui-this{
	background:#00499D ;
}
.form-pg li{
	width: 100%;
	box-sizing: border-box;
	background:rgba(166,166,166,.16);
	padding: 6px 8px;
	display: flex;
	display: -webkit-flex;
	border-radius: 3px;
	margin-bottom: 3px;
}
.form-pg .layui-form-item .layui-input-inline{
	width: 100%;
}
.form-pg li input,.form-pg li select,.form-pg li textarea{
	border: none;
	background: none;
	width: 100%;
	margin-top:2px;
	font-size: 12px;
}


.tijiao{
	display: flex;
	display: -webkit-flex;
	height: 44px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	width: 100%;
	border: none;
	background: #EF4135;
	margin-top: 20px;
	cursor: pointer;
	line-height: 43px;
}
.tijiao img{
	width: 25px;
	height: 25px;
}

#gotop{
	display: none;
	position: fixed;
	bottom: 100px;
	right: 10px;
	width: 30px;
	z-index: 100;
}
.nextmore{
	padding-bottom: 20px;
}

.seach-list li .new-img img{
	object-fit: contain !important;
}
.new-list li.yuyue .new-bottom span strong{
	background: #E83827;
}

.new-list li.jinxing .new-bottom span strong{
	background: #00499D;
}

.new-list li.huigu .new-bottom span strong{
	background: #B5B5B5;
}
