@charset "utf-8";
body {
	background-color: #f5f5f5;
}
.common-bg {
	background-color: #fff;
	display: inline-block;
}
.logo {
	height: 100px;
	padding-left: 64px;
	line-height: 100px;
	float: left;
}
.box-img {
	width: 200px;
	height: 200px;
	line-height: 200px;
	padding-bottom: 50px;
	border: 1px #f3f3f3 solid;
	margin: 0 auto;
	overflow: hidden;
}
.box-title {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #424242;
	margin-top: 50px;
	padding-bottom: 24px;
}
.box-list li {
	font-size: 14px;
	color: #919191;
	width: 100%;
	background-image: url(../images/detailpages_library.png);
	background-position:left 5px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 16px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.box-list {
	width: 200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.choice-title {
	font-size: 16px;
	color: #6a6a6a;
	padding-bottom: 10px;
	border-bottom: 1px #ededed solid;
}
.choice-item {
	padding: 20px;
}
.choice-con {
	width: 100%;
	height: 34px;
	line-height: 34px;
}
.choice-con .choice-key {
	float: left;
	width: 120px;
	font-size: 14px;
	color: #d2d2d2;
	text-align: left;
}
.choice-con .choice-list {

	float: left;
	font-size: 14px;
	color: #6a6a6a;
}
.choice-con ul {
	overflow: hidden;
	height: auto;
}
.choice-con ul li {
	display: inline;
	float: left;
	margin-right: 50px;
}
.choice-con ul li a:link {
	color: #6a6a6a;
} 
.choice-con ul li a:visited {
	color: #6a6a6a;
} 
.choice-con ul li a:hover {
	color: #6a6a6a;
	border-bottom: 2px #f49f00 solid;
} 
.choice-con ul li .active {
	font-size: 14px;
	color: #f49f00;
	border-bottom: 2px #f49f00 solid;
}
.box-test {
	background-color: #fff;
	margin-top: 10px;
}

.test-title {
    background-color: #fbfbfb;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs>li {
	width: 142px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #292929;
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: transparent;
    border-color: none;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	background-image: url(../images/detailpages_many.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #f49f00;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a {
	border: none;
	border-radius: 0;
	line-height: 44px;
}
.nav>li>a {
	padding: 0;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 44px;
    border: none;
    border-radius: 0;
}
.tab-content {
	background-color: #fff;
	padding: 40px 60px;
}
.nav-tabs>li>a:hover {
    border-color: none;
}
.nav>li>a:focus,.nav>li>a:hover {
	text-decoration: none;
    background-color: transparent;
}
.form-input {
	/*display: block;*/
    width: 384px;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #292929;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0px;
   /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-item label {
	font-size: 16px;
	color: #828282;
	line-height: 44px;
	padding-right: 50px;
	font-weight: normal;
	vertical-align: top;
}
textarea.form-control {
    height: auto;
}
.form-item textarea {
	width: 80%;
	height: 366px;
}
.form-group {
    margin-bottom: 20px;
}
.payfor {
	float: left;
}
.pay-item {
	float: left;
	text-align: center;
	
}
.pay-item a:link, .pay-item a:visited,.pay-item a:hover{
	/*padding-right: 60px;*/
	color: #fff;
}
.pay-item a p {
	padding-top: 12px;
	color: #a2a2a2;
	font-size: 14px;
}
.sumbit-button {
	padding-left: 114px;
	padding-top: 38px;
}
.sumbit-button button {
	border: none;
	background-color: #f6aa00;
	height: 44px;
	width: 180px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.box-notice {
	padding: 40px;
	background-color: #fff;
	font-size: 14px;
	color: #919191;
	line-height: 2;
	margin-top: 10px;
	height: 476px;
}

.notice-title {
	font-size: 16px;
	color: #424242;
	height: 44px;
	line-height: 44px;
}


.search-btn button {
	width: 106px;
	height: 44px;
	background-color: #f6aa00;
	border: 1px #eaeaea solid;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 44px;
}
.form-input2 {
    /* display: block; */
    width: 278px;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #292929;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#item2 p{
	padding-left: 100px;
}
.txt {
	font-size: 14px;
	color: #8d8d8d;
	padding-bottom: 10px;
}
.txt-org {
	color: #f6aa00;
}
.rules {
	display: inline-block;
	padding-top: 20px;
}
.rules p {
	font-size: 14px;
	
}

/*选择支付方式*/
#con {
	MARGIN: 0px auto;
	WIDTH: 100%;
}
#tags {
	height: 120px;
	WIDTH: 100%;
}
#tags LI {
	FLOAT: left;

}
#tags LI A {
	PADDING-RIGHT: 60px;
	FLOAT: left;
}
#tags LI.emptyTag {
	WIDTH: 4px
}
#tags LI.selectTag {
	POSITION: relative;
	HEIGHT: auto;
}
#tags LI.selectTag A {
}
#tagContent {
	border: 1px #ebebeb solid;
	background-color: #fbfbfb;
	font-size: 16px;
	display: none;
}
.tagContent {
	DISPLAY: none;
	WIDTH: 100%;
	COLOR: #828282;
	HEIGHT: auto;
}
#tagContent DIV.selectTag {
	DISPLAY: block
}
.tag-warp {
	padding: 20px;
}
.tag-top button {
	width: 130px;
	height: 44px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #ff6504;
	border: 1px #ebebeb solid;
}
.tag-top, .tag-mid{
	text-align: left;
	/*padding-bottom: 16px;*/
}
.tag-top span, .tag-mid span {
	padding-right: 20px;
}
.tag-bot p {
	text-align: center;
	font-size: 14px;
}
.tag-bot p span {
	width: 45%;
	text-align: center;
	display: inline-block;
	color: #f49f00;
}
.tag-bot img {
	margin: 16px 0;
}
.pay-notice {
	text-align: left;
	color: #a6a6a6;
	font-size: 14px;
}
.wx-left, .wx-mid, .wx-right, .zfb-left, .zfb-mid, .zfb-right {float: left;}
.wx-left, .zfb-left {
	position: relative;
	width: 160px;
    height: 160px;
    line-height: 160px;
}
.successShow, .zfb-successShow {
	cursor: pointer;
} 
.success-show, .zfb-success-show {
	display: none;
}
.pay-success-mask {
	position: absolute;
	left: 30px;
	top: 0px;
	width: 160px;
	height: 160px;
	background-color: #000;
	opacity: 0.7;
	text-align: center;
	z-index: 20;
}
.pay-success-content {
	position: absolute;
	z-index: 22;
	left: 30px;
	top: 0px;
	width: 160px;
	height: 160px;
	text-align: center;
}
.pay-success-content p {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-top:5px; 
	opacity: 1;
}
.pay-success-content img {
	margin-top: 15px;
}
.wx-mid, .zfb-mid {
	padding-top: 60px;
	text-align: left;
	padding-left: 60px;
	padding-right: 90px;
}
.wx-mid p, .zfb-mid p {
	font-size: 14px;
	color: #8b8b8b;
}
.fh {
	color: #f49f00;
	font-size: 18px;
	font-weight: bold;
	padding-right: 5px;
}
.price {
	color: #f49f00;
	font-size: 28px;
	font-weight: bold;
}
.wx-right, .zfb-right {
	height: 218px;
}
.zfb-right .r-up {
	background-color: #1aa1e6;
	color: #fff;
	font-size: 16px;
	height: 109px;
	width: 109px;
	padding-top: 24px;
}
.r-up {
	background-color: #55ad23;
	color: #fff;
	font-size: 16px;
	height: 109px;
	width: 109px;
	padding-top: 24px;
}
.r-down {
	background-color: #d5d5d5;
	color: #706f6f;
	font-size: 16px;
	height: 109px;
	width: 109px;
	padding-top: 24px;
}
.weixin li {
	float: left;
}

