@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
h4,
h5,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
select,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

.view {
	position: absolute;
	width: 750px;
	height: 100%;
	overflow: hidden;
	left: 50%;
	margin-left: -375px;
}

.page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 100%;
	top: 0;
	transition: 0.3s;
	background-color: #f5f7ff;
	overflow: hidden;
}

.page_1 {
	left: 0;
}

.page.rice {
	left: 0;
}

.page_transition {
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
}

.page_box {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.full {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner {
    display: block;
    margin: 20px auto auto;
    width: 94%;
    border-radius: 15px;
}

.part_1 {
	display: flex;
	width: 724px;
	height: 114px;
	margin: auto;
	align-items: center;
	justify-content: space-evenly;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/part_1.png);
}

.part_1 .l {
	position: relative;
	width: 53px;
	height: 53px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/icon_1.png);
}

.part_1 .l img {
	position: absolute;
}

.part_1 .l img:nth-child(1) {
	top: 19px;
	left: 30px;
	animation: icon_1 1s 0s linear infinite;
}

.part_1 .l img:nth-child(2) {
	top: 16px;
	left: 32px;
	animation: icon_2 1s 0s linear infinite;
}

.part_1 .r {
	width: 570px;
	font-size: 28px;
	color: #0572cb;
}

.part_1 .r marquee {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

.part_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 690px;
	margin: 5px auto;
}

.part_2 img {
	display: block;
	opacity: 0;
	margin-bottom: 20px;
	animation: sbin 1s 0s ease-in-out forwards;
}

/* home */


.banner_2 {
	display: block;
	width: 100%;
}

.p_box {
	position: relative;
	width: 690px;
	padding: 27px;
	margin: -30px auto auto;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.p_box_top {
	position: relative;
	width: 100%;
	height: 66px;
}

.p_box_top .line {
	position: absolute;
	width: 119px;
	height: 1px;
	top: 30px;
	border-radius: 5px;
	border-bottom: 5px dotted #969696;
}

.p_box_top .line.active {
	border-color: #0572cb;
}

.p_box_top .line:nth-child(1) {
	left: 56px;
}

.p_box_top .line:nth-child(2) {
	left: 202px;
}

.p_box_top .line:nth-child(3) {
	left: 353px;
}

.p_box_top .line:nth-child(4) {
	left: 492px;
}

.p_box_topItem {
	display: flex;
	justify-content: space-between;
}

.p_box_topItem p {
	margin-top: 18px;
}

.p_box_topItem p i {
	display: block;
	width: 16px;
	height: 16px;
	margin: 6px auto;
	border-radius: 50%;
	background-color: #696969;
	box-shadow: 0 0 5px 5px #ededed;
}

.p_box_topItem p.active i {
	background-color: #016ac9;
	box-shadow: 0 0 5px 5px #cce1f4;
}

.p_box_topItem p span {
	font-size: 22px;
	color: #969696;
}

.p_box_topItem p.active span {
	color: #000;
}

.p_box .icon_4 {
	position: absolute;
	top: 160px;
	left: 0;
}

.p_box h3 {
	margin-top: 58px;
	font-size: 32px;
	color: #333333;
}

.p_box_iptList {
	padding: 20px 0;
	margin-top: 5px;
	border-bottom: 1px solid #989daa;
}

.p_box_iptList:last-child {
	padding: 20px 0;
	margin-top: 5px;
	border-bottom: none;
}

.p_box_iptList p {
	font-size: 28px;
}

.p_box_iptList p span {
	color: #ff0000;
}

.p_box_iptList input {
	font-size: 24px;
	margin-top: 14px;
	width: 629px;
	color: #333333;
}

.p_box_iptList .p_select {
	display: flex;
	margin-top: 14px;
	align-items: center;
	justify-content: space-between;
	color: #333333;
}

.p_box_iptList select {
	display: inline-block;
	font-size: 24px;
	width: 100%;
	color: #333333;
}

.sf_se {
	width: 307px !important;
}

.p_box_iptList .lab_box {
	overflow: hidden;
}

.p_box_iptList label {
	display: inline-block;
	width: 82px;
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}

.p_box_iptList label:nth-child(5n+1) {
	margin-left: 0px;
}

.p_box_iptList label i {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
	background-image: url(../img/icon_7.png);
}

.p_box_iptList label.active i {
	background-image: url(../img/icon_6.png);
}

.p_box_iptList label span {
	font-size: 24px;
	color: #989daa;
	vertical-align: bottom;
}

.p_box_addItem {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 0 20px;
	box-sizing: border-box;
	background-size: 100% 100%;
	background-image: url(../img/bg_item.png);
}

.p_box_addItem p {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #969696;
}

.p_box_addItem p span {
	display: block;
	font-size: 28px;
}

.p_box_addItem p input {
	display: block;
	font-size: 24px;
	margin-top: 10px;
	width: 100%;
}

.p_box_addItem .add_btn,
.p_box_addItem .remove_btn {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 44px;
	height: 44px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background-color: #016ac9;
}

.p_box_iptList .updata {
	display: block;
	width: 272px;
	height: 207px;
	margin: 50px auto;
}

.p_box_hei200 {
	height: 200px;
}

#pic_input {
	display: block;
	width: 1px;
	height: 1px;
	opacity: 0;
	margin-bottom: 200px;
}

