@charset "utf-8";
/*ver 20190429*/

/*默认样式 START*/
	/*重置样式 START */
		*{ margin:0; padding:0;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
		body {font-family: Helvetica, "Microsoft YaHei" ; color:#666666; text-size-adjust:none;}
		a{ text-decoration:none; cursor:pointer; color:#0F0; bblr:expression(this.onFocus=this.blur()); outline-style:none; color: #474747}
		a:hover{ text-decoration:none; }
		a{-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
		img{border: 0 none;}
		.cf:before,.cf:after {content:"";display:table;}
		.cf:after {clear:both;}
		.cf {zoom:1;}
	/*重置样式 END */
	/*默认模块样式 START*/
		.wrap{
			min-width: 1200px;
			width: 100%;
			font-size: 14px;
		}
		h1{
			position: absolute;
			top: 0;
			left: 0;
		}
		.inner_wrap{
			position: relative;
			overflow: hidden;
			background-image: none;
			background-color: #fff;
			background-position: center top;
		}
		header{
			position: relative;
			width: 1200px;
			margin: 0 auto;
		}
		h1{
			position: absolute;
			top: 4px;
			left: 0;
			width: 220px;
			height: 60px;
			background-image: url(../img/logo.png);
		}
		h1 a{
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -9999em;
			overflow: hidden;
		}
		.h_cont{
			text-align: right;
			height: 68px;
			padding: 16px;
		}
		.h_cont a{
			display: inline-block;
			vertical-align: top;
			height: 32px;
			line-height: 32px;
			margin: 0 4px;
			padding: 0 16px;
			background-color: #000;
			color: #fff;
			font-size: 16px;
			text-align: center;
			border-radius: 5px;
		}
		.cont{
			width: 1200px;
			margin: 0 auto;
			padding: 0;
			margin: 0 auto;
		}
		.c_item{
			position: relative;
			z-index: 31;
			margin: 0 auto;
		}
		.ci_cont{
			position: relative;
			z-index: 2;
			margin: 0;
		}
		.ci_bg{
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 100%;
			margin: 0;
			background-image: url(../img/ci_bg_c.png);
			background-repeat: repeat-y;
		}
		.ci_bg:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 50%;
			background-image: url(../img/ci_bg_t.png);
			background-repeat: no-repeat;
			background-position: center top;
		}
		.ci_bg:after{
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 50%;
			background-image: url(../img/ci_bg_b.png);
			background-repeat: no-repeat;
			background-position: center bottom;
		}
		.ci_title{
			height: 100px;
			margin: 0 auto 40px;
			padding: 0;
			font-size: 18px;
			line-height: 40px;
			font-weight: bold;
			color: #000;
			text-align: center;
			overflow: hidden;
		}
		.ci_text{
			position: relative;
			margin: 0 20px 10px;
			padding: 0 0 4px;
			line-height: 32px;
			font-size: 16px;
			color: #000;
		}
		.ci_tip{
			text-align: center;
		}
		.ci_rule{
			padding: 0 0 4px 40px;
		}
		.ci_rule span{
			display: block;
		}
		.ci_rule i{
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 32px;
			border-radius: 16px;
			font-style: normal;
			text-align: center;
		}
		.ci_img{
			margin: 0 20px 40px;
		}
		.ci_img img{
			display: block;
			width: 100%;
		}
		.ci_btns{
			position: relative;
			text-align: center;
			margin: 0 20px 40px;
		}
		.ci_btns a{
			display: inline-block;
			width: 200px;
			height: 64px;
			line-height: 64px;
			margin: 0 20px;
			font-size: 30px;
			text-align: center;
			color: #fff;
			background-image: url(../img/ci_btn.png);
		}

		footer{
			padding: 32px 0;
			line-height: 20px;
			background-color: #1e1e1e;
		}
		.f_cont{
			width: 1200px;
			margin: 0 auto;
		}
		.f_cont p{
			height: 24px;
			font-size: 12px;
			text-align: center;
			color: #fff;
		}
	/*默认模块样式 END*/
	/*弹窗样式 START*/
		.mask{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 90;
			display: none;
			width: 100%;
			height: 100%;
			background-color:#000;
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
		.modal_wrap{
			display: none;
			position: absolute;
			top: 20%;
			left: 50%;
			width: 800px;
			margin: 0 0 0 -400px;
			z-index: 99;
			background-color: #fff;
			border: 3px solid #000;
			border-radius: 10px;
			overflow: hidden;
		}
		.modal_info{
			
		}
		.modal_title{
			width: 100%;
			height: 64px;
			margin: 20px 0 0;
			line-height: 64px;
			text-align: center;
			font-size: 32px;
			color: #111;
		}
		.modal_cont{
			padding: 20px;
		}
		.mc_text{
			padding: 80px 40px 40px;
		}
		.modal_cont img{
			width: 100%;
		}
		.modal_cont p{
			margin: 0 20px 10px;
			font-size: 24px;
			line-height: 32px;
			text-align: center;
			color: #222;
		}
		.modal_cont p span{
			color: #666;
		}
		.modal_cont .modal_tip{
			color: #333
		}
		.modal_btns{
			margin: 0 auto;
			padding: 20px 0 40px;
			text-align: center;
		}
		.modal_btn{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 200px;
			height: 64px;
			margin: 0 20px;
			line-height: 64px;
			background-color: #000;
			color: #fff;
			border-radius: 5px;
			text-align: center;
			font-size: 32px;
		}
		.modal_close{
			position: absolute;
			top: 8px;
			right: 8px;
			display: block;
			width: 52px;
			height: 52px;
			text-indent: -9999em;
			overflow: hidden;
			background-image: url(../img/m_close.png);
			background-color: #000;
			border-radius: 26px;
		}
	/*弹窗样式 END*/
/*默认样式 END*/

/*配置样式 START*/
	/*设置各组件色值及图片*/
		.inner_wrap{
			background-image: url(../img/bg.jpg);
			background-color: transparent;
			background-position: center top;
			background-repeat: no-repeat;
		}
		.h_cont a{
			background-color: #ff0000;
			color: #fff;
		}
		.ci_title{
			color: #fff;
			background-image: url(../img/ci_title.png);
		}
		.ci_text{
			color: #000;
		}
		.ci_tip{
			color: #000;
		}
		.ci_rule{
			color: #000;
		}
		.ci_rule span{
			color: #000;
		}
		.ci_rule i{
			color: #000;
		}
		.ci_btns a{
			color: #000;
			font-weight: bold;
		}
		footer{
			background-color: #000;
		}
		.f_cont p{
			color: #999;
		}
	/*默认模块样式 END*/
	/*弹窗样式 START*/
		.modal_wrap{
			border-color: #ff0000;
		}
		.modal_title{
			color: #333;
		}
		.modal_cont p{
			color: #333;
		}
		.modal_cont p span{
			color: #333;
		}
		.modal_cont .modal_tip{
			color: #ff0000
		}
		.modal_btn{
			background-color: #ff0000;
			color: #fff;
		}
		.modal_close{
			background-color: #ff0000;
		}
	/*弹窗样式 END*/
/*配置样式 END*/

/*调整样式 START*/
	/*针对皮肤调整*/
		.wrap{
			min-width: 1400px;
		}
		header,
		.cont,
		.f_cont{
			width: 100%;
		}
		header{
			display: none;
		}
		.c_item{
			width: 1000px;
		    height: 120px;
		    padding-top: 860px;
		    margin: 0 auto;
		}
		.ci_bg{
			display: none;
		}
		.ci_cont{
			width: 1000px;
		    margin: 0 auto;
		    padding: 14px 0 0;
		}
		.ci_title{
			font-size: 24px;
			height: 32px;
		    line-height: 32px;
		    color: #000;
		    text-align: center;
		    margin: 0 auto 14px;
		    font-weight: normal;
		}
		.ci_title span{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			vertical-align: top;
			margin: 0 10px;
		    color: #911224;
		}
		.ci_title em{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			vertical-align: top;
			padding: 0 10px;
		    font-style: normal;
		    font-size: 30px;
		}
		.ci_title i{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			vertical-align: top;
		    color: #fff;
		    width: 44px;
		    margin: 0 5px;
		    background-color: #921224;
		    font-style: normal;
		}
		.ci_text,
		.ci_img,
		.ci_btns{
			display: none;
		}


/*调整样式 END*/
