﻿@charset "utf-8";

/* CSS Document */

body {
	background: #f2f2f2;
	font-family: Tahoma, Geneva, sans-serif;

	font-family: "微软雅黑"
}

.m950 {
	margin: 0 auto;
	width: 950px;
}


a{
	cursor:pointer
}

a:link,
a:visited {
	text-decoration: none;
}

.img-box img {
	vertical-align: text-top;
}

a:hover {
	/*color: #FFAD00;*/
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}
/*.header.container { -webkit-transition: width .3s; -moz-transition: width .3s; -o-transition: width .3s; transition: width .3s }
.header { height: 80px; background: #fff; }
.logo { height: 80px; }
.logo h1 { height: 58px; margin-top: 11px; overflow: hidden; }
.nav { margin-left: 20px; position: relative;}
.nav ul li { float: left; height: 80px; font-size: 15px; position: relative; }
.nav ul li a:link,.nav ul li a:visited{color:#999;}
.nav ul li.current a:link, .nav ul li.current a:visited { color: #FFAD00; border-top:3px solid #FFAD00; }
.nav ul li a { padding: 27px 14px 30px; display: block; border-top:3px solid #dbdbdb; }
.nav ul li a:hover { color: #FFAD00; border-top:3px solid #FFAD00; }*/

#signin_menu {
	display: none;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	width: 240px;
	z-index: 99999;
	text-align: left;
	padding: 5px;
	top: 50px;
	right: 0px;
	margin-right: 0px;
	color: lightSlateGray;
	border: none;
	height: auto;
}

#signin_menu i {
	background: url("../images/top_jiao.png") no-repeat top right;
	height: 8px;
	width: 15px;
	position: absolute;
	display: block;
	left: 200px;
	top: -8px;
	_top: -5px;
	*top: -3px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.logincon {
	background: #F5F5F5;
	filter: alpha(opacity=100);
	opacity: 1;
	width: 240px;
}

.logintitle {
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 20px;
	background: url("../images/logintitle_bg.png") repeat-x;
	display: block;
	padding: 0 10px;
	font-family: "微软雅黑"
}

.username,
.password {
	font-size: 12px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 15px;
	display: block;
	margin-top: 10px;
	font-family: Tahoma, simsun;
}