#tagContent0, #tagContent1, #tagContent2{
	position: relative;
}
#tagContent0:before{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -16px;;
	left:21px;
	padding:0;
	border-bottom:8px solid #fbfbfb;
	border-top:8px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	display: block;
	content:'';
	z-index: 12;
}
#tagContent0:after{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;;
	left:20px;
	padding:0;
	border-bottom:9px solid #ebebeb;
	border-top:9px solid transparent;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	display: block;
	content:'';
	z-index:10
}
#tagContent1:before{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -16px;;
	left:151px;
	padding:0;
	border-bottom:8px solid #fbfbfb;
	border-top:8px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	display: block;
	content:'';
	z-index: 12;
}
#tagContent1:after{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;;
	left:150px;
	padding:0;
	border-bottom:9px solid #ebebeb;
	border-top:9px solid transparent;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	display: block;
	content:'';
	z-index:10
}
#tagContent2:before{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -16px;;
	left:281px;
	padding:0;
	border-bottom:8px solid #fbfbfb;
	border-top:8px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	display: block;
	content:'';
	z-index: 12;
}
#tagContent2:after{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;;
	left:280px;
	padding:0;
	border-bottom:9px solid #ebebeb;
	border-top:9px solid transparent;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	display: block;
	content:'';
	z-index:10
}
.fm_input {
	float: left;
	display: inline-block;
}
.payMethod span {
    display: inline-block;
    text-align: center;
    margin-right: 78px;
    height: 130px;
    min-width: 69px;
    position: relative;
}
.payMethod span a {
    display: inline-block;
    padding-top: 80px;
    height: 69px;
    line-height: 24px;
    color: #d2d2d2;
    font-size: 14px;
    min-width: 69px;
}
.payMethod a i {
    width: 22px;
    height: 13px;
    /*background: url(../images/right/jt.png) no-repeat center top;*/
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
    display: none;
}
.maskLayer {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* background: #fff; */
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.payMethod .way_00 a  {
	background: url(../images/detailpages_payment_tb_nor.png) no-repeat center top;
}
.payMethod .way_00 a.selected  {
	background: url(../images/detailpages_payment_tb_sel.png) no-repeat center top;
	color: #292929;
}
.payMethod .way_01 a  {
	background: url(../images/detailpages_payment_wx_nor.png) no-repeat center top;
}
.payMethod .way_01 a.selected  {
	background: url(../images/detailpages_payment_wx_sel.png) no-repeat center top;
	color: #292929;
}
.payMethod .way_02 a  {
	background: url(../images/detailpages_payment_zfb_nor.png) no-repeat center top;
}
.payMethod .way_02 a.selected  {
	background: url(../images/detailpages_payment_zfb_sel.png) no-repeat center top;
	color: #292929;
}
#tb-code, #wx-code, #zfb-code {
	cursor: pointer;
}
.code-box {
	border: 1px #ebebeb solid;
	background-color: #fbfbfb;
	padding: 10px;
}
.tb-code-img, .wx-code-img, .zfb-code-img {
	position: relative;
}
.tb-code-img img:before{
        box-sizing: content-box;
        width: 0px;
        height: 0px;
        position: absolute;
        top: -16px;;
        left:21px;
        padding:0;
        border-bottom:8px solid #fbfbfb;
        border-top:8px solid transparent;
        border-left:8px solid transparent;
        border-right:8px solid transparent;
        display: block;
        content:'';
        z-index: 12;
    }