.p_btn {
	display: flex;
	width: 690px;
	margin: 62px auto;
	justify-content: space-between;
}

.p_btn p {
	width: 335px;
	height: 92px;
	color: #fff;
	font-size: 24px;
	line-height: 92px;
	border-radius: 16px;
	text-align: center;
	background-color: #a9b4c9;
}

.p_btn p.next,
.p_btn p.sbmt {
	background-color: #016ac9;
}

/* login */
.login_tit {
	display: inline-block;
	font-size: 40px;
	color: #016ac9;
	margin-top: 50px;
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #016ac9;
}

.login_box {
	width: 620px;
	margin: 50px auto;
}

.login_box_item {
	margin-top: 30px;
	padding: 20px 0;
	border-bottom: 1px solid #969696;
}

.login_box_item span {
	font-size: 28px;
	color: #016ac9;
}

.login_box_item input {
	display: inline-block;
	width: 501px;
	font-size: 28px;
	margin-left: 20px;
}

.login_box_item label {
	display: inline-block;
	width: 180px;
	height: 48px;
	color: #fff;
	font-size: 28px;
	line-height: 48px;
	text-align: center;
	border-radius: 10px;
	background-color: #0572cb;
}

.login_box_btn {
	width: 620px;
	height: 90px;
	color: #fff;
	margin: 100px auto;
	font-size: 28px;
	line-height: 90px;
	text-align: center;
	border-radius: 10px;
	background-color: #016ac9;
}

.ewm_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1500px;
	background-size: cover;
	background-image: url(../img/bg.jpg);
}

.logo {
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	margin: auto;
}

.quit {
	position: absolute;
	top: 77px;
	left: 479px;
	z-index: 5;
}

.back {
	position: absolute;
	top: 142px;
	right: -10px;
}

.n_back {
	position: absolute;
	top: 74px;
	right: -10px;
}

.det_back {
	position: absolute;
	top: 164px;
	right: -10px;
}

.ewm_box {
	position: absolute;
	top: 408px;
	left: 54px;
	width: 641px;
	height: 869px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/ewm_bg.png);
}

.ewm_box .txt {
	position: absolute;
	left: 270px;
	width: 280px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 28px;
}

.ewm_box .txt_1 {
	top: 88px;
}

.ewm_box .txt_2 {
	top: 138px;
}

.ewm_box .txt_3 {
	top: 188px;
}

.ewm_box .ewm {
	position: absolute;
	width: 443px;
	height: 443px;
	bottom: 163px;
	left: 106px;
}

.ewm_box .ewm_btn {
	position: absolute;
	bottom: 42px;
	left: 0;
	right: 0;
	margin: auto;
}

.wjhg_box {
	position: relative;
	width: 690px;
	padding: 27px;
	overflow: hidden;
	margin: 20px auto;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.wjhg_box .icon_4 {
	position: absolute;
	top: 40px;
	left: 0;
}

.wjhg_box h3 {
	font-size: 32px;
	margin-top: 6px;
	line-height: 40px;
}

.wjhg_box .b {
	position: relative;
}

.wjhg_box .b video {
	display: block;
	width: 100%;
	height: 402px;
	margin-top: 20px;
	object-fit: cover;
}

.wjhg_box .b .icon_8 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -50px;
}

.wjhg_img {
	float: left;
	width: 304px;
	height: 214px;
	margin-top: 20px;
	margin-left: 20px;
	background-size: cover;
}

