@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}
ol, ul {
	list-style:none
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
body {
	background:#fff;
	font-size:14px;
	font-family:'Microsoft Yahei', '微软雅黑', Tahoma, Arial, STHeiti, sans-serif;
	color:#666666;
	-webkit-text-size-adjust:100%
}
.width900{width: 900px; height: auto; overflow: hidden;}
.textalign{text-align: center;}
.textalignleft{text-align: left;}
.textalignright{text-align: right;}
.paddleft0{padding-left: 0px;}
.paddleft5{padding-left: 5px;}
.paddleft15{padding-left: 15px;}
.paddleft20{padding-left: 20px;}
.paddleft30{padding-left: 30px;}
.paddleft40{padding-left: 40px;}
.paddleft50{padding-left: 50px;}
.paddtop20{padding-top: 20px; color: #666666; font-size: 16px;}
.paddtop10{padding-top: 10px;}
.paddtop5{padding-top: 5px;}
.paddtop3{padding-top: 3px;}
.paddtop97{padding-top: 97px;}
.paddright40{padding-right: 40px;}
.paddright10{padding-right: 10px;}
.paddright0{padding-right: 0px;}
.paddright5{padding-right: 5px;}
.paddleft10{padding-left: 5px;line-height: 16px;}
.paddl10{padding-left: 10px;}
.paddbottom10{padding-bottom: 10px;}
.paddbottom15{padding-bottom: 15px;}
.paddbottom20{padding-bottom: 20px;}
.margintop10{ margin-top: 10px;}
.marginbottom20{ margin-bottom: 20px;}
.marginbottom35{ margin-bottom: 35px;}
.marginleft20{ margin-left: 20px;}
.fl{float: left;}
.fl1{float: left; display: block;}
.fr{float: right;}
.fr1{float: right; display: block;}
.fz{font-size: 20px;}
.lh18{line-height: 18px;}
.lh20{line-height: 20px;}
.lh25{line-height: 25px;}
.lh30{line-height: 30px;}
.white{color: #fff;}
.red{color: red;}
.red1{color: #ff0000;}
.blue{color: #247bcc}
.black{color:#000;}
.green{color: #8dab01;}
.date{color: #aaaaaa;}
.lineright{ background: url(/front/images/line_vertical.jpg) repeat-y right center;}
.linebottom{ background: url(/front/images/linetransverse.jpg) repeat-x center bottom;}
.widthinner{width: 1000px; margin: auto; height: auto;}
.fontsize70{font-size: 70px; color: #fff;}
.shadowdata{
	-webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 10px rgba(0, 0, 0, 0.2);
}
p{
	text-indent: 26px;
	text-align: left;
	line-height: 35px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0;
  font-family: inherit;
  line-height: 16px;
  color: #000;
  text-rendering: optimizelegibility;
}


h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}
.handlink{
	cursor: pointer;
}


/*====导航====*/
.navbarbox{
	position:relative;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
	width: auto;
	height:auto; 
}
.navbarbox-other{
	position:fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
	width: auto;
	height:auto; 
}
.navbar-in{
	width: auto;
	height:27px; 
	background: url(/front/images/nav_top_bg.jpg);
}
.nav_weibo{
	width: 35px;
	height: 27px;
}
.navbar-top{
	margin:auto;
	width: 1000px;
	height:27px; 
}
.navbar-top-left{
	float: left;
}
.navbar-top-left ul{
	/*width: 450px; */
	width: 500px;
	height:27px; 
}
.navbar-top-left ul li{
	float: left;
}
.navbar-top-left ul li a{
	color: #e6e6e6;
	font-size: 12px;
	text-decoration: none;
	float: left;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	}
.navbar-top-left ul li a:hover{
	color: #00e4ff;
	font-size: 12px;
	text-decoration: none;
	float: left;
	height: 27px;
	line-height: 27px;
}
.navbar-top-left ul li .paddleft0{
	padding-left: 0px;
}
.navbar-top-right{
	float: right; 
}
.navbar-top-right ul{
	/*width:500px;*/
	width:450px;
	height:27px;
}
.navbar-top-right ul li{
	float: right;
}
.navbar-top-right ul li a{
	color: #e6e6e6;
	font-size: 12px;
	text-decoration: none;
	float: left;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
}
.navbar-top-right ul li a:hover{
	color: #00e4ff;
	font-size: 12px;
	text-decoration: none;
	float: left;
	height: 27px;
	line-height: 27px;
}
.navbar-top-right ul li .rlink{
	color: #00e4ff;
	font-size: 12px;
	text-decoration: none;
	float: left;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
}
.navbar-top-right ul li .paddright0{
	padding-right: 0px;
}
.ifont{
	font-style: italic;
	color: #a8cb07;
	line-height: 27px;
}
.ifont2{
	font-style: italic;
	color: #8dab01;
	line-height: 27px;
}
.ifont1{
	font-style: italic;
	font-size: 18px;
	color: #fff;
	line-height: 27px;
}
.ifont3{
	font-style:normal;
	color: #a8cb07;
	line-height: 27px;
}
.navbar-innerbottom{
	width: auto;
	height: 70px;
	background:url(/front/images/nab_bottom_bg.png) repeat-x; 
}
.navbar-bottom{
	margin: auto;
	width: 1000px;
	height: 70px;
}
.navbar-bottom ul{
	width:850px;
	height: 61px;
	padding-top: 9px;
	float: right;
}
.navbar-bottom ul li{
	float: right;
}
.navbar-bottom ul li a{
	float: left;
	width: 130px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #000;
	margin-left: 20px;

}
.navbar-bottom ul li a:hover{
	float: left;
	width: 130px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #247bcc;
	margin-left: 20px;
	
}
.navbar-bottom ul li .navbg{
	float: left;
	width: 130px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color:#247bcc;
	background: url(/front/images/nav_down_bg.jpg) no-repeat center center;
	/*margin-left: 43px;*/
	background-size: 130px 52px;
}


/*====banner====*/
.carousel .item {
    height: 430px;
}
.carousel img {
    /*position: absolute;
    top: 0;
    left: 0;
    /*min-width: 100%;
    height: 500px;*/
}

/*====2014-1-20添加====*/
.ban{
	position:relative;
	margin: auto; 
	width:1000px;
}
.ban-ad1{
	padding: 150px 0px 0px 50px;
}


.carousel {
	position:relative;
	margin-bottom:0px;
	line-height:1
}
.carousel-inner {
	position:relative;
	width:100%;
	overflow:hidden
}
.carousel-inner>.item {
	position:relative;
	display:none;
-webkit-transition:.6s ease-in-out left;
-moz-transition:.6s ease-in-out left;
-o-transition:.6s ease-in-out left;
transition:.6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display:block;
	line-height:1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:60%;
	left:15px;
	width:40px;
	height:40px;
	margin-top:-20px;
	cursor: pointer;
	font-size:60px;
	font-weight:100;
	line-height:30px;
	color:#fff;
	text-align:center;
	background:#222;
	border:3px solid #fff;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
	opacity:.5;
	filter:alpha(opacity=50)
}
.carousel-control.right {
	right:40px;
	left:auto
}
.carousel-control:hover, .carousel-control:focus {
	color:#fff;
	text-decoration:none;
	opacity:.9; 
	filter:alpha(opacity=90)
}
.carousel-control1 {
	position:absolute;
	top:547px;
	left:15px;
/*	width:75px;
	height:78px;*/
	width:110px;
	height:136px;
	margin-top:-20px;
	cursor: pointer;
	font-size:60px;
	font-weight:100;
	line-height:30px;
	color:#fff;
	text-align:center;
	background:none;
	border:0px;
	
}
.carousel-control1.right {
	right:15px;
	left:auto
}
.carousel-control1:hover, .carousel-control1:focus {
	color:#fff;
	text-decoration:none;
	opacity:.9; 
}
.carousel-indicators {
	position:absolute;
	top:-30px;
	left:0px;
	z-index:4;
	margin:0;
	list-style:none
}
.carousel-indicators li {
	display:block;
	float:left;
	width:10px;
	height:10px;
	margin-left:5px;
	text-indent:-999px;
	background-color:#fff;
	cursor: pointer;
	background-color:rgba(255, 255, 255, 0.65);
	border-radius:0px
}
.carousel-indicators .active {
	background-color:#fc8f00;
}
.carousel-caption {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	padding:15px;
	background:#333;
	background:rgba(0, 0, 0, 0.75)
}
.carousel-caption h4, .carousel-caption p {
	line-height:20px;
	color:#fff
}
.carousel-caption h4 {
	margin:0 0 5px
}
.carousel-caption p {
	margin-bottom:0
}

/*====登录====*/
.login{
	position: absolute;
	top:-430px;
	right:0px;
	width: 336px;
	padding-left: 2px;
	height: auto;
	overflow: hidden;
	padding-bottom: 0px;
	background: url(/front/images/login_bg.png) repeat-y;
	z-index: 100;

}
.login-box{
	width: 326px;
	padding-left: 10px;
	/*height:72px;*/
	background: url(/front/images/login_linebg.png) repeat-x center bottom;
}
.loginbusinessid{
	font-size: 26px;
	padding-left: 10px;
	height:50px;
	padding-top: 25px;
	color: #fff;
	display: block;
	float: left;
}
.loginicon{
	display: block;
	width: 32px;
	height:40px;
	height: 32px;
	padding-top: 25px;
	float: left;
	}
.login-box ul{
	/*height: 22px;*/
	padding-top: 5px;
	float: right;
	width: 160px;

}
.login-box ul li{
	float: right;
	height: 16px;
}
.login-box ul .rightline{
	background: url(/front/images/line_vertical.jpg) repeat-y right center;
}
.login-box ul li a{
	float: left;
	color: #fff;
	font-size: 12px;
	display: block;
	width: 60px;
	height: 16px;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
}
.loginform{
	width: 326px;
	padding-left: 10px;
}
.loginBtn{
	border: 0;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	display: block;
	width: 309px;
	height: 40px;
	background: url(/front/images/login_botton_bg.jpg) no-repeat center center;	
}
.loginBtn:hover{
	border: 0;
	cursor: pointer;
	font-size: 24px;
	color: #00e4ff;
	text-align: center;
	line-height: 30px;
	display: block;
	width: 309px;
	height: 40px;
	background: url(/front/images/login_botton_bg.jpg) no-repeat center center;	
}
.lo-user{
	float: left;
	display: block;
	width: 311px;
	margin: 10px 0px;
	height: 40px;
	background: url(/front/images/input_bg.png) no-repeat center center;
}
.lo-password{
	float: left;
	display: block;
	width: 311px;
	margin: 0px 0px 10px 0px;
	height: 40px;
	background: url(/front/images/input_bg.png) no-repeat center center;
}
.lo-password input{
	font-size: 14px;
	color: #8c8c8e;
	background: none;
	border: 0px;
	width: 301px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
}
.lo-user input{
	font-size: 14px;
	color: #8c8c8e;
	background: none;
	border: 0px;
	width: 301px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
}
.lo_botton a{
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	display: block;
	width: 309px;
	height: 40px;
	background: url(/front/images/login_botton_bg.jpg) no-repeat center center;	
}
.lo_botton a:hover{
	font-size: 24px;
	color: #00e4ff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	display: block;
	width: 309px;
	height: 40px;
	background: url(/front/images/login_botton_bg.jpg) no-repeat center center;	
}
.lo_botton2 a{
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	display: block;
	width: 152px;
	height: 40px;
	background: url(/front/images/login_botton_bg.jpg) no-repeat center center;	
}
.lo_verification{
	width: 309px;
	height: 20px;
	line-height: 20px;
}
.lo-code{
	width: 336px;
	height: 40px;
	padding:0px 0px 10px 0px;
	float: left;
}
.codeno{
	width: 119px;
	height: 40px;
	background: url(/front/images/input_smallbg.png) no-repeat center center;	
}
.codeno input{
	font-size: 14px;
	color: #8c8c8e;
	background: none;
	border: 0px;
	width: 109px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
}
.codead{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.codead a{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
}
.codead a:hover{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-decoration: underline;;
}
.forgetpass{
	width: 336px;
	height: 30px;
	padding:0px;
	float: left;
}
.fg_check{
	width: 25px;
	height: 25px;
	padding-top: 5px;
}
.fg_content{
	width: 220px;
	height: 30px;
	color: #fff;
}
.fg_pass{
	width: 150px;
	height: 30px;
}
.fg_pass a{
	color: #fff;
	text-decoration: none;
}
.fg_pass a:hover{
	color: #fff;
	text-decoration: underline;
}
/*====公告====*/
.noticein{
	position: absolute;
	top:-59px;
	right:0px;
	width: 290px;
	padding-left: 50px;
	height: 76px;
	background: url(/front/images/notice_bg.png) repeat-y;
	z-index: 100;
}
.no-ad a{
	display: block;
	float: left;
	height: 60px;
	width: 210px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
}
.no-ad a:hover{
	display: block;
	float: left;
	height: 60px;
	width: 200px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}





/*====内容要点====*/
.comtentcenter{
	width: auto;
	height:210px;
}
.cc-containers{
	width: 320px;
	padding-right: 20px;
	height: auto;
	overflow: hidden;
	float: left;
}
.cc-containersR{
	width: 320px;
	height: auto;
	overflow: hidden;
	float: left;
}
.cc-new{
	width:320px;
	height: auto;
	overflow: hidden;
	float: left;
}
.cc-new ul{
	width: 320px;
	height: auto;
}
.cc-new ul li{
	width: 320px;
	height: auto;
}
.cc-new ul li a{
	display: block;
	float: left;
	width: 320px;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	word-break:keep-all; 
    white-space:nowrap; 
    overflow:hidden;
    text-overflow:ellipsis; 
}
.cc-new ul li a:hover{
	display: block;
	float: left;
	width: 320px;
	height: 30px;
	line-height: 30px;
	color: #247bce;
	text-decoration: none;
}
.cc-newbt{
	width: 225px;
	padding-left: 65px;
	height: 80px;
	padding-top: 12px;
}
.cc-newbt a{
	display: block;
	width: 110px;
	padding-left: 90px;
	height: 80px;
	line-height: 60px;
	font-size: 20px;
	background: url(/front/images/new_icon.png) no-repeat;
	color: #000;
	text-decoration: none;
	float: left;
	cursor:pointer;
	text-align: center;
}
.cc-newbt a:hover{
	display: block;
	width: 110px;
	padding-left: 90px;
	height: 80px;
	line-height: 60px;
	font-size: 20px;
	background: url(/front/images/new_over_icon.png) no-repeat;
	color: #247bcc;
	text-decoration: none;
	float: left;
	cursor:pointer;
	text-align: center;
}
.cc-productbt{
	width: 215px;
	padding-left: 75px;	
	height: 80px;
	padding-top: 12px;
}
.cc-productbt a{
	display: block;
	width: 110px;
	padding-left: 90px;
	height: 80px;
	line-height: 60px;
	font-size: 20px;
	background: url(/front/images/product_icon.png) no-repeat;
	color: #000;
	text-decoration: none;
	float: left;
	cursor:pointer;
	
}
.cc-productbt a:hover{
	display: block;
	width: 110px;
	padding-left: 90px;
	height: 80px;
	line-height: 60px;
	font-size: 20px;
	background: url(/front/images/product_over_icon.png) no-repeat;
	color: #247bcc;
	text-decoration: none;
	float: left;
	cursor:pointer;
	
}
.cc-prodata a{
	color: #666;
	display: block;
	width: 320px;
	height: auto;
	text-decoration: none;
}
.cc-prodata a:hover{
	color: #247bcc;
	display: block;
	width: 320px;
	height: auto;
	text-decoration: none;
}
.cc-businessbt{
	width: 215px;
	padding-left: 75px;
	height: 80px;
	padding-top: 12px;
}
.cc-businessbt a{
	display: block;
	width: 110px;
	padding-left: 80px;
	height: 80px;
	line-height: 60px;
	font-size: 20px;
	background: url(/front/images/business_icon.png) no-repeat;
	color: #000;
	text-decoration: none;
	float: left;
	cursor:pointer;
	
}
.cc-businessbt a:hover{
	display: block;
	width: 110px;
	padding-left: 80px;
	height: 80px;
	line-height: 60px;
	font-size: 20px;
	background: url(/front/images/business_over_icon.png) no-repeat;
	color: #247bcc;
	text-decoration: none;
	float: left;
	cursor:pointer;
	
}
.newtop{
	font-size: 14px;
	color: #000;
	display: block;
	float: left;
}
.newlab{
	font-size: 14px;
	color: #fff;
	width: 62px;
	padding-right: 3px;
	height: 16px;
	background: url(/front/images/new_lab_bg.png) no-repeat;
	display: block;
	float: left;
	text-align: right;
	line-height: 14px;
}
.cc-business ul{
	width: 320px;
	height: auto;
	_height: 40px;
	float: left;
}
.cc-business ul li{
	width: 320px;
	height:30px;
	padding-top: 10px;
	padding-left: 20px;
	_padding-left: 0px;
	background: url(/front/images/linetransverse.jpg) repeat-x center top;
}
.cc-business ul li a{
	display: block;
	float: left;
	width: 220px;
	_width: 200px;
	padding-left: 3px;
	height: 16px;
	line-height: 16px;
	color: #666;
	text-decoration: none;
}
.cc-business ul li a:hover{
	display: block;
	float: left;
	width: 220px;
	padding-left: 3px;
	height: 16px;
	line-height: 16px;
	color: #247bce;
	text-decoration: none;
}
.businesslab{
	font-size: 14px;
	width: 62px;
	padding-left: 23px;
	height: 16px;
	background: url(/front/images/business_access_icon5.png) no-repeat;
	display: block;
	float: left;
	text-align: left;
	line-height: 14px;
}
.cc-business ul li .widthie6{
	width: 80px;
}
.cc-business ul li .widthie6:hover{
	width: 80px;
}
.businesslab:hover{
	font-size: 14px;
	width: 62px;
	padding-left: 23px;
	height: 16px;
	background: url(/front/images/business_access_icon6.png) no-repeat;
	display: block;
	float: left;
	text-align: left;
	line-height: 14px;
}

.line_vertical{
	
	display: block;
	float: left;
	width: 10px;
	height: 18px;
	background: url(/front/images/line_vertical.jpg) repeat-y center center;
}
/*====logo展示====*/
.rotate{
	width: 320px;
	height: auto;
}
.ro-arrowleft{
	width: 13px;
	height: 50px;
	float: left;
	background: url(/front/images/arrow_business_left.jpg) no-repeat center center;
}
.ro-arrowright{
	width: 13px;
	height: 50px;
	float: left;
	background: url(/front/images/arrow_business_right.jpg) no-repeat center center;
}
.rotate ul{
	width: 265px;
	padding-left: 15px;
	height: 50px;
	float: left;
}
.rotate ul li{
	width: 50px;
	height: 50px;
	float: left;
	padding:0px;
	background: none;
}

/*====footer====*/
.footer{
	width: auto;
	/* height: auto; */
	height:430px;
	overflow: hidden;
	background-color: #434343;
	text-align: center;
}
.partner{
	margin: auto;
	width: 1000px;
	height: auto;
}
.pa-title{
	color: #000;
	font-size: 12px;
	padding: 20px 0;
}
.partner ul{
	width: 1000px;
	height: auto;
}
.partner ul li{
	float: left;
}
.partner ul li ul{
	width: 1000px;
	height: 40px;
	padding-top: 0px;
	padding-bottom: 8px;
}
.partner ul li ul li{
	width: 120px;
	padding: 0 13px;
	height: 40px;
	float: left;
}
.partner ul li ul .padl0{
	padding-left: 0px;
}
.partner ul li ul .padr0{
	padding-right: 0px;
}
.bottom{
	margin: auto;
	height: auto;
	width: 1000px;	
	display: block;
	overflow:hidden;
}
.bottomline{
	width: 1000px;
	height: 1px;
	float: left;
	background: url(/front/images/line_vertical.jpg) repeat-x center bottom;
}
.bo-content{
	height: 170px;
	width: 1000px;
	float: left;
}
.bo-content span{
	width: 725px;
	display: block;
	float: left;
}
.bo-content ul{
	float: left;
	/*width: 275px;*/
	height: auto;
}
.bo-content ul li{
	float: right;
}
.bo-content ul li .copylink1{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo5.jpg) no-repeat center center;
}
.bo-content ul li .copylink1:hover{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo5_hover.png) no-repeat center center;
}
.bo-content ul li .copylink2{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo4.jpg) no-repeat center center;
}
.bo-content ul li .copylink2:hover{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo4_hover.jpg) no-repeat center center;
}
.bo-content ul li .copylink3{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo1.jpg) no-repeat center center;
}
.bo-content ul li .copylink3:hover{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo1_hover.jpg) no-repeat center center;
}
.bo-content ul li .copylink4{
	width: 65px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo2.jpg) no-repeat center center;
}
.bo-content ul li .copylink4:hover{
	width: 65px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo2_hover.jpg) no-repeat center center;
}
.bo-content ul li .copylink5{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo3.jpg) no-repeat center center;
}
.bo-content ul li .copylink5:hover{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo3_hover.jpg) no-repeat center center;
}
.bo-content ul li .copylink6{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo6.jpg) no-repeat center center;
}
.bo-content ul li .copylink6:hover{
	width: 49px;
	height: 44px;
	display: block;
	background:  url(/front/images/copyright_logo6_hover.jpg) no-repeat center center;
}
.copyright{
	color: #9e9e9e;
	font-size: 12px;
	height: auto;
	line-height: 44px;	
}/*
.footerbg{
	background: #f5f5f5;
}*/