.logincon .text {
	width: 204px;
	height: 32px;
	line-height: 32px;
	border: 1px #CCCCCC solid;
	margin: 0 15px;
	border-radius: 4px;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.logincon input,
label {
	vertical-align: middle;
}

.logincon input.btn:active {
	background-color: #333;
	color: #FFAD00
}

.State {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0 15px;
}

.State span {
	padding-left: 10px;
	font-family: Tahoma, simsun;
}

.btn-color {
	background: #FFAE00;
	border: none;
	color: #333333;
	margin: 10px 15px;
	font-weight: bold;
	width: 210px;
	height: 40px;
}

.btn-color:hover,
.btn-color:focus {
	color: #333;
	background: #feb312
}

.weixin {
	height: 40px;
	line-height: 40px;
	display: block;
	border-top: 1px #CCCCCC dashed;
	margin: 0 10px;
}

.weixin a {
	background: url("../images/weixin.png") no-repeat left center;
	margin: 0 40px;
	padding: 5px 0;
}

.weixin a span {
	padding-left: 40px;
}

.reg-btn {
	background: url("../images/login-btn.png") left top no-repeat;
	width: 60px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 28px;
	color: #fff !important;
	font-size: 14px;
	font-family: "微软雅黑"
}

.reg-btn:hover {
	background-position: 0 -30px;
}

.signin {
	background: url("../images/login-btn.png") -70px top no-repeat;
	width: 60px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 28px;
	color: #fff !important;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-left: 10px;
}

.signin:hover {
	background-position: -70px -30px;
}

.login-box {
	float: right;
	margin-top: 25px;
	width: 130px;
	position: relative;
}

.login-box li {
	float: left;
}


/*header end*/

.fullSlide {
	width: 100%;
	position: relative;
	height:450px;
	background: #f4f4f4;
    margin-top:-80px;
   overflow:hidden;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
    height:450px;
    
}

.fullSlide .bd ul {
	width: 100% !important;
	background: url("../images/newIndex/mybeijin.png");
}

.fullSlide .bd li {
	width: 100% !important;
	height: 450px;
	overflow: hidden;   
	text-align: center;
 
}

.fullSlide .bd li a {
	display: block;
	height: 450px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	/*background:#000;*/
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}


/*.fullSlide .hd ul .on {
	background:#f00;
}*/

.fullSlide .prev,
.fullSlide .next,
.fullSlide .prev:hover,
.fullSlide .next:hover {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 67px;
	height: 67px;
	background: url("../images/slider-arrow.png") no-repeat;
	cursor: pointer;
	display: none;
}

.fullSlide .next {
	margin-left: 475px;
	left: 50%;
	background-position: -201px 0;
}

.fullSlide .prev {
	margin-left: -565px;
	left: 50%;
}

.fullSlide .prev:hover {
	background-position: -67px 0;
	margin-left: -565px;
	left: 50%;
}

.fullSlide .next:hover {
	background-position: -134px 0;
	margin-left: 475px;
	left: 50%;
}

.help,.helps {
	/*height: 210px;*/
	overflow: hidden;
	width:300spx;
    overflow: hidden;
	float:left;
	padding-top: 10px;
}
.help{
	width:510px;
	margin-left:160px;
}
.help dl {
	float: left;
	width:110px;
	margin-top: 45px;
	margin-left:56px;
}
.helps dl{
width:320px;
float: left;
margin-top: 45px;
}
.help dl dt,.helps dl dt {
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
  	text-align:center;
}
    .help dt a,.helps dt a{
        font-size: 17px !important;
        margin: 0 auto;
        font-weight: 600;
    }
	    .help dt,.helps dt{
		margin-bottom:10px!important;
	}

.help dl dt a,.helps dl dt a,.helps dl dd a,
.help dl dd a {
	color: #FFFFFF
}

.help dl dt a:hover,
.help dl dd a:hover {
	color: #FF8E00
}

.help dl dd,.helps dl dd {
	    background: none;
        width: 100%;
        line-height: 40px;
  		text-align:center;
}

.help dl dd a,.helps dl dd a  {
        color: #ccc !important;
        margin: 0 auto; font-size:14px;
}

.help dl.phone {
	float: right;
	width: 320px;
}

.help dl.phone dt {
	font-size: 34px;
	color: #313131;
	background: url("../images/phone.png") no-repeat left center;
}

.help dl.phone dt span {
	padding-left: 60px;
}

.help dl.phone dd {
	background: none;
	color: #313131;
	height: 45px;
	line-height: 45px;
	padding-left: 15px
}

.footer {
	background:rgb(14,16,17);
	text-align: center;
	width:100%;
}

.footer p {
	color: #ccc;
    line-height: 24px;
    text-align:center;
	padding:12px;
}

.title-a {
	font-size: 12px;
	margin-top: 40px;
}

.title-a h2 {
	font-size: 24px;
	font-weight: normal;
	display: inline;
	margin-right: 10px;
}

.icon-large {
	background: url("../images/large-icon.png") left top no-repeat;
	height: 80px;
	width: 80px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.il1 {
	background-position: 0 0;
}

.current .il1 {
	background-position: -80px 0;
}

.il2 {
	background-position: 0 -80px;
}

.current .il2 {
	background-position: -80px -80px;
}

.il3 {
	background-position: 0 -160px;
}

.current .il3 {
	background-position: -80px -160px;
}

.il4 {
	background-position: 0 -240px;
}

.current .il4 {
	background-position: -80px -240px;
}

.il5 {
	background-position: 0 -320px;
}

.current .il5 {
	background-position: -80px -320px;
}

.il6 {
	background-position: 0 -400px;
}

.current .il6 {
	background-position: -80px -400px;
}

.il7 {
	background-position: 0 -480px;
}

.current .il7 {
	background-position: -80px -480px;
}

.il8 {
	background-position: 0 -560px;
}

.current .il8 {
	background-position: -80px -560px;
}

.il9 {
	background-position: 0 -640px;
}

.current .il9 {
	background-position: -80px -640px;
}

.il10 {
	background-position: 0 -720px;
}

.current .il10 {
	background-position: -80px -720px;
}

.il11 {
	background-position: 0 -800px;
}

.current .il11 {
	background-position: -80px -800px;
}

.il12 {
	background-position: 0 -880px;
}

.current .il12 {
	background-position: -80px -880px;
}

.il13 {
	background-position: 0 -960px;
}

.current .il13 {
	background-position: -80px -960px;
}

.il14 {
	background-position: 0 -1040px;
}

.current .il14 {
	background-position: -80px -1040px;
}

.il15 {
	background-position: 0 -1120px;
}

.current .il15 {
	background-position: -80px -1120px;
}

.il16 {
	background-position: 0 -1200px;
}

.current .il16 {
	background-position: -80px -1200px;
}

.il17 {
	background-position: 0 -1280px;
}

.current .il17 {
	background-position: -80px -1280px;
}

.il18 {
	background-position: 0 -1360px;
}

.current .il18 {
	background-position: -80px -1360px;
}

.il19 {
	background-position: 0 -1440px;
}

.current .il19 {
	background-position: -80px -1440px;
}

.il20 {
	background-position: 0 -1520px;
}

.current .il20 {
	background-position: -80px -1520px;
}

.il21 {
	background-position: 0 -1600px;
}

.current .il21 {
	background-position: -80px -1600px;
}

.il22 {
	background-position: 0 -1680px;
}

.current .il22 {
	background-position: -80px -1680px;
}

.il23 {
	background-position: 0 -1760px;
}

.current .il23 {
	background-position: -80px -1760px;
}

.il24 {
	background-position: 0 -1840px;
}

.current .il24 {
	background-position: -80px -1840px;
}

.trade-list {
	overflow: hidden;
	zoom: 1;
}

.trade-list ul {
	margin-left: -30px;
	width: 1020px;
}

.trade-list ul li {
	float: left;
	width: 170px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	background: url("../images/case-list-line.jpg") left top no-repeat;
	margin-left: -2px;
	height: 230px;
}

.trade-list ul li a h3 {
	padding: 10px 0;
	font-weight: normal;
}

.trade-list ul li a:hover h3 {
	color: #333;
}

.trade-list ul li a:link p,
.trade-list ul li a:visited p {
	color: #999;
	padding-bottom: 10px;
	font-size: 12px;
}

.trade-list ul li a:hover p {
	color: #666;
}

.trade-list ul li .btn {
	background: url("../images/free-btn.png") left top no-repeat;
	width: 75px;
	height: 28px;
	display: inline-block;
	*zoom: 1;
	line-height: 28px;
	font-size: 12px;
}

.trade-list ul li a:hover .btn {
	background-position: 0 -28px;
	color: #fff;
}

.trade-list ul li .pay-num {
	margin-top: 10px;
}

.trade-list ul li .pay-num span {
	background: url("../images/pay.png") left center no-repeat;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	display: inline-block;
	*zoom: 1;
	padding-left: 27px;
	color: #999 !important;
}

.case-list ul {
	overflow: hidden;
	zoom: 1;
	margin-left: -54px;
}

.case-list li {
	float: left;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 40px;
	text-align: center;
	height: 150px;
	position: relative;
}

.case-list li p {
	margin-top: 12px;
}

.case-logo {
	border-radius: 110px;
	border: 1px solid #DDDDDD;
	width: 110px;
	height: 110px;
	background: #fff;
}

.case-logo img {
	width: 100px;
	height: 100px;
	border-radius: 110px;
	margin: 5px;
	float: left;
}

.news-list {
	padding-bottom: 50px;
}

.news-list ul {
	overflow: hidden;
	zoom: 1;
}

.news-list li {
	background: url("../images/point.png") left center no-repeat;
	list-style: none;
	margin-top: 15px;
	float: left;
	padding-left: 10px;
	width: 300px;
	font-size: 12px;
}

.ewm {
	position: absolute;
}

.ewm a {
	background: url("../images/ewm-bg.png") left top no-repeat;
	width: 208px;
	height: 257px;
	text-align: center;
	padding-top: 24px;
	display: block;
}

.free-try {
	overflow: hidden;
	zoom: 1;
	background: url("../images/iphone-bg.jpg") center top no-repeat;
	height: 900px;
	margin-top: 30px;
}

.trade-select {
	float: left;
	width: 245px;
	overflow: hidden;
	zoom: 1;
	padding-top: 60px;
}

.trade-select h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: normal;
}

.trade-select ul {
	margin-left: -25px;
	overflow: hidden;
	zoom: 1;
}

.trade-select li {
	float: left;
	width: 65px;
	margin-left: 25px;
	overflow: hidden;
	text-align: center;
	height: 110px;
}

.trade-select li a:link,
.trade-select li a:visited {
	color: #999;
}

.trade-select li a:hover {
	color: #FFAD00
}

.trade-select li p {
	margin-top: 10px;
}

.trade-select li .icon-box {
	border: 1px solid #DDD;
	border-radius: 63px;
	height: 63px;
	width: 63px;
	overflow: hidden;
	background: #fff;
}

.trade-select li.current .icon-box {
	background: #FFAD00;
	border-color: #FFAD00
}

.trade-select li .icon-box .icon-large {
	background-image: url("../images/small-icon.png");
	margin-left: -8px;
	margin-top: -8px;
}

.user-select {
	float: right;
	width: 245px;
	overflow: hidden;
	zoom: 1;
	padding-top: 60px;
}

.user-select h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: normal;
}

