@charset "utf-8";
/*默认样式 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: 40px;
			font-style: normal;
		}
		.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;
		}
		.sider{
			position: fixed;
			z-index: 81;
			top: 50%;
			right: 10px;
			margin: -350px 0 0;
		}
		.sider_list{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.sider_item{
			display: block;
			width: 100px;
			height: 100px;
			font-size: 24px;
			line-height: 32px;
			text-align: center;
			background-image: url(../img/sider_item.png);
		}
		.sider_btn{
			display: block;
			width: 100%;
			height: 100%;
			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;
		}
		.modal_exit .modal_cont{
			padding: 0;
		}
		.mc_text{
			padding: 80px 40px 40px;
		}
		.modal_feedback .mc_text{
			padding: 40px 40px 0;
		}
		.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_feedback .modal_tip{
			font-size: 12px;
			line-height: 16px;
			text-align: right;
		}
		.modal_wrap .mlf_title{
			line-height: 64px;
			text-align: center;
			font-size: 32px;
			color: #111;
		}
		.modal_wrap .mlf_item{
			line-height: 48px;
			margin: 0 0 12px;
			padding: 0 0 0 120px;
		}
		.modal_wrap .mlf_item label{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 120px;
			margin: 0 0 0 -120px;
		}
		.modal_wrap .mlf_item input{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 80%;
			height: 48px;
			line-height: 48px;
			padding: 0 20px 0 20px;
			border: 0 none;
			color: #343434;
			background-color: #eee;
		}
		.modal_wrap .mlf_link{
			text-align: right;
		}
		.modal_wrap .mlf_link a{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			text-decoration: underline;
		}
		.ml_form{
			margin: 10px 0 0;
		}
		.ml_list{
			height: 100px;
			overflow: auto;
		}
		.modal_list_2 .ml_list{
			height: 200px;
		}
		.modal_cont table{
		  width: 100%;
		  line-height: 48px;
		  border-collapse:collapse;
		  margin:auto;
		}
		.modal_cont thead tr{
		}
		.modal_cont tbody{
		  width: 100%;
		}
		.modal_cont tbody tr{
			width: 100%;
			border-bottom: 1px dashed #343434;
		}
		.modal_cont th{
		  line-height: 64px;
		  font-size: 32px;
		  color: #343434;
		  font-weight: normal;
		}
		.modal_cont td {
		  text-align: center;
		  padding: 0;
		  color: #343434;
		  font-size: 24px;
		}
		.modal_cont .col_2{
		  width: 20%;
		}
		.modal_cont .col_3{
		  width: 30%;
		}
		.modal_cont .col_4{
		  width: 40%;
		}
		.modal_textarea{
			display: block;
			width: 620px;
			height: 80px;
			padding: 10px 10px;
			margin: 20px auto 10px;
			font-size: 24px;
		    line-height: 32px;
		    color: #343434;
		}
		.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*/
	