/** hu_xx 2013-8-7 主页面上的合作商家*/
	
	

#slides .pagination li.current a {
	background-position:0 -12px;
	
}
#slides #pagination .pagination{
	width: 750px;
	height: 50px;
	float: left;
	}

#slides_two{
	padding-left:10px;
	padding-bottom:10px;
	float: left;
}
#slides_two .slides_container {
	width:250px;
	height:50px;
	overflow:hidden;
	display:none;
	float:left;
}

#slides_two .slides_container div {
	display:block;
}

#slides_two .prev{
	float:left;
	margin-right:10px;
	margin-top:5px;
}

#slides_two .next{
	float:left;
	margin-left:10px;
	margin-top:5px;
}

/** 表格样式*/
.tableborder{ 
	border: 1px solid #dff0f7;
	margin:  10px 0px;
}
.tableborder td{
	height: 40px;
	line-height: 40px;	
}
.tableborder .tdbg{
	background-color: #dff0f7;
	border-bottom: 1px solid #dff0f7;
}
/** 产品报价表格样式*/
.tableborder1{ 
	border: 1px solid #f0f3ea;
	margin:  10px 0px;
}
.tableborder1 td{
	height: 40px;
	line-height: 40px;	
	vertical-align: middle;
}
.tableborder1 .tdbg{
	background-color: #f0f3ea;
	border-bottom: 1px solid #f0f3ea;
}
.tableborder1 .tdbottombg{
	border-bottom: 1px solid #f0f3ea;
}
.tableborder1 .tdrightbg{
	border-right: 1px solid #f0f3ea;
}
/** 置顶*/
#scrollUp {
  bottom: 20px;
  right: 20px;
  height: 42px;  
  width: 42px;
  background: url(/front/images/zd_icon.jpg) no-repeat;	}
  #scrollUp:hover {
  bottom: 20px;
  right: 20px;
  height: 42px; 
  width: 42px; 
  background: url(/front/images/zd_overicon.jpg) no-repeat;	}
  
  
  /*====forget password====*/