.user-select ul {
	margin-left: -25px;
	overflow: hidden;
	zoom: 1;
}

.user-select li {
	float: left;
	width: 65px;
	margin-left: 25px;
	overflow: hidden;
	text-align: center;
	height: 110px;
}

.user-select li a:link,
.user-select li a:visited {
	color: #999;
}

.user-select li a:hover {
	color: #FFAD00
}

.user-select li p {
	margin-top: 10px;
}

.user-select li .icon-box {
	border: 1px solid #DDD;
	border-radius: 63px;
	height: 63px;
	width: 63px;
	overflow: hidden;
	background: #fff;
}

.user-select li.current .icon-box {
	background: #FFAD00;
	border-color: #FFAD00
}

.user-select li .icon-box .icon-large {
	background-image: url("../images/small-icon.png");
	margin-left: -8px;
	margin-top: -8px;
}

.user-select .free-try-btn h4 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
}

.user-select .free-try-btn a {
	display: block;
	width: 245px;
	height: 55px;
	margin-top: 10px;
	line-height: 55px;
	color: #fff !important;
	background: #FFAD00;
	font-size: 20px;
	text-align: center;
}

.mobile-web {
	float: left;
	margin-top: 155px;
	margin-left: 54px;
}

.hezuo {
	margin: 30px 0 50px;
}

