* {
	margin: 0;
	padding: 0;
}

a {
	color: #02A7F0;
	text-decoration: none;
}

input {
	outline: none;
}

ul li {
	list-style: none;
}

body {
	color: #333333;
	background: #f5f5f5;
}

.clear {
	clear: both;
}
.none{
	display: none;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.logi_form {
	width: 600px;
	height: 400px;
	border-radius: 10px;
	-moz-box-shadow: -1px 0px 16px #cccbcb;
	-webkit-box-shadow: -1px 0px 16px #cccbcb;
	box-shadow: -1px 0px 16px #cccbcb;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	padding: 35px 150px 0 150px;
	box-sizing: border-box;
	background: #F8F8F8;
	overflow: hidden;
	position: relative;
}
.close_fade{
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	border-radius: 50%;
}

#fade_captch{
	display: none;
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -150px;
}


#login_fade{
	display: none;
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -207px;
}
.logo {
	height: 41px;
	float: left;
	margin-left: 62px;
}

.width100 {
	width: 100%;
	float: left;
}

.tabs1 {
	margin-top: 30px;
}

.tabs1 li {
	width: 95px;
	float: left;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-bottom: 8px;
	cursor: pointer;
}

.tabs1 li:first-child {
	margin-left: 25px;
}

.tabs1 li:last-child {
	text-align: right;
	float: right;
	margin-right: 25px;
}

.tabs1 li font {
	font-size: 22px;
}

.tabs1 li:first-child span {
	margin-top: 0;
	float: left;
}

.tabs1 li:first-child font {
	margin-top: 0;
	float: left;
}

.tabs1 li span {
	font-size: 16px;
	color: #333333;
	margin-top: 0px;
}

.tabs1 .active:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	height: 3px;
	background: #0099FF;
	width: 100%;
}

.tabs1 .active font {
	color: #0099FF;
}

.div2 {
	border: 1px solid #999999;
	border-bottom: 0;
	margin-top: 10px;
}

.div2 div {
	position: relative;
}

.div2 input {
	border: 0;
	border-bottom: 1px solid #999;
	width: 100%;
	outline: none;
	height: 38px;
	line-height: 38px;
	float: left;
	text-indent: 40px;
	font-size: 16px;
	box-sizing: border-box;
}

.ico1 {
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 22px;
	color: #999;
}

.text1 {
	font-size: 14px;
	color: #999;
	height: 25px;
	line-height: 25px;
}

.btn1 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	background: #02a7f0;
	border-radius: 5px;
	margin-top: 5px;
	 
	font-size: 16px; /*20220521 ������*/
	cursor:pointer;
}

.error {
	font-size: 14px;
	color: #cc3333;
	text-align: right;
	margin-top: 5px;
}

.error span {
	font-size: 16px;
	top: 8px;
	display: inline-block;
}

.register {
	float: left;
}

.div3 {
	margin-top: 10px;
	position: relative;
	height: 50px;
}

.div3 a {
	margin-left: 10px;
}

.weixin {
	position: absolute;
	left: 135px;
	top: 0px;
}

