a,
input,
button {
	/*清除点击阴影*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button {
	/*清除圆角*/
	-webkit-appearance: none;
	border-radius: 0;
}

body {
	margin: 0;
	/*禁止选中文字*/
	-webkit-user-select: none;
}

body * {
	-webkit-user-select: none;
	/*默认字体*/
	font-family: helvetica;
	padding: 0;
	margin: 0;
}

body {
	/*用户横竖屏切换的时候，禁止字体缩放*/
	-webkit-text-size-adjust: 100%;
}

h1 {
	margin: 0;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #333;
	background: #f5f3f6;
	font-family: Arial;
}
a{
	color: #333;
}

/*门户首页*/

.wrap {
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}

header {}

.location {
	padding: 10px 0;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}
.location .logo{
	float: left;
	padding-right: 5px;
}
.location .logo img{
	width: 130px;
}
.location .user_img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.location .user_img img {
	width: 35px;
}

.location .site {
	display: inline-block;
	vertical-align: middle;
}

.location .site span {
	font-size: 14px;
	color: #333;
}

.location .site img {
	width: 20px;
}

.location .site_info {
	color: #494949;
	font-size: 13px;
}

.head {
	display: flex;
	justify-content: space-between;
	background: #fff;
	
}

.head .left {
	
}
.lines{
	border: 1px solid rgba(206,206,206,0.5);
}
.head .right {}

.head .right ul {
	display: flex;
	justify-content: space-between;
}

.head .right ul li {
	text-align: center;
	margin-right: 4px;
}

.head .right ul li .icon {
	width: 36px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f3dcdc;
	border-radius: 50%;
	border: 3px solid #fcf5f5;
}

.head .right ul li img {
	width: 20px;
	padding: 0px;
	margin-bottom: 2px;
	height: 20px;
	display: inline-block;
}

.head .right ul li .text {
	font-size: 13px;
	color: #383838;
	margin-top: 5px;
}

.slideshow {}

.swiper-slide {}

.swiper-slide img {
	width: 100%;
}

nav {
	margin: 12px;
}

nav ul {
	width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

nav ul li {
	display: inline-block;
	text-align: center;
	margin-bottom: 12px;
	width: 25%;
}

nav ul li .icon {
	background: #fff;
	border-radius: 50%;
	width: 50px;
	padding: 5px;
	text-align: center;
	height: 50px;
	display: inline-block;
	box-shadow: 1px 1px 2px #ccc;
}

nav ul li .icon img {
	width: 50px;
	height: 50px;
	display: inline-block;
}

nav ul li .text {
	font-size: 13px;
	margin-top: 11px;
}

.cont {
	background: #fff;
	margin-top: -13px;
}

.cont .box {}

.cont .box .title {
	color: #e4014f;
	padding: 13px;
	text-align: center;
	font-weight: bold;
}

.cont .box .title .line {}

.cont .box .title .txt {
	margin: 0 10px;
}

.cont .box ul {
	width: 100%;
}

.cont .box ul li {
	display: inline-block;
	width: 49%;
	height: 140px;
	box-sizing: border-box;
	margin-bottom: 12px;
	box-shadow: 1px 1px 2px #ccc;
	border-radius: 5px;
}

.cont .box ul li img {
	width: 100%;
	height: 110px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.cont .box ul li .text {
	padding: 6px 6px 6px 13px;
}

.cont .box .item {}

.cont .box .item ul {
	width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.cont .box .item ul li {
	height: 70px;
	text-align: center;
	box-shadow: none;
	flex: 1;
}

.cont .box .item ul li .icon {}

.cont .box .item ul li .icon img {
	width: 50px;
	height: 50px;
}

.cont .box .item ul li .text {
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 13px;
	margin-top: 9px;
}
/*20200227新增样式*/
#shade {
	display: none;
}
#shade_ziti{
	display: none;
}
#shade_chaxun{
	display: none;
}
#huiyuan_code{
	display: none;
}
.huiyuan{
	text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.chaxun{
	text-align: center;
    margin-top: 6px;
    margin-bottom: 13px;
}
.chaxun .btn{
	display: inline-block;
    text-transform: uppercase;
    outline: 0;
    background: #c91366;
    width: 77%;
    border: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: 7px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #ccc;
}
.oversaoma{
	text-align: center;
}
.saomabtn{
	text-align: center;
	display: inline-block;
    text-transform: uppercase;
    outline: 0;
    background: #c91366;
    width: 24%;
    border: 0;
    padding: 7px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: 7px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #ccc;
}		
.shade {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.shade .cont1 {
	background: #fff;
	width: 73%;
	border-radius: 10px;
	box-sizing: border-box;
}

.close_img {
	position: absolute;
	background: #dfdfe1;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	top: 35%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 10%;
}

.close_img img {
	width: 20px;
	height: 20px;
}
.cont1 .info{
	font-size: 14px;
    margin: 10px;
    padding-top: 12px;
}
.cont1 .info .title{
	color: red;
}
.cont1 .info p{
	margin-top: 5px;
}
.shade .cont1 .code{
	margin: 10px;
    padding-top: 24px;
}
.shade .cont1 .code img{
	width: 100%;
	border-radius: 8px;
}
.shade .cont1.hui{
	background: #f7f7f7;
}
/*登录样式*/
#shade_logo{
	display: none;
}
.shade .cont1_login{
	width: 88%;
}
.shade .cont1_login .close_img1{
	top: 35%;
    right: 3%;
}
.login{
    background: #fff;
    width: 100%;
}
.pagemain {
    padding: 5px 20px;
    box-sizing: border-box;
    background: #fff;
}
.m_regcon {
    width: 100%;
}
.m_tabs {
    width: 100%;
    height: 40px;
    font-size: 0px;
    margin-bottom: 15px;
}
.m_tabs li {
    width: 50%;
    height: 40px;
    border-bottom: 2px solid #fff;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
.form_list li {
    width: 100%;
    height: 48px;
}
.form_list input {
    width: 100%;
    border: 1px solid #dedede;
    height: 35px;
    font-size: 16px;
    line-height: 100%;
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
}
.form_list input[type=submit] {
    background-color: #E4004F;
    border-color: #E4004F;
    color: #fff;
}
.captcha_box #box_bd_yzm {
    width: 168px;
    height: 100px;
    position: absolute;
    top: 70px;
    right: 0px;
    background: #fff;
    border: 1px solid #DEDEDE;
    padding: 10px;
    display: none;
}
.m_regcon .form_list .two_col input {
    width: 50%;
    vertical-align: top;
}
.m_regcon .form_list .two_col input[type=button] {
    background-color: #EE6F4E;
    border-color: #EE6F4E;
    color: #fff;
}