.hezuotitle {
	margin-bottom: 20px;
}

.hezuotitle h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
}

.line {
	height: 2px;
	background: url("../images/hezuo_line.png") repeat-x;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.hezuo_form {
	float: right;
	width: 500px;
}

.hezuo_form h2 {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 43px;
}

.hezuo_form dl {
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 30px;
}

.hezuo_form dl dt {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold
}

.hezuo_form dl dd {
	float: left
}

.hezuo_form dl dd span {
	padding-left: 15px;
}

.hezuo_form .text {
	width: 200px;
	height: 24px;
	border-radius: 3px;
	border: 1px #CCCCCC solid;
	line-height: 24px;
	padding: 3px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

.hezuo_form select {
	width: 85px;
	height: 30px;
	border-radius: 3px;
	border: 1px #CCCCCC solid;
	line-height: 30px;
}

.hezuo_form textarea {
	width: 400px;
	height: 90px;
	border: 1px #CCCCCC solid;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
}

.hezuo_form .radio {
	padding-left: 100px
}

.hezuo_form .submit {
	padding: 10px 60px;
	background: #FEB312;
	border: none;
	color: #333;
	margin: 10px 0 0 115px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	;
	-moz-border-radius: 4px;
	width: 222px;
	cursor: pointer;
}

.hezuo_form .submit:active {
	background-color: #333;
	color: #FFAD00;
}

.hz-box {
	background: url("../images/line2.png") 450px top repeat-y;
	overflow: hidden;
	zoom: 1;
	margin-top: 30px;
}

.hz-intro {
	float: left;
	width: 440px;
	line-height: 2em;
	font-size: 14px;
}

.hz-intro h2 {
	font-size: 30px;
	color: #333;
	padding-left: 38px;
	margin-bottom: 5px;
	font-weight: normal;
}

.hz-intro h2.hz-intro-t1 {
	background: url("../images/hz-ico1.png") left center no-repeat;
}

.hz-intro h2.hz-intro-t2 {
	background: url("../images/hz-ico2.png") left center no-repeat;
	margin-top: 30px;
}

.hz-intro h2.hz-intro-t3 {
	background: url("../images/hz-ico3.png") left center no-repeat;
	margin-top: 30px;
}

.hz-intro p {
	padding-left: 38px;
	font-size: 14px;
}

.hz-intro h3 {
	font-weight: bold;
	color: #333;
	padding-left: 38px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 2em;
}

.hz-intro ul {
	padding-left: 38px;
}

.hz-intro ul li {
	padding-left: 15px;
	background: url("../images/point.png") left 10px no-repeat;
}

.yzm-help {
	font-size: 12px;
	line-height: 2em;
}

.yzm-help ol {
	margin-top: 10px;
}

.yzm-help ol strong {
	color: #FFAC00;
}

.yzm-help .img-box {
	margin-top: 10px;
}

.free-btn-box {
	padding: 60px 0;
	text-align: center;
}

.free-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	line-height: 55px;
	width: 245px;
	background: #FFAD00;
	font-size: 20px;
	font-family: 'microsoft yahei';
	color: #fff !important;
}

.free-hz-box .hezuo_form {
	float: none;
	width: auto;
	padding-top: 30px;
}

.active img {
	vertical-align: text-top;
}

.active .ac-banner {
	background: #CB442D
}

.wrap1 {
	text-align: center;
}

.wrap2 {
	background-color: #F9E8CA;
}

.jm-btn {
	padding: 50px 0;
	text-align: center;
}

.jm-btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url("../images/btn.png") left top no-repeat;
	width: 261px;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 24px;
}

.margin_top_banner {
	margin-top: 50px;
}


/*定义一些常用的class*/

.ft-20 {
	font-size: 20px;
	line-height: 50px;
	vertical-align: middle;
}

.ft-22 {
	font-size: 22px;
	line-height: 50px;
	vertical-align: middle;
}

.ft-25 {
	font-size: 25px;
	line-height: 50px;
	vertical-align: middle;
}

.ft-30 {
	font-size: 30px;
	line-height: 50px;
	vertical-align: middle;
}

.ft-36 {
	font-size: 36px;
	line-height: 50px;
	vertical-align: middle;
}

.tx-ind2 {
	text-indent: 2em;
}

.ft-14 {
	font-size: 14px;
}

.ft-16 {
	font-size: 16px;
}

.fr-e1524b {
	color: #e1524b;
}

.fr-ff5700 {
	color: #ff5700;
}

.fl-l {
	text-align: left;
}

.fl-c {
	text-align: center;
}

.fl-r {
	text-align: right;
}

.rect-red {
	font-size: 17px;
	color: #fff;
	background-color: #c90000;
	border: none;
	padding: 2px 15px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -5px;
}

.tip-title {
	width: 60px;
	height: 40px;
	background: #fff url("../images/tip-title.png") no-repeat center;
}

.bg-white {
	background-color: #fff;
}