.agree {
	float: left;
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.div4 span {
	float: left;
	display: inline-block;
}

.div4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.login {
	position: absolute;
	top: 30px;
	right: 25px;
}

.right_ico {
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 20px !important;
}

.success {
	color: #0099FF;
}

.eye {
	color: #333333;
}

.yzsj_title {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.des {
	font-size: 13px;
	color:#333333;
	margin-top: 20px;
}

.des2 {
	color: #333;
	font-size: 12px;
	margin-top: 10px;
}

.div5 {
	position: relative;
	margin-top: 10px;
}

.captch_input {
	float: left;
	width: 150px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #CCCBCB;
	border-radius: 5px;
	text-indent: 30px;
	background: url(../img/yaoshi.png) no-repeat 10px 7px;
}

.btn2 {
	background: #E6E6E6;
	color: #333333;
	font-size: 13px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	width: 125px;
	border-radius: 5px;
	float: left;
	display: block;
	margin-left: 18px;
	cursor:pointer;
}

.mb20 {
	margin-bottom: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mb100 {
	margin-bottom: 100px;
}

.div2 {
	display: none;
}

.head {
	background: #accee3;
	width: 100%;
	float: left;
	padding: 10px 0;
	z-index: 99999;
	position: relative;
}

.head1 {
	background: rgba(172, 206, 227, 0.7);
}

.wrap {
	width: 1200px;
	margin: 0px auto;
}

.logo2 {
	margin-left: 10px;
}

.nav {
	width: 680px;
	float: left;
	margin-left: 40px;
	margin-top: 35px;
}

.nav li {
	float: left;
	margin: 0px 20px;
	position: relative;
}

.nav li a {
	color: #333;
	color: #333;
	font-size: 18px;
	padding-bottom: 5px;
}
.nav .active a{
	border-bottom: 3px solid #0099FF;
}
.btns {
	float: right;
	margin-top: 35px;
}

.btns a {
	display: block;
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	float: left;
	margin-right: 10px;
}

.btns .active,
.btns a:hover {
	background: #1896ff;
	color: #fff;
}

.width500 {
	width: 500px;
	float: left;
	margin-left: 350px;
	margin-top: 50px;
	position: relative;
	font-size: 45px;
	text-align: center;
}

.width500:before {
	content: '';
	background: url(../img/lefta.png) no-repeat;
	position: absolute;
	left: 0;
	top: 19px;
	width: 31px;
	height: 22px;
}

.width500:after {
	content: '';
	background: url(../img/leftb.png) no-repeat;
	position: absolute;
	right: 0;
	top: 19px;
	width: 31px;
	height: 22px;
}

body {
	max-width: 1920px;
	width: 100%;
	margin: 0px auto;
}
.width370{
	width: 370px;
	margin-left: 415px;
}
.width310{
	width: 310px;
	margin-left: 445px;
}
.index_left {
	float: left;
	width: 500px;
	height: 385px;
	text-align: center;
	padding: 0 85px;
	box-sizing: border-box;
}

.index_right {
	float: left;
	width: 700px;
	height: 385px;
	background: #333;
}

.index_right .gif_img {
	width: 700px;
	height: 385px;
	float: left;
}

.mt50 {
	margin-top: 50px;
}

.t1 {
	font-size: 20px;
	margin-top: 142px;/*���� ������ֺ��Ҳ�ͼƬ��ˮƽλ��*/
	font-weight:bold;
}

.t2 {
	font-size: 16px;
	margin-top: 20px;
	color: #666666;
	text-align: left;
}

.banner {
	width: 100%;
	float: left;
	margin-top: -120px;
	z-index: 99;
}

.banner img {
	width: 100%;
}

.footer {
	background: #000000;
	width: 100%;
	float: left;
	padding: 20px 0;
	margin-top: 150px;
}

.footer_nav {
	width: 530px;
	margin-left: 325px;
	margin-top: 55px;
	float: left;
	position: relative;
}

.footer_nav li {
	float: left;
	list-style: none;
	margin-right: 70px;
}

.footer_nav li a {
	font-size: 16px !important;
	color: #FFFFFF !important;
}

.footer_nav li:last-child {
	margin-right: 0;
}

.div6 {
	width: 530px;
	margin-left: 325px;
	margin-top: 60px;
	font-size: 16px;
	color: #FFFFFF;
	float: left;
}

.ft_ewm {
	position: absolute;
	width: 130px;
	top: 20px;
	right: 60px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}

.ft_ewm img {
	width: 130px;
	height: 130px;
}

.p-l {
	position: relative;
}

.none {
	display: none;
}

.info {
	float: right;
	color: #333;
	font-size: 18px;
	margin-top: 32px;
}

.info img {
	width: 23px;
	height: 23px;
}

.body_center {
	background: #FFFFFF;
	height: auto;
	overflow: hidden;
}

.wai {
	position: relative;
	width: 200px;
	height: 100%;
	border-right: 1px solid #e6e6e6;
	float: left;
	box-sizing: border-box;
}

.wai1 {
	position: relative;
	width: 998px;
	float: left;
	height: 100%;
}


/*.leftbar{
	position: absolute;
	left: 0;
	top: 0;
	right: -17px;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	width: calc(100%+17);
	box-sizing: border-box;
	padding-top: 60px;
}*/

.leftbar {
	box-sizing: border-box;
	padding-top: 60px;
	float: left;
}

.right_bar {
	box-sizing: border-box;
	padding-top: 45px;
	padding-left: 100px;
}

.user_img {
	position: absolute;
	right: 60px;
	top: 50px;
	border-radius: 50%;
	/*border: 5px solid #e6e5e5;*/
	width: 150px;
	height: 150px;
	box-sizing: border-box;
}

.right_bar .width100 {
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
}

.wai::-webkit-scrollbar {
	display: none;
}

.leftbar li {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}

.leftbar li .first_nav {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	display: block;
	width: 100%;
	float: left;
}

.user_img img {
	width: 150px;
	height: 150px;
}

.leftbar .active {
	background: #0099ff;
	color: #FFFFFF !important;
}

.leftbar li a:hover {
	color: #FFFFFF !important;
	background: #0099ff;
}

.mt0 {
	margin-top: 0;
}

.sp1 {
	width: 80px;
	font-size: 14px;
}

.ml10 {
	margin-left: 10px;
}

.line-input {
	width: 250px;
	height: 30px;
	text-align: left;
	text-indent: 10px;
	font-size: 14px;
	color: #333;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.save {
	background: #0099ff;
	color: #FFFFFF;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
	float: left;
}

.bar2 {
	padding-left: 20px;
	box-sizing: border-box;
	padding-top: 20px;
}

.tiwen {
	float: left;
	width: 100%;
}

.tiwen li {
	float: left;
	margin-right: 35px;
	position: relative;
	color: #333;
	padding-bottom: 5px;
	cursor: pointer;
}

.tiwen .active:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #1896FF;
	position: absolute;
	left: 0;
	bottom: 0;
}

.help_list {
	float: left;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.help_list li {
	float: left;
	width: 100%;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	border-top: 1px solid #e6e6e6;
	text-indent: 15px;
}

.help_list li:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.li_name {
	float: left;
	width: 70%;
	text-align: left;
	color: #006699;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.li_date {
	float: left;
	width: 20%;
	margin-right: 10%;
	text-align: right;
	color: #333;
}

.help_list {
	display: none;
}

.swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	background: #FFFFFF !important;
	opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
	background: #007AFF !important;
}

.gantan {
	font-size: 18px;
}

.diannao {
	background-color: #b7d7ec;
	padding: 80px 0;
	background-image:url(../img/yun.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.lefta {
	width: 350px;
	height: 350px;
	float: left;
	position: relative;
	text-align: center;
}

.dg_bg {
	width: 600px;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
}

.zhanshi {
	position: relative;
	margin-left: 29px;
	margin-top: 26.5px;
	width: 543px;
	height: 324px;
}

.righta {
	width: 350px;
	height: 350px;
	float: left;
	text-align: center;
}

.m1 {
	font-size: 45px;
	margin-top: 30px;
	margin-bottom: 40px
}

.m11 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px
}

.m2 {
	margin-bottom: 15px;
	font-size: 20px;
}

.down {
	margin-top: 100px;
}

.dd {
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 50px;
	background: #1896ff;
	float: left;
	transform: translateX(40%);
	margin-top: 20px;
}

.d2 {
	margin-left: 65px;
}

.mt0 {
	margin-top: 0;
}

.dingdan {
	width: 960px;
	margin-left: 120px;
	float: left;
	padding: 50px 50px 0 50px;
	box-sizing: border-box;
}

.dingdan span {
	font-size: 18px;
	float: left;
	display: block;
	line-height: 40px;
	height: 40px;
}

.dingdan .ap2 {
	font-weight: bold;
}

.title1 {
	font-size: 20px;
}

.dingdan .tt {
	margin-bottom: 10px;
}

.cpjiage {
	color: #999;
}

.fukuan {
	color: #ff6633;
}

.ap2 {
	margin-left: 15px;
}

.ap1 {
	width: 85px;
	text-align: left;
}

.zffangshi font {
	display: block;
	float: left;
	border-radius: 5px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-indent: 40px;
	font-size: 18px;
	border: 1px solid #999;
}

.zfzfb {
	background: url(../img/zfb.png) no-repeat 10px 7px;
	margin-right: 50px;
	margin-left: 15px;
}

.zfwx {
	background: url(../img/weixin1.png) no-repeat 10px;
}

.zffangshi .active {
	border: 2px solid #02A7F0;
}

.hui {
	float: left;
	width: 300px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-left: 80px;
	margin-top: 5px;
}

.youhuima {
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #666;
	padding-left: 5px;
}

.duihuan {
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-left: 15px;
	margin-top: 5px;
	border-radius: 5px;
	background: #03a7f0;
	text-align: center;
	color: #FFFFFF;
	border: 0;
}

.zfok {
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-top: 25px;
}

.s1 {
	text-align: right;
	font-size: 35px;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: 0;
}

.s2 {
	text-align: right;
	font-size: 16px;
	padding: 30px 0;
}

.s2 a {
	margin-right: 35px;
	color: #333;
}

.mbx {
	border-bottom: 2px solid #f5f2f2;
	position:fixed;
	top: 400px;
	left: 0;
	z-index: 99999;
	background: #FFFFFF;
}
.fenge{
	height: 80px;
}
.baner7{
	background: url(../img/contact.png) no-repeat left top;
	height: 405px;
	background-size: 100% 405px;
}
.banner_auto{
	height: 405px;
	position: relative;
}
.sm1 {
	width: 360px;
	margin-left: 420px;
}

.jing {
	width: 100%;
	background: url(../img/jing.png) no-repeat left top;
	background-size: 100% 570px;
	height: 570px;
}

.yjleft {
	width: 360px;
	float: left;
	margin-top: 200px;
	margin-left: 30px;
}

.adiv1 {
	color: #FFFFFF;
	font-size: 40px;
	float: left;
	position: relative;
	text-align: left;
}
 
.adiv1:before {
	content: '';
	width: 80px;
	position: absolute;
	height: 4px;
	background: #fff;
	left: 0px;
	bottom: -10px;
}

.yjright .adiv1:before {
	content: '';
	width: 80px;
	position: absolute;
	height: 4px;
	background: #3366cc;
	left: 0px;
	bottom: -10px;
}

.adiv1a {
	color: #333;
}

.adiv2 {
	font-size: 30px;
	margin-top: 15px;
	color: #fff;
}

.adiv2a {
	color: #333;
}

.yjright {
	color: #000 !important;
	float: right;
	margin-right: 30px;
}

.sm1,
.sm2 {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}
#page1,#page2,#page3{
	position: absolute;
	top: -50px;
	left: 10px;
}
.jieshao {
	background: url(../img/jieshao.png) no-repeat left top;
	height: 500px;
}

.js_text {
	margin-top: 150px;
	padding: 0 25px;
	box-sizing: border-box;
	font-size: 25px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 50px;
	line-height: 40px;
}

.contact {
	background: #f8f8f8;
	padding: 40px 0;
}

.ul1 {
	margin-bottom: 70px;
}

.ul1 li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.bdiv1 {
	font-size: 30px;
}

.bdiv2 {
	font-size: 20px;
	margin-top: 10px;
}

.div8 {
	padding: 0 50px;
	box-sizing: border-box;
}

.text2 {
	font-size: 25px;
}

.mt30 {
	margin-top: 30px;
}

.banner2 {
	background: url(../img/bang.png) no-repeat left top;
	background-size: 100% 400px;
	height: 400px;
}
.banner6 {
	background: url(../img/wenda.png) no-repeat left top;
	background-size: 100% 400px;
	height: 400px;
}

.width1020 {
	width: 1020px;
	margin: 0px auto;
}
.wend_baner{
	background: rgba(255,255,255,0.6);
}

.width1020 h1 {
	font-size: 45px;
	color: #FFFFFF;
	float: left;
	margin-left: 190px;
	margin-top: 28px;
	font-weight: 100;
	font-size: 30px;
}

.search {
	float: left;
	margin-left: 190px;
	width: 600px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
	border: 0;
	border-radius: 5px;
	background-color: #FFFFFF;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-size: 23px 23px;
	background-position: 95% 9px;
	margin-top: 20px;
}

.list1 {
	border: 1px solid #CCCCCC;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 50px;
	background: #FFFFFF;
}

.d1 {
	font-size: 16px;
	text-align: left;
	padding: 30px 0;
	border-bottom: 1px solid #CCCCCC;
}

.ul2 {
	display: flex;
	justify-content: space-between;
}

.ul2 li {
	float: left;
	width: 230px;
}

.ul2 li img {
	width: 100%;
	height: 150px;
	float: left;
}

.title2 {
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

.head2 {
	background: #fbfbfb;
}

.zhuti {
	width: 960px;
	margin-left: 120px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin-top: 30px;
}

.a1 {
	padding: 15px 0;
	border-bottom: 1px solid #CCCCCC;
}

.twbtn {
	display: block;
	float: right;
	margin-right: 20px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #03a9f4;
	border-radius: 3px;
}

.a2 {
	padding: 0 10px;
	box-sizing: border-box;
}

.a1_1 {
	margin-top: 25px;
}

.a_b1 {
	float: left;
	font-weight: bold;
	color: #006699;
	font-size: 16px;
	margin-left: 15px;
}

.zhiding {
	float: left;
	margin-left: 15px;
}

.suo {
	margin-left: 15px;
	float: left;
}

.a1_2 {
	float: left;
	margin-left: 50px;
	font-size: 16px;
	margin-top: 20px;
}

.a1_3_1 {
	width: 300px;
	margin-left: 50px;
}

.a1_3_2 {
	float: right;
	margin-right: 20px;
	width: 50%;
	text-align: right;

}

.smallico {
	color: #999999;
}

.a1_3_2 span {
	margin-left: 30px;
	color: #999999;
		font-size: 12px;
}

.a1_3 {
	margin-top: 40px;
}

.vip1 {
	margin-left: 20px;
}

.a1_3_1 {
	color: #999;
	font-size: 12px;
}

.count_hd {
	position: relative;
	height: 50px;
	margin-top: 20px;
}

.count_hd span {
	background: #FFFFFF;
	font-size: 18px;
	color: #333;
	position: absolute;
	left: 15px;
	top: 10px;
	z-index: 99;
	font-weight: bold;
}

.hr1 {
	border-bottom: 1px solid #CCCCCC;
	position: absolute;
	width: 925px;
	top: 25px;
	z-index: 98;
	left: 15px;
	box-sizing: border-box;
}

.shenglue {
	color: #2482be !important;
	background: #f7f7f7;
	padding: 2px 0;
	font-size: 20px !important;
	font-weight: bold;
}

.question {}

.question li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 15px;
}

.question li:first-child {
	padding-top: 0;
}

.userimg2 {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 10px;
}

.question li img {
	margin-right: 8px;
	float: left;
}

.vphei {
	width: 18px;
	height: 18px;
	margin-top: 6px;
}

.ad1 {
	height: 30px;
	font-size: 12px;
}

.yin {
	margin-top: 7px;
}

.username1 {
	margin-top: 7px;
	float: left;
	margin-right: 20px;
}

.asbody {
	float: left;
	width: 700px;
	margin-left: 40px;
	font-size: 16px;
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}


/*page ��ҳ*/

.pagingUl {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pagingUl li {
	float: left;
	width: 30px;
	height: 30px;
	list-style: 30px;
	text-align: center;
}

.pagingUl li a {
	text-decoration: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	padding: 0;
	background: #fafafa;
	color: #666;
	font-size: 12px;
	border: 1px solid #ddd;
}

.prv,
.next {
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.first,
.last {
	width: 30px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.pageTest {
	height: 50px;
	margin-top: 15px;
}
.next{
	margin-right: 30px;
}
.activP {
	background-color: #367fa9!important;
	color: #fff!important;
}
.luxiang{
	position: fixed;
	top: 150px;
	width: 40px;
	text-align: center;
	font-size: 25px;
	color: #3399ff;
	z-index: 99999;
}
.luxiang1{
	top: 400px;
}
.bar3{
	width: 100px;/* ֮ǰ�ǣ�118px*/
	position: absolute;
	z-index: 99999999;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	display: none;
}
.bar3 li{
	font-size: 16px;
	color: #0099ff;
	line-height: 30px;/* ֮ǰ�ǣ�35px*/
	text-align: left;/* ֮ǰ�ǣ�center*/
	height: 30px;/* ֮ǰ�ǣ�35px*/
}
.bianjiqi{
	width: 100%;
	height: 300px;
	float: left;
}
.huifu{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background: #03a9f4;
	float: left;
	margin-left: 420px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.erji a{
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-indent:70px;
	color: #333;	
}
.order_num{
	width: 200px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
	text-indent: 5px;
	font-size: 16px;
}
.search_order{
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	background: #0099ff;
	border: 0;
	margin-left: 10px;

}
table{
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table thead tr{
	background:#f2f2f2;
}
.look{
	color: #007AFF;
	cursor: pointer;
}
table tbody tr{
	background: #FFFFFF;

}
table td, table th{
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-size: 14px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.width1300{
	width: 1300px;
	position: relative;
}
.newwai{
	width: 1080px;
	position: relative;
}
.xuan{
	width: 15px;
	height: 15px;
	border: 0 !important;
}
.des2{
	position: absolute;
	left: 230px;
	bottom: 10px;
	width: 700px;
	font-size: 16px;
}
.hr2{
	float: left;
	width: 310px;
	height: 1px;
	background: #CCCCCC;
}
.fades{
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}
.fp_detail{
	width: 800px;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	top: 20%;
	padding-bottom: 50px;
}
.piao{
	width: 760px;
	margin-left: 20px;
	float: left;
}
.piao table td{
	text-align: left;
	text-indent: 10px;
}
.title3{
	text-align: center;
	font-size: 18px;
	margin: 30px 0;
}
.fp_info1{
	color: #007AFF;
}
.mt30{
	margin-top: 30px;
}
.close{
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 25px;
	color: #666;
	cursor: pointer;
}
.zhuangtai{
	color: #007AFF;
}
.fp_info1 span{
	margin-right: 50px;
}
.kaipiao{
	margin-top: 15px;
	width: 100px;
	height: 30px;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	float: left;
	background: #0099ff;
	cursor: pointer;
}
.kp_form{
	position: fixed;
	/*left: ;*/
}
.inline1 {
	margin-bottom: 10px;
}
.inline1 span{
	float: left;
	display: block;
	line-height:30px;
	font-size: 14px;
}
.des01{
	width: 80px;
	text-align: right;
}
.des02{
	width: 600px;
}
.red{
	color: #ff0000;
}
.bd1{
	border: 1px solid #CCCCCC;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
}
.tijiao1{
	width: 80px;
	background: #02a7f0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #02a7f0;
	margin-left: 300px;
	float: left;
}
.prev{
	width: 80px;
	background: #FFFFFF;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 10px;
	
}
.bar5{
	display: none;
}
.header3{
	background: rgba(255,255,255,0.5);
}
.banner3{
	background: url(../img/geren.jpg) no-repeat left top;
	background-size: 100% 100%;
	height: 630px;
	width: 100%;
	float: left;
	overflow: hidden;
}
.jiage{
	display: flex;
	justify-content: space-between;
	width: 1080px;
	margin-left: 60px;
}
.jiage li{
	width: 200px;
	height: 200px;
	background: #FFFFFF;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 150px;
	border-radius: 5px;
	box-shadow: -1px 10px 6px #8C8C8C;
}
.shoujia{
	font-weight: bold;
	color: #cc9933;
	font-size: 25px;
	text-align: center;
	margin-top: 25px;
}
.yuefen{
	color: #333333;
	text-align: center;
	padding: 13px 0;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 14px;
}
.zhouqi{
	font-weight: bold;
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.goumai{
	width:100px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #cc9933;
	color:#cc9933;
	text-align: center;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.underline{
	text-decoration: line-through;
}
.bg-fff{
	background: #FFFFFF;
}
.tequan{
	width: 1000px;
	float: left;
	margin-left:100px;
}
.tequan li{
	width: 200px;
	background: #f8f8f8;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 0 25px;
	padding-bottom: 26px;
	float: left;
	margin-right: 66px;
	box-sizing: border-box;
	height: 200px;
	margin-top: 70px
}
.tequan li:nth-child(4n){
	margin-right: 0;
}
.tequan li div{
	font-size: 14px;
}
.img_ico{
	width:51px;
	height: 51px;
	float: left;
	margin-left: 50px;
	margin-top: 25px;
	position: relative;
}
.img_ico img{
	position:absolute;
	left: 0;
	bottom: 0;
}
.title5{
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}
.tetable{
	width: 900px;
	float: left;
	margin-left: 150px;
	border:1px solid #CCCCCC;
	margin-top: 40px;
}
.tetable tr td{
	border: 0;
	height: 40px;
	line-height: 40px;
}

.tetable tr:nth-child(2) td{
	padding-top: 10px;
	padding-bottom: 10px;
}
.huang{
	background: #fefddf;
}

.kaivip img{
	position: relative !important;
	left: 0 !important;
}
.img2 img{
	position: relative !important;
	left: 0 !important;
	top: 3px !important;
	margin-right: 5px;
}

.tediv1{
	width: 100%;
	float: left;
}
.tetable li{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.tetable span{
	width: 33.33%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.tediv1 span{
	font-size: 20px;
	line-height: 40px;
	padding-top: 20px;
}
.tetable .ying{
	position: relative;
}
.tetable li img:last-child{
	position: absolute;
	top: 8px;
	left: 45%;
}
.kai{
	float: left;
	text-align: center;
	width: 100%;
	height: 50px;
}
.kai div{
	width: 33.33%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	height: 50px;
}
.bg2{
	background: #fffaec;
}
.ying{
	background-image: url(../img/ying.png);
	background-repeat:repeat-y;
	background-size: 100% auto;
}
.youhui1{
	background: url(../img/youhui_new2.png) no-repeat left top;
}
.youhui2{
	background: url(../img/yiling_new2.png) no-repeat left top;
}
.youhui{
	width: 448px;
	height: 189px;
	position: absolute;
	z-index: 99999;
	background-color: #FFFFFF;
}
.fu{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 25px;
}
.money{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 80px;
}
.qian{
	text-align: left;
	padding-left: 110px;
	box-sizing: border-box;
}

.man{
	text-align: left;
	padding-left: 55px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 20px;
}
.wdsw{
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin-top: 30px !important;
}
.twbtn1{
	float: left;
	background: #03a9f4;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
}
.q1{
	padding: 15px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
}
.list2 li{
	padding: 15px 15px;
	box-sizing: border-box;
	float: left;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}
.tabs2{
	float: right;
}
.tabs2 li{
	float: left;
	margin: 0 10px;
	padding-bottom: 5px;
}
.tabs2 .active{
	border-bottom: 3px solid #03a9f4;
	font-weight: bold;
}
.count1{
	width: 60px;
	height: 60px;
	float: left;
	display: block;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.size18{
	font-size: 18px;
}

.text-center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.size14{
	font-size: 14px;
}
.title6{
	color: #999999;
}
.count2{
	width: 840px;
	float: right;
	text-align: left;
}
.ctdiv1{
	color: #006699;
}
.ccdiv2{
	color: #999;
	margin-top: 15px;
	font-size: 14px;
}
.ccdiv2 span{
	float: left;
	display: block;
	line-height: 25px;
	height: 25px;
}
.info3{
	float: right;
	width: 270px;
	height: 25px;
	line-height: 25px;
}
.yanjing2{
	font-size:20px;
}
.liulanl{
	font-size: 14px;
	margin-left: 5px;
}
.shijian2{
	float: right !important;
	
}
.mt50{
	margin-top: 50px;
}
.hei{
	color: rgb(51,51,51) !important;
}
.line-select{
	width: 250px;
	border: 1px solid #e6e6e6;
	height: 30px;
	padding-left: 10px;
}
.line-select2{
	width: 100px;
	margin-right:10px;
	float: left;
}

/*2021-12-19 edit overflow:hidden���������������,��ô�����Ĳ��ֽ��Զ������ء�*/
.style1{
	background: #FFFFFF;
	overflow: hidden;
}