/*模块样式 END*/
/*定制样式 START*/
	/*默认模块样式 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: #190052;
			color: #fff;
		}
		.ci_title{
			color: #fff;
			background-image: url(../img/ci_title.png);
		}
		.ci_text{
			color: #fff;
		}
		.ci_tip{
			color: #fff;
		}
		.ci_rule{
			color: #fff;
		}
		.ci_rule span{
			color: #fff;
		}
		.ci_rule i{
			color: #000;
		}
		.ci_btns a{
			color: #fff;
			font-weight: bold;
		}
		
		html body .wrap .inner_wrap .disabled{
			background-color: transparent;
			color: #fff;
		}

		footer{
			background-color: #000;
		}
		.f_cont p{
			color: #666;
		}
		.sider_btn{
			color: #000;
		}	
	/*默认模块样式 END*/
	/*弹窗样式 START*/
		.modal_wrap{
			border-color: #190052;
		}
		.modal_title{
			color: #111;
		}
		.modal_cont p{
			color: #222;
		}
		.modal_cont p span{
			color: #666;
		}
		.modal_cont .modal_tip{
			color: #190052
		}
		.modal_btn{
			background-color: #190052;
			color: #fff;
		}
		.modal_close{
			background-color: #190052;
		}
	/*新增模块样式 START*/
		
	/*新增模块样式 END*/
	/*定制模块样式 START*/
		.wrap{
			min-width: 1400px;
			background-image: url(../img/w_bg.jpg);
			background-position: center 1150px;
		}
		.h_cont{
			padding: 80px 0 0;
			height: 140px;
		}
		h1{
			top: 80px;
			left: 0;
			width: 280px;
			height: 140px;
		}
		.cont{
			width: 1400px;
			margin: 520px auto 0;
			padding: 0 0 50px;
		}

		.c_item{
			width: 1200px;
			margin: 0 auto 50px;
		}
		.ci_download{
			width: 399px;
			height: 140px;
			padding: 10px;
		}
		.ci_intro{
			margin: 0 auto -20px;
			padding: 120px 0 0;
			background-image: url(../img/c_bg_1.png);
			background-position: center top;
			background-repeat: no-repeat;
		}
		.ci_feature{
			width: 1400px;
		}

		.ci_download .ci_cont{
			position: relative;
			width: 100%;
			height: 100%;
		}

		.ci_bg{
			background-repeat: no-repeat;
		}
		.ci_download .ci_bg{
			background-color: #000;
			background-color: rgba(0,0,0,0.7);
		}
		.ci_intro .ci_bg{
			background-image: url(../img/ci_bg_1.png);
			background-position: 60px 120px;
		}
		.ci_feature .ci_bg{
			background-image: url(../img/ci_bg_2.png);
		}
		.ci_slider .ci_bg{
			background-image: url(../img/ci_bg_3.png);
		}
		
		.ci_text{
			display: none;
		}

		.ci_title{
			text-indent: -9999em;
			overflow: hidden;
			width: 620px;
			height: 120px;
			margin: 0 auto;
			visibility: hidden;
			color: #fff;
		}
		.ci_download .ci_title{
			position: absolute;
			top: 0;
			left: 0;
			width: 30px;
			height: 120px;
			line-height: 20px;
			margin: 0;
			padding: 20px 10px 0 0;
			text-indent: 0;
			visibility: visible;
			background-image: none;
			font-weight: normal;
			font-size: 18px;
			text-align: center;
		}
		.ci_download .ci_title:before{
			content: ">";
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 30px;
			height: 20px;
			line-height: 20px;
			color: #e9ca8d;
		}

		.ci_download .ci_img{
			position: absolute;
			top: 0;
			left: 40px;
			width: 140px;
			height: 140px;
			margin: 0;
		}		
		.ci_intro .ci_img{
			width: 640px;
			height: 240px;
			padding: 20px 0 120px;
			margin: 0 0 0 90px;
		}
		.ci_feature .ci_img{
			width: 1400px;
			height: 120px;
			padding: 20px 0 40px;
		}

		.ci_download .ci_btns{
			position: absolute;
			top: 0;
			left: 190px;
			width: 209px;
			height: 140px;
			margin: 0;
		}
		.ci_download .ci_btns a{
			position: relative;
			display: block;
			width: 209px;
			height: 66px;
			text-indent: -9999em;
			overflow: hidden;
			margin: 0;
		}
		.ci_download .ci_btns a:after{
			content: "";
		    position: absolute;
		    top: -25%;
		    left: 50%;
		    display: block;
		    width: 40px;
		    height: 180%;
		    transform: skew(-25deg);
			background-image: linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,0.6),rgba(255,255,255,0));
			-webkit-animation-name: A_btnLight;
			animation-name: A_btnLight;
			-webkit-animation-duration: 2.5s;
		  	animation-duration: 2.5s;
			-webkit-animation-timing-function: ease-in-out; 
			animation-timing-function: ease-in-out;
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
		}
		.ci_download .ci_btns .download_a{
			margin: 0 0 8px;
			background-image: url(../img/download_a.png);
		}
		.ci_download .ci_btns .download_i{
			background-image: url(../img/download_i.png);
		}


		.ci_slider .slider_wrap{
			position: relative;
			width: 1200px;
			margin: 0 auto;			
			padding: 20px 0 40px;
		}

		.slider_cont{
			width: 1055px;
			margin: 0 auto;
			overflow: hidden;
		}
		.slider_cont .slider_detail{
			position: relative;
			width: 905px;
			height: 510px;
			margin: 0;
			padding: 0 75px;
		}
		.slider_item img{
			display: block;
			width: 100%;
		}
		.slider_cont .slider_prev,
		.slider_cont .slider_next{
			width: 60px;
			height: 60px;
			margin: -30px 0 0;
			-webkit-background-size: 100% 100%;
			background-size: 100% 100%;
		}
		.slider_cont .slider_prev{
			left: 0;
			background-image: url(../img/slider_prev.png);
		}
		.slider_cont .slider_next{
			right: 0;
			background-image: url(../img/slider_next.png);
		}
		.slider_cont .swiper-slide{
			opacity: 0;
			filter: alpha(opacity=0);
			transition: opacity ease 0.3s;
		}
		.slider_cont .swiper-slide-active{
			z-index: 99;
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.slider_cont .swiper-slide-prev{
    		z-index: 98;
    		opacity: 0.6;
			filter: alpha(opacity=60);
		}
		.slider_cont .swiper-slide-next{
			z-index: 98;
			opacity: 0.6;
			filter: alpha(opacity=60);
		}
		

	/*定制模块样式 END*/
/*定制样式 END*/

@-webkit-keyframes A_btnLight{
	from {
		left: -110%;
	}
	50%{
		left: 110%;
	}
	to {
		left: 110%;
	}
}
@keyframes A_btnLight{
	from {
		left: -110%;
	}
	50%{
		left: 110%;
	}
	to {
		left: 110%;
	}
}