* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
html{
	width:100%;
	overflow-x:hidden;
}
.modal-header {
	border-bottom: none;
}

a {
	text-decoration: none
}

li {
	list-style: none;
}

/*header*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: none;
}

.header .container-fluid,
.p_header .container-fluid,
.p_header_1200 {
	background: rgba(0, 0, 0, 0.5);
}

/* .header_style li a:hover {
	background-color: rgba(0,0,0,0.5);
} */


.header_style>li{
	height: 100px;
}

.dropdown-menu {
	top: 98px;
	min-width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: height 3s;
	border:none;
	border-radius: 0;

}

.dropdown-menu li {

	color: #000000;
	height: 30px;
	line-height: 30px;
	max-width: 100%;
}

.dropdown-menu li a {
	padding: 0px !important;
}

h2,
h4 {
	color: white !important;
}


.header:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/* 	background: #fff; */
	top: -100%;
	left: 0;
	transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	z-index: -1;
}

.nav li a:after {
	content: "";
	width: 0%;
	height: 3px;
	background: #7750A6;
	bottom: 0;
	left: 0;
	display: block;
	position: absolute;
	transition: all .6s ease 0s;
	-ms-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
}


.logo {
	float: left;
	width: 400px;
	height: 60px;
	margin: 20px 40px;
	background: url(../img/index_logo.png) no-repeat;
}

#logo a {
	margin-left: 60px;
}

.logo h2,
h4 {
	margin: 0px;
	margin-left: 65px;
	padding: 2px;
}

.gan_title {
	width: 200px;
}

.header.on:after {
	top: 0;
}

.nav {
	float: right;
}

.nav li {
	float: left;
}

#header .nav li a {
	padding: 29px 0;
	margin: 0 25px;
	font-size: 16px;
	color: #fff !important;
}

.nav-btn {
	float: right;
	margin-top: 23px;
}

.nav-btn a {
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 2px 20px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	transition: all .6s ease 0s;
	-ms-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	-webkit-transition: all .6s ease 0s;
	z-index: 3;
}

.nav-btn .login-btn {
	background-color: #7750A6;
	border: 1px solid #7750A6;
	overflow: hidden;
}

.nav-btn .login-btn:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	height: 100%;
	background-color: #b56edf;
	border-radius: 4px;
	transition: width .3s ease;
	-webkit-transition: width .3s ease;
	z-index: -1;
}

.nav-btn .login-btn:hover:after {
	width: 100%;
}

#reris-btn:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 0;
	height: 100%;
	background-color: #7750A6;
	transition: width .3s ease;
	z-index: -1;
}

#reris-btn:hover {
	border: 1px solid #7750A6;
}

#reris-btn:hover::after {
	width: 100%;
}

/* 移动header */
.p_header {
	position: relative;
	z-index: 99;
}

.p_header_1200,
.p_header {
	display: none;
}

.mouse-shape{
	cursor: pointer;
}


.xh_time{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
	font-size: 18px;
}

.xh_time_li{
	margin-right: 100px;
}

.xh_time_li:last-child{
	margin-right:0;
}




@media (max-width: 1455px) {

	.p_header {
		display: block;
	}

	.pc_header {
		display: none;
	}

	.logo {
		width: 100px;
	}
}

@media (max-width:1200px) {

	.pc_header,
	.p_header {
		display: none;
	}

	.p_header_1200 {
		position: relative;
		z-index: 99;
		display: flex;
	}

	.p_header_1200>div {
		flex: 1;
		color: #FFFFFF;
		margin: auto;

	}

	.logo_center {

		text-align: center;
	}

	.logo_center img {
		margin: 15px 0px;
	}

	.iconfont {
		margin: 0px 20px;
		font-size: 18px !important;
		font-family: "微软雅黑";
		z-index: 999;
	}


}


/* footer */
.phone_footer {
	display: none;
}

.footer_link {
	margin-top: 100px;
	background-color: #303030;
	height: 400px;
}

.footer_detail {
	margin-top: 20px;
	height: 300px;
	display: flex;
}

.footer_detail>div {
	flex: 1;
	color: rgba(255, 254, 254, 1);
}

ul li {
	font-size: 18px;
	line-height: 42px;
}

.work_page .form-class {
	width: 600px;
	display: flex;
}

#footer ul li {
	color: white !important;
}

li a:hover {
	color: #1f73ff;
}

.footer_phone,
.footer_address {
	margin-top: 30px;
}


a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none !important;
}

.the-a-s{
	color: #000;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nav-a-s{
	color: #fff;
	cursor: pointer;
}

.nav-a-s:hover{
	color: #007AFF;
}

/*底部下一页*/

.xh_footer{
	height: 50px;
	border-top: 1px dashed #a6a6a6;
	padding-top: 20px;

}

.xh_li_footer a{
	color: #000;
}

.xh_li_footer{

	height:25px;

	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.xh_li_footer:last-child{

	justify-content: flex-end;
}



.fenye-cion{
	height: 25px;
	width: 25px;
	display: none;
}


.the-a-s:hover{
	color: #007AFF;
}

.phoneNumber {
	font-size: 24px;
}

.footer_zixun {
	width: 260px;
	line-height: 60px;
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
	color: #FFFFFF;
	height: 60px;
	margin: auto;
	cursor: pointer;
	background: rgba(31, 115, 255, 1);
	border-radius: 30px;
}

.footer_address {
	font-size: 14px;
}

.footer_wx{
	text-align: center;
	margin-top: 20px !important;
}

.gongzhonghao {
	height: 200px;
	margin: 10px;
}

.footer_span>div {
	margin: auto;
	width: 2px;
	height: 300px;
	background: rgba(94, 94, 94, 1);
}

.dixian {
	margin-top: 20px;
	height: 2px;
	background: rgba(255, 255, 255, .5);
	border-radius: 2px;
	margin-bottom: 20px;
}

.endding {
	display: flex;

}

.endding>div {
	flex: 1;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.phone_footer ul {
	clear: both;
}

.jiaju_ma img {
	float: right;
}

.erweima_img div {
	padding: 0px !important;
}

.number_phone {
	font-size: 18px;
}

.now_zixun {
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	background-color: #1F73FF;

}

.phone_detail>div {
	margin-top: 15px;
}

.phone_sm_style {
	display: none;
}

.has-success .form-control {
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #309ef1;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #309ef1;
}

@media (max-width:992px) {

	.phone_sm_style,
	.pc_footer {
		display: none;
	}

	.phone_footer {
		display: block;
	}

	.footer_link {
		height: 300px;
	}

	.footer_link ul li {
		margin-top: 10px;
		line-height: 18px;
	}
}

@media (max-width:768px) {

	.pc_footer,
	.phone_footer {
		display: none;
	}

	.phone_sm_style {
		display: block;
	}

	.footer_link ul li {
		padding-left: 15px;
	}

	.phone_sm_style {
		color: #FFFFFF !important;
		height: 500px !important;
	}

	.erweima {
		margin-top: 15px;
	}

	.endding div {
		text-align: left !important;
	}

}

/* 移动导航 */
#phead{
	display: none;
}
.pshadow {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: #000000;
	opacity: 0;
	transition: opacity ease .6s;
	-webkit-transition: opacity ease .6s;
	z-index: -1;
}
.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	width: 60%;
	height: 100vh;
	background-color: #000000;
	transition: left ease .3s;
	-webkit-transition: left ease .3s;
	z-index: 99;
}
.pnav{
	margin-top: 40px;
}
.sidebar div,
.sidebar li a {
	color: #FFFFFF;
}
.sidebar li{
	padding-left: 40px;
	line-height: 80px;
}

