* {
	padding: 0;
	margin: 0;
}
img[src=""],img:not([src]){
            opacity:0;
          }
html,
body {
	font-family: "微软雅黑";
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

.head {
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0, 124, 216, 0.12);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999999;
}

.head_nav {
	width: 1160px;
	height: 100%;
	margin: 0 auto;
}

.logo {
	width: 15%;
	height: 80px;
	float: left;
}

.logo img {
    width: 134px;
    height: 39px;
	position: absolute;
	top: 22px;
}

.head_nav .nav-lsit {
	width: 55%;
	height: 100%;
	float: left;
}

.head_nav .logoing {
	width: 30%;
	height: 80px;
	float: left;
	position: relative;
}

.head_nav .logoing .logobox {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.logoing .user_box {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.logoing .user_box span {
	display: inline-block;
}

.logoing .user_box span:nth-child(1) {
	width: 25px;
	height: 25px;
	background: #CCCCCC;
	border-radius: 100%;
	position: absolute;
	top: 30px;
}

.logoing .user_box span:nth-child(2) {
	position: absolute;
	top: 31px;
	left: 50px;
	color: #999999;
	font-size: 14px;
	width: 130px;
	overflow: hidden;
}

.logoing .user_box span:nth-child(3) {
	position: absolute;
	top: 32px;
	left: 180px;
	color: #666666;
	font-size: 14px;
}

.logoing .user_box span:nth-child(4) {
	position: absolute;
	top: 31px;
	left: 265px;
	color: #6EA0F9;
	font-size: 14px;
}

.logoing .user_box span:nth-child(1) img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.head_nav .logoing .logobox p {
	width: 100px;
	height: 30px;
	border: 1px solid #6EA0F9;
	border-radius: 14px;
	margin-top: 23px;
	line-height: 30px;
	margin-left: 155px;
}

.logoing p span {
	line-height: 31px;
	color: #B5DDFF;
	font-size: 14px;
	display: block;
	text-align: center;
	cursor: pointer;
}

.logoing p:hover {
	border: 1px solid #3D7AE7;
	box-shadow: 0px 0px 5px #ccc;
	color: #3D7AE7;
}

.nav-lsit ul {
	width: 520px;
	height: 40px;
}

.nav-lsit ul li {
	float: left;
	color: #666;
}

.nav-lsit ul li a {
	text-decoration: none;
    line-height: 80px;
    margin: 10px 13px;
    color: #666666;
    font-size: 16px;
    padding: 24px 5px;
    font-weight: bold;
}

.nav_active {
	border-bottom: 2px solid #7BC7FF;
	color: #7BC7FF !important;
	font-weight: bold;
}

.banner {
	width: 100%;
	height: 250px;
}

.banner_box {
	width: 100%;
	height: 250px;
	background-size: 100% 100%;
	margin: 10px auto 0px;
}

.swiper-container {
	width: 100%;
	height: 250px;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.addres {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ccc;
}

.addres .box {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}

.addres .box span {
	color: #999999;
	line-height: 30px;
}

.addres .box span:nth-child(1) {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: 3px;
}

.addres .box span:nth-child(2) {
	position: absolute;
	left: 38px;
	font-size: 14px;
}

.addres .box span:nth-child(1) img {
	width: 100%;
	height: 100%;
}

.addres .box span:nth-child(3) {
	color: #7BC7FF;
	position: absolute;
	left: 100px;
	font-size: 13px;
	color: #467cff;
	font-size: 12px;
	margin-top: 1px;
}

.footer {
	width: 100%;
	min-width: 1160px;
	height: 300px;
	background: url(../img/footbg.png);
	background-size: cover;
	position: relative;
}

.footer_box {
	width: 1160px;
	height: 150px;
	position: absolute;
	top: -50px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

.footer_box_list {
	position: absolute;
	top: 5px;
}

.footer_box_list ul {
	margin-left: -50px;
}

.footer_box_list ul li {
	list-style: none;
	float: left;
	margin: 0px 50px;
}

.footer_box_list ul li a {
	text-decoration: none;
	color: white;
}

.footer_box_img {
	width: 285px;
	height: 115px;
	position: absolute;
	top: 50px;
	left: 0px;
}

.footer_box_imgs {
	width: 260px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.footer_box_imgs img {
	width: 100%;
	height: 100%;
}

.footer_box_line {
	width: 2px;
	height: 100px;
	background: white;
	position: absolute;
	top: 0px;
	left: 300px;
	opacity: 0.4;
}

.footer_box_span {
	position: absolute;
	top: 50px;
	left: 320px;
}

.footer_box_span p:nth-child(1) {
	font-size: 20px;
}

.footer_box_span p {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.linbox {
	width: 1160px;
	height: 2px;
	background: #fff;
	opacity: 0.3;
	position: absolute;
	top: 180px;
}

.footer_addres {
	position: absolute;
	top: 185px;
	left: 0px;
}

.footer_addres ul {
	margin-left: -10px;
}

.footer_addres ul li {
	float: left;
	margin: 10px 10px;
	color: #fff;
	opacity: 0.4;
	font-size: 13px;
}

.banquan {
	position: absolute;
	top: 220px;
	left: 0px;
	color: #fff;
	opacity: 0.4;
	font-size: 13px;
}

.codeimg1 {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.codeimg1 img {
	width: 100%;
	height: 100%;
}

.codeimg2 {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0px;
	right: 130px;
}

.codeimg2 img {
	width: 100%;
	height: 100%;
}

.code_p1 {
	position: absolute;
	top: 125px;
	right: 10px;
	color: #fff;
	font-size: 13px;
}

.code_p2 {
	position: absolute;
	top: 125px;
	right: 140px;
	color: #fff;
	font-size: 13px;
}


/*侧面*/

.phone {
	width: 40px;
	height: 210px;
	position: fixed;
	top: 300px;
	right: 0px;
	display: none;
	z-index: 999999999999999999999999999999999999999999;
}

.phone ul li {
	width: 40px;
	height: 70px;
	background: red;
	margin-top: 1px;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px rgba(121, 178, 255, 0.45);
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
}

.phone ul li:hover .phone_code {
	display: block;
}

.phone ul li:hover .telbox {
	display: block;
}

.phone ul li .telbox {
	width: 129px;
    height: 34px;
    position: absolute;
    top: 22px;
    left: -130px;
    border-radius: 11px;
    background: #6ea0f9;
    box-shadow: 0px 0px 10px rgba(121, 178, 255, 0.45);
    display: none;
  
    color: #fff;
}

.phone ul li .telbox p {
	text-align: center;
	line-height: 34px;
}

.phone ul li .phone_code {
	width: 129px;
	height: 134px;
	
	position: absolute;
	top: -15px;
	left: -130px;
	display: none;
	box-shadow: 0px 0px 10px rgba(121, 178, 255, 0.45);
}

.phone ul li .phone_code img {
	width: 100%;
	height: 100%;
}

.phone ul li .phone_img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 10px;
}

.phone ul li .phone_img img {
	width: 100%;
	height: 100%;
}

.phone_p {
	position: absolute;
	top: 28px;
	left: 8px;
}

.phone_p p {
	font-size: 11px;
	color: #999999;
	text-align: center;
	display: block;
}


/*暂无更多*/

#p1box {
	width: 100%;
	height: 130px;
	margin: 20px auto;
	overflow: hidden;
	display: none;
}

#p1box p img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

#p1box img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#p1box span {
	text-align: center;
	display: block;
	margin-left: 27px;
	font-size: 14px;
	color: #ee5600;
}

#logoingOn{
	width: 100%;
	height: 100%;
	
}



/**/
			.loding {
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.3);
				position: fixed;
				top: 0px;
				left: 0px;
				z-index: 999999;
				display: none;
			}
			
			.loding_mian {
				width: 100%;
				height: 100%;
				position: relative;
			}
			
			.loding_mian .loding_box {
				width: 200px;
				height: 70px;
				background: #fff;
				position: absolute;
				transform: translate(-50%, -50%);
				top: 50%;
				left: 50%;
				border-radius: 10px;
			}
			
			.loding_mian .loding_box .imgs {
				    width: 30px;
			    height: 30px;
			    position: absolute;
			    top: 21px;
			    left: 40px;
			}
			
			.loding_mian .loding_box .imgs img {
				width: 100%;
				height: 100%;
			}
			.loding_mian .loding_box .txtp{
				position: absolute;
			    top: 25px;
			    left: 77px;
			}