.center-1000 {
	width: 1000px;
	margin: 0px auto;
}

.center-1000:after {
	display: block;
	clear: both;
	content: "";
}

.hei-410 {
	height: 410px;
}

.hei-600 {
	height: 600px;
}

.cen-376 {
	max-width: 376px;
	margin: 0px auto;
}

.border-bottom-1 {
	width: 433px;
	height: 19px;
	margin: 2px auto 10px;
	background: transparent url("../images/revision/border-bottom-1.png") no-repeat center;
}

.bn-01 {
	height: 233px;
	background: transparent url("../images/revision/bn-11-!.png") no-repeat center;
}

.bn-02 {
	height: 255px;
	background: transparent url("../images/revision/bn-2-1.png") no-repeat center;
}

.bn-03 {
	height: 266px;
	background: transparent url("../images/revision/bn-3-1.png") no-repeat center;
}

.bn-01>div,
.bn-02>div,
.bn-03>div {
	float: left;
	height: 100%;
}

.bn-01>.bn-left {
	width: 228px;
}

.bn-02>.bn-left {
	width: 361px;
}

.bn-03>.bn-left {
	width: 231px;
}

.bn-01>.bn-cen {
	width: 413px;
}

.bn-02>.bn-cen {
	width: 398px;
}

.bn-03>.bn-cen {
	width: 416px;
}

.bn-01>.bn-right {
	width: 348px;
}

.bn-02>.bn-right {
	width: 231px;
}

.bn-03>.bn-right {
	width: 342px;
}

.bn-right,
.bn-left {
	position: relative;
}

.bn-tp1,
.bn-tp2,
.bn-tp3,
.bn-bt1,
.bn-bt2,
.bn-bt3 {
	width: 100%;
	min-height: 10px;
}

.bn-tp1 {
	height: 100px;
}

.bn-tp2 {
	height: 120px;
}

.bn-tp3 {
	height: 123px;
}

.bn-bt1 {
	height: 148px;
	margin-top: 4px;
}

.bn-bt2 {
	height: 149px;
	margin-top: 4px;
}

.bn-bt3 {
	height: 243px;
	margin-top: 4px;
}

.bn-title {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0px;
	color: #ff5700;
}

.bn-tp1,
.bn-tp2,
.bn-tp3 {
	position: relative;
}

.bn-content {
	margin-top: 20px;
}

.bn4 {
	margin-top: 30px;
	display: inline-block;
	background: transparent url("../images/revision/all-title1.png") no-repeat center 0px;
	padding: 0px 0px 20px;
}

.bn5 {
	background: transparent url("../images/revision/all-title2.png") no-repeat center 0px;
}

.hei-600:after {
	display: block;
	clear: both;
	content: "";
}

.hei-600>.bn-flot {
	height: 100%;
	width: 333px;
	float: left;
	background: transparent url("../images/revision/float-left.png") no-repeat center;
}

.floa-title {
	text-align: center;
	color: #ff5700;
	font-weight: 500;
}

.floa-content {
	width: 300px;
	margin: 18px auto 0px;
	line-height: 21px;
}

.magnify {
	border-radius: 5px;
	position: absolute;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
	background: #000 url("../images/revision/magnify.png") no-repeat center;
	width: 100%;
	height: 100%;
}

.m-fy1 {
	width: 252px;
	height: 165px;
	left: 70px;
	top: 44px;
}

.m-fy2 {
	width: 260px;
	height: 150px;
	left: 47px;
	top: 45px;
}

.m-fy3 {
	width: 336px;
	height: 219px;
	left: 3px;
	top: 24px;
}

.magnify:hover {
	opacity: 0.5;
	transition: opacity 300ms;
	cursor: pointer;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
}

.floa-title-img {
	width: 100%;
	height: 190px;
	margin-top: 190px;
}

.block-a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: transparent url("") no-repeat center;
}

.img-a-03 {
	background-image: url("../images/revision/gqxt03.jpg");
}

.img-a-04 {
	background-image: url("../images/revision/gqxt04.jpg");
}

.img-a-05 {
	background-image: url("../images/revision/gqxt05.png");
}

.img-a-06 {
	background-image: url("../images/revision/gqxt06.jpg");
}

.img-a-07 {
	background-image: url("../images/revision/gqxt07.jpg");
}

.img-a-08 {
	background-image: url("../images/revision/gqxt08.jpg");
}

.img-a-09 {
	background-image: url("../images/revision/gqxt09.jpg");
}


/*help*/

.help dt a {
	color: #fff !important;
}

.help dd a {
	color: #fff !important; 
}

.help dd a:hover {
	color: #ccc !important;
}

.pp_social {
	display: none;
}


/*btn*/

.lj-btn-bg1 {
	margin-top: 50px;
	width: 100%;
	height: 80px;
	padding: 0px;
	text-align: center;
	background: #fff;
	/* url("../images/revision/xian-lj.png") no-repeat top;*/
}

