@charset "utf-8";
#admin-menu .dropdown a, #admin-menu .dropdown li > span{font-size:12px;}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */hr,input[type=search]{-moz-box-sizing:content-box;box-sizing:content-box}img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}btn,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}btn{overflow:visible}btn,select{text-transform:none}btn,html input[type=btn],input[type=reset],input[type=submit]{-webkit-appearance:btn;cursor:pointer}btn[disabled],html input[disabled]{cursor:default}btn::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-btn,input[type=number]::-webkit-outer-spin-btn{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}input[type=search]::-webkit-search-cancel-btn,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
/*********normalize.css end****************/
/*normalizeExtra*/
button,html input[type=button],input[type=reset],input[type=submit]{
  -webkit-appearance: none;
  cursor: pointer;
}
button{
	font-family: inherit;
}
a{
	outline: none;
}
/*grid styles for AUI2.0 -- start */
.AGrid-row:before,
.AGrid-row:after {
    content: " ";
    display: table;
    line-height: 0;
}

.AGrid-row:after {
    clear: both;
}

.AGrid-row {
    *zoom: 1;
    clear: both;
}


.AGrid-in{
  overflow: visible;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/*间隔10px的栅格*/
.AGrid-row.no-gap,
.gap .AGrid-row.no-gap {
    margin: 0;
}

.AGrid-row.no-gap [class^=col-],
.gap .AGrid-row.no-gap [class^=col-] {
    padding: 0;
}


.AGrid-row.gap,
.no-gap .AGrid-row.gap {
    margin: -20px -10px 0 -10px;
}

.AGrid-row.gap [class^=col-],
.no-gap .AGrid-row.gap [class^=col-] {
    padding: 20px 10px 0 10px;
}

/*.AGrid-row.gap .no-padding [class^=col-],*/
.no-gap .AGrid-row.gap [class^=col-] {
    padding: 0px;
}

.col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { position: relative; }
.col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12 { float: left; }
.col-mb-1 { width: 8.33333333%; }
.col-mb-2 { width: 16.66666667%; }
.col-mb-3 { width: 25%; }
.col-mb-4 { width: 33.33333333%; }
.col-mb-5 { width: 41.66666667%; }
.col-mb-6 { width: 50%; }
.col-mb-7 { width: 58.33333333%; }
.col-mb-8 { width: 66.66666667%; }
.col-mb-9 { width: 75%; }
.col-mb-10 { width: 83.33333333%; }
.col-mb-11 { width: 91.66666667%; }
.col-mb-12 { width: 100%; }
@media (min-width: 1024px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-1 { width: 8.33333333%; }
    .col-sm-2 { width: 16.66666667%; }
    .col-sm-3 { width: 25%; }
    .col-sm-4 { width: 33.33333333%; }
    .col-sm-5 { width: 41.66666667%; }
    .col-sm-6 { width: 50%; }
    .col-sm-7 { width: 58.33333333%; }
    .col-sm-8 { width: 66.66666667%; }
    .col-sm-9 { width: 75%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-12 { width: 100%; }
}
@media (min-width: 1280px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-1 { width: 8.33333333%; }
    .col-md-2 { width: 16.66666667%; }
    .col-md-3 { width: 25%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-5 { width: 41.66666667%; }
    .col-md-6 { width: 50%; }
    .col-md-7 { width: 58.33333333%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-9 { width: 75%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-11 { width: 91.66666667%; }
    .col-md-12 { width: 100%; }
}
@media all and (min-width: 1366px){
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-1 { width: 8.33333333%; }
    .col-lg-2 { width: 16.66666667%; }
    .col-lg-3 { width: 25%; }
    .col-lg-4 { width: 33.33333333%; }
    .col-lg-5 { width: 41.66666667%; }
    .col-lg-6 { width: 50%; }
    .col-lg-7 { width: 58.33333333%; }
    .col-lg-8 { width: 66.66666667%; }
    .col-lg-9 { width: 75%; }
    .col-lg-10 { width: 83.33333333%; }
    .col-lg-11 { width: 91.66666667%; }
    .col-lg-12 { width: 100%; }
}
@media (min-width: 1680px) {
    .col-xg-1, .col-xg-2, .col-xg-3, .col-xg-4, .col-xg-5, .col-xg-6, .col-xg-7, .col-xg-8, .col-xg-9, .col-xg-10, .col-xg-11, .col-xg-12 {
        float: left;
    }
    .col-xg-1 { width: 8.33333333%; }
    .col-xg-2 { width: 16.66666667%; }
    .col-xg-3 { width: 25%; }
    .col-xg-4 { width: 33.33333333%; }
    .col-xg-5 { width: 41.66666667%; }
    .col-xg-6 { width: 50%; }
    .col-xg-7 { width: 58.33333333%; }
    .col-xg-8 { width: 66.66666667%; }
    .col-xg-9 { width: 75%; }
    .col-xg-10 { width: 83.33333333%; }
    .col-xg-11 { width: 91.66666667%; }
    .col-xg-12 { width: 100%; }
}
/*grid styles for AUI2.0 -- end */
.container-2x2 .container-2x1.D .element-3 .only-text.element-layer-text {
  width: 80%;
}
.container-2x2 .container-2x1.D .element-3 .only-text.element-layer-text .text-h2 {
  margin: 10px 0 15px;
}
/********** ViewMotion style-- start ***********/
/*滚动动效*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: opacity .3s ease-out;
}
.level0 {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
}
.level1 {
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 0.2s;
}
.level2 {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
}
.level3 {
    -webkit-animation-duration: 1.8s;
    -webkit-animation-delay: 0.4s;
}
.reallyslow {
    -webkit-animation-duration: 6s;
    -webkit-animation-delay: 3s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes zoomIn {
  from {
    /*opacity: 0.5;*/
    -webkit-transform: scale3d(.95, .95, .95);
    transform: scale3d(.95, .95, .95);
  }

  50% {
    /*opacity: 1;*/
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/********** ViewMotion style -- end ***********/

/*public styles for AUI2.0 -- start */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color: #F0F2F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{ 
    border-radius: 8px;
    background-color: #F0F2F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 8px; 
    background-color: #bfc3c6;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position:relative;
}
body {
    font: 14px/1.5 Arial,"微软雅黑", "Microsoft Yahei", "华文细黑", STXihei, Helvetica,sans-serif;
    color: #36383c;
    margin: 0;
    padding: 0;
}
html,body{
	min-height:100%;
	min-width:1000px;
}


div, input, p, ul, li, textarea,main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea,input{
	outline:none;
}
li,dd,dl {
    list-style: none;
}
a {
    text-decoration: none;
}
p,ul, li, h1, h2, h3, h4, h5, h6, dl, dd, a {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
a.link{
  color: #0090ff;
  transition: color 0.2s ease-out;
}
a.link:hover{
  color: #06f;
}
.digit{
  font-family: 'Helvetica';
  font-weight: 200;
}
/*.en{
  font-family: 'Roboto';
}*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.hide{
    display: none !important;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
/*文本溢出*/
.ellipsis{
    vertical-align: middle;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.uppercase{
	text-transform:uppercase;
}
.mui-ellipsis-1{
	display: -webkit-box;
	overflow: hidden;
	
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.mui-ellipsis-2{
	display: -webkit-box;
	overflow: hidden;
	
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mui-ellipsis-3{
	display: -webkit-box;
	overflow: hidden;
	
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.mui-ellipsis-4{
	display: -webkit-box;
	overflow: hidden;
	
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.mui-ellipsis-5{
	display: -webkit-box;
	overflow: hidden;
	
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.mui-ellipsis-6{
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.mui-ellipsis-8 {
	display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.max-height-42{
	max-height:42px !important;
	overflow: hidden;
}
.max-height-48{
	max-height:48px;
	overflow: hidden;
}
.max-height-65{
  max-height: 65px !important;
  overflow: hidden;
}
.max-height-72{
	max-height:72px;
	overflow: hidden;
}
.max-height-85{
  max-height: 85px;
  overflow: hidden;
}
.max-height-90{
  max-height: 90px;
  overflow: hidden;
}
/**lwz：自助动手实验室**/
.max-height-100{
  max-height: 100px;
  overflow: hidden;
}
/**end**/
.max-height-105{
  max-height: 105px;
  overflow: hidden;
}
.max-height-120{
  max-height: 120px;
  overflow: hidden;
}
.max-height-126{
  max-height: 126px;
  overflow: hidden;
}
.max-height-130{
  max-height: 130px;
  overflow: hidden;
}
.max-height-135{
  max-height: 135px;
  overflow: hidden;
}
.max-height-145{
  max-height: 145px;
  overflow: hidden;
}
/*tzz IVS*/
.max-height-161{
	max-height: 161px;
  overflow: hidden;
}
.max-height-180{
  max-height: 180px;
  overflow: hidden;
}
.cooperation-plan .max-height-190{
  max-height: 190px;
  overflow: hidden;
}
.max-height-205{
  max-height: 205px;
  overflow: hidden;
}
.max-height-215{
  max-height: 215px;
  overflow: hidden;
}
.max-height-300{
  max-height: 300px;
  overflow: hidden;
}
.max-height-308{
  max-height: 308px;
  overflow: hidden;
}
/*vertical-align  middle*/
.height-42{
  height:42px;
  overflow: hidden;
  display: block;
}
.height-44{
	height:44px;
	overflow: hidden;
}
.height-48{
	height:48px;
	overflow: hidden;
}
.height-65{
  height: 65px;
  overflow: hidden;
}
.height-85{
  height: 85px;
  overflow: hidden;
}
.lineHeight18 {
  line-height: 1.8;
}
.setBlock {
	display: block;
}
/*文本溢出*/
/*.block{
	display: block;
}*/
.inline-block{
	display: inline-block;
}
.block-title {
    color: #36383c;
    font-size: 30px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #E31D2A;
}
.vtop {
	white-space: nowrap;
	float: left;
	width: 17%;
	margin-right: 3%;
	margin-top: 3px;
}
.wdbreak {
	float: left;
	width: 78%;
	word-break: break-all;
	word-wrap: break-word;
	display: inline-block;
}

@media (max-width: 1660px){
	.vtop {
		width: 23%;
	}
	.wdbreak {
		width: 73%;
	}
}
.block__title .text-link{
	font-size:14px;
}
/*text*/
.text-en{
	font-family:Arial;
}
.text-larger{
	font-size:60px;
  font-weight: bold;
  line-height: 1.2;
  max-height: 141px !important;
}
.text-large{
	font-size:48px;
}
.text-caption{
	font-size:36px;
}
.text-middle{
	font-size:20px;
}
.text-h1{
	font-size:30px;
}
.text-h2{
	font-size:24px;
}
.text-h3,.text-h3-gray{
	font-size:18px;
}
.text-h4,.text-h4-gray{
	font-size:16px;
}
.text-h5,.text-h5-gray{
	font-size:12px;
}
.font14{
    font-size: 14px !important;
}
.font16{
    font-size: 16px !important;
}
.font20{
    font-size: 20px !important;
}
.font40{
    font-size: 40px !important;
}
.text-gray,.text-h3-gray,.text-h4-gray,.text-h5-gray{
	color:#91989e;
}
.text-deepgray{
	color:#6f7479;
}
.text-link,.text-blue{
	color:#0ea5f3;
	cursor: pointer;
}
.text-red{
	color:#e50017;
}
.text-center{
	text-align:center !important;
}
.text-left{
	text-align:left !important;
}
.text-right {
	text-align: right !important;
}
.bg-gray-opacity{
	background:rgba(118,132,145,.95);
	background:#768491 \9;
	padding:15px 25px;
	width:100%;
	color:#fff;
}
/*.bg-sm-gray-opacity{
  background:rgba(118,132,145,.95);
  background:#768491 \9;
  padding:1px 25px;
  width:100%;
  color:#fff;
}*/
.bg-gray{
	background:#4a5562;
	padding:15px 80px;
}
/*text*/
.hover-scale .scale-up,
.hover-scale .scale-down {
    transform: scale(1);
    transition: transform 0.3s ease-out 0s;
}
.hover-scale:hover .scale-down {
    transform: scale(.9);
}
.hover-scale:hover .scale-up {
    transform: scale(1.1);
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{
  cursor:default;
  cursor: not-allowed;
  /*filter:alpha(opacity=65);
  opacity: .65;*/
  background: #d1d1d1;
  color: #91989e;
}
.btn.disabled:hover{
  background: #d1d1d1;
  color: #91989e;
  border-color: #d1d1d1;
}
.euleros_content_div .btn,.common-btn {
    display: inline-block;
    height:38px;
    line-height:38px;
    color: #36383C;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #bfc4cc;
    position: relative;
    letter-spacing: normal;
    text-align:center;
    background:#fff;
}
.common-btn{cursor:default;}
.btn:hover{
  color: #E50017;
  border-color: #E50017;
}
.btn.red {
    background: #E50017;
    border-color: #E50017;
    color: #FFF;
    outline: none;
}
.btn.red:hover{
  color: #FFF;
  background: #cd0015;
}

.btn.gray{
    background: #d1d1d1;
    color: #91989e;
    border-color: #d1d1d1;
}
.btn-lg-big{
    height:50px;
    line-height: 50px;
    font-size:16px;
}
.btn-big{
	min-width:100px;
	/*width:100px;*/
}
.btn-middle{
	height:28px;
	line-height: 28px;
	min-width:80px;
}
.sdn-solve-info .btn-middle {
	padding: 0;
	min-width: 90px;
}
.btn-middle-short{
  height:28px;
  line-height: 28px;
  min-width:60px;
}
.btn-small{
	height:28px;
	line-height: 28px;
}
.btn-transparent{
  background:transparent;
  color: #fff;
}
.page-training-class .Carousel-middle-box .btn-small{
	min-width: 100px;
	height: 38px;
	line-height: 38px;
}
.page-training-living .content-block .btn-big {
    min-width: auto;
    padding: 0 30px;
}
/*public styles for AUI2.0 -- end */
.border-radius-list li.col-25 {
	margin-bottom: 15px;
}

/*public styles for AUI2.0 -- end */

/* icons */
.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../images/icon.png);
}
.icon.language {
    width: 17px;
    height: 17px;
    background-position: -141px -35px;
    margin-top:3px;
    vertical-align: top;
    display: none;
}
.icon.language.en {
    background-position: -122px -36px;
}
.icon.language.cn {
    background-position: -141px -35px
}
.icon.search {
    width: 16px;
    height: 16px;
    background-position: -337px -20px;
}
.icon.close{
    width: 13px;
    height: 13px;
    background-position: -355px -20px;
    cursor: pointer;
    margin-left: 10px;
}
.icon.notice{
    width: 37px;
    height: 31px;
    background-position: -137px -2px;
    margin-right: 10px;
}
.icon.ie{
    width: 27px;
    height: 30px;
    background-position: -176px -2px;
    margin-right: 10px;
    margin-left: 20px;
}
.icon.chrome{
    width: 26px;
    height: 26px;
    background-position: -273px -2px;
    margin-right: 10px;
    margin-left: 20px;
}
.icon.firefox{
    width: 28px;
    height: 28px;
    background-position: -205px -2px;
    margin-right: 10px;
    margin-left: 20px;
}
.icon.close-large{
    width: 22px;
    height: 22px;
    background-position: -278px -30px;
    margin-left: 20px;
    cursor: pointer;
}
.icon.close-bigger{
    width: 44px;
    height: 44px;
    background: url(../images/close-bigger.png) no-repeat;
    background-position:0;
    margin-left: 20px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: 0.8;
    display: none;
}
.icon.star-big{
	width: 19px;
    height: 18px;
    background-position: -80px -36px;
    cursor: pointer;
    vertical-align: top;
    margin-top:2px;
}
.icon.star-big-on{
	width: 19px;
    height: 18px;
    background-position: -101px -36px;
    vertical-align: top;
    margin-top:2px;
}
.icon.star-red-on{
  background: url(../images/icon/red-star.png) no-repeat 0px 0px;
    width: 19px;
    height: 18px;
    vertical-align: top;
    margin-top:2px;
}
.icon.star{
	width: 14px;
    height: 13px;
    background-position: -398px -23px;   
}
.star-box .icon.over,
.icon.star-on{
	width: 14px;
    height: 14px;
    background-position: -354px -39px;
    cursor: default;
}
.comment-tip .icon.star{cursor: pointer;} 
.common-fluid .icon.star{
  width: 20px;
  height: 18px;
  background-position: -81px -36px;
}
.common-fluid .icon.star-on{
  background-position: -101px -36px;
}
.icon.call{
	width:17px;
	height:16px;
	background-position: -337px -2px;
	margin-right:5px;
}
.icon.more{
  width:19px;
  height:19px;
  margin-left:14px;
  background-position: -59px -36px;
}
.icon.icon-share{
    width: 25px;
    height: 24px;
    background-position: -369px 0;
    cursor: pointer;
    margin:0 30px;
}
.icon.icon-collect{
    width: 25px;
    height: 24px;
    background-position: -370px -26px;
    cursor: pointer;
}
.icon.icon-small-video{
    width:32px;
    height:32px;
    background-position: -427px -84px;
    margin-right:30px;
}
.icon.icon-small-download{
    width: 16px;
    height: 24px;
    background-position: -462px 0;
    margin:0 5px 0 30px;
}
/*tzz 收藏*/
.icon-selected{
	background: url('../images/icon.png') !important;
	background-position: -426px -26px !important;
	cursor: pointer;
}/*tzz*/
.icon.btn-right, .icon.btn-right-scale3{
    width: 12px;
    height: 21px;
    background-position: -397px 0;
}
.icon.icon-full-screen{
    width: 21px;
    height: 21px;
    background-position: -414px 0;
    cursor: pointer;
}
.icon.icon-small-screen{
    width: 21px;
    height: 21px;
    background-position: -437px 0;
    cursor: pointer;
}
.icon.msg-email{
    width: 36px;
    height: 26px;
    background-position: -235px -2px;
}
.icon.msg-email.on{
    background-position: -240px -30px;
}
.icon.msg-message{
    width: 37px;
    height: 32px;
    background-position: -59px -2px;
}
.icon.msg-message.on{
    background-position: -98px -2px;
}
.icon.msg-plus{
    width: 55px;
    height: 55px;
    background-position: -2px -2px;
}
.icon.bold{
    width: 17px;
    height: 23px;
    background-position: -303px -27px;
}
.icon.italic{
    width: 13px;
    height: 23px;
    background-position: -322px -27px;
}
.icon.underline{
    width: 20px;
    height: 23px;
    background-position: -301px -2px;
}
.icon.attachment{
    width: 12px;
    height: 23px;
    background-position: -323px -2px;
}
.icon.links{
    width: 23px;
    height: 23px;
    background-position: -215px -32px;
}
.icon.send{
    width: 33px;
    height: 23px;
    background-position: -180px -34px;
}
.icon.icon-note{
    width: 26px;
    height: 26px;
    background-image: url(../images/icon/icon-note.png);
    cursor: pointer;
}
.icon.icon-menu{
    width: 26px;
    height: 26px;
    background-image: url(../images/icon/icon-menu.png);
    cursor: pointer;
}
/*---  icons end ---*/

/*pages*/
.pager,
.page{
	text-align:center;
	margin-top:50px;
}
.page-size{
    display:inline-block;
    vertical-align:top;
    *display:inline;
    *zoom:1;
    width:48px;
    height:20px;
    line-height:20px;
    border:1px solid #b3b2b2;
    -webkit-border-radius:2px;
       -moz-border-radius:2px;
            border-radius:2px;
}
ul.pager li[class^=pager-],
.page-btn{
    display: inline-block;
    vertical-align: text-bottom;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin:0 10px;
    text-align: center; 
    font-size:14px;
    background: url(../images/icon/page.png) no-repeat center 30px;
    -webkit-border-radius:2px;
       -moz-border-radius:2px;
            border-radius:2px;
    cursor:pointer;
}
ul.pager li.pager-current,
ul.pager li[class^=pager-]:hover,
.page-current,
.page-btn:hover{
    background-position: center -38px;
    color:#fff;
}
ul.pager li.pager-previous,
ul.pager li.pager-next,
.page-prev,
.page-next{
	background-position:center -151px;
}
.page-prev:hover{
	background-position:center -95px;
}
.page-prev.disabled{
	background-position:center top;
}
ul.pager li.pager-previous:hover{
	background-position:center -95px;
}
ul.pager li.pager-next:hover,
.page-next:hover{
	background-position:center -114px;
}
.page-next.disabled{
	background-position:center -19px;
}
ul.pager li.pager-last,ul.pager li.pager-first{display:none;}

/*pages END*/

/*--- header start ---*/
.header-index,.header-wrapper{
	position: fixed;
    width: 100%;
    min-width:1000px;
    left: 0;
    top:0;
    z-index:8;
    transition: top .3s ease-out;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #ddd \9;
}
.header-index{
	transition:none;
}
.header .wrapper{  
    height: 90px;   
}
.con-head-fix .header{
    visibility: hidden;
}

.compatible .header-index{
    height: 170px
}
.compatible.con-head-fix .header-index,
.compatible.scrolled-down .header-index{
    top: -170px;
}
@media (max-width: 1279px){
    .header .wrapper{
        height: 120px;
    }
    .compatible .header-index{
        height: 200px
    }
    .compatible.con-head-fix .header-index,
    .compatible.scrolled-down .header-index{
        top: -200px;
    }
}
.header .head-upbtn{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
    display: none;
}
.pageup-btn{
    width: 30px;
    border-top: 2px solid #a9b4be;
}
.pageup-btn:before{
    margin-top: 2px;
    content: "";
    border-top: 2px solid #a9b4be;
    width: 100%;
    display: block;
}
.pageup-btn:after{
    margin-top: 2px;
    content: "";
    border-top: 2px solid #a9b4be;
    width: 100%;
    display: block;
}
.logined .regist,.logined .login{
    display: none;
}
.logined .head-user-info{
    display: inline-block;
}
.header .navigation-layer {
	position:absolute;
	width:100%;
    margin-top: -34px;
    line-height: 24px;
    text-align: center;
}
.navigation-layer .navigation {
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.307em;
}
.navigation-layer .navigation .nav-item {
    float: left;
    font-size: 16px;
    color: #36383C;
    cursor: pointer;
    letter-spacing: normal;
}
.navigation-layer .nav-item .title{
    padding: 0 35px 30px;
}
.navigation-layer .navigation li.selected .title,
.navigation-layer .navigation li:hover .title {
    color: #e50017
}
.navigation-layer .sub-nav .text:hover {
    color: #fff
}
/*search*/
.search-item{
    float: left;
    padding: 0 0 0 20px;
    letter-spacing: normal;
}
.search-box{
	width:723px;
    display: inline-block;
    text-align: left;
}
.search-layer .search{
    margin-right: -25px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.search-layer .close{
    display: none;
}
.search-input{
    border: none;
    outline: none;
    width: 595px;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
}
.search-layer .btn{
    margin-left: 10px;
    display: none;
}
.search-acting .search-layer{
    width: 440px;
    float: right;
    margin-top: -1px;
    /*transition: width .5s ease-in-out;*/
}
.search-acting .close,
.search-acting .search-input,
.search-acting .btn{
    display: inline-block;
}
.search-acting .subnav-layer{
    height: 300px;
    transition: none;
}
.search-acting .subnav-list{
    top: 10px;
}
.search-item .subnav-list{
    background: #384452;
    color: #fff;
    padding: 10px;
}
.search-box .item{
  line-height: 24px;
  margin: 5px 0;
}
.search-box .text-gray{
	margin:10px 0;
}
.history-list{
	border-bottom:1px solid #57616d;
	padding-bottom:10px;
}
.search-box .btn{
	border-color:#57616d;
	background:#57616d;
	color:#fff;
	min-width:52px;
	max-width:140px;
	margin-bottom:10px;
}
/*search END*/

.subnav-layer{
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    transition:height .1s .4s;
    pointer-events: none;
}
.has-subheader .subnav-layer{
	top: 50px;
}
.subnav-list{
    transition:top .4s  ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 30px;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #C8CCD1;
    /*background: rgba(56, 68, 82, .98);*/
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    z-index: 11;
    text-align: center;
    line-height: 1.5;
    cursor: default;
    color: #c6cdd1;
    font-size: 14px;
    pointer-events: auto;
}
.nav-item:hover .subnav-layer{
    height: 860px;
    /*transition: none;*/
}
.nav-item:hover .subnav-list{
    top: 0;
}
.full-item{
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}
.subnav-list .caption{
    line-height: 1;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.subnav-list .name{
    color: #888e92;
}
.subnav-list .name:hover{
	color:#fff;
}
.sub-nav-layer{
    float: left;
}
.sub-nav-box{
    float: left;
    line-height: 30px;
    margin-right: 80px;
}
.sub-nav-box.last{
  margin-right: 0;
}
.subnav{	
	color:#91989e;
	padding:30px 10%;
}
/*.subnav-detail .title,.subnav-right .item:hover,.subnav-item.selected{
	color:#fff;
	cursor: pointer;
}*/
/*tzz*/
/*tzz*/
.subnav-right{
	margin-bottom:40px;
}
.subnav-right .item{
	display:inline-block;
	width:100px;
	margin-right:15px;
}

@media (max-width: 1279px){
    .header .wrapper{
        height: 120px;
    }
    .scrolled-down .header .wrapper{
        top: -120px;
    }
    .header .navigation-layer{
        margin-top: 5px;
    }
    .navigation-layer .navigation .nav-item{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .role-tools{
        margin: 0;
    }
    .navigation-layer .nav-item .title{
        padding-bottom: 15px;
    }
    .role-tools .head-user-info{
        padding-bottom: 15px;
    }
}

/*compatibility start*/
.compatibility{
    padding: 20px 0;
    background: #F0F2F5;
    text-align: center;
    display: none;
}
.compatible .compatibility{
  display: block;
}
.compatibility .layer{
    width: auto;
    line-height: 40px;
}
/*compatibility end*/
.header-sub .navigation-layer{
	margin-top:-53px;
}
.header-sub .logo{
	margin-top:18px;
	padding-left:20px;
	height:70px;
}
.header-sub .wrapper{
	height:90px;
}
.scrolled-down .header-wrapper{
    top: -50px;
    transition: top .3s ease-out, opacity 0s .3s;
}
.compatible .header-main{
    height:130px;
}
.compatible.scrolled-down .header-wrapper{
	top: -130px;
}
@media (max-width: 1279px){
	.header .logo{
		margin-left:20px;
	}
	.header .head-tools{
		margin-right:20px;
	}
	.header-main .nav-item .title{
		padding-left:10px;
		padding-right:10px;
	}
}
/*--- header end ---*/

/*--- content start ---*/
.layout-swap,.content {
    /*padding-top: 90px;*/
   /* background: #F0F2F5;*/
/*    transition: padding .3s ease-out;*/
    overflow: hidden;
}
.compatible .content{
    padding-top: 170px;
}

.con-head-fix .content{
    transition: none;
}
.scrolled-down .content,
.scrolled-down.compatible .content,
.con-head-fix .content,
.con-head-fix.compatible .content{
    padding-top: 0;
}
.layout-swap .layout-3col__full,.content .wrapper {
    /*background: #F0F2F5;*/
    padding: 0 0px 50px;
    width: 100%;
    overflow: hidden;
    /*position: relative;*/ /*tzz for iE11 footer*/
}
.layout-swap .layout-3col__full.layout-swap__top{
		display: none;
}
/*zf modify floor space start*/
.floor-wrapper{
	margin-top: 40px;
}
.panel-tabs.AGrid-row.gap{
	margin: -20px -10px 0 -10px;
}
.header .block.floor-wrapper,
.content-search-nav .block.floor-wrapper{
margin-top: 0;
}
.floor-wrapper.clearfix .content-block{
	margin-top: 0px;
}
/*zf end*/
.node-type-event .field-name-event-banner,
.layout-swap .layout-3col__full .content-head,
.content .wrapper .content-head{
  margin:0 -50px;
}
.node-type-event .field-name-event-banner {
  position: relative;
}
.content-block {
    margin-top: 40px;
    clear: both;
}
.content-block.overview{
	padding-top: 30px;
}
.page-sub .content{
	padding-top:140px;
}
.page-sub.compatible .content{
	padding-top:220px;
}
@media (max-width: 1279px){
    .content {
        padding-top: 120px;
    }
    .content .wrapper {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 600px;
    }
    .content .wrapper .content-head{
      margin:0 -20px;
    }

}
/*--- content end ---*/

/*--- sidebar start ---*/
.sidebar .wrapper{
    width: 400px;
    position: fixed;
    height: 100%;
    z-index: 4;
    top: 0;
    padding-top: 90px;
    transition: all .3s ease-out;
    background: #fff;
}
.page-sub .sidebar .wrapper{
	padding-top:140px;
}
.scrolled-down .sidebar .wrapper{
    padding-top: 0
}
.con-head-fix .sidebar .wrapper{
    padding-top: 60px;
}
.side-msg-bar{
    right: -400px;
    background: #F0F2F5;
    box-shadow: -3px 0 10px rgba(0, 0, 0, .1);
    border-left: 1px solid #ddd\9;
}
.msg-side-show .side-msg-bar{
    right: 0;
}
.msg-title{
    background: #fff;
    font-size: 30px;
    line-height: 30px;
    color: #36383c;
    padding: 30px 20px;
}
.msg-body-layer{
    background: #F0F2F5;
    height: 100%;
}
.msg-chaters{
    padding: 10px 20px;
}
.msg-chaters .msg-plus{
    margin-left: 20px;
    cursor: pointer;
}
.msg-chaters img{
    vertical-align: middle;
}
.msg-ways{
    background: #e3e8ef;
    padding: 10px 20px;
}
.msg-ways .icon{
    margin-right: 20px;
    cursor: pointer;
}
.msg-content{
    padding: 20px;
}
.email-info{
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.email-info .name{
    float: left;
}
.email-info.address{
    padding-left: 70px;
}
.email-info.address .name{
    margin-left: -70px;
}
.email-info.subject{
    padding-left: 55px;
}
.email-info.subject .name{
    margin-left: -55px;
}
.email-info input{
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
}
.email-body{
    padding:30px 0;
}
.email-content{
    background: transparent;
    border: none;
    width: 100%;
    resize: none
}
.msg-tools{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 20px;
    cursor: default;
}
.msg-tools .icon{
    margin-right: 15px;
    cursor: pointer;
}
.msg-tools .send-msg{
    float: right;
    margin-top: -5px;
}
.msg-tools .send-msg .icon{
    margin-left: 15px;
}
@media (max-width: 1279px){
    .sidebar .wrapper{
    	padding-top:120px;
    }
}
.sub-items.emails {
    width: 160px;
}
.share-title {
    margin-top: 20px;
    font-size: 14px;
}
.share-links {
    margin-top: 10px;
    float: left;
}
.share-icons {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    background-color: #53575E;
    background-color: rgba(255, 255, 255, .1);
    background-image: url(../images/share-links.png);
}
.share-icons.qq {
    background-position: 0 0;
}
.share-icons.weibo {
    background-position: -50px 0;
}
.share-icons.weixin {
    background-position: -100px 0;
}
.share-icons.email {
    background-position: -150px 0;
}
.share-icons.youku {
	background-position: -204px -1px;
}
.share-icons.facebook {
	background-position: -251px -1px;
}
.share-icons.qq:hover {
    background-color: #486D8E;
    background-color: rgba(81, 148, 208, 0.5)
}
.share-icons.weibo:hover {
    background-color: #912A38;
    background-color: rgba(227, 14, 36, 0.5)
}
.share-icons.weixin:hover {
    background-color: #508A2F;
    background-color: rgba(97, 206, 18, 0.5)
}
.share-icons.email:hover {
    background-color: #248D7E;
    background-color: rgba(8, 213, 177, 0.5);
}
.share-icons.youku:hover {
    background-color: #AEE1FC;
    background-color: rgba(81, 148, 208, 0.5)
}
.share-icons.facebook:hover {
    background-color: #9EA8D0;
    background-color: rgba(130, 148, 208, 0.5)
}
.share-links .share-icons {
    margin: 10px 10px;
}
.two-code {}
.two-code .code-box {
    width: 100px;
    margin: 0 5px;
}
.two-code .code-name {
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}
.two-code a {
    cursor: pointer;
}
.two-code .icon-2code {
    border: 5px solid #53585E;
}
.icon-2code {
    width: 92px;
    height: 92px;
    display: inline-block;
    background: url(../images/2code.jpg);
}
.icon-2code.weixin {
    background-position: -98px 0
}
.icon-2code.weibo {
    background-position: -1px 0
}
@media (min-width: 1280px) {
    .footer-top .footer-content {
        padding-left: 100px;
    }
}
@media (max-width: 1279px) {
    .footer-content .sub-items {
        width: auto;
        margin: 0;
    }
}
@media (max-width: 799px) {
    .footer-content {
        padding: 10px 20px;
    }
    
    .sub-items.emails {
        height: auto;
    }
}

/*----- footer end ------*/
/*grid*/
.bg-light{
    background: #e3e8ef !important;
}
.bg-deep{
    background: #d9dfe9 !important;
}
.bg-deeper{
    background: #cdd5de !important;
}
.bg-deepest{
    background: #768491 !important;
}
.grid{
	position:relative;
    background: #fff;
    height: 440px;
    line-height:440px;
}
.grid.tall{
    height: 420px;
    line-height:420px;
}
.gap .grid.tall{
    height: 440px;
    line-height:440px;
}
.layer{
	height:100%;
	line-height:1.5;
	text-align: center;
}
.layer-fix{
	display: inline-block;
	width:100%;
    vertical-align: middle; 
    line-height: 1.5;
    text-align: center;
}
.layer-fix-pic{
	max-width:85%
}

.grid .layer-left,.grid .layer-right{
    display: inline-block;
    vertical-align: middle;
}
/*new*/
.grid .layer-bgImg{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
}
.grid .layer-bgImg img{
	vertical-align: bottom;
}
/*.grid .layer-left{
	width:39%;
}*/
.grid .layer-left{
	width:39%;
}
.grid .layer-left .layer-fix img{
    max-width: 70%;
    max-height:140px;
}
.grid .layer-left .layer-fix.big-img{
    height: 100%;
    width: 50%;
    float: left;
    position: relative;
}
.grid .layer-right{
	width:56%;
	text-align:left;
	padding-right:20px;
}
.grid .layer-right .text-h2{
	line-height: 1;
}
.layer-left-short .layer-left{
	width:23%;
}
.layer-left-short .layer-right{
	width:75%;
}
.layer-text-middle{
	line-height:1.5;
	height:100%;
}
.layer-text-middle .layer-left{
	height:210px;
	line-height: 210px;
}
.grid .layer-text-middle .layer-right{
	position:relative;
	padding-top:25px;
	width:59%;	
	height:100%;
	vertical-align:top;
}

.layer-text-top{
	padding:25px 0 0;
	text-align:center;
	height:100%;
}
.layer-text-top-middle{
	height:160px;
	line-height: 160px;
}
.grid .layer-text-top .layer-left{
	vertical-align:top;
	line-height: 1;
}
.grid .layer-text-top .layer-right{
	position:relative;	
	height:100%;
	vertical-align:top;
	line-height: 1.5;
}
.layer-text-wrapper{
	padding:0 40px;
}
.grid-img{
	width:100%;
	height:440px;
	overflow:hidden;
	position:relative;
}
.element-live {
  height: 440px;
}
.card-small img{
	max-width: 85%;
	max-height:100px;
}
.grid-img-gap{
	height:440px;
	width:100%;
	overflow:hidden;
	position:relative;
}
.grid-img .bg-gray-opacity,.grid-img-gap .bg-gray-opacity{
	position:absolute;
	bottom:0;
}
.grid-img-detail{
	position:absolute;
	top:110px;
	left:0;
	width:100%;
	padding:0 10%;
}
.grid-img-detail .text-caption{
	margin-bottom:20px;
}
.grid-small .text-h3{
	margin:20px 0 10px;
}
.grid-large .layer-img{
	height:220px;
	line-height: 220px;
	margin-top:20px;
}
.grid-large .scale-up{
	display: inline-block;
	vertical-align: middle;
	max-width:85%;
	max-height:160px;
}
.grid-large .text-h2{
	margin-bottom:15px;
}
.grid .grid-img-small{
	max-width:85%;
	max-height:60px;
}
@media (max-width:1367px){
	.grid-img{
		height:auto;
	}
	.grid-img .scale-up{
		width:100%;
	}
}
.layer-box-small{
    text-align: left;
    line-height:1.5;
    padding:35px 35px 0 35px;
}
.layer-box-small .text-h2{
	 line-height: 1;
}
.text-left{
	text-align: left !important;
}
.grid-text{
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.mgt5{
    margin-top: 5px;
}
.mgt10{
    margin-top: 10px;
}
.mgt12{
	margin-top: 12px;
}
.mgt15{
    margin-top: 15px;
}
.mgt20{
    margin-top: 20px;
}
.mgt40{
    margin-top: 40px;
}
.mgt55{
    margin-top: 55px;
}
.mgt60{
    margin-top: 60px;
}
.mgr5{
    margin-right: 5px;
}
.mgr10{
    margin-right: 10px;
}
.mgr8{
    margin-right: 8px;
}
.mgr20{
    margin-right: 20px;
}
.mgr40{
    margin-right: 40px;
}
.mgb10{
    margin-bottom: 10px;
}
.mgb16{
    margin-bottom: 16px !important;
}
.mgb20{
    margin-bottom: 20px;
}
.mgb25{
    margin-bottom: 25px;
}
.mgb35{
    margin-bottom: 35px;
}
.mgb50{
    margin-bottom: 50px;
}
.pdt25{
  padding-top: 25px;
}
.pdt80{
  padding-top: 80px;
}
.f14{
font-size:	 14px;
}
.fw6{
	font-weight: 600;
}
.video-thumb {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height:100%;
}
.video-thumb .icon-video,.video-thumb .video-btn,.video-thumb .icon-video-no-path, .element-14 .icon-video, .element-15 .icon-video ,.poster-content-layer .icon-video,
.overView {
	overflow: visible;
}
.video-thumb .icon-video,.video-thumb .icon-video-no-path,.video-thumb .video-btn, .element-14 .icon-video, .element-15 .icon-video {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -35px;
    margin-left: -35px;
    line-height: 1;
    background: url(../images/icon/video-mid-line.png) no-repeat center;
    cursor: pointer;
}
.video-thumb .icon-video .video-btn{
	max-width:100%;
}
.sdn-solve-info .video-thumb .icon-video {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: url(../images/icon/video-small.png) no-repeat center;
}
/*.poster-content-layer .icon-video{
  top:100%;
  left: 85px;
}*/
.bigimg,.grid .bigimg{
	min-width:100%;
	min-height:100%;
}

/*expert introduce start*/
.layer-text{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;  
}
.layer-text-left{
    float: left;
    padding-left: 10%;
}
.layer-text-right{
    float: right;
    padding: 0 5%;
}
.layer-img-right{
    width: 50%;
    position: absolute;
    right: 2%;
    top: -10px;
}
.layer-img-left{
    width: 50%;
    position: absolute;
    left: 2%;
    top: -10px;
}
.grid .people-img{
    max-height: 220px;
}
/*expert introduce end*/
/*grid-center start*/
.right-bottom{
    width: 100%;
    padding:0 35px;
    position: absolute;
    bottom: 20px;
    left:0;
    line-height: 1.5
}
.right-bottom.right-bottom-dnd-block-1-3{
	width: 56%;
	padding: 0px;
	left: auto;
	right: 10px;
}
/*.layer-right .right-bottom{
	padding:0;
}*/
.right-bottom-large{
	width: 100%;
	left:0;
}
.right-bottom .item{
	display: inline-block;
	width:32%;
	text-align:center;
}
.grid-rel{
    position: relative;
}
.grid-center.tall {
    line-height: 0;
}
.gap .grid.tall, .gap .grid-center.tall {
    height: 440px;
}
.grid-center {
    background: #fff;
}
.figure-box{
    width: 100%;
    height: 50%;
    overflow: hidden;
    line-height: 220px;
	position: relative;
}
.figure-box img {
  width: 100%;
  height: 100%;
}
.detail-box {
    height: 50%;
    position: relative;
}
.detail-box .grid-text{
	text-align:left;
}
/*grid-center end*/
.grid-across .figure-box,.grid-across .detail-box{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.grid-across .right:before {
    content: "";
    border: 10px solid transparent;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    z-index: 1;
}
.grid-across .right:before {
    border-right-color: #fff;
    left: -20px;
}
/*discuss start*/
.discuss .text-h5-gray{
    position: absolute;
    right: 35px;
    bottom: 20px;
}
@media(max-width: 1440px){
    .discuss .text-h5-gray{
        right: 15px;
    }  
}
.vertical-line{
    margin: 0 8px;
}
.pointer{
    cursor: pointer;
}
/*discuss end*/
.layer-left-long .layer-left{
    width: 46%;
}
.grid .layer-left-long .layer-right{
    width: 52%;
}
/*online-course start*/
.grid-left{
    overflow: hidden;
}
.grid-left,.grid-right{
    width: 50%;
    height: 100%;
    float: left;
    background: #fff;
    position: relative;
}
@media(max-width: 1440px){
    .grid-left,.grid-right{
        width: 100%;
    }
}
.layer-box-mid{
    text-align: left;
    line-height: 1.5;
    padding: 45px 50px 0 60px;
}
/*online course end*/
/*grid end*/
/*hot*/
.hot:before{
	position:absolute;
	right:15px;
	top:-5px;
	content: " ";
	display:inline-block;
	width:41px;
	height:40px;
	background: url(../images/hot.png);
}
/*hot end*/
.topic-item{
	padding-left:15px;
	line-height:30px;
	background: url(../images/question_icon.png) no-repeat left center;
	color:#6f7479;
	cursor: pointer;
}
/*hot*/
.live:before{
  position:absolute;
  right:15px;
  top:-5px;
  content: " ";
  display:inline-block;
  width:41px;
  height:40px;
  background: url(../images/live.png);
}
/* 去掉首页新闻和资讯右2列表小手相连  */
.topic-item2{
	line-height:30px;
	color:#6f7479;
	/*cursor: pointer;*/
}
.topic-item2 .topic{
	color:#36383C;
}
/*左右*/	
.content-block-box{
	position:relative;
	overflow:hidden;
	padding-bottom:35px;
}
/*zf-分页相关*/
.page-news .content-block-box{
	padding-bottom: 0px;
}
.page-news .ni-section{
	padding-bottom: 50px;
}
.col-25{
	width:25%;
}
.col-50{
  width:50%;
}
.col-75{
	width:75%;
}
.col-85{
	width:85%;
}
.col-80{
	width:80%;
}
.col-48{
	width:48%;
}
.col-100{
	width:100% !important;
}
.section-title{
	border-bottom: 1px solid #dbdfe2;
	padding-bottom:15px;
}
.content-right{
	padding-left:20px;
}
.section{
	background:#fff;
	padding:30px 40px;
	
}
.cover{
	padding-bottom:9999px;
	margin-bottom:-9999px;
}
.side-left{
	background:#fff;
	padding:20px 30px 9999px;
	margin-bottom:-9999px;
}
.side-item{
	padding:0 20px;
	line-height:48px;
	border-bottom:1px solid #dbdfe2;
	color:#91989e;
	cursor: pointer;
}
.side-item.selected,.side-item:hover{
	color:#e31d2a;
	background:#f0f2f5;
	border-color:#f0f2f5;
}
.layout-item{
	position:relative;
	margin-top:30px;
}
/**lwz：自助动手实验室列表页**/
.layout-item-top-20{
	position:relative;
	margin-top:20px;
	clear: both;
	overflow: hidden;
}
.layout-left-100{
	float: left;
	width:100px;
}
.layout-right-105{
	margin-left:105px;
}
/**end**/
.layout-left{
	position:absolute;
	left:0;
	top:0;
	width:125px;
}
.layout-right{
	margin-left:125px;
}
.layout-left-short .layout-left{
	width:80px;
}
.layout-left-short .layout-right{
	margin-left:80px;
}
/*input*/
.input28 {
    height: 30px !important;
    line-height: 30px !important;
}
.input {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #bdc2c8;
    font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input.input-error {
    border-color: #ff5252;
}

.textarea{
	width:100%;
	height:330px;
	line-height:1.5;
	background:none;
	padding:10px;
}
.textarea-noborder{
	border:none;
  resize: none;
}

.textarea-noresize{
  resize: none;
}

.form-textarea-wrapper{
	display: inline-block;
	width: 420px;
}

.form-textarea-wrapper>textarea{
	width: 100%;
}
/*input END*/
.grid-item{
	display:inline-block;
	width:10.5%;
	vertical-align: top;
	cursor: pointer;
}
/*remote lab END*/
.grid-list .btn-right{
	margin:40px 4% 0;
}

.grid-list .scale-up{
	max-width:80%;	
}
/*index*/
.index-unicome{
	background:#f8f8f8;
	overflow:hidden;/*new*/
}
.index-unicome .img{
	max-width:100%;
	max-height:220px;
}
.index-unicome .title{
	font-size:20px;
	font-weight:bold;
	margin:20px 0 50px;
	color:#000;
}
.index-unicome .text-h2{
	font-weight:bold;
}
.index-unicome .text{
	color:#ff4500;
}
/*.earth{
	background: url(../images/index/earth.png) no-repeat right bottom;
}*/
.earth .layer-fix{
	text-align:left;
	padding:0 11.36%;
	position: relative;
	z-index: 5;
}
.earth .title-1{
	font-size:28px;
	margin-bottom:20px;
}

/*sdn*/
.line-height40{
	line-height:40px;
}
.border-radius-list{
	margin:55px 0;
	text-align:center;
}
.quick-exp .border-radius-list{
	margin:50px 0 30px;
	max-height: 130px;
	overflow-y: auto;
}
.border-radius-list .item{
	display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:100%;
	border:1px solid #7e8b97;
	color:#7e8b97;
	cursor: pointer;
}
.border-radius-list .selected .item{
	color:#fff;
	background:#e50017;
	border-color:#e50017;
}
.image-list{
	margin-bottom:-30px;
}
.image-item{
	position:relative;
	height:125px;
	margin-bottom:30px;
}
.image-item .image{
	position:absolute;
	left:0;
	top:0;
	width:120px;
}
.image-item .image .scale-up{
	width:90px;
	height:90px;
	border-radius:100%;
	border:1px solid #e2e2e2;
}
.image-item .text{
	padding:10px 0 0 120px;
}
@media (max-width:1280px){
	.review-box .col-48{
		width:100%;
	}
	.review-box .image-list{
		margin-top:30px;
	}
}


/*dialog-code*/
.full-screen{
	width:100%;
	height:100%;
	overflow: hidden;
}
.dialog-code{
	position:absolute;
	top:0;
	right:-80px;
	width:0;
	height:100%;
	padding:18px 35px;
	background:rgba(54,56,60,.95);
	background:#36383c \9;
	color:#fff;
	transition:all .3s ease-out;
	overflow:hidden;
}
.dialog-code-show{
	width:40%;
	right:0;	
}
.dialog-code-large{
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	z-index: 90;
}

.dialog-code .textarea-wrapper{
	height:50%;
	width:100%;
}
.dialog-code-large .textarea-wrapper{
	width:49%;
	height:90%;
}
.dialog-code .textarea-box{
	background:#36383c;
	padding:10px;
	height:75%;
}
.dialog-code .textarea{
	height:100%;
	background:#36383c;
	resize:none;
	overflow-x:hidden;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.dialog-code .textarea::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color:#36383c;
}

/*定义滚动条轨道 内阴影+圆角*/
.dialog-code .textarea::-webkit-scrollbar-track
{ 
    border-radius: 8px;
    background-color: #36383c;
}

/*定义滑块 内阴影+圆角*/
.dialog-code .textarea::-webkit-scrollbar-thumb
{
    border-radius: 8px; 
    background-color: #4a4c4f;
}
/*dialog-code END*/

/*SDK*/
.side-title-bg {
    background: url(../images/icon/side_bg2.png) no-repeat 90% center;
}
.side-left-bg{
	background:#e7eaed;
}
.side-item-bg{
	line-height:50px;
	border-bottom: 1px solid #ccd1d3;
}
.side-left-bg .side-title{
	cursor: pointer;	
	padding:0 20px;
	/*tzz*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/*tzz*/
}
.side-left-bg .side-title:hover,.side-left-bg .side-title.selected{
	background-color:#d9dde1;
	color:#e50017;
}
.side-left-bg .side-title-bg.selected{
	background: #d9dde1 url(../images/icon/side_bg.jpg) no-repeat 90% center;
}/*20160629tzz*/

/*tzz*/
.side-left-bg .side-title.on.selected {
	background: url(../images/icon/side_bg.jpg) no-repeat 90% center;
	color: inherit;
}/*tzz*/
.side-sublist{
	display: none;
}
.side-subitem{
	padding:0 20px;
	color:#6f7479;
	cursor: pointer;
	font-size: 14px;
}
.side-subitem.selected {
	background-color: #d9dde1;
}
.side-subitem:hover,.side-subitem.selected{
	color:#e50017;
}

/* ? */
.block-title .H28-box {
    padding-top: 5px;
}
.H28-box {
    font-size: 14px;
}
table .text-box .scale-up {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 20px;
}
table .text {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}
table .text .ellipsis {
	height: 20px;
	max-width: 400px;
}
table .tab-detail .text .ellipsis {
	height: 25px;
}
table .text {
	width: 60%;
}
/*table*/
table{
	width:100%;
	border-top:1px solid #bac0c6;
	table-layout: fixed;/*tzz20160905 for resource table width*/
}
table th{
	text-align:left;
	font-weight:normal;
	line-height: 40px;
	white-space: nowrap;/*tzz20160905 for resource table width*/
}
table th.padd-left-20 {
	padding-left: 40px;
}
@media (max-width: 1488px){
  table th.padd-left-20.col-13 {
    padding-left: 20px;
  }
}
table td,table th{
	padding:0 20px;
	border-bottom:1px solid #e5e5e5;
}
table td{
	padding:20px;
}
table .text{
	display:inline-block;
	vertical-align:middle;
}
table .text-box{
	min-width:198px;
}/*tzz for hr table response*/
/*layer-image*/
.layer{
	overflow: hidden;
}
.layer-images{
	height: 190px;
	line-height: 190px;
	margin-top: 30px;
}
.no-margin{
	margin: 0px;
}
/*drupal block-1*/
.layer-text-wrapper.text-no-image{
	padding: 30px 35px 0px 35px;
	text-align: left;
}
.block:before,
.block:after {
    content: " ";
    display: table;
    line-height: 0;
}
.block:after {
    clear: both;
}
.block {
    *zoom: 1;
}
.field .block:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.layer-list{
	text-align:left;
}
/**technology.module*/
.text-link.tline{
	display: inline-block;
	padding-right: 10px;
	padding-left:10px;
	border-right: 1px solid #ddd;
}
.text-link.tline:first-child{padding-left:0;}
.block__title{
	float: left;
}
.element-invisible{display:none;}

/*video pop*/
.popover-layer{
	position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;
}
.popover-layer-cover{
	position: absolute;top: 0;left: 0;background: #000;width: 100%;height: 100%;z-index: -1;opacity: 0.7;
}
.video-block{
	max-width:700px;
	width: 100%;
	margin: 0 auto;
	margin-top: 220px;
	position: relative;
}
.mobile .video-block{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0;
}

.layer-icon{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}
.mine.page-ecology-technology main h1{display:none;}

.page-ecology-technology main h1{display:none;}


/*activity detail table start*/
.small-section.section{
  padding-top: 50px;
}
.tab-title{
    border-bottom: 1px solid #dbdfe2;
    border-top: 1px solid #bac0c6;
}
.line-height27{
    line-height: 27px;
}
.tab-title-detail{
    padding: 0 3%;
}
.tab-detail{
    /*padding: 15px 3%;*/
}
.tab-content{
    border-bottom: 1px solid #dbdfe2;
}
.col-13{
    width: 13%;
}
.col-18{
    width: 18%;
}
.col-20{
    width: 20%;
}
.col-28{
    width: 28%;
}
.col-31{
    width: 31%;
}
.col-35{
    width: 35%;
}
.col-36{
    width: 36%;
}
.col-38{
    width: 38%;
}
.col-46{
    width: 46%;
}
.mgb5 {
  line-height: 1;
  margin-bottom: 5px;
}
a.like-a ,
span.like-a {
	color: #30acf4;
	cursor: pointer;
	white-space:nowrap;
}
.vertical-line {
	color: #e1e5ea;
	padding: 0 5px 0 8px;
}
.tab-detail .mid{
  width: 80px;
  height: 80px;
  max-width: 100%;
  margin-bottom: 5px;
  border:1px solid #e9eaec;
  border-radius: 80px;
}
/*activity detail table end*/


/*时间轴样式*/
#js-time-sheet-box {
  margin: 0 -50px;
}
.time-sheet {
    padding: 23px 0 5px;
    background-color: #fff;
}
.calendarBar {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendarBar > .innerbox { 
    position: relative;
    white-space: nowrap;
}
.calendarBar .innerbox > .year{
    display: inline-block;
}
.calendarBar .item {
    display: inline-block; 
    width: 50px; 
    color: #91989e; 
    position: relative;
    vertical-align: bottom;
    padding-top: 20px;
    cursor: pointer;
    text-align: center;
    transition: width .5s ease-out;   
}
.calendarBar .item[data-uid="false"]{
    cursor: default;
}
.calendarBar .item[data-uid="false"] .month{
  margin-top: 23px;
}
.calendarBar .item.selected p {
  background: #efefef;
}
.calendarBar .item .month {
  height: 16px;
  line-height: 16px;
}
.calendarBar .item.selected .month {
  background: #efefef;
}
.calendarBar .item.selected {
  font-size: 16px;
  color: #f00;
  /*line-height: 40px;*/
}
.calendarBar .item.selected .value {
	font-size: 14px;
}
.calendarBar .item:after {
    position: absolute; 
    content: ""; 
    left: 0; 
    bottom: 0; 
    width: 1px; 
    height: 40px; 
    background: #91989e;
}
.calendarBar .year .item:first-child:after {
    height: 59px;
}
.calendarBar .gift, .calendarBar .thumbs {
    line-height: 24px;
    height: 24px; 
    cursor: pointer;
}
.calendarBar .gift > span {
    vertical-align: middle; 
    color: #a26ae0;
}
.calendarBar .thumbs > span {
    vertical-align: middle; 
    color: #a26ae0;
    display: inline-block;
    padding-right: 17px;
    line-height: 150%;
    font-size: 14px;
    padding-left: 12px;
    background: url(../images/hand.png) no-repeat right 0;
    background-size: 10px auto;
}
.calendarBar .gift > i{
    display: inline-block; 
    vertical-align: middle; 
    width: 15px; 
    height: 15px; 
    /*background: url(../images/active/gift.png) center no-repeat;  */
    margin-top: -5px;
}
.calendarBar .thumbs > i {
    display: inline-block; 
    vertical-align: middle; 
    width: 15px; 
    height: 15px; 
    /*background: url(../images/active/thumbs.png) center no-repeat;  */
    margin-top: -5px;
}
.calendarBar .value { 
    position: absolute; 
    left: 8px; 
    color: #36383c;
    -webkit-transition:all 0.5s linear 0s;
    top: -3px;
}
.calendarBar .width150{
    width:150px;
}
.calendarBar .width150.value {
  width: auto;
}
.calendarBar .width150.value.selected {
  color: #f00;
}
.hidden {
    visibility: hidden;
}
.prev_icon{
    width: 20px;
    height: 39px;
    float: left;
    display: inline-block;
    background: url(../images/prev_icon.png) no-repeat;
    margin: 4px 45px 0 50px;
    cursor: pointer;
}
.next_icon{
    width: 20px;
    height: 39px;
    float: right;
    display: inline-block;
    background: url(../images/next_icon.png) no-repeat;
    margin: 4px 50px 0 45px;
    cursor: pointer;
}
.calendarBar .item.currentMonth {
    font-size: 16px;
    color: #f00;
}
.fixed {
    position: fixed;
    top: 0px;
    z-index: 10;
    left: 0;
    right: 0;
}
.btn.all-active {
    border: none;
    background-color: #eceef0;
    margin-bottom: 5px;  
}
/*时间轴样式 end*/
.text-white {
    color: #fff;
}
.pos-static {
  position: static !important;
}
.brightness-10 {
 /* filter: brightness(0.1);
     -webkit-filter: brightness(0.1);
     -moz-filter: brightness(0.1);
     -o-filter: brightness(0.1);
     -ms-filter: brightness(0.1);*/
     opacity: 0.1;
  filter:alpha(opacity=10);
}
.brightness-50 {
  /*filter: brightness(0.5);
     -webkit-filter: brightness(0.5);
     -moz-filter: brightness(0.5);
     -o-filter: brightness(0.5);
     -ms-filter: brightness(0.5);*/
     opacity: 0.5;
  filter:alpha(opacity=50);
}
/* study */
.lineHight {
  line-height: 1;
}
.layout-video .element-layer-img, 
.layout-video .element-layer-text {
  vertical-align: top;
}
.layout-video .grid-img-gap {
  height: 220px;
}
.container-8x2 .layout-video .grid-img-gap {
  height: 440px;
}
.element-16 .element-layer-text.half-text-box {
  position:static;
}
.layout-video .text-bottom {
  position:absolute;
  bottom: 15px;
  left: 35px;
  right: 35px;
}
.container-2x2 .layout-video .text-bottom {
  right: 35px;
}
.container-2x1.U .layout-video .text-bottom {
  left: 49%;
  padding-left: 35px;
}
.container-2x2 .container-2x1 .layout-video .text-bottom {
  padding-top: 68px;
}
.layout-video .text-bottom .date {
  float: right;
}
.container-2x1 .layout-video .element-layer-text {
  padding-left: 25px;
  width: 49%;
}
.container-2x1 .layout-video .grid-img-gap {
    height: 210px;
    width: 49%;
}
.container-2x1.D .layout-video .element-layer-img {
  float: right;
}

/*  form  style  */
form.form-group {
  line-height: 1.5;
  width: 100%;
  background: #fff;
}
form.form-group .form-wrapper#edit-normal-info {
  width: 640px;
  margin: 60px auto 30px;
}
form.form-group .form-wrapper#edit-invitation-bottom {
  padding: 30px 60px 5px;
  border-top: 20px solid #f0f2f5;
  width: 100%;

}
form.form-feedback{
	padding-bottom:40px;
}
form.form-feedback .form-wrapper#edit-invitation-bottom{
	border-top:0;
	text-align: center;
}
#hwdeveloper-online-feedback-ajaxsubmit{
	float:none;
}
form.form-event .form-wrapper#edit-invitation-bottom {
  padding-top: 0;
  padding-bottom: 40px;
  border: none;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
form.form-group .form-item {
  margin: 0 0 25px;
  height: auto;
}
form.form-group .form-item label {
  display: inline-block;
  width: 187px;
  padding: 0 0 0 7px;
  position: relative;
  line-height: 38px;
  height: 38px;
  vertical-align: top;
}
form.form-group .form-item input.error {
	border: 1px solid #f00;
	color: #f00;
}
form.form-group .form-item label.error {
	padding: 0 0 0 200px;
	width: auto;
	height: auto;
	line-height: 2;
	color: #f00;
	display: block;
	margin-bottom: -7px;
}
form.form-group .form-item label .form-required {
  color: #de2128;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 38px;
  height: 38px;
}
form.form-group .form-item select, 
form.form-group .form-item input {
  width: 420px;
  line-height: 38px;
  height: 38px;
  text-indent: 5px;
}
form.form-group .form-item.form-type-radio input {
    width: auto;
    height: auto;
    vertical-align: middle;
}
form.form-group .form-radios {
  display: inline-block;
  width: 420px;
}
form.form-group .form-radios .form-item {
  margin: 0 0 0;
  display: inline-block;
  background: url(../images/radio-off.jpg) no-repeat left center;
}
form.form-group .form-radios .form-item.selected {
  background: url(../images/radio-on.jpg) no-repeat left center;
}
form.form-group .form-radios .form-item.disabled {
  background: url(../images/radio-dis.jpg) no-repeat left center;
}
form.form-group .form-radios .form-item input {
	opacity: 0;
}
form.form-group .form-radios .form-item label {
  width: 100px;
}
.i18n-en form.form-group .form-radios .form-item label {
    width: 180px;
}
form.form-event .form-wrapper#edit-invitation-bottom .btn-form {
  float: none;
  display: block;
  margin: 0 0 0 138px;
}
form.form-feedback .form-submit {
	width: 240px;
	/*margin-left: 198px;*/
}
form.form-group .form-item .description {
  color: #9aa0a5;
  font-size: 12px;
  margin: 10px 0 0 200px;
}
form.form-group .ajax-progress {
  float: right;
  margin-right: 20px;
  width: 60px;
  height: 16px;
  margin-top: 11px;
  background: url(../images/loading.gif);
}
form#hwdeveloper-online-feedback-form.form-group .ajax-progress {
    position: absolute;
    right: 50%;
    margin: 0 -60px 0 0;
    width: 60px;
    height: 16px;
    background: url(../images/loading.gif);
    bottom: -10px;
}
.text2-gray {
	color: #6f7479;
}
form.form-group .ajax-progress .message {
  display: none;
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
	width: 420px;
	line-height: 38px;
	height: 38px;
	border: none;
}
.select2-search input {
	border: 1px solid #1eb5e5;
}
.select2-container .select2-choice {
	border-radius: 0;
	line-height: 38px;
	height: 38px;
	outline: none;
	box-shadow: none;
	background: none;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices{
	border: 1px solid #bdc2c8;
	outline: none;
	box-shadow: none;
}
.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices{
	border: 1px solid #1eb5e5;
	outline: none;
}
.select2-container .select2-choice .select2-arrow {
	width: 30px;
	border: none;
	background: none;
}
.select2-container .select2-choice .select2-arrow b {
	width: 30px;
	background: url(../images/icon/droplist-icon.png) center center no-repeat !important; /*20160912 for override all/select-2.css*/
}

.select2-search {
	display: none;
}
.select2-results {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #bdc2c8;
	border-top: 1px solid #1eb5e5;
}
.select2-results .select2-highlighted {
	background: #e7e7e7;
	color: #36383c;
}
.select2-results li:hover {
	background: #f1f1f1;
	color: #36383c;
}
.btn-form {
  float: right;
}
.noPosition {
  position: static;
}
.lesson_time {
  position: absolute;
  right: 15px;
  top: -5px;
  display: inline-block;
  width: 50px;
  height: 50px;
/*   line-height: 40px; */
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding-left: 5px;
  background: url(../images/hot.png) no-repeat 0 0;
}
/*.people-number,
.color-red {
	color: #f00;
}
.people-number {
	font-size: 16px;
	line-height: 1;
}*/
.icon-word {
    width: 70px;
    height: 78px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -35px;
    margin-left: -35px;
    line-height: 1;
    background: url(../images/icon/icon-word.png) no-repeat center;
    cursor: pointer;
}
.field-name-event-banner .aui-Carousel-500 {
  overflow:hidden;
}
.block-hwdeveloper-event .sticky-enabled td:first-child {
  font-size: 16px;
}
/**besend样式*/
body.loading{
	width:100%;
	height:100%;
	overflow:hidden;
}
.blackBg {
	position: fixed;
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	z-index: 9998;
	width: 100%;
	height: 100%;
}
.blackBg .lay{
	width:100%;
	height:100%;
	background: rgba(90, 88, 88, 0.71);
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.blackBg img{
	width:60px;
	height:16px;
	position: absolute;
	z-index: 9999;
	left: 50%;
	top: 50%;
	margin-top:-8px;
	margin-left:-30px;
}
#timeline {
	min-height: 490px;
}
.banner-letter-spacing {
	letter-spacing: 3px;
}
.white{color:#fff;}

.empty-data {
	background: #fff;
	height: 440px;
}
.empty-center {
    text-align: center;
    line-height: 440px;
    background: #fff;
}
/*学习培训“热门培训推荐”中视频下面的日期字体*/
.live-date-font {
  font: initial;
}
.header.browser-compatibility{
margin-top:80px;
}

#compatibility {
	height: 80px;
	background-color: #f0f2f5;
	text-align: center;
	overflow: hidden;
	transition: height 0.3s ease-out;
	margin-top:-80px
}

#compatibility .layer {
	padding: 20px 0;
	width: auto;
	line-height: 40px;
	font-family: arial, "微软雅黑", "Microsoft Yahei";
	font-size: 14px;
	color: #6c7175;
}

.header.browser-compatibility+.padding-reset{
  padding-top: 170px;
}
.has-subheader .header.browser-compatibility+.padding-reset {
	padding-top: 220px;
}
.browser-compatibility .icon-compatibility {
	display: inline-block;
	background: url(../images/icon/browser-compatibility.png) no-repeat;
	width: 34px;
	height: 34px;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}

.icon-compatibility .notice {
	background-position: 0 0;
}

.icon-compatibility.ie {
	background-position: 0 -44px;
}

.icon-compatibility.chrome {
	background-position: 0 -88px;
}

.icon-compatibility.firefox {
	background-position: 0 -132px;
}

.icon-compatibility.close-large {
	background-position: 0 -176px;
	cursor: pointer;
}
/*zf search no result style*/
.text-center {
	text-align: center;
}
.sr-show table tr td.search-no-result {
	padding: 45px 0;
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
}
.sr-show table tr td.suggestion-info {
	padding:0 0 0 100px;
	border-bottom: none;
	font-size: 18px;
}
.sr-show table tr td.padding-top-73 {
	padding-top: 73px;
}
.sr-show table tr td.padding-top-30 {
	display: inline-block;
	width:600px;
	padding-top: 30px;
}
.icon-no-result {
	height: 32px;
	width:32px;
	display: inline-block;
	vertical-align: middle;
	margin-right:6px;
}
.icon-api-search {
	background: url(../images/icon/icon_api.png) no-repeat;
	
}
.icon-develop-resource {
	background: url(../images/icon/icon_zy.png) no-repeat;
}
.icon-training {
	background: url('../images/icon/icon_jc.png') no-repeat;
}
.icon-narrow {
	font-size: 14px;
	margin: 0 20px;
	vertical-align: text-bottom;
}
.sr-section .padding-bottom {
	padding-bottom: 333px;
}

/*crumb*/
.region.region-breadcrumb{
   margin: 0 -50px;
}
.section-training .region.region-breadcrumb{
    margin: 0;
}
#block-hwdeveloper-misc-breadcrumb-navigation{
  margin-top: 0;
}
.crumb{
  height: 40px;
  line-height: 40px;
  color: #999;
  padding-left: 50px;
  font-size: 0;
  overflow: hidden;
}
.crumb a{
  font-size: 14px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  max-width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crumb p{
    font-size: 14px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    max-width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.crumb span{
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(../images/icon/crumb-arrow.png) no-repeat;
  line-height: 200px;
  vertical-align: middle;
  margin: 0 6px;
}
.crumb.with-background{
  background: #fff;
  border-bottom: 1px solid #f0f2f5;
}
.crumb.mgb30{
    margin-bottom: -30px;
}
/*announcement*/
.announcement-col{
  background-color: #F6F7F9;
  height: 40px;
  width: 100%;
  padding: 7px 1.325%;
}
.announcement-item{
  width: 31%;
  height: 21px;
  float: left;
  display: inline-block;
  border-left: 1px solid #D3D5D8;
  padding: 0 10px;
  margin-top: 2px;
}
.announcement-item.first{
	border-left: 0;
}
.icon-annoucement{
	background: url(../images/icon/icon_announcement.png) no-repeat;
	display: inline-block;
	height: 18px;
	width: 14px;
	margin-right: 15px;
}
.announcement-text{
  display: inline-block;
  height: inherit;
  width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: inherit;
  white-space: nowrap;
}
.announcement-more{
  width: 76px;
  margin-top: 2px;
  padding-right: 10px;
}
@media (min-width: 1024px) and (max-width: 1196px) {
	.announcement-col .announcement-item{
		width: 30.4%;
	}
	.announcement-col .announcement-text{
		width: 88%;
	}
}
@media (min-width: 1197px) and (max-width: 1440px) {
	.announcement-col .announcement-item{
		width: 30.6%;
	}
	.announcement-col .announcement-text{
		width: 90%;
	}
}
@media (min-width: 1441px) and (max-width: 1675px) {
	.announcement-col .announcement-item{
		width: 30.7%;
	}
	.announcement-col .announcement-text{
		width: 90%;
	}
}
.announcement-detail{
	width: 1200px;
	background-color: #fff;
	padding: 40px 65px 115px 40px;
}
.ann-title{
	text-align: center;
}
.section-announcement .layout-3col__full{
	background-color: #fff;
	padding-bottom: 0;
}
.section-announcement .pager{
	margin: 50px 0;
}
.section-announcement .ni-section .pager{
	margin-bottom: 0;
}
.announcement-block .content-block-box{
	padding-bottom: 50px;
}
.section-announcement.node-type-announcement .layout-3col__full{
	background-color: #F0F2F5;
	margin-top: 0;
}
.announcement-block{
	margin-left: auto;
	margin-right: auto;
}
.node-type-announcement .announcement-block{
	background-color: #fff;
}
.announcement-block .ni-section{
	padding: 0;
}
@media (max-width: 1439px) {
	.node-type-announcement .announcement-block{
		min-height: 500px;
	}
	.ann-newsinfo .ann-nonwes{
		height: 500px;
	}
	.ann-newsinfo-block{
		min-height: 500px;
	}
}
@media (min-width: 1440px) {
	.node-type-announcement .announcement-block{
		min-height: 600px;
	}
	.ann-newsinfo .ann-nonwes{
		height: 600px;
	}
	.ann-newsinfo-block{
		min-height: 601px;
	}
}
.announcement-block .detail-content img{
	max-width: 100%;
}
@media (min-width: 1308px) {
		.announcement-block{
			width: 1200px;
		}
		.announcement-block .detail-content img{
			max-width: 1110px;
		}
}
.ann-newsinfo td{
	height: 20px;
	padding: 0 20px;
	border-bottom: 0;
	overflow: hidden;
}
.ann-newsinfo thead>tr:nth-child(odd){
	background-color: #F5F7FA;
}
.ann-newsinfo .ann-nonwes{
	background-color: #fff !important;
}
.ann-newsinfo thead>tr:last-child{
	border-bottom: 1px solid #F0F2F5;
}
.ann-newsinfo thead>tr:first-child{
	border-top: 1px solid #F0F2F5;
}
.ann-newsinfo tr{
	height: 60px;
}
.ann-list-title{
	height: 20px;
	width: 100%;
	color: #575859;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: inherit;
	display: inline-block;
}
.ann-list-time>p{
	color: #79797A;
}
.detail-title{
	width: 90%;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}
.detail-title h2{
	font-size: 24px;
	width: 100%;
}
.detail-time{
	font-size: 14px;
	text-align: center;
	color: #575859;
}
.ann-detail-title-box{
	padding-top: 40px;
	width: 100%;
}
.detail-content{
	padding: 30px 45px;
	color: #7F7F7F;
}
.detail-content .nd-detail{
	padding: 0;
}
/*zf--二级导航优化--start*/
.submenu-item>a{
    display: inline-block;
    padding: 0 35px;
    font-size: 16px;
    line-height: 55px;
}
.submenu-item{
    display: inline-block;
    text-align: center;
    padding: 2px 5px 0 5px;
}
.submenu-item a{
    color: #36383C;
}
.submenu-item>a:hover ~.third-menu, .third-menu:hover{
    display: block;
}
.third-menu{
    display: none;
    position: absolute;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}
.third-menu>a{
    padding: 0 35px;
    display: block !important;
    font-size: 14px !important;
    line-height: 32px !important;
    border-top: 1px solid #F0F2F5;
}
.third-menu>a:hover, .submenu-item .active{
    color: #e50017;
}
.line-height-1_2{
    line-height: 1.2 !important;
}

#seo-list table{table-layout: auto;}
/*zf--二级导航优化--end*/
/*旧首页公告宽度*/
.page-home .announcement-col .home-max-width{
  width: auto;
  margin: auto;
}
/*新首页公告*/
.section-newhome .announcement-col .icon.more,.section-home .announcement-col .icon.more,
.front .announcement-col .icon.more{
  float: left; 
  margin-right: 5px;
  margin-left:0;
  background:url(../images/icon/iconMore.png) no-repeat center;
  width:15px;
  height:15px;
  margin-top:1px;
}
.section-newhome .announcement-col,.section-home .announcement-col,
.front .announcement-col{
    background-color: #fcfcfc;
    box-shadow:0px 2px 9px -3px hsla(0,0%,0%,0.2)
}
.section-newhome .announcement-item,.section-home .announcement-item,
.front .announcement-item{
  border-left: 0; 
}
.section-newhome .announcement-text,.section-home .announcement-text,
.front .announcement-text{
  color:#808182;
}
.section-newhome .announcement-more,.section-home .announcement-more,
.front .announcement-more{
  color:#95989a;
  font-size:12px;
}

#block-hwdeveloper-home-home-banner{
  position: relative;
}

/*#side-support-suggestion start*/
#right-fixed-nav{
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 1000;
  margin-top: -70px;
}
html[lang=zh-hans] #side-support-suggestion{
  height: 122px;
  width: 40px;
  background: #ea374c;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
html[lang=zh-hans] #side-support-suggestion .sss-text{
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  padding: 16px 13px;
  word-wrap: break-word;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, .1);
}
html[lang=zh-hans] #side-support-suggestion .sss-list{
  /*height: 220px;*/
  width: 235px;
  position: absolute;
  top: 20px;
  right: 54px;
  background: #fff;
  box-shadow: 0 5px 15px 3px rgba(0, 0, 0, .1);
  padding: 26px 0;
  display: none;
  opacity: 0;
  border-radius: 3px;
}
html[lang=zh-hans] #side-support-suggestion:hover .sss-list{
  display: block;
  top: 0px;
  opacity: 1;
  animation: supportsuggestion 0.3s;
}
html[lang=zh-hans] #side-support-suggestion .sss-list:after{
  display: block;
  content: '';
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  top: 37px;
  right: -14px;
  position: absolute;
  z-index: 2;
  filter: drop-shadow(2px 2px 3px #ccc);
}
html[lang=zh-hans] #side-support-suggestion .sss-list:before{
  display: block;
  content: '';
  height: 122px;
  width: 22px;
  top: 0px;
  right: -22px;
  position: absolute;
  z-index: 1;
}

html[lang=zh-hans] #side-support-suggestion .sss-item{
  padding: 0 15px 0 65px;
  position: relative;
  z-index: 3;
  background: #fff;
  display: block;
  margin-bottom: 33px;
}
html[lang=zh-hans] #side-support-suggestion .sss-item:last-child{
  margin-bottom: 0;
}

html[lang=zh-hans] #side-support-suggestion .sss-item:hover .sss-item-name{
  color: #ea374c;
}

html[lang=zh-hans] #side-support-suggestion .sss-item-name,
html[lang=zh-hans] #side-support-suggestion .sss-item-desc{
  line-height: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html[lang=zh-hans] #side-support-suggestion .sss-item-name{
  font-size: 16px;
  color: #484343;
  transition: color .2s;
}
html[lang=zh-hans] #side-support-suggestion .sss-item-desc{
  font-size: 14px;
  color: #979899;
  margin-top: 10px;
}

html[lang=zh-hans] #side-support-suggestion .sss-item-icon{
  display: inline-block;
  height: 20px;
  width: 25px;
  position: absolute;
  left: 20px;
  top: 0;
  background-image: url(../images/icon/sss-icons.png);
}
html[lang=zh-hans] #side-support-suggestion .sss-item-icon.sss-knowledge{
  background-position: 0 0;
}
html[lang=zh-hans] #side-support-suggestion .sss-item-icon.sss-forum{
  background-position: 0 -30px;
}
html[lang=zh-hans] #side-support-suggestion .sss-item-icon.sss-suggestion{
  background-position: 0 -60px;
}