.tb-code-img img:after{
        box-sizing: content-box;
        width: 0px;
        height: 0px;
        position: absolute;
        top: -18px;;
        left:20px;
        padding:0;
        border-bottom:9px solid #ebebeb;
        border-top:9px solid transparent;
        border-left:9px solid transparent;
        border-right:9px solid transparent;
        display: block;
        content:'';
        z-index:10
    }
.zf_tab {
    margin-bottom: 20px;
}
.zf_cont {
    background-color: #fbfbfb;
	border: 1px #ebebeb solid;
    width: 100%;
    display: none;
}
.zf_cont.selected {
    display: block;
}
.download {
	padding-left: 100px;
	display: none;
}
.download-file {
	width: 580px;
	border: 1px #ebebeb solid;
	background-color: #f9f9f9;
	padding: 20px;
}
.download ul li{
	width: 100%;
	line-height: 2.4;
	font-size: 14px;
	color: #8e8e8e;
}
.download .down-txt {
	font-weight: bold;
	color: #626262;
}
.download .txt-loading {
	color: #f6aa00;
	font-weight: bold;
}
.download .done , .download .defiled{
	color: #626262;
	font-weight: bold;
	display: none;
}
.download button {
	margin-top: 22px;
}
.download .download-report, .download .delete-report {
	display:inline-block;
	_zoom:1;
	*display:inline;
	margin-top: 22px;
	width: 180px;
	height: 44px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 44px;	
}
.download .download-report {
	background-color: #f6aa00;
	border: 1px #eaeaea solid;
}
.download .delete-report {
	background-color: #bcbcbc;
	border: 1px #eaeaea solid;
}
#textarea {
	position: relative;
}
#textarea .text-notice {
	position: absolute;
	right: 14%;
	top: -25px;
	font-size: 16px;
}
#textarea .text-notice span {
	color: #f6aa00;
}
.form-horizontal .control-label {
	padding-top: 0px;
}
.form-horizontal .standby {
	/*margin-top: -7px;*/
}

