@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'biaoti';
	src: url('../fonts/AGENCYB.TTF');
}
@font-face {
	font-family: 'din';
	src: url('../font/DINCond-Bold.otf');
	font-weight: normal;
	font-style: normal;
}
*{margin:0px; padding:0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; outline: none;}
a,address,body,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,html,img,input,li,ol,p,form,label,fieldset,legend,input,button,textarea,hr,ul{margin:0;padding:0;}
body{
	font-family: '微软雅黑',Helvetica,sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
input,button,textarea,select,label{
	outline: none;
	border:none;
	background:none;
	font-family: '微软雅黑',Helvetica,sans-serif;
	font-size: 14px;
	line-height: 200%;
	font-weight: 400;
	color: #333;
}
ul,li,ol{list-style: none;}
input[type="button"], input[type="submit"], input[type="reset"], button { 
	cursor: pointer; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-webkit-search-cancel-button{
  display: none;
}
/*清除IE下的 search 叉号*/
input[type=search]::-ms-clear{
  display: none;
}
img{border:0;}
hr{border:none;height:1px;}
a{color:#333;text-decoration: none;cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
a:visited,a:link,a:hover, a:focus{text-decoration: none;}
em,i{font-style:normal;}
h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
article,aside,figure,footer,header,nav,section{display:block;}
.clearfix{ clear:both;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#D8D8D8;}
input::-moz-placeholder,textarea::-moz-placeholder{color:#D8D8D8;}
input:-moz-placeholder,textarea:-moz-placeholder{color:#D8D8D8;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#D8D8D8;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background-color: transparent;}
.fl {float: left;}
.fr {float: right;}
.flexBox{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;}
.one-txt-cut{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.show{display: block;}
.hide{display: none;}
.Main_Center{
	margin:0 auto;
	height:auto;
	width:1200px;
}
.newwrap{
	width:100%;
	padding-left:80px;
	padding-right:80px;
}
/****header***********/
.header{ width:100%; height:100px; position:absolute; top:0; z-index:9999999999999999999999; background:rgba(255,255,255,0.0);transition:.5s; -webkit-transition:.5s;}
.header:hover{background:rgba(0,0,0,0.5)}
.header h1.logo{ width:153px; height:88px; float:left; margin-top:20px;}
.headerright{ width:1000px; float:right;}
.headerright .search{ width:100%; height:24px; clear:both;margin-top:10px;}
.headerright .search li{ float:right;margin-left:30px;}
.search_form{ width:151px; position:relative; float:right; padding:0; margin:0}
.inp01{ border:0; background:url(../images/searchbg.png) no-repeat; width:151px; height:24px; padding:0 15px; color:#e0e0e0;top:5px; position:absolute}
.inp02{ position: absolute; right:10px; top:8px}
.social_link{ display:inline-block!important;}
.social_link a{ margin-left:4px;}
.yuyan{
	width:23px;
	height:23px;
	border:rgba(255,255,255,0.5) 1px solid;
	display:inline-block;
	line-height:23px;
	font-size:12px;
	text-align:center;
	color:#EEE;
	top:-6px;
	position:relative;
}
a.yuyan:hover{
	border:#CF0505 1px solid;
	color:#CF0505;
}
.navbox{width:100%;}
.navbox ul{}
.navbox li {
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
    position: relative;
    float:left;
}
.navbox li .js{ 
    margin-top: 10px; 
	height: 30px; 
	overflow: hidden; }
.navbox li .js>a {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight:normal;
	text-transform:uppercase;
	display: block;
	line-height: 32px;
	-webkit-transition: transform .5s;
	-ms-transition: transform .5s;
	transition: transform 0.5s;
}
.navbox li .js>a:after {
	content: attr(data-hover);
	color: #F3BE1D;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity 0.3s;
}
.navbox li.active .js>a:after,
.navbox li:hover .js>a:after {
	opacity: 1;
}

.navbox li .js:hover>a {
	color: #666;
}
.navbox li .js>a span {
	opacity: 1;
	display: block;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	transition: opacity 0.3s;
}
.navbox li .js:hover>a span {
	opacity: 0;
}
.navbox li.active .js>a,
.navbox li:hover .js>a {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.tnavbox{
	position:absolute;
	width:200px;
	left:50%;
	margin-left:-100px;
	top:100%;
	height:0;
	padding-top:15px;/* display:none;*/ 
	text-align: center;
	z-index: 99999999;
}
.tnav{ 
   background:#fff;
   box-shadow:0 0 16px -4px rgba(0,0,0,.3);
   padding:20px 0 18px;
   transform:translateY(20px);
   -webkit-transform:translateY(20px);
   opacity:0; visibility:hidden;
   transition:.5s;
   -webkit-transition:.5s;
}
.tnav a{
	display:block;
	color:#666;
	line-height:35px;
	border-bottom: 1px solid transparent;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tnav a:hover{ color: #fff;}

.tnav a:hover,.tnav a.on{
	background:#1b1b1b;
	color:#fff;
}
.navbox li:hover .tnavbox {
    height:100px;
}
.navbox li:hover .tnavbox .tnav{
	transform:translate(0);
	-webkit-transform:translate(0);
	opacity:1;
	visibility:visible;
}
.navbox li .tnavbox i{
	position: absolute;
	width: 20px;
	height: 4px;
	background-color: #000;
	left: 50%;
	top: 0; 
	margin-left: -10px;
}
/****************banner****************/
.welcome div, .welcome ul, .welcome li, .welcome span, .welcome a {
  box-sizing: border-box;
}
.welcome .wel-banner {
  position: relative;
}
.welcome .wel-banner .hd {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 15px;
  text-align: center;
}
.welcome .wel-banner .hd li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  margin: 0 5px;
  cursor: pointer;
}
.welcome .wel-banner .hd li.on {
  background: #F3BE1D;
  border-color: #F3BE1D;
  width: 40px;
  border-radius:18px;
}
.welcome .wel-pro-wrap .pro-nav-wrap {
  overflow: hidden;
  background: #fff;
  padding: 22px 0;
}
.dbl {
  display: block;
}
.w100 {
  width: 100%;
}
/*首页标题*/
.title h3{
	text-align: center;
	font-size:48px;
	line-height: 48px;
	color:#323237;
	text-transform:uppercase;
	font-family: 'biaoti';
}
.title span{
	display: block;
	width:251px;
	height:16px;
	margin: 20px auto 18px;
	background: url(../images/xiantiao.png) no-repeat;
	background-size: 100% 100%;
}
.title p{
	text-align: center;
	font-size:16px;
	color:#666666;
	padding:0;
	margin:0;
}
/**首页简介***/
.indexabout{
	width:100%;
	background:#EAEAEA;
	padding: 120px 0 116px;
	overflow: hidden;
}
.aboutcon{
	clear:both;
}
.aboutcon p{
	text-align: center;
	font-size:16px;
	color:#323237;
	line-height:200%;
}
.aboutcon .kouhao{
	width:1100px;
	margin:0 auto;
	text-align:right;
	top:-30px;
	position:relative
}
.imageshow{
	overflow: hidden;
}
.imageshowmain{
	width: 100%;
	margin: 84px auto 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.imagelist{
	width: 50%;
	display: flex;
	display: -webkit-flex;
}
.imagelist>li{
	width: 50%;
	background: #EEEEEE;
}
.imagelist a{
	display: block;
	height: 100%;
}
.imagefont{
	width: 66%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.imagefont h5{
	font-size:48px;
	font-family: 'biaoti';
	color:#333333;
	text-transform:capitalize
}
.imagefont p{
	font-size:14px;
	
	color:#333333;
	line-height:30px;
	margin-top: 1.4vw;
}
.imagefont span{
	display: block;
	width:30px;
	height:30px;
	border-radius:50%;
	background: url(../images/more.png) no-repeat;
	background-size: 100% 100%;
	margin: 2.9vw 0 0;
}
.imagelist_re{
	flex-direction: row-reverse;
}
.imagelist>li{
	overflow: hidden;
}
.imagelist>li img{
	transition: 1s;
	display:block;
}
.imagelist>li:hover img{
	transform: scale(1.1);
}

@media only screen and (max-width: 1440px) {
	.imagefont h5 {
		font-size: 36px;
	}
}
/*********首页童星展示***********/
.starshow{
	width:100%;
	background:#EAEAEA;
	padding: 0 0 116px;
	overflow: hidden;
	clear:both;
}
.teaserlist {
	clear:both;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	max-width: 1200px;
	margin: 2em -20px 2em -20px;
	justify-content: center
}

.teaserlist img {
	margin-bottom: 160px
}

@media only screen and (min-width: 48em) {
	.teaserlist {
		margin: 2em 0 2em -20px
	}
}

.teaserlist article {
	flex: 0 0 100%;
	margin-bottom: 20px;
	max-width: 480px
}

.teaserlist .h3 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	color: inherit !important
}

@media only screen and (min-width: 48em) {
	.teaserlist .teaser--wide {
		flex: 0 0 58.333333333333336%;
		max-width: 58.333333333333336%
	}

	.teaserlist .teaser--narrow {
		flex: 0 0 41.666666666666664%;
		max-width: 41.666666666666664%
	}

	.teaserlist .teaser--wide2 {
		flex: 0 0 56%;
		max-width: 56%
	}

	.teaserlist .teaser--narrow2 {
		flex: 0 0 44%;
		max-width: 44%
	}

	.teaserlist .teaser--extra-wide {
		flex: 0 0 88%;
		max-width: 88%
	}

	.teaserlist .teaser--extra-wide2 {
		flex: 0 0 82%;
		max-width: 82%
	}

	.teaserlist .teaser--push-bottom {
		align-self: flex-end
	}

	.teaserlist .teaser--push-down {
		align-self: center
	}

	.teaserlist .teaser--push-right {
		padding-left: 100px
	}

	.teaserlist .teaser--push-left {
		padding-right: 100px
	}

	.teaserlist .teaser--push-right40 {
		padding-left: 14px
	}

	.teaserlist .teaser--push-left40 {
		padding-right: 40px
	}

	.teaserlist .teaser--push-up {
		margin-top: -35px
	}

	.teaserlist--morestories article:nth-child(even) {
		transform: translateY(30px)
	}

	.teaserlist .teaser--half {
		flex: 0 0 50%;
		max-width: 50%
	}

	.teaserlist .teaser--smalltext h3,.teaserlist .teaser--narrow h3,.teaserlist .teaser--narrow2 h3 {
		font-size: 25px
	}

	.teaser--push-right-50 {
		padding-left: 50px
	}

	.teaser--push-left-50 {
		padding-right: 50px
	}
}

@media only screen and (min-width: 64em) {
	.teaserlist {
		padding: 0 28px
	}

	.teaserlist--magazine,.teaserlist--morestories {
		padding: 0
	}

	.teaserlist article {
		max-width: inherit
	}

	.teaserlist img {
		margin-bottom: 0
	}

	.teaserlist .teaser--smalltext h3,.teaserlist .teaser--narrow h3,.teaserlist .teaser--narrow2 h3 {
		font-size: 20px
	}
}

@media only screen and (min-width: 90em) {
	.teaserlist {
		padding: 0 28px
	}

	.teaserlist .h3 {
		font-size: 35px
	}

	.teaserlist .teaser--smalltext h3,.teaserlist .teaser--narrow h3,.teaserlist .teaser--narrow2 h3 {
		font-size: 23px
	}
}

.teaserlist article>div {
	position: relative;
	z-index: 1
}

@media only screen and (min-width: 48em) {
	.teaserlist article>div {
		margin-left: 20px
	}
}

.teaser-text {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 30px;
	color: #fff;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 225px;
	z-index: 1
}

.teaser-text>* {
	position: relative;
	z-index: 1
}

.teaser-text::before,.teaser-text::after {
	height: 100%;
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	right: 0;
	background: #624963;
	transform: skewY(-2deg);
	bottom: -8px;
	opacity: .7
}

.teaser-text::before {
	transform: skewY(-4deg);
	bottom: -16px;
	opacity: 1
}

.teaser-text--bg-light-blue::before,.teaser-text--bg-light-blue::after {
	background: #0091df
}

.teaser-text--bg-blog::before,.teaser-text--bg-blog::after {
	background: #F7F7F7
}

.teaser-text.teaser-text--bg-brightgreen::before,.teaser-text.teaser-text--bg-brightgreen::after {
	background: #66b512
}

.teaser-text--bg-raspberry::before,.teaser-text--bg-raspberry::after,.teaser-text--bg-magenta::before,.teaser-text--bg-magenta::after {
	background: #d30f4b
}

.teaser-text--bg-dark-blue::before,.teaser-text--bg-dark-blue::after {
	background: #00617f
}

.teaser-text--bg-dark-green::before,.teaser-text--bg-dark-green::after {
	background: #2b6636
}
.teaser-text--bg-dark-yellow::before,.teaser-text--bg-dark-yellow::after {
	background: #F3BE1D
}
@media only screen and (min-width: 48em) {
	.teaser-text {
		min-height: 215px;
		padding: 50px 20px 20px;
		justify-content: center
	}
}

@media only screen and (min-width: 64em) {
	.teaser-text {
		max-width: 50%;
		height: 100%;
		padding: 35px;
		padding-right: 60px
	}

	.teaser-text::before,.teaser-text::after {
		top: 0;
		width: 115%;
		bottom: 0;
		left: -25%;
		right: inherit;
		opacity: .7;
		transform: skewX(-15deg)
	}

	.teaser-text::after {
		transform: skewX(-10deg);
		opacity: .4
	}

	.teaser-text--right {
		max-width: 60%;
		right: 0;
		padding-left: 16%;
		padding-right: 35px
	}

	.teaser-text--right::before,.teaser-text--right::after {
		left: inherit;
		right: -25%
	}
}

.teaser-text .overline {
	margin-bottom: 11px;
	letter-spacing: 0
}





@media only screen and (max-width: 63.938em) {
	.bird,.social-net {
		display: none
	}
}


.container-social-teaser .social-clipping {
	background-color: #10384F;
	color: #fff;
	padding: 35px
}

.container-social-teaser--white .social-clipping {
	background-color: #fff;
	color: #10384F
}

.container-social-teaser .social-clipping__channel {
	margin-top: -10px
}

.container-social-teaser .social-clipping__channel-link {
	float: left;
	background-position: left center;
	padding-left: 18px;
	padding-right: 0;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25px
}

.container-social-teaser--white .social-clipping__channel-link {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpolyline points='0.5,13.5 7,7 0.5,0.5' style='stroke:%2310384f;stroke-width:1.5;fill:none;'/%3E%3C/svg%3E")
}

.container-social-teaser .social-clipping__date {
	float: right;
	opacity: 1;
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 25px
}

.container-social-teaser .social-clipping p {
	margin-bottom: 1px;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 25px
}

.social-clipping__date-container {
	margin-bottom: 15px
}

.social-clipping__date-container:before,.social-clipping__date-container:after {
	content: " ";
	display: table
}

.social-clipping__date-container:after {
	clear: both
}

.social-clipping__channel-kategories {
	text-align: left;
	position: absolute;
	top: 8px;
	left: 44px
}

.social-clipping__channel-kategories a {
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	font-size: .75rem;
	position: relative;
	padding: 4px 8px 4px 14px;
	display: inline-block;
	line-height: 1;
	font-style: italic;
	font-weight: 700;
	letter-spacing: .5px;
	opacity: .75
}

.social-clipping__channel-kategories a+a:before {
	content: " ";
	width: 1px;
	height: 100%;
	top: 0;
	left: 2px;
	border-left: 1px solid #fff;
	border-color: inherit;
	transform: rotate(11deg);
	position: absolute
}

.social-clipping__channel-kategories .social-clipping__channel-active {
	opacity: 1
}

.social-clipping__social-entry {
	opacity: 0;
	transition: opacity .3s ease;
	display: none
}

.social-clipping__social-entry--block {
	display: block
}

.social-clipping__social-entry--visible-effect {
	opacity: 1;
	transition: opacity .3s ease
}

.container-social-teaser .u-ir {
	pointer-events: none
}

@media only screen and (min-width: 90em) {
	.container-social-teaser .social-clipping p {
		font-size: 23px;
		line-height: 28px
	}
}

@media only screen and (min-width: 64em) {
	.homepage .container-social-teaser {
		width: 380px;
		height: 380px
	}
}

@media only screen and (min-width: 48em) {
	.teaserlist .loadmore-container {
		flex: 0 0 50%;
		max-width: 50%;
		margin-left: 50%;
		padding-left: 20px
	}
}

.teaserlist .social-clipping__image,.social-clipping__image {
	margin-bottom: 5px;
	width: 100%
}

.container-social-teaser .social-clipping .social-clipping__image+p {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 24px;
	font-weight: 400;
	padding-top: 5px;
	max-height: 50px;
	overflow: hidden
}

.social-clipping .social-clipping__image+p strong {
	font-weight: 400
}

.teaserlist article .margiblock {
	max-width: 280px
}

.teaserlist--single {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0
}

.teaserlist--single>article {
	flex: 0 0 100%;
	max-width: 100%
}





.teaserlist article>div {
	overflow: hidden
}

.teaserlist article img {
	-webkit-transition: transform 0.25s ease-out;
	-moz-transition: transform 0.25s ease-out;
	-ms-transition: transform 0.25s ease-out;
	-o-transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out
}

.teaserlist article .teaser-text::before {
	-webkit-transition: width 0.25s ease-out;
	-moz-transition: width 0.25s ease-out;
	-ms-transition: width 0.25s ease-out;
	-o-transition: width 0.25s ease-out;
	transition: width 0.25s ease-out
}

.teaserlist article a:hover img {
	transform: scale(1.1)
}

@media only screen and (min-width: 64em) {
	.teaserlist article a:hover .teaser-text::before {
		width: 118%
	}
}

.teaserlist img {
	border: 0;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block!important;
	vertical-align: middle;
}
/*********首页视频**************/
.indexvideo{
	width:100%;
	background:#EAEAEA;
	padding: 0 0 116px;
	overflow: hidden;
	clear:both;
}
.cc-tit{
	padding:100px 20px 60px 20px;
}
.cct-cont{ width:100%;}
.cc-tit{
	padding:100px 0px 60px 0px;
}
.context-cont{
	position:relative;
	/*margin-top:865px;*/
	z-index:888;
	overflow:hidden;
	background-color:#fff;
}
.cct-cont{
	position:relative;
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}
.cct-font{
	position:relative;
	padding-top:3px;
	overflow:hidden;
	float:left;
}
.cct-font span{
	font-size:22px;
	color:#444444;
	line-height:22px;
	float:left;
}
.cct-font b{
	font-family: 'gotham_mediumregular';
	font-size:12px;
	color:#444444;
	font-weight:500;
	float:left;
	margin:2px 0px 0px 4px;  line-height: 18px;
}
.cct-border{
	position:absolute;
	height:1px;
	top:14px;
	background-color:#f2f2f2;
	left:145px;
	right:179px;
}
.cct-border a{ color:#535353
}




.cct-border-join{
	left:155px;
}
a.cct-more{
	display:block;
	float:right;
	width:177px;
	height:28px;
	border:#d2d2d2 solid 1px;
	line-height:24px;
	transition:all ease-out 200ms;
	-webkit-transition:all ease-out 200ms;
	color: #FFF;
}
a.cct-more span{
	color: #FFF;
}
.cctm-bg{
	position:absolute;
	width:177px;
	height:0;
	top:0px;
	z-index:0;
	background-color:#004386;
	transition:all ease-out 100ms;
	-webkit-transition:all ease-out 100ms;
}
.cctm-bg-icom{
	position:absolute;
	width:177px;
	height:26px;
	z-index:333;
	background:url(../images/more-icon-a.png) 115px center no-repeat;
}
.cctmg-white{
	background-color:#ffffff;
}
a.cct-more span{
	position:relative;
	z-index:222;
	font-family: 'gotham_mediumregular';
	margin-left:73px; font-size:12px;
	color:#FFF;
	transition:all ease-out 300ms;
	-webkit-transition:all ease-out 300ms;
}
a.cct-more:hover div.cctm-bg-icom{
	background:url(../images/more-icon-b.png) 115px center no-repeat;
	border-color:#004386;
}
a.cct-more:hover div.cctm-bg-icom-white{
	background:url(../images/more-icon-c.png) 115px center no-repeat;
}
a.cct-more:hover div.cctm-bg{
	height:28px;
	color:#535353;
}
a.cct-more:hover span{
	color:#535353;
}
.ccc-list-box ul li {width: 50%;}
.index-title{ width:100%; text-align:center; background:#efefef;}
.index-en{font-family: 'gotham_mediumregular';
    font-size: 30px;
    color: #444444;
    font-weight: 500;}
.index-en1{ padding-bottom:40px; padding-top:60px;}
.index-en2{ padding-bottom:30px; padding-top:60px;}
.index-en3{ padding-bottom:50px; padding-top:30px;}

.ccr-list{
	position:relative;
	width:33.33%;
	float:left;
	height:720px;
	transition:all ease-out 400ms;
	-webkit-transition:all ease-out 400ms;
}
.ccr-list-a{
	background:url(../images/recruit-a.jpg) center center no-repeat;
}
.ccr-list-b{
	background:url(../images/recruit-b.jpg) center center no-repeat;
}
.ccr-list-c{
	background:url(../images/recruit-c.jpg) center center no-repeat;
}
.ccfl-tit{
	font-family: 'biaoti';
	font-size:30px;
	color:#ffffff;
	text-align:center;
	line-height:28px;
	margin-top:285px;
	transition:all ease-out 200ms;
	-webkit-transition:all ease-out 200ms;
}
.ccfl-subtit{
	text-align:center;
	color:#ffffff;
	font-size:16px;
	margin-top:6px;
	transition:all ease-out 200ms 20ms;
	-webkit-transition:all ease-out 200ms 20ms;
}
.ccfl-msg{
	text-align:center;
	font-size:14px;
	color:#424242;
	margin-top:9px;
	opacity:0;
	filter:alpha(opacity=0);
	transform:translateY(20px);
	-webkit-transform:translateY(20px);
	transition:all ease-out 300ms 40ms;
	-webkit-transition:all ease-out 300ms 40ms;
}
.ccfl-more{
	margin:0 auto;
	width:179px;
	overflow:hidden;
	margin-top:30px;
	opacity:0;
	filter:alpha(opacity=0);
	transform:translateY(40px);
	-webkit-transform:translateY(40px);
	transition:all ease-out 300ms 60ms;
	-webkit-transition:all ease-out 300ms 60ms;
}
.ccfl-bg{
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all ease-out 400ms;
	-webkit-transition:all ease-out 400ms;
}
.ccr-list-hover div.ccfl-tit,.ccr-list-hover div.ccfl-subtit{
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
}
.ccr-list-hover div.ccfl-msg,.ccr-list-hover div.ccfl-more{
	opacity:1;
	filter:alpha(opacity=100);
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
}
.ccr-list-hover-o{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.cc-recruit{
	overflow:hidden; margin-bottom:-20px;
	margin-top:40px
}
/***视频***/
.mask{
	position:fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	top: 0;
	left: 0;
	z-index: 1000;
}
.modal{
	background: #fff;
	width: 1000px;
	height: 625px;
	position: fixed;
	_position: absolute;
	display: none;
	z-index: 1001;
}
.modal .close{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	z-index: 2;
}
.modal iframe{
	z-index: 1;
}
.modal .close a:link,.modal .close a:visited{
	color: #666;
	text-decoration: none;
}
.modal .close a:hover,.modal .close a:active{
	color: #333;
	text-decoration: none;
}
/*footer*/
.footer{
	width:100%;
	background: #202020;
	padding-top:40px;
	padding-bottom:10px;
	position: relative;
	overflow-x:auto;
	overflow-y:hidden;
	clear:both;
	display:block;
}
.footer-nav{float: left;width: 100%;}
.item-common{
	float: left;
	text-align: left;
	/*width:8%;*/
	margin-right:4.5%;
	transition: all linear .3s;
	-moz-transition: all linear .3s; /* Firefox 4 */
	-webkit-transition: all linear .3s; /* Safari 和 Chrome */
	-o-transition: all linear .3s; /* Opera */
	color:#999;
}
.footer-nav .left-item8{margin-right:0px;}
.item-common span{
    display: block;
    font-size: 16px;
    margin-bottom: 14px;
    color:#404040;
	font-weight:500;
    /*padding-bottom: 15px;
    border-bottom: 1px #fb9671 solid;*/

}
.item-common span a{ color:#FFF; font-weight:500}
.item-common span a:hover{ color:#FF8C2D;}
.item-common a{display:block;margin-bottom:10px;color:#999;word-break: break-all;transition: .2s all linear}
.item-common a:hover{color: #FF8C2D;}

.footer_bottom{position:relative;}
.item-common a.OT{color: #e54e12;font-size: 14px;}
.contact_right{float:right;margin-top:-35px;}
.share_list ul li{width:40px;height:40px;background:url(../images/qq.png) no-repeat;margin-left:15px;margin-bottom:15px;float:right;}
.share_list ul li a{display:block;width:100%;height:100%;}
.share_list ul li:nth-child(1){background-position:-110px 0;}
.share_list ul li:nth-child(2){background-position:-55px 0;}
.share_list ul li:nth-child(3){background-position:0 0;}
.code{float:left;margin-left:15px;width:45px;height:45px;border-radius: 100%;border:1px solid #c4c4c4;cursor:pointer;position: relative;}
.code > div{position: absolute;top:-300%;left:50%;margin-left:-63px;display:none;}
.code1{background: url(../images/qq_icon.png) no-repeat center;background-size:25px 20px; -moz-background-size:25px 20px;-webkit-background-size:25px 20px;}
.code2{background: url(../images/qwibo_icon.png) no-repeat center;background-size:27px 22px;-moz-background-size:27px 22px; -webkit-background-size:27px 22px;}
.copyright{
	color: #7f7f7f;
	background: #000;
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
	overflow-y:hidden!important;
}
.eidea,.eidea a{
	color: #c2c2c2;
}
.eidea a:hover{
	color: #e54e12;
}
.power,.power a{color: #b4b4b4;}
.power a:hover{color: #e54e12;}

.ba_text{
	clear:both;
	width:1200px;
	margin:0 auto;
}
.ba_text h4{
	font-size:56px;
	line-height: 56px;
	font-family:'biaoti';
	color:#CCCCCC;
	text-transform: uppercase;
}
.ba_text p{
	font-size:30px;
	font-weight:500;
	color:#F3BE1D;
	font-family: 'pingfang';
	margin: 5px 0 0;
}
.ba_text span{
	display: block;
	width: 300px;
	font-family: 'pingfang';
	font-size:14px;
	color:#CCCCCC;
	margin: 70px 0 0;
}
.title1 h3{
	font-size:56px;
	line-height: 56px;
	font-family:'biaoti';
	color:#CCCCCC;
	text-transform: uppercase;
}
.title1 p{
	font-size:30px;
	line-height: 30px;
	font-weight:500;
	color:#323237;
	margin: 5px 0 0;
}
.con{width: 1200px;margin: 0 auto;}
.mtop60{ margin-top:60px;}
/*********新闻****************/
.start_message_box{ width:1200px; margin:0 auto; clear:both;}
.site_news {
    padding: 30px 0;
    border-bottom: 1px dashed #D7D8D8
}
.site_news_right{
	width: 760px;
	transition: all linear 0.3s;
}
.site_news:hover .site_news_right
{
    transform:translateY(-10px);	
}
.site_news_right p {
    /*line-height: 45px;*/
    font-weight:normal;
    font-size: 24px;
	margin-top:0;
	padding-top:2px;
	color:#000
}
.site_news_right:hover p {
	color:#F3BE1D
}
.site_news_right h5 {
    line-height: 180%;
    font-weight: normal;
    color: #666;
    text-indent: 0em;
    font-size: 16px;
	margin-top:10px;
}
.site_news_right:hover h5{
	color:#3E3A39
}
.site_news_right h6 {
    line-height: 25px;
    font-weight: normal;
    margin-top: 20px;
    font-size: 16px;
    color: #898989;
}

.site_news_right h6 a {
    /*width: 100px;
    height: 30px;
    line-height: 30px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
	
	border-radius:3px;*/
	transition:background-color 0.8s;
	-moz-transition:background-color 0.8s;
	-webkit-transition:background-color 0.8s;
	-o-transition:background-color 0.8s;
	color:#979797;
	border:#CBCBCB 1px solid;
	display:block;
	width:18%;
	text-align:center;
	float:right;
	font-size:20px;
	padding:5px 0;
	line-height:normal;
	font-weight:lighter
}

.site_news_right h6 a:hover {
    background: #F3BE1D;
	color:#FFF;
	border:#F3BE1D 1px solid;
}
.site_news_left {
    /*width: 363px;
    height: 250px;*/
	width:400px;
	height:280px;
    margin-right: 36px;
    overflow: hidden;
	transition: all linear 0.3s;
	box-shadow: rgba(0,0,0,0.0) 0 5px 10px;
}
.site_news:hover .site_news_left{box-shadow: rgba(0,0,0,0.5) 0 8px 20px; transform:translateY(-10px);}
.site_news_left img {
    width: 400px;
    height: 280px;
	border-radius:0px
}
/* page */
.news-pages {clear:both; margin-top:50px;}
.news-pages a,.news-pages span{display:inline-block;margin:0 5px 15px;padding:8px 14px;border:1px solid #ccc;font-size:16px; background:#FFF}
.news-pages a:hover,.news-pages span.ctxt{background:#F3BE1D;border-color:#F3BE1D;color:#fff;opacity:1}
.news-pages span{opacity:.4}
.news-pages{width:100%;text-align:center;padding-bottom:40px}
.newsview{padding:0 0 50px 0; clear:both; width:1200px; margin:80px auto 80px auto; background:#FFF; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);}
.newsview h3.tit{font-size:24px; text-align:center; border:#e0e0e0 1px solid; height:140px; background:#FFF; padding-top:40px; margin-bottom:40px; margin-top:20px; color:#000; font-weight:normal}
.newsview h3 p{border-top:#E0e0e0 1px solid; margin:20px 20px 0 20px; clear:both; font-size:16px; color:#666; padding-top:5px; font-weight:normal}
.ninfo{font-size:16px; line-height:220%; color:#333; padding:0 80px}
.ninfo img{ max-width:100%!important}
.ninfo p{ margin-top:15px}