@keyframes supportsuggestion{
  0%{
    opacity: 0;
    display: none;
    top: 20px;
  }
  100%{
    opacity: 1;
    display: block;
    top: 0px;
  }
}

html[lang=zh-hans] .rfn-button-box{
  /*margin-top: 20px;*/
  position: fixed;
  right: 5px;
  bottom: 50px;
}
html[lang=zh-hans] .rfn-button-box .rfn-backtop{
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, .1);
  cursor: pointer;
  position: relative;
  margin-top: 0px !important;
}
/*.rfn-button-box .rfn-backtop:before,
.rfn-button-box .rfn-backtop:after{
  display: block;
  content: '';
  height: 2px;
  width: 15px;
  position: absolute;
  top: 14px;
  left: 20px;
  background: #ea374c;
  transform: rotate(44deg);
  transform-origin: left center;
}
.rfn-button-box .rfn-backtop:after{
  transform: rotate(136deg);
}*/
html[lang=zh-hans] .rfn-button-box .rfn-backtop:before{
  display: block;
  content: '';
  height: 3px;
  width: 18px;
  position: absolute;
  top: 11px;
  left: 11px;
  background: #ea374c;
}
html[lang=zh-hans] .rfn-button-box .rfn-backtop:after{
  display: block;
  content: '';
  height: 0;
  width: 0;
  border-top: none;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #ea374c;
  left: 11px;
  bottom: 11px;
  position: absolute;
}