.list-title {
	font-size: 18px;
	color: #424242;
	height: 80px;
	line-height: 100px;
	border-bottom: 1px #e8e8e8 solid;
}
.news-list li {
	height: 60px;
	line-height: 60px;
	color: #919191;
	font-size: 16px;
	border-bottom: 1px #b9b9b9 dashed;
}
.news-list li a:link, .news-list li a:visited{
	color: #919191;
}
.news-list li a:hover {
	color: #f5a543;
}
ol.news-list {
    list-style-type: none;
    counter-reset: sectioncounter;
}
.news-list li:before {
    content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
}
.navigation {
	padding: 40px 100px 40px 36px;
	text-align: center;
	overflow: hidden;
}
.navigation ul {
	margin: 0 auto;
}
.navigation ul li {
	line-height: 40px;
	margin-right: 5px;
	display: inline-block;
}
.navigation ul li a {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    color: #141414;
    border: solid 1px #ddd;
}
.navigation ul li span {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #f5a543;
    /*border: 1px solid #f40;*/
}
.prev, .next {
	color: #bfbfbf;
}
.news-block {
	background-color: #fff;
	padding: 0 36px;
}
.news-category {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}
.news-category .active {
    background-color: #f5f5f5;
    border-right: 4px solid #f5a543;
}
.news-category li {
    float: left;
    font-size: 18px;
    color: #424242;
    width: 100%;
    text-align: left;
    padding-left: 70px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: block;
}

.notice-content ol{
	list-style-type: none;
    counter-reset: sectioncounter;
}
.notice-content ol li:before{
	content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
}

/*20171213 by cheng*/
.btn-fe6504 {
	width: 100px;
	height: 40px;
	background-color: #fe6504;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
}


/**/
@media (max-width:768px) {
	.nav-menu-inner, .warp-left, .cndns-right {
		display: none;
	}
	.warp-right {
		width: 100%;
		padding: 0px;
		margin: 0 auto;
		float: none;
	}
	.right-top {
    padding: 20px 20px;
    background-color: #fff;
	height: 420px;
   }
	.choice-item {
    padding: 0px;
}
	 .choice-con .choice-list {
    width: 100%;
    display: flex;

 }
	.choice-con ul li {
		float: none;
		margin-right: 20px;
		white-space: nowrap;
	}
	.warp-right-content {
     padding-bottom: 0px;
    margin-bottom: 0;
}
	.form-input, .form-item textarea {
		width: 100%;
	}
	#tags LI A {
		padding-right: 20px;
	}
	.nav-tabs>li {
		width: 132px;
	} 
}