.lj-btn-bg2 {
	margin-top: 50px;
	width: 100%;
	height: 80px;
	padding: 60px 0px;
	text-align: center;
	background: #fff url("../images/revision/xian-lj.png") no-repeat top;
}
    .no-list li {
        width: 100px;
        height: 28px;
        margin-bottom: 10px;
        float: left
    }
	    .dico {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #424242;
        margin: auto;
    }
.lj-btn {
	display: inline-block;
	width: 400px;
	height: 80px;
	background: url("../images/revision/button-lj.gif") no-repeat center;
	border: none;
}
    .no-list {
        width: 375px !important;
    }
.no-list dd {
	background-image: none !important;
}

.no-list a {
	padding-left: 0px !important;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.no-list img {
	border: none;
	width: 70px;
}


/*2017.2.21官网新改版新增样式*/

.Bulletin{
	width:100%;
	padding:20px 0;
background:rgba(0,9,29,0.2);
	line-height: 30px;
    text-align:center;
}
.BulletinImg{
   margin-top: 40px;
    width: 1100px;
}
.BulletinMytltle{
    overflow:hidden;
    margin:0 auto;
}
.BulletinMytltle div{
    float: left;
    width: 295px;
    text-align: center;
    color: #fff;
    font-size: 18px;
	border-right:1px solid rgb(116,119,137);
}
.smallMytltle{
      font-size:14px !important;
}
.indexNewBox{
    width:100%;
   padding-bottom:40px;
    background:#fff;
    text-align:center;
    overflow:hidden;
}
.indexNewtList{
    width:1220px;
    overflow:hidden;
    margin:0 auto;
}
.indexNewLi{
  width:585px;
  float:left;
  margin-right:48px;
  overflow:hidden;
}
.indexNewLi-top{
    width:100%;
    overflow:hidden;
   padding-bottom:4.5px;
}
.indexNewLi-topLeft{
  
}
.indexNewLi_topLeft_one{
    color:#ccc;
    font-size:14px;
    float:left;
    margin-left:10px;
    margin-top:10px;
}
.indexNewLi_topLeft_two{
    color:#333;
    font-size:26px;
    text-align:left;
    float:left;
}
.indexNewLi_topLeft_three{
  font-size: 16px;
    text-align: left;
    color: #000;
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 10px;
}
.indexNewLi_topLeft_solid{
    width:174px;
    height:1px;
    background:rgba(0,0,0,0.2);
    float:left;
    margin-top:13px;
}
.indexNewLi_topLeft_Insolid{
   width: 30px;
    height: 3px;
    background: rgba(0,148,237,1);
    position: absolute;
    margin-top: -1.5px;
}
.indexNewLi-topRight{
    float:left;
    padding:5px 20px;
    background:#0094ED;
    color:#fff;
    font-size:14px;
    border-radius:3px;
    margin-top:38px;
    cursor:pointer;
}
.indexNewLi-bottom{
    width:100%;
    overflow:hidden;
    text-align:left;
    font-size:14px;
    margin-top:20px;
    color:#000;
}
.indexNewLi1{
    width:536px;
    float:left;
    overflow:hidden;
}
.indexNewLi1_img{
    width:100%;
    height:165px;
}
.indexNewLi1_box{
    width:100%;
    margin-top:20px;
    overflow:hidden;
}
.indexNewLi1_boxLi{
     width:100%;
     overflow:hidden;
     margin-bottom:16px;
}
.indexNewLi1_boxLi_img{
    float:left;
    width:86px;
    height:86px;
    margin-right:28px;
}
.indexNewLi1_boxLi_div{
    float:left;
    width:422px;
    text-align:left;
}
.indexNewLi1_boxLi_name{
    color:#000;
    font-size:16px;
    width:100%;
    height:25px;
    line-height:25px;
}
.indexNewLi1_boxLi_name:hover {
    color:#00a0e8;

}
.indexNewLi1_boxLi_time{
    color:#000;
    font-size:10px;
    height:17px;
    
    line-height:17px;
}
.indexNewLi1_boxLi_solid{
    width:100%;
    height:1px;
    background:rgba(0,0,0,0.1);
    position:relative;
    margin-top:10px;
}
.indexNewLi1_boxLi_Insolid{
    position:absolute;
    width:16px;
    height:3px;
    background:rgba(178,178,178,1);
    margin-top:-1.5px;
}
.indexNewLi1_boxLi_title{
    font-size:14px;
    color:rgba(0,0,0,0.7);
    height:20px;
    line-height:20px;
    margin-top:9px;
}
.textNone{
     text-indent:0 !important;   
}
.indexNewOn{
    width:100%;
    overflow:hidden;
}
.indexNewOn_img{
    width:152px;
    height:104px;
    float:left;
}
.indexNewOn_topBox{
    float:left;
   margin-left:20px;
    width:178px;
}
.indexNewOn_topBox_name{
   color: #2E2E2E;
    font-size: 12px;
    text-align: left;
    width: 158px;
    float:left;
}
.indexNewOn_topBox_bottome{
    width:100%;
    overflow:hidden;
    margin-top:87px;
}
.indexNewOn_topBox_left{
    color:#00A0E8;
    font-size:12px;
    float:left;
}
.indexNewOn_topBox_right{
    color:#9B9B9B;
    font-size:12px;
    float:right;
}
.indexNewOn_bottomBox{
    width:100%;
    overflow:hidden;
    margin-top:10px;
   float:left;
}
.indexNewOn_bottomBox_left{
    width:280px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    float:left;
    font-size:14px;
    color:#666666;
    text-align:left;
}
.indexNewOn_bottomBox_right{
    float:right;
    font-size:12px;
    color:#999999;
}
/*.Bulletin div{
	width: 1020px;
	height: 30px;
	margin: auto;
	background:url("../images/Bulletin.png") no-repeat 22px 6px;
	background-size: 18px;
	overflow: hidden;
	line-height:35px;
	padding-left: 50px;
}

.Bulletin a{
	float:left;
	margin-right:60px;
	color:#666;
    margin-top:-2px;
}

.Bulletin a:first-child{
	color:#2db7f5;
}*/
.shopList_on{
    width:100%;
    padding-bottom:40px;
    text-align:center;
}

.Box{
    width: 100%;
    /* height: 516px; */
    text-align: center;
    background:rgb(247,247,247);
    background-size: 100% 550px;
	
}

.b1{
	/*background: url("../images/box1.png") no-repeat center center;*/
	height:284px;
	width: 100%;
	border: 1px solid #ececec;
    background-color:rgb(250,251,254);
    margin-top:-1px;
  
}

.Box h5{
	font-size: 26px;
	color:#fff;
	font-weight: 400;
	padding-top:44px;
  
}

.Box p{
	font-size: 15px;
	color: #999;
    
    margin-top:10px;
}
.changwz{
     text-align:left !important;
    margin:0 auto;
    width: 1220px;
}
.b2{
    height: 189px;
    width: 1200px;
    background: url("../images/License.png") no-repeat center 90px;
}

.b1 li{
	float: left;
	width:33%;
	height: 80px;
	margin-left: 0.3%;
	text-align: center;
	font-family: "微软雅黑", "arial";
}

.Box li h1{
	margin-top: 60px;
}

.Box li p{
	color:#7e7e7e;
	font-size: 14px !important;
    margin-top:11px;
}



{
	height:200px;
	width: 1200px;
	background: url("../images/License.png") no-repeat center 90px;
}



/*-----------*/
.b3 ul{
	width:1220px;
	margin:0 auto;
	margin-top: 28px;
}
.b3 li{
	float: left;
    overflow: hidden;
    width: 180px;
    height: 340px;
    border-right: none;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0.2)
}
.showImg{
    display:inline-block;
}
.noneImg{
    float:left;
    height:340px !important;
    width:480px;
    display:none;
   
}
.newOpacity_solid{
    width:80px;
    height:1px;
    background:rgba(255,255,255,1);
   
}