.wjhg_img:nth-child(2n+1) {
	margin-left: 0px;
}

.newItem {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #969696;
}

.newItem:last-child {
	border-bottom: none;
}

.newItem .l {
	width: 90px;
	height: 90px;
	color: #fff;
	float: left;
	text-align: center;
	padding-top: 18px;
	box-sizing: border-box;
	background-color: #016ac9;
}

.newItem .l strong {
	display: block;
	font-size: 32px;
}

.newItem .l span {
	display: block;
	font-size: 18px;
}

.newItem .r {
	width: 514px;
	float: right;
}

.newItem .r h4 {
	line-height: 30px;
	font-size: 28px;
	color: #4e4e4e;
}

.newItem .r p {
	height: 62px;
	line-height: 34px;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*layer*/
.layui-layer-hui {
	border-radius: 15px !important;
}

.layui-layer-hui .layui-layer-content {
	padding: 20px 30px !important;
	font-size: 30px !important;
	border-radius: 20px !important;
	overflow: hidden !important;
	line-height: 40px !important;
}

.yzcode {
	width: 321px !important;
}

.date_info {
	height: 86px;
	float: left;
	margin-top: -16px !important;
	text-align: left;
}

input::-webkit-date-and-time-value {
	text-align: left;
}

.e_info::before {
	content: attr(placeholder);
	color: #777;
	width: 300px;
}

.bp_info {
	text-align: justify !important;
	font-size: 24px;
	width: 530px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 620px;

}

.detail_img {
	display: block;
	width: 100%;
	height: auto;
}
.bd_22 {
    position: relative;
    top: 20px;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 30px;
}
.bd_23 {
	    position: relative;
	    top: 20px;
	    display: inline-block;
	    margin-bottom: 40px;
	    margin-top: 30px;
	    left: 50px;
}
.bd_24 {
    position: relative;
    top: 20px;
    display: inline-block;
    margin-bottom: 40px;
}
.bd_25 {
	    position: relative;
	    top: 20px;
	    display: inline-block;
	    margin-bottom: 40px;
	    left: 50px;
}
.photo_title {
	position: relative;
	margin-top: 9px;
	left: -9px;
	right: 0;
	width: 660px;
	height: 101px;
	background-size: 100% 100%;
	background-image: url(../img/li_bg.png?v=3);
	clear: both;
}

.photo_title span {
	font-size: 30px;
	color: #016ac9;
	display: inline-block;
	line-height: 96px;
	margin-left: 20px;
}

.photo_title img {
	position: absolute;
	top: 35px;
	left: 579px;
}

.pho_img .wjhg_img_1 {
	float: left;
	width: 304px;
	height: 214px;
	margin-top: 20px;
	margin-left: 20px;
	background-size: cover;
}

.pho_img .wjhg_img_1:nth-child(2n+1) {
	margin-left: 0px;
}

.b h4 {
	font-size: 28px;
	margin-top: 6px;
	line-height: 56px;
}

.win_hei18 {
	height: 18px;
	clear: both;
}

.new_box {
	height: 670px;
	overflow-y: scroll;
}
.qn_25_up{
	width: 248px;
    height: 248px;
    border: 2px solid #989daa;
    border-radius: 12px;
}
.qn_25_upinput{
	width: 248px !important;
    height: 248px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.info_down{
    display: block;
    color: #1386c7;
    line-height: 32px;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 27px;
}
.info_upload{
    display: block;
    color: #dc0303;
    line-height: 32px;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 27px;
}
.ru25_1{
    width: 510px;
    height: 140px;
    position: absolute;
    left: 22px;
    top: 1030px;
}
.ru25_2{
    width: 450px;
    height: 140px;
    position: absolute;
    left: 282px;
    top: 2020px;
}
.ru25_3{
    width: 510px;
    height: 140px;
    position: absolute;
    left: 22px;
    top: 3320px;
}
.ru25_4{
	width: 500px;
    height: 140px;
    position: absolute;
    left: 232px;
    top: 5000px;
}
.info25_box{
    background-color: #e6e6e6;
    width: 93.5%;
    height: auto;
    border-radius: 10px;
    padding: 19px;
    margin: 28px auto;
}
.info_3_cbox{
	background: #dce9ff;
    border-radius: 15px;
    padding: 19px;
    margin: 19px auto;
}