		/* CSS Document */
		/* reset begin */
		html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,input,textarea,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,i,em{margin:0;padding:0;font-style:normal;}
		ul,ol,dl,dt,dd{list-style:none;}
		body{font-family:"微软雅黑";font-size:12px;color:#333;-webkit-font-smoothing:subpixel-antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}
		caption,th{text-align:left;}
		table{border-collapse:collapse;border-spacing:0;}
		img{-ms-interpolation-mode:bicubic; border-width:0;}
		textarea { font-size:12px; line-height:20px; border:0; border:0; -moz-outline:0; outline:0; overflow:auto; resize:none; -webkit-appearance:none}
		a{color:#333333;text-decoration:none; outline:none;}
		a:active {outline:0}
		a:hover{color:#d93024; text-decoration:none;}
		select, input{ background:none; border:0;}
		input[type=text]:focus,input[type=password]:focus,textarea:focus {outline:0}
		input[type=text],input[type=password]:focus {-webkit-appearance:none}
		button::-moz-focus-inner,input::-moz-focus-inner{ border-color:transparent!important;}
		button{ cursor:pointer;}
		svg:not(:root){overflow:hidden;}
		audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
		audio:not([controls]){display:none;height:0;}
		[hidden]{display:none;}
		section, article, aside, header, footer, nav, dialog, figure{display:block;}
		::selection,
		::moz-selection,
		::webkit-selection{ background-color: #0097e0; color: #fff; text-shadow:none;}
		.clearfix:after{content:'\0020';display:block;height:0;font-size:0;visibility:hidden;clear:both;}
		.clearfix{*zoom:1;}
		.fL{float:left;}
		.fR{ float:right;}
		.spacer{height:20px; clear:both;}
		.wrap h1{ font:700 55px/65px "Microsoft YaHei","SimHei"; color:#ffffff; text-indent:-3000px; overflow:hidden;}
		/* reset end */
		html,body{
			width: 100%;
			height: 100%;
		}
		.container{
			width:100%;
			height: 100%;
			    display: flex;
			    justify-content: space-between;
			    align-items: center;
			    flex-direction: column;
		}
		.wd1200{
			width: 1200px;
			margin: 0 auto;
		}
		.head {
		    width: 100%;
		    flex: 0 0 90px;
		    height: 90px;
		    position: relative;
		    
			border-bottom: 1px solid #d6d8de;
		}
		.head .head_bd {
			width:1200px;
			height:90px;
			margin:0 auto;
			position:relative;
		}
		.head .logo {
			width:190px;
			height:34px;
			float:left;
			padding:28px 0;
			margin-right: 20px;
		}
		.head logo a {
			width:190px;
			height:34px;
			display:inline-block;
			vertical-align:middle;
			text-align:right;
			margin-top:20px;
			background:url(/images/2018/logo.svg) 0px 0px no-repeat;
			background-size:110px 50px;
		}
		.head .logo a img {
			height:100%;
			width:100%;
		}
		.head .head_banner {
			height:34px;
			vertical-align:middle;
			display:inline-block;
			padding:28px 0;
		}
		.head .head_banner .bn_bt {
			width:60px;
			height:34px;
			float:left;
			margin-right:2px;
		}
		.head .head_banner .bn_bt.on a {
			background-color:#e95412;
			color:#ffffff;
		}
		.head .head_banner a.bn_a {
			width:60px;
			height:34px;
			text-align:center;
			line-height:34px;
			display:block;
			background-color:#ffffff;
			position:relative;
			float:left;
			font-size:16px;
			color:#717171;
			word-break:break-all;
			word-wrap:break-word;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			border-radius:3px;
			z-index:2;
			behavior:url(css/ie-css3.htc);
		}
		.head .head_banner a.on {
			background-color:#c83535;
			color:#ffffff;
		}
		.head .head_banner a:hover {
			background-color:#c83535;
			color:#ffffff;
		}
		.head .head_banner a span {
			position:absolute;
			top:-1px;
			right:-17px;
			width:27px;
			height:14px;
			display:block;
			z-index:1;
			background:url(http://www.cutv.com/images/2018/new_bg.png) no-repeat 0 0;
		}
		.content{
			flex: 1;
			width: 100%;
		}
		.content img{
			height: 100%;
			width: 100%;
			display: block;
		}
		.footer{
		    text-align:center;line-height:30px;padding:15px 0;font-size: 16px;
		}
		.footer span{
		    padding-right: 15px;line-height:30px;
		}