html[lang=zh-hans] .float-sidebar.right-float-nav{
  width: 40px;
  right: 5px;
  height: auto;
}

html[lang=zh-hans] .float-sidebar.right-float-nav .float-bar-nav .item{
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}

html[lang=zh-hans] .float-sidebar.right-float-nav .float-nav-content{
  margin-bottom: 16px !important;
}

html[lang=zh-hans] .float-sidebar.right-float-nav .float-bar-nav >.item > a, 
html[lang=zh-hans] .float-sidebar.right-float-nav .float-bar-nav >.item > span{
  height: 100%;
  width: 100%;
  line-height: 40px;
}

html[lang=zh-hans] .float-sidebar.right-float-nav .icons-float-bar{
  background-image: url(../images/icon/sss-icons.png);
  background-position: -30px 0;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  border-radius: 0;
}
html[lang=zh-hans] .float-sidebar.right-float-nav .icons-float-bar:hover{
  background-position: -30px -50px;
}
html[lang=zh-hans] .float-sidebar.right-float-nav .content-head{
  right: 95px;
}
html[lang=zh-hans] .float-sidebar.right-float-nav .content-head:before{
  left: 10px;
}
html[lang=zh-hans] .float-sidebar.right-float-nav .content-head:after{
  right: -5px !important;
  top: 17px;
  z-index: 999;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  filter: drop-shadow(2px 1px 1px rgba(0,0,0,0.1));
  transform: none;
  box-shadow: none;
}

/*.rfn-animation{
  animation: supportsuggestion 0.3s;
}*/

html[lang=zh-hans] .float-nav-content:hover .content-head,
html[lang=en] .float-nav-content:hover .content-head{
  display: block;
  animation: supportsuggestion 0.3s;
}
html[lang=zh-hans] .float-nav-content>a{
  position: relative;
  z-index: 1;
}
.content-head:after{
  right: 5px !important;
}

/*#side-support-suggestion end*/

/*cookie使用声明start*/
.privacy {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    color: #333;
    background: #ccc;
    text-align: center;
    display: none;
    padding: 10px 0;
}
.privacy p {
    display: inline-block;
    padding: 2px 80px 2px 0;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}
.privacy a {
    text-decoration: underline;
    color: #333;
}
.privacy a.close-privacy {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.privacy .close-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon/icon_close_privacy.png) no-repeat center / 24px 24px;
}
/*cookie使用声明end*/

.technology-layer-text {
    width: 64%;
    line-height: 1.8;
    padding: 40px 0px 0px 0px;
}

.floor-wrapper {
    clear: left;
}
eBase.css?pm6vo8:19
.clearfix {
}

.home-earth-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.technology-desc {
    text-align: left;
}
