@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: 1280px;
			width: 100%;
			font-size: 14px;
		}
		h1{
			position: absolute;
			top: 0;
			left: 0;
		}
		.inner_wrap{
			position: relative;
			overflow: hidden;
			background-image: none;
			background-color: #333;
			background-position: center top;
			background-image: url(../img/bg.jpg);
			background-repeat: no-repeat;
		}		
		.cont{
			position: relative;
			max-width: 1920px;
			margin: 0 auto;
			padding: 0;
		}
		.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*/

	/*下载组件 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*/
  /*针对皮肤调整*/

	/*登录落地页模块 START*/
		.cont{
				position: relative;
				height: 980px;
				max-width: 1920px;
		}
		.ci_login{
			position: absolute;
			top: 0;
			left: 50%;
			width: 50%;
			height: 100%;
		}
		.ci_login .ci_bg{
			background-image: url(../img/ci_bg_login.png);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
		.ci_login .ci_cont{
			
		}
		.ci_login .login_wrap{
			position: relative;
			width: 398px;
			height: 460px;
			margin: 300px 0 0 200px;
			overflow: hidden;
		}
		.ci_login .login_cont{
			position: relative;
			top: -1px;
			left: -1px;
			width: 402px;
			height: 460px;
		}
		.ci_login .login_cont iframe{
			display: block;
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			overflow: hidden;
		}

		.ci_suggest{
			position: absolute;
			top: 0;
			left: 0;
			width: 380px;
			height: 100%;
			overflow: hidden;
			opacity: 0.4;
			transition: all ease 0.3s;
		}
		.ci_suggest:hover{
			opacity: 1;
		}
		.ci_suggest .ci_bg{
			background: rgba(0, 0, 0, 0.3);
			backdrop-filter: blur(5px);
		}
		.ci_suggest:hover .ci_bg{
			background: rgba(0, 0, 0, 0.7);
		}
		.ci_suggest .ci_cont{
			height: 100%;
			margin: 0 12px;
			border: 1px solid rgba(255, 255, 255, 0.2);
			border-top: 0 none;
			border-bottom: 0 none;
			transition: all ease 0.3s 0.1s;
		}	
		.ci_suggest:hover .ci_cont{
			margin: 0;
			border: 13px solid rgba(255, 255, 255, 0.2);		
			border-top: 0 none;
			border-bottom: 0 none;
		}
		.ci_suggest .ci_title{
			height: 60px;
			line-height: 60px;
			margin: 0;
			padding: 30px 0;
			text-align: center;
			font-size: 28px;
			color: #fff;
		}
		.ci_suggest .suggest_wrap{

		}
		.ci_suggest .suggest_list{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.ci_suggest .suggest_item{
			position: relative;
			width: 240px;
			height: 172px;
			margin: 0 auto;
			padding: 36px 0 36px 120px;
			border-top: 1px solid rgba(255, 255, 255, 0.2);
			box-sizing: border-box;		
			transition: all ease 0.3s 0.2s;
		}	
		.ci_suggest .suggest_item:hover{
			width: 100%;		
			padding: 36px 20px 36px 140px;
			background-color: rgba(255, 255, 255, 0.2);
		}
		.ci_suggest .suggest_icon{
			position: absolute;
			top: 36px;
			left: 0;
			width: 100px;
			height: 100px;
			overflow: hidden;
			border-radius: 50%;
			transition: all ease 0.5s 0.2s;
		}
		.ci_suggest .suggest_icon img{
			display: block;
			width: 100%;
		}
		.ci_suggest .suggest_item:hover .suggest_icon{
			transform-origin: center right;
			transform: scale(1.1) translate3d(24px, 0px, 0px);
			border-radius: 8px;
		}
		.ci_suggest .suggest_detail{
			
		}
		.ci_suggest .suggest_detail p{
			width: 100%;
			margin: 0 auto;
			text-align: center;
			height: 24px;
			line-height: 24px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.ci_suggest .suggest_detail .suggest_name{
			font-size: 18px;		
			color: #fff;
		}
		.ci_suggest .suggest_detail .suggest_tag{
			margin: 12px auto;
			font-size: 16px;
			color: #b7b7b7;
		}
		.ci_suggest .suggest_detail .suggest_btn{
			position: relative;
			width: 116px;
			font-size: 18px;
			color: #d7b073;
			font-weight: bold;
			background-color: #323233;
			border: 2px solid #4a4a4a;
			border-radius: 8px;
			transition: all ease 0.5s 0.3s;
		}
		.ci_suggest .suggest_item:hover .suggest_detail .suggest_btn{
			transform: scale(1.4);
		}
		.ci_suggest .suggest_detail .suggest_btn:after{
			content: "";
			position: absolute;
			top: -100%;
			left: -50%;
			width: 20%;
			height: 300%;
			background-image: linear-gradient(to right,transparent 0%,rgba(255, 255, 255, 0.7) 50%,transparent 100%);
			transform: rotate(45deg);
		}
		.ci_suggest .suggest_item:hover .suggest_detail .suggest_btn:after{
			animation: lightAnim 1.5s ease-in-out infinite both;
		}
		.ci_suggest .suggest_detail .suggest_link{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		@keyframes lightAnim {
			0% {
				left: -50%;
				opacity: 0;
			}
			1% {
				left: -50%;
				opacity: 1;
			}
			69% {
				left: 150%;
				opacity: 1;
			}
			70%{
				left: 150%;
				opacity: 0;
			}
			100%{
				left: 150%;
				opacity: 0;
			}
		}
	/*登录落地页模块 END*/
/*调整样式 END*/