.b3 li:last-child{
	/*border-right:1px solid #eeeeee;*/
}
.yxImg{
    width:73px;
    height:60px;
    margin-top:15px;
}
.b3 li h3{
	color:#fff;
	font-size: 20px;
	margin-top:25px;
	font-weight: 400;
}

.b3 li img{
	
    height: 64px;
    margin-top: 85px;
    margin-bottom:34px;
}

.b3 li p{
	color:#fff;
	font-size: 14px;
	line-height: 18px;
    margin-top:26px;
}

.b3 li a{
	width: 115px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	color:#fff;
	background: #2db7f5;
	border-radius: 5px;
	display: block;
}

.b3 li h4{
	color: #666;
	font-size: 15px;
	line-height: 60px;
	font-weight: 400;
	margin-top: 8px;
}

#industry{
	width: 100%;
	padding-right: 10px;
	overflow: hidden;
	height:160px;
	margin-bottom: 10px;
}

#industry dl{
	width: 100%;
	text-align: left;
	border: none;
	padding-left: 35px;
	line-height: 20px;
	margin-bottom: 15px;
	background: url("../images/industry_sj.png") no-repeat 25px center;
}

#industry dt{
	font-size: 14px;
	color:#666;
}

#industry dd{
	font-size: 12px;
	color:#999;
}

/*----------*/
.b4{
	width: 100%;
	height:724px;
	background:url("../images/yingxiao.png") no-repeat;
	background-size:100% 764px;
	padding-top: 1px;
}

.b4 p{
	margin-bottom: 25px;
}

.item-desc{
	font-size: 14px !important;
}


/*------------*/
.b5{
	height:452px;
	width: 100%;
	padding-top: 1px;
	margin-top: 0px;
	background: url("../images/b5.jpg") no-repeat center center;
}

.b5 span{
	display: block;
	
}

.b5 ul{
	width:1163px;
	margin: auto;
	height: 280px;
}

.b5 li{
	float: left;
	width:128px;
	margin-top: 90px;
	margin-right: 1px;
}

.b5 li P{
	color:#fff;
	font-weight: 300;
	margin-top: 23px;
	position: relative;
	font-size: 12px;
	width: 187px;
    left: -30px;
}

