:root {
	--main-color: #1900c5;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	/* vertical-align: middle; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
/*body {
	line-height: 1;
}*/
ol, ul, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
    vertical-align:middle;
}
input, textarea, select, button { 
    font-size: 100%; 
    font-family: inherit;
	margin: 0;
	padding: 0;
}
input:focus,button:focus{
	outline: none;
}
:focus{
	outline: none;
}
a img, iframe { 
    border: none; 
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
			 padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i{
	margin-top: 0;
	padding: 0;
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
	max-width: 480px;
	margin: 0 auto;
	box-shadow: 0 5px 10px #999;
	position: relative;
}
body{
	font-family:Arial,Helvetica,sans-serif;
}
body.lang-zh_cn{
	font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
}

a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: var(--main-color);
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

/** 公共样式 **/
.section{
	width: 100%;
	padding: 15px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.container{
	width:100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

.full-copyright{
	width: 100%;
	background-color: #000;
	padding: 20px 0;
}
.copyright{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.foot-blank{
	height: 76px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	z-index: 44;
}
.foot-contact-fixed{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 555;
	background-color: rgba(25,0,197,1);
	height: auto;
	overflow: hidden;
	width: 100%;
	max-width: 480px;
}

.foot-list-contact{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-list-contact li{
	width: 50%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	padding: 10px 0;
}
.foot-list-contact li a{
	display: block;
	padding: 0 10px;
	color: #fff;
}
.foot-list-contact li:nth-child(1){
	border-right: 1px solid #fff;
}
.foot-list-contact li .ico{
	height: auto;
	overflow: hidden;
	margin-bottom: 6px;
}
.foot-list-contact li .ico i{
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
}
.foot-list-contact li .title{
	font-size: 15px;
	line-height: 20px;
}

.fbkSwiper{
	height: auto;
	overflow: hidden;
	background-color: rgba(25,0,197,0.2);
	border-radius: 8px;
	padding: 10px 15px;
}
.fbkSwiper .swiper{
	height: 30px;
	overflow: hidden;
}
.fbkSwiper .swiper .swiper-slide{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	color: var(--main-color);
}
.fbkSwiper .swiper .swiper-slide .name{
	width: 20%;
}
.fbkSwiper .swiper .swiper-slide .name i{
	display: inline-block;
	font-size: 18px;
	margin-right: 6px;
}
.fbkSwiper .swiper .swiper-slide .tel{
	width: 30%;
}
.fbkSwiper .swiper .swiper-slide .time{
	color: #fff;
	background-color: rgba(25,0,197,0.9);
	border-radius: 6px;
	padding: 0 10px;
	font-size: 13px;
}
.fbk-head{
	color: #000;
	font-size: 20px;
	margin-bottom: 15px;
}
.fbk-hot{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-color: rgba(25,0,197,0.2);
	border-radius: 8px;
	padding: 10px 15px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5;
}
.fbk-hot i{
	display: inline-block;
	color: #e8312e;
	font-size: 20px;
	margin-right: 5px;
}
.fbk-hot span{
	display: inline-block;
	color: #fff;
	background-color: #e8312e;
	padding: 2px 7px;
	border-radius: 4px;
	margin-left: 6px;
	margin-right: 6px;
}
.fbk-form{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.form-group label{
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
}
.form-group label font{
	color: #e8312e;
	display: inline-block;
	margin-left: 5px;
}
.form-group input{
	display: block;
	width: 100%;
	line-height: 44px;
	border: 1px solid rgba(224,224,224,1);
	border-radius: 8px;
	padding: 0 15px;
	background-color: #fff;
	font-size: 15px;
	color: #333;
}
.form-group button{
	display: block;
	width: 100%;
	line-height: 46px;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 999px;
}

.soso-adv-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.soso-adv-list li{
	width: 100%;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.soso-adv-list li .wrap{
	width: 100%;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(25,0,197,0.2);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.soso-adv-list li .ico{
	height:auto;
	overflow: hidden;
}
.soso-adv-list li .ico i{
	display: inline-block;
	font-size: 42px;
	line-height: 1.2;
	color: var(--main-color);
}
.soso-adv-list li .txt{
	flex: 1;
	padding-left: 25px;
}
.soso-adv-list li .title{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.soso-adv-list li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	color: #888;
}

.soso-top{
	background-image: url(/web/soso/topbg.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding-bottom: 60px;
}
.soso-logo{
	height: auto;
	overflow: hidden;
	padding: 20px 0;
}
.soso-logo img{
	max-height: 50px;
}
.soso-big-head{
	color: #fff;
	font-size: 30px;
	line-height: 44px;
}
.soso-big-head span{
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
}
.soso-top-list{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.soso-top-list li{
	color: #fff;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	background-color: rgba(25,0,197,0.9);
}
.soso-top-list li + li{
	margin-top: 8%;
}
.soso-top-list li i{
	display: inline-block;
	font-size: 36px;
}
.soso-top-list li .txt{
	flex: 1;
	padding-left: 15px;
}
.soso-top-list li .big-tit{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
	font-size: 20px;
}
.soso-top-list li .big-tit sub{
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 15px;
	position: relative;
}
.soso-top-list li .big-tit sub::before{
	content: '';
	width: 1px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.soso-top-list li .sml-tit{
	font-size: 16px;
	margin-top: 5px;
}

.soso-top-kai{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	background-color: #fff;
	padding: 15px;
	text-align: center;
}
.soso-top-kai h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.soso-top-kai p{
	font-size: 16px;
}
.soso-top-go{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.soso-top-go a{
	display: inline-block;
	color: #fff;
	background-color: #e8312e;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 60px;
	border-radius: 999px;
}

.soso-youshi-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.soso-youshi-list li{
	width: 50%;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.soso-youshi-list li .wrap{
	width: 100%;
	
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
}
.soso-youshi-list li .txt{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	line-height: 2;
}
.soso-youshi-list li .title{
	font-size: 18px;
	font-weight: bold;
}
.full-youshi{
	background-color: var(--main-color);
	padding: 20px 0;
	margin-top: 15px;
}
.fbk-head.white{
	color: #fff;
}