.forgetpw{
	width: 750px;
	padding-left: 250px;
	min-height: 420px;
	padding-top: 60px;
	overflow: visible;
}
.forgetpwcontent{
	width: 750px;
	height: 500px;
}
.forgetpwinput{
	margin-right: 15px;
	width: 264px;
	height: 40px;
	background: url(/front/images/input_business.png) no-repeat center right;
}
.forgetpwinput input{
	border: 0px;
	background: none;
	width: 254px;
	height: 40px;
	font-size: 14px;
	color: #777;
	padding: 0px 5px;
	line-height: 40px;
}
.stmp1{
	width: 750px;
	height: auto;
	overflow: hidden;
}
.fgpwtitle{
	width: 70px;
	height: 40px;
	line-height: 40px;
}
.fgyzm{
	width: 124px;
	height: 40px;
	background: url(/front/images/yzm.png) no-repeat center center;
}
.fgyzm input{
	width: 110px;
	height: 40px;
	background:none;
	line-height: 40px;
	font-size: 14px;
	padding: 0px 5px;
	color: #777;
	border: 0px;
}
.fgpwtitle1{
	width: 130px;
	height: 40px;
	line-height: 40px;
}
.fgpwstmp2{
	width: 750px;
	height: 40px;
}
.fgpwstmp2 ul{
	width: 750px;
	height: 40px;
}
.fgpwstmp2 ul li{
	width: 150px;
	height: 40px;
	float: left;
	border-left: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
.fgpwstmp2 ul .stmprline{
	width: 150px;
	height: 40px;
	float: left;
	border-right: 1px solid #cbcbcb;
}
.fgpwstmp2 ul li a{
	width: 150px;
	height: 40px;
	float: left;
	display: block;
	color: #303030;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
}
.fgpwstmp2 ul li a:hover{
	width: 150px;
	height: 40px;
	float: left;
	display: block;
	color: #247bcc;
	line-height: 40px;
	text-decoration: underline;
	text-align: center;
	}
  .fgpwcodead{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.fgpwcodead a{
	font-size: 14px;
	color: #303030;
	line-height: 40px;
	text-decoration: none;
}
.fgpwcodead a:hover{
	font-size: 14px;
	color: #247bcc;
	line-height: 40px;
	text-decoration: underline;;
}
.stmp1style{
	width: 504px;
	height: 43px;
	background: url(/front/images/stmp1.png) no-repeat center center;
	}
.stmp1style ul{
	width: 504px;
	height: 43px;
}
.stmp1style ul li{
	width: 252px;
	height: 43px;
	float: left;
}
.stmp1style ul li a{
	width: 252px;
	height: 43px;
	float: left;
	display: block;
	text-align: center;
	line-height: 43px;
	color: #303030;
	text-decoration: none;
}
.stmp1style ul li a:hover{
	width: 252px;
	height: 43px;
	float: left;
	display: block;
	text-align: center;
	line-height: 43px;
	color: #303030;
	text-decoration: none;
}
.stmp1style ul li .astmplink{
	width: 252px;
	height: 43px;
	float: left;
	display: block;
	text-align: center;
	line-height: 43px;
	color: #fff;
	text-decoration: none;
}
.stmp1style ul li .astmplink:hover{
	width: 252px;
	height: 43px;
	float: left;
	display: block;
	text-align: center;
	line-height: 43px;
	color: #fff;
	text-decoration: none;
}
.stmp1style2{
	width: 504px;
	height: 43px;
	background: url(/front/images/stmp2.png) no-repeat center center;
	}
.stmp1style2 ul{
	width: 504px;
	height: 43px;
}
.stmp1style2 ul li{
	width: 252px;
	height: 43px;
	float: left;
}
.stmp1style2 ul li a{
	width: 252px;
	height: 43px;
	float: left;
	display: block;
	text-align: center;
	line-height: 43px;
	color: #303030;
	text-decoration: none;
}
.stmp1style2 ul li a:hover{
	width: 252px;
	height: 43px;
	float: left;
	display: block;
	text-align: center;
	line-height: 43px;
	color: #303030;
	text-decoration: none;
}
.stmp1style2 ul li .astmplink{
	width: 252px;
	height: 43px;
	float: left;
	display: block;
	text-align: center;
	line-height: 43px;
	color: #fff;
	text-decoration: none;
}
.stmp1style2 ul li .astmplink:hover{
	width: 252px;
	height: 43px;
	float: left;
	display: block;
	text-align: center;
	line-height: 43px;
	color: #fff;
	text-decoration: underline;
}
.stmp3{
	width: 500px;
	height: auto;
	overflow: hidden;
}
.rightwidth{
	width: 460px;
	height: auto;
	overflow: hidden;
	line-height: 35px;
}
.rightwidth a{
	color: #555;
	text-decoration: none;
}
.rightwidth a:hover{
	color: #247bcc;
	text-decoration: underline;
}
.pwquestion{
	width: 750px;
	height: 60px;
	line-height: 40px;
}
.getsms{
	width: 150px;
	height: 40px;
	float: left;
	color: #fff;
	text-align: center;
	background-color: #7c9bbf;
}
.getsms a{
	color: #fff;
	line-height: 40px;
	display: block;
	text-align: center;
	width: 150px;
	height: 40px;
	text-decoration: none;
}
.getsms a:hover{
	color: #fff;
	line-height: 40px;
	display: block;
	text-align: center;
	width: 150px;
	height: 40px;
	text-decoration: underline;
}
.ver_uppop{
	width: 430px;
	height: auto;
	overflow: visible;
	line-height: 30px;
	color: #fff;

}
.ver_uppopcontent{
	background:url(/front/images/popup_bg2.png) repeat center center;
	border:1px solid #47688d;
	padding:3px 5px;
	
}
.ver_uppop1{
	width: 430px;
	height: auto;
	overflow: visible;
	line-height: 30px;
	color: #fff;
}
.ver_uppopcontent1{
	background:url(/front/images/popup_redbg2.png) repeat center center;
	border:1px solid #ff3333;
	padding:3px 5px;
}
.redborder{
	border: 1px solid #ff0000;
}

/*页面底部样式2014－6－10*/
.bo-content_di{ width:1000px; margin:0 auto;}
.bo-content_di p{ text-align:center;}










/*页面菜单样式2018－4-01*/
.newModify_navbar-bottom{
	margin: auto;
	width: 1000px;
	height: 70px;
}
.newModify_navbar-bottom ul{
	width:850px;
	padding-top: 9px;
	float: right;
}
.newModify_navbar-bottom ul li{
	float: right;
}
.newModify_navbar-bottom ul li>a{
	float: left;
	width: 130px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #000;
	margin-left: 20px;

}
.newModify_navbar-bottom ul li>a:hover{
	float: left;
	width: 130px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #247bcc;
	margin-left: 20px;

}

.newModify_dropdown {
	position: relative;
	display: inline-block;
}
.newModify_dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	top:59px;
	left:0px;
	width: 155px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 0px 0px;
	z-index:3000;
}
.newModify_dropdown:hover .newModify_dropdown-content {
	display: block;
}

ul.newModify_info{width:120px;margin-left:20px;margin-right:20px;}
ul.newModify_info li{height:50px;line-height:50px;text-align:center;font-color:#666666;font-size:16px;border-bottom:1px solid #dddddd;padding-left:0px;padding-right:0px;}
ul.newModify_info li a{margin-left:0px;width:120px;}
ul.newModify_info li a:hover{margin-left:0px;width:120px;}
ul.newModify_info li:last-child{border-bottom:0px solid #dddddd;}
.newModify_arrow{width:100%;text-align:center;margin-top:-15px;border:0px solid red;}
.newModify_current{color:#247bcc!important;}
.newModify_pub{width:1000px;margin-top:50px;margin-bottom:50px;}
.product-content { background: url(/front/images/newImages/product_top_bg.jpg) repeat center center;}
.line_icon{width: 800px;border-bottom: 1px dashed #ddd;height: 2px;display: inline-block;vertical-align: middle;margin-left: 5px;}
ul.Modify_net{width:1000px;color:#333333;margin:0px auto;}
ul.Modify_net li{width:180px;margin-right:34px;margin-bottom:15px;float:left;padding:20px 20px 20px 20px;background:#f8f8f8;border:1px solid #f8f8f8;height:210px;overflow:hidden;}
ul.Modify_net li:last-child{margin-right:0px;}
ul.Modify_net li .Modify_img{text-align:center;vertical-align:middle;margin-bottom:5px;}
ul.Modify_net li h1{font-size:17px;text-align:center;font-weight:normal;line-height:25px;}
ul.Modify_net li h5{font-size:14px;text-align:left;font-weight:normal;line-height:23px;}
.Modify_width{width:1000px;text-align:center;margin:0px auto;}

.Modify_width a{width: 200px;height: 46px;background: #aacd06;border-radius: 5px;text-align: center;line-height: 46px;padding:15px 35px 15px 35px;color: #fff;font-size: 18px;text-decoration: none;margin-top: 20px;cursor: pointer;}
.Modify_youshi_outside{width:1000px;margin:0px auto;}
.Modify_youshi{border-bottom:1px solid #e2e2e2;padding-top:20px;padding-bottom:20px;overflow-y:auto;}
.Modify_youshi_img{float:left;height:270px;text-align:left;margin-right:25px;}
.Modify_youshi_img img{border:3px solid #f1f1f1;}
.Modify_youshi_info{float:right;width:605px;height:270px;overflow-x:hidden;overflow-y:scroll;text-align:left;border:0px solid red;}
.Modify_youshi_info h1{font-weight:normal;font-size:17px;color:#abcd03;height:20px;line-height:20px;margin-bottom:20px;}
.Modify_youshi_info ul{}
.Modify_youshi_info ul li{width:275px;margin-right:25px;float:left;margin-bottom:15px;height:96px;}
.Modify_youshi_info ul li .Modify_infoIMg{float:left;text-align:left;width:70px;}
.Modify_youshi_info ul li .Modify_infoContent{text-align:left;font-size:15px;color:#333333;margin-left:70px;vertical-align:top;}
.Modify_youshi_info ul li .Modify_infoContent p{line-height:23px;text-indent:0px;text-align:justify;text-justify:inter-word;}
.Modify_alpha{border: 1px solid #cbcbcb;background: #fff;filter: Alpha(opacity=50);background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;text-align:center;}
.modify_text{width:1000px;margin:0px auto;font-size:16px;color:#333333;line-height:23px;margin-top:-10px;}
.Modify_alloutside{width:100%;background:#f8f8f8;}
.Modify_inside{width:1000px;margin:0px auto;padding-top:35px;padding-bottom:35px;}
.Modify_inside .Modify_jq_img{float:left;width:430px;}
.Modify_inside .Modify_jq_info{float:left;width:570px;font-size:16px;color:#333333;}
.Modify_inside .Modify_jq_info2{width:570px;font-size:16px;color:#333333;position:absolute;z-index:499;left:423px;top:25px;}
.Modify_jq_text{line-height:30px;}
ul.Modify_bank{width:100%;margin-top:35px;}
ul.Modify_bank li{width:70px;margin-right:30px;float:left;}
.Modify_btn {width: 200px;height: 46px;background: #aacd06;border-radius: 5px;text-align: center;line-height: 46px;padding:15px 35px 15px 35px;color: #fff;font-size: 18px;text-decoration: none;margin-top: 20px;cursor: pointer;}
ul.Modify_various{margin-top:20px;width:1000px;margin:0px auto;}
ul.Modify_various li{width:175px;padding:30px 30px 10px 30px;text-align:center;background:#f8f8f8;font-size:17px;margin-right:15px;float:left;color:#333333;}
ul.Modify_various li:last-child{margin-right:0px;}
ul.Modify_various li img{display:blick;margin-bottom:20px;}
ul.Modify_various li>p{text-align:center;}
.Modify_mobile{position:absolute;top:-30px;left:0px;z-index:500;width:100%;}
.Modify_jq_download{width:570px;text-align:left;margin-top:50px;}
.Modify_bank_logo{width:540px;text-align:right;}
.Modify_bank_logo img{margin-left:20px;margin-top:140px;}
ul.Modify_Insurance{width:1000px;margin:0px auto;}
ul.Modify_Insurance li{width:200px;text-align:center;float:left;}
ul.Modify_Insurance li h1{color:#000000;font-size:16px;line-height:30px;margin-bottom:20px;margin-top:35px;}
ul.Modify_Insurance li  a.Modify_item{width:200px;vertical-align:middle;padding-top:35px;height:210px;display:block;}
ul.Modify_Insurance li  a.Modify_item_current{width:200px;vertical-align:middle;border: 1px solid #cbcbcb;background: #fff;filter: Alpha(opacity=50);background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;text-align:center;display:block;vertical-align:middle;padding-top:35px;height:210px;}
.Modify_Insurance_info{width:1000px;text-align:center;color:#333333;margin:0px auto;}
.Modify_Insurance_info>h1{text-align:center;font-size:35px;font-weight:normal;line-heigth:50px;margin-top:50px;}
.Modify_Insurance_info>h2{text-align:center;font-size:15px;font-weight:normal;line-heigth:26px;}
.Modify_Insurance_info>h3{text-align:center;font-size:12px;font-weight:normal;background:#aacd06;height:8px;width:145px;margin:0px auto;}
ul.Modify_Insurance_service{margin-top:25px;width:1000px;margin:0px auto;padding-bottom:50px;overflow:auto;}
ul.Modify_Insurance_service li{width:250px;float:left;font-size:15px;color:#333333;float:left;line-height:23px;margin-top:25px!important;}
.Modify_service_text{text-align:center;height:75px;line-height:75px;border:1px solid #c9c9c9;margin-top:-10px;}
.Modify_service_text2{text-align:left;height:65px;line-height:20px;padding-top:28px;border:1px solid #c9c9c9;margin-top:-10px;padding-left:15px;padding-right:15px;}
.Modify_text-info{line-height:20px;padding-top:15px;height:60px;padding-left:15px;padding-right:15px;}
.Modify_textalign{line-height:20px;padding-top:15px;height:60px;text-align:left;padding-left:15px;padding-right:15px;}
.Modify_inrto_outside{width:730px;margin:0px auto;}
.Modify_inrto{width:380px;border-right:1px solid #dcdcdc;color:#666666;font-size:14px;text-align:left;float:left;}
.Modify_inrto_content{width:300px;}
.Modify_inrto_content h1{font-size:16px;border-bottom:3px solid #abcd03;height:35px;line-height:35px;font-weight:normal;margin-bottom:15px;color:#abcd03;}
.Modify_inrto_content h2{font-size:16px;height:28px;line-height:35px;font-weight:normal;color:#000000;}
.Modify_inrto_content p{line-height:24px;margin-top:10px;}

.Modify_inrto_content_right{display:inline-block;width:270px;font-size:14px;vertical-align:top;margin-left:60px;}
.Modify_inrto_content_right h1{font-size:16px;border-bottom:3px solid #abcd03;height:35px;line-height:35px;font-weight:normal;margin-bottom:15px;color:#abcd03;}
.Modify_inrto_content_right h2{font-size:16px;height:28px;line-height:35px;font-weight:normal;color:#000000;}
.Modify_inrto_content_right p{line-height:24px;margin-top:10px;}


/*2018-04-08金融版的样式*/
.Modify_new{position:absolute;right:-10px;top:0px;border-radius:5px;background:#f65656;color:#fff;font-size:12px;padding-left:5px;padding-right:5px;}
.newModify_navbar-bottom ul li>a {width: 120px;}
.newModify_navbar-bottom ul li>a:hover{width: 120px;}
.Modify_finance{

	background: -webkit-linear-gradient(left, #2ca9ef , #73dafe); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#2ca9ef , #73dafe); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #2ca9ef , #73dafe); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #2ca9ef , #73dafe); /* 标准的语法 */
	height:450px;
	width:100%;
	background-color:#2daaef\9;
}
.Modify_finance_inside{width:1000px;margin:0px auto;position:relative;}

@keyframes mytext01
{
	from {opacity:0;top:0px;}
	to {opacity:1;top:156px;}
}

@-webkit-keyframes mytxt01 /* Safari and Chrome */
{
	from {opacity:0;top:20px;}
	to {opacity:1;top:156px;}
}
@keyframes mytext01_little
{
	from {opacity:0;top:100px;}
	to {opacity:1;top:230px;}
}

@-webkit-keyframes mytext01_little /* Safari and Chrome */
{
	from {opacity:0;top:100px;}
	to {opacity:1;top:230px;}
}

@keyframes myimg01
{
	from {opacity:0;top:300px;right:-100px;}
	to {opacity:1;top:120px;right:0px;}
}

@-webkit-keyframes myimg01 /* Safari and Chrome */
{
	from {opacity:0;top:300px;right:20px;}
	to {opacity:1;top:120px;right:0px;}
}

.Modify_finance_text{position:absolute;color:#fff;left:0px;top:156px;width:385px;animation:mytext01 1s;-webkit-animation:mytext01 1s; /* Safari and Chrome */}
.Modify_finance_text h1{font-size:35px;height:38px;font-weight:normal;margin-bottom:10px;color:#fff;}
.Modify_finance_text_little{
	position:absolute;
	color:#fff;
	top:230px;
	left:0px;
	width:385px;
	animation:mytext01_little 1s;
	-webkit-animation:mytext01_little 1s; /* Safari and Chrome */
	font-size:15px;
	line-height:26px;
	text-indent:0px;
	animation-delay: 0.8s; /* W3C 和 Opera */
	-moz-animation-delay:0.8s; /* Firefox */
	-webkit-animation-delay: 0.8s; /* Safari 和 Chrome */
	opacity:0;
	animation-fill-mode: forwards;
}
.Modify_finance_img{position:absolute;top:120px;right:0px;width:496px;animation:myimg01 1s;-webkit-animation:myimg01 1s; /* Safari and Chrome */}
.Modify_finance_pub{width:1000px;text-align:center;margin:0px auto;color:#000000;}
.Modify_finance_pub h1{font-size:35px;line-height:70px;font-weight:normal;margin-bottom: 30px;}
.Modify_finance_pub h1 span{font-size:45px;padding-left:20px;padding-right:20px;}
.Modify_finance_pub h2{font-size:14px;line-height:24px;font-weight:normal;}
.Modify_finance_bottom_pos{width:100%;margin:0px auto;background:#f5f5f5;padding-top:30px;margin-top:50px;overflow:auto;padding-bottom:90px;}
.Modify_finance_bottom_inside{width:1000px;margin:0px auto;background:#f5f5f5;text-align:center;}
.Modify_finance_bottom_inside h1{font-size:35px;line-height:70px;font-weight:normal;}
.Modify_finance_bottom_inside h1 span{font-size:45px;padding-left:20px;padding-right:20px;}
ul.M_pos_info{color:#333333;margin-top:50px;}
ul.M_pos_info li{width:250px;float:left;}
ul.M_pos_info li .M_pos_img{width:100px;float:left;}
ul.M_pos_info li .M_pos_text{width:150px;float:left;}
ul.M_pos_info li .M_pos_text>h1{font-size:16px;line-height:35px;font-weight:normal;text-align:left;}
ul.M_pos_info li .M_pos_text>h2{font-size:14px;line-height:23px;font-weight:normal;text-align:left;}

.M_finance_provide{

	background: -webkit-linear-gradient(left, #ff5e62 , #ffa07b); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#ff5e62 , #ffa07b); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #ff5e62 , #ffa07b); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #ff5e62 , #ffa07b); /* 标准的语法 */
	height:450px;
	width:100%;
	background-color:#ff5e62\9;
}
.M_finance_provide_inside{width:1000px;margin:0px auto;position:relative;}

@keyframes mytext02
{
	from {opacity:0;top:0px;}
	to {opacity:1;top:156px;}
}

@-webkit-keyframes mytxt02 /* Safari and Chrome */
{
	from {opacity:0;top:20px;}
	to {opacity:1;top:156px;}
}
@keyframes mytext02_little
{
	from {opacity:0;top:100px;}
	to {opacity:1;top:230px;}
}

@-webkit-keyframes mytext02_little /* Safari and Chrome */
{
	from {opacity:0;top:100px;}
	to {opacity:1;top:230px;}
}

@keyframes myimg02
{
	from {opacity:0;top:300px;right:-100px;}
	to {opacity:1;top:120px;right:0px;}
}

@-webkit-keyframes myimg02 /* Safari and Chrome */
{
	from {opacity:0;top:300px;right:-100px;}
	to {opacity:1;top:120px;right:0px;}
}

.M_finance_provide_text{position:absolute;color:#fff;left:0px;top:156px;width:385px;animation:mytext01 1s;-webkit-animation:mytext01 1s; /* Safari and Chrome */}
.M_finance_provide_text h1{font-size:35px;height:38px;font-weight:normal;margin-bottom:10px;color:#fff;}
.M_finance_provide_text_little{
	position:absolute;
	color:#fff;
	top:230px;
	left:0px;
	width:395px;
	animation:mytext02_little 1s;
	-webkit-animation:mytext02_little 1s; /* Safari and Chrome */
	font-size:15px;
	line-height:26px;
	text-indent:0px;
	animation-delay: 0.8s; /* W3C 和 Opera */
	-moz-animation-delay:0.8s; /* Firefox */
	-webkit-animation-delay: 0.8s; /* Safari 和 Chrome */
	opacity:0;
	animation-fill-mode: forwards;
}
.M_finance_provide_img{position:absolute;top:120px;right:0px;width:378px;animation:myimg02 1s;-webkit-animation:myimg02 1s; /* Safari and Chrome */}
.M_provide{width:820px;padding:50px;border:1px solid #c9c9c9;margin:0px auto;text-align:center;}
.M_provide h1{font-size:20px;line-height:35px;font-weight:normal;text-align:center;}
.M_provide p{text-indent:0px;font-size:14px;text-align:left;line-height:26px;}
.M_provide_dai{width:340px;padding:30px 50px;border:1px solid #c9c9c9;float:left;}
.M_provide_dai h1{font-size:20px;line-height:35px;font-weight:normal;text-align:center;margin-bottom:0px;color:#000;}
.M_provide_dai p{text-indent:0px;font-size:14px;text-align:left;line-height:26px;text-align:justify;}
ul.M_provide_info{color:#333333;margin-top:30px;text-align:center;}
ul.M_provide_info li{width:190px;display:inline-block;margin-bottom:20px;}
ul.M_provide_info li>.M_provide_img1{text-align:center;display:block;}
ul.M_provide_info li>.M_provide_text1{text-align:center;display:block;font-size:16px;}
ul.M_provide_info li>.M_provide_text1 span{font-size:14px;display:block;width:80%;margin:10px auto 0px auto;height:40px;text-align:left;}

/*还到App*/
.Modify_huandao_bg{

	background: -webkit-linear-gradient(left, #0cd2aa , #85dcdb); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#0cd2aa , #85dcdb); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #0cd2aa , #85dcdb); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #0cd2aa , #85dcdb); /* 标准的语法 */
	height:450px;
	width:100%;
	background-color:#0cd2aa\9;
}
.Modify_huandao_inside{width:1000px;margin:0px auto;position:relative;}
.Modify_huandao_text{position:absolute;color:#fff;left:0px;top:136px;width:385px;animation:mytext03 1s;-webkit-animation:mytext03 1s; /* Safari and Chrome */}
.Modify_huandao_text h1{font-size:35px;height:38px;font-weight:normal;margin-bottom:10px;color:#fff;}
.Modify_huandao_text_little{
	position:absolute;
	color:#fff;
	top:210px;
	left:0px;
	width:385px;
	animation:mytext03_little 1s;
	-webkit-animation:mytext03_little 1s; /* Safari and Chrome */
	font-size:15px;
	line-height:26px;
	text-indent:0px;
	animation-delay: 0.8s; /* W3C 和 Opera */
	-moz-animation-delay:0.8s; /* Firefox */
	-webkit-animation-delay: 0.8s; /* Safari 和 Chrome */
	opacity:0;
	animation-fill-mode: forwards;
}
.Modify_huandao_ma{
	position:absolute;
	color:#fff;
	top:270px;
	left:170px;
	width:110px;
	animation:myma 1s;
	-webkit-animation:myma 1s; /* Safari and Chrome */
	animation-delay: 1s; /* W3C 和 Opera */
	-moz-animation-delay:1.3s; /* Firefox */
	-webkit-animation-delay: 1.3s; /* Safari 和 Chrome */
	opacity:0;
	animation-fill-mode: forwards;
}
.Modify_huandao_img{position:absolute;top:80px;right:0px;width:380px;animation:myimg03 1s;-webkit-animation:myimg03 1s; /* Safari and Chrome */}

@keyframes mytext03
{
	from {opacity:0;top:60px;}
	to {opacity:1;top:136px;}
}

@-webkit-keyframes mytxt03 /* Safari and Chrome */
{
	from {opacity:0;top:60px;}
	to {opacity:1;top:136px;}
}
@keyframes myma
{
	from {opacity:0;top:20px;}
	to {opacity:1;top:270px;}
}

@-webkit-keyframes myma /* Safari and Chrome */
{
	from {opacity:0;top:20px;}
	to {opacity:1;top:270px;}
}

@keyframes mytext03_little
{
	from {opacity:0;top:100px;}
	to {opacity:1;top:210px;}
}

@-webkit-keyframes mytext03_little /* Safari and Chrome */
{
	from {opacity:0;top:100px;}
	to {opacity:1;top:210px;}
}

@keyframes myimg03
{
	from {opacity:0;top:300px;right:-100px;}
	to {opacity:1;top:80px;right:0px;}
}

@-webkit-keyframes myimg03 /* Safari and Chrome */
{
	from {opacity:0;top:300px;right:20px;}
	to {opacity:1;top:80px;right:0px;}
}

.Modify_huandao{width:100%;margin:0px auto;background:#f5f5f5;padding-top:30px;margin-top:50px;overflow:auto;padding-bottom:30px;}
.Modify__huandao_inside{width:1000px;margin:0px auto;text-align:center;}
.Modify__huandao_img{float:left;width:480px;margin-right:90px;text-align:center}
.Modify__huandao_info{float:left;color:#000000;font-size:14px;width:390px;padding-top:140px;text-align:left;line-height:26px;text-align:justify;}
.Modify_add_app{text-align:left;padding-top:110px;line-height:26px;width:370px;margin-left:60px;margin-right:0px;color:#000000!important;}
.Modify__huandao_info2{float:right;width:528px;padding-top:0px;}

/*随行付钱包*/
.Modify_pallet_bg{

	background: -webkit-linear-gradient(left, #0bc3f5 , #7fefde); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#0bc3f5 , #7fefde); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #0bc3f5 , #7fefde); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #0bc3f5 , #7fefde); /* 标准的语法 */
	height:450px;
	width:100%;
	background-color:#0bc3f5\9;
}
.Modify_pallet_inside{width:1000px;margin:0px auto;position:relative;}
.Modify_pallet_text{position:absolute;color:#fff;left:0px;top:176px;width:385px;animation:mytext04 1s;-webkit-animation:mytext04 1s; /* Safari and Chrome */}
.Modify_pallet_text h1{font-size:35px;height:38px;font-weight:normal;margin-bottom:10px;color:#fff;}
.Modify_pallet_text_little{
	position:absolute;
	color:#fff;
	top:250px;
	left:0px;
	width:385px;
	animation:mytext04_little 1s;
	-webkit-animation:mytext04_little 1s; /* Safari and Chrome */
	font-size:15px;
	line-height:26px;
	text-indent:0px;
	animation-delay: 0.8s; /* W3C 和 Opera */
	-moz-animation-delay:0.8s; /* Firefox */
	-webkit-animation-delay: 0.8s; /* Safari 和 Chrome */
	opacity:0;
	animation-fill-mode: forwards;
}

.Modify_pallet_img{position:absolute;top:120px;right:0px;width:380px;animation:myimg04 1s;-webkit-animation:myimg04 1s; /* Safari and Chrome */}

@keyframes mytext04
{
	from {opacity:0;top:60px;}
	to {opacity:1;top:176px;}
}

@-webkit-keyframes mytxt04 /* Safari and Chrome */
{
	from {opacity:0;top:60px;}
	to {opacity:1;top:176px;}
}


@keyframes mytext04_little
{
	from {opacity:0;top:100px;}
	to {opacity:1;top:250px;}
}

@-webkit-keyframes mytext04_little /* Safari and Chrome */
{
	from {opacity:0;top:100px;}
	to {opacity:1;top:250px;}
}

@keyframes myimg04
{
	from {opacity:0;top:300px;right:-100px;}
	to {opacity:1;top:120px;right:0px;}
}

@-webkit-keyframes myimg04 /* Safari and Chrome */
{
	from {opacity:0;top:300px;right:20px;}
	to {opacity:1;top:120px;right:0px;}
}

/*流量服务*/
.Modify_flux{width:100%;margin:0px auto;background:#f5f5f5;padding-top:0px;margin-top:0px;overflow:auto;padding-bottom:0px;color:#000000;}
.Modify__flux_inside{width:1000px;margin:0px auto;text-align:center;}
.Modify__flux_img1{float:left;width:500px;text-align:center;}
.Modify__flux_info1{float:left;width:432px;padding-left:68px;text-align:justify;text-align:left;}

.Modify__flux_img2{float:left;width:432px;padding-right:68px;text-align:left;}
.Modify__flux_info2{float:left;width:500px;text-align:center;}
.Modify_flux h1{font-size:16px;line-height:28px;font-weight:normal;text-align:left;margin-bottom:8px;}
.Modify_flux h2{font-size:14px;line-height:24px;font-weight:normal;text-align:left;}