.b5 li:nth-child(even) P{
	color:#fff;
	font-weight: 300;
	position: relative;
	font-size: 12px;
	top: -212px;
}

.b5 li dl{
	width: 128px;
	height: 112px;
	padding-top: 35px;
	background: url("../images/system_bj.png") no-repeat;
}

.b5 li dl:hover{
	background: url("../images/system_bj_hover.png") no-repeat;
}

.b5 li dl dt{
	color:#fff;
	margin-top: 5px;
	font-size: 15px;
}

.b5 li dl dd{
	font-size: 10px;
	color:#39b6f2;
	font-weight: 300;
}


/*------------*/
.b6{
	width: 1200px;
	height: 435px;
	margin: auto;
	margin-top: 10px;
}

.b6 p{
	margin-bottom: 25px;
}

.b6 dl{
	width: 100%;
	height: 80px;
}

.b6 dl:nth-child(2n){
	background: #f9f9f9;
	height:160px;
	padding:10px 0;
}

.b6 dl li{
	float: left;
}

.b6 dl dt{
	float: left;
	width: 175px;
	height: 59px;
	padding-top: 21px;
}

.b6 dl:nth-child(2n) dt{
	height: 105px;
	padding-top: 55px;
}

.b6 dl dt h4{
	font-size: 16px;
	color:#2DB7F5;
	font-weight: 400;
}

.b6 dl dd li{
	float: left;
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0;
}

.b6 a{
	margin-top: 27px;
	display: block;
	width: 84px;
	height:27px;
	border:1px solid #2DB7F5;
	border-radius: 5px;
	color:#2DB7F5;
	line-height: 27px;
	position: relative;
    left: 520px;
    top: -80px;
}


/*----------*/

.b7{
	padding-top: 1px;
}

.b7 h5{
    font-size: 20px;
    color: #2db7f5;
    font-weight: 600;
    margin-top:15px;
    text-align:center;
}

.b7 ul{
	width: 1205px;
	height:345px;
	margin: auto;
	margin-top: 10px;
}

.b7 ul li{
	width:336px;
	height:100%;
	float: left;
	margin-left: 50px;
	text-align: center;
}

.b7 ul li h6{
	color:#999;
	font-weight: 400;
	line-height: 35px;
	font-size: 14px;
	margin:5px 0;
}

.b7 ul li dt{
	width:336px;
	height: 210px;
	margin-bottom: 15px;
}

.b7 ul li dt div{
	position: relative;
	top: 0;
	border: 1px solid #fff;
	width:318px;
	height:195px;
	position: relative;
    top: -400px;
}

.b7 ul li dt div:nth-child(even){
	width: 314px;
	height:191px;
	position: relative;
    top: -205px;
}

.b7 ul li dt p{
	width:100%;
	height:38px;
	line-height:38px;
	color:#fff;
	background: rgba(000,000,0,0.7);
	position: relative;
    top: -432px;
}

.b7 ul li dd{
	text-align: left;
	text-indent: 22px;
	margin-bottom: 8px;
	padding-right:22px;
	color:#666;
}

.b7 ul li dd span{
	color:#999;
	float:right;
	font-size: 12px;
}





.b9{
	width:100%;
	height:340px;
	padding-top: 1px;
}

.b9 ul{
	width:1180px;
	height:250px;
	margin: auto;
	margin-top: 65px;
}

.b9 ul li{
	float: left;
	width: 260px;
	height: 203px;
	border: 1px solid #e3e1de;
	border-radius: 7px;
	margin-left: 30px;
}

.b9 ul li dt{
	font-size: 16px;
	color:#333;
	margin-bottom:5px;
}

.b9 ul li dd{
	color:#787878;
	font-size: 12px;
	margin-bottom: 28px;
}

.b9 ul li a{
	display: block;
	width: 103px;
	color: #666;
	line-height:29px;
	font-size: 12px;
	height:29px;
	border-radius: 3px;
	border: 1px dashed #bebebe;
}

.b9 ul li p img{
	margin-bottom: -10px;
	position: relative;
    top: -36px;
}

.top1:hover{
	border:1px solid #a5d028;
	box-shadow:0 0px 5px #a5d028;
}

.top2:hover{
	border:1px solid #f5c040;
	box-shadow:0 0px 5px #f5c040;
}

.top3:hover{
	border:1px solid #13d7d3;
	box-shadow:0 0px 5px #13d7d3;
}

.top4:hover{
	border:1px solid #ee6246;
	box-shadow:0 0px 4px #ee6246;
}
.mylist_foot a{
   width: 300px;
    text-align: left;
    float: left;
    margin-left:58px !important;
}
.myList_footImg{
        width: 100px;
    float: right;
    margin-top: 80px;
}
.myWide{
    width:180px;
   height: 340px;
    float:left;
    position:relative;
}
.myheifht{
    float: left;
    margin: 0 !important;
    width: 300px;
    height: 340px !important;
    background:rgba(0, 0, 0, 0);
}
