/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1200px){
	.wapper{
		width: 1200px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#2a62ac;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


.pd50{padding: 50px 0;}
/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}



.main{width: 100%;max-width: 768px;margin: 0 auto;}
/* ================首页样式========================= */
.header{width: 100%;margin:  0 auto;background: #000;padding: 0 20px;}
.header .logo{font-size: 0;}
.header .logo img{max-width: 100%;width: auto;}
.main .inner{width: 100%;padding: 50px 0;max-width: 60%;margin: 0 auto;}
.main .inner .tit{display: flex;align-items: center;justify-content: center;margin-bottom: 40px;}
.main .inner .tit .icon{margin-right: 20px;font-size: 0;}
.main .inner .tit .icon img{max-width: 100%;width: auto;}
.main .inner .tit .text{}
.main .inner .tit .text h1{font-size: 40px;color: #0863d8;font-weight: bold;}
.main .inner .tit .text p{color: #fc8800;font-size: 16px;}
.main .inner .form{width: 100%;margin-bottom: 50px;}
.main .inner .form ul li{width: 100%;display: flex;align-items: center;margin-bottom: 10px;}
.main .inner .form ul li span{font-size: 14px;color: #999;width: 20%;display: inline-block;}
.main .inner .form ul li .m_text{flex: 1;background: #efefef;line-height: 35px;padding: 0 10px;}
.main .inner .form ul li .m_btn{background: #0863d8;font-size: 16px;color: #fff;border-radius: 4px;padding: 10px 20px;min-width: 130px;margin-top: 20px;}

.beizhu{width: 100%;background: #f5f9fd;border: 1px solid #efefef;border-radius: 4px;padding: 30px;}
.beizhu h3{font-size: 20px;color: #333;font-weight: bold;margin-bottom: 10px;}
.beizhu .desc{font-size: 16px;color: #666;line-height: 30px;}
.beizhu .tip{margin-top: 20px;font-size: 16px;color: #999;}

.result{width: 100%;margin: 0 auto;}
.result .tit{display: flex;align-items: center;flex-wrap: wrap;padding: 40px 0;border-bottom: 1px solid #efefef;}
.result .tit p{font-size: 14px;color: #333;margin-right: 40px;}
.result .tit p:last-child{margin-right: 0;}
.result .top{width: 100%;display: flex;align-items: center;margin-bottom: 80px;}
.result .top .icon{font-size: 0;margin-right: 20px;}
.result .top .icon img{max-width: 100%;width: auto;}
.result .top h1{font-size: 30px;color: #000;font-weight: bold;}

.result .inner{width: 100%;max-width: 60%;margin: 0 auto;}
.result .inner table{width: 100%;}
.result .inner table tr{width: 100%;}
.result .inner table tr td{font-size: 14px;color: #666;line-height: 40px;}
.result .inner table tr td:nth-child(1){width: 20%;}
.result .inner table tr td:nth-child(2){width: 80%;}









@media only screen and (max-width: 980px) {
	
}


@media only screen and (max-width: 680px) {
	
}
