body { 
   font-family: "Microsoft yahei","SimHei","SimSun","Segoe UI","Helvetica", Arial, sans-serif !important;
}
.header-fixed .header.header-fixed-shrink .logo img {
	max-width: 160px !important;
}
/* Add here all your css styles (customizations) */
.nounderline a:hover{text-decoration: none; color: #3498db;}
/* a:hover .nounderline h2, a:hover .nounderline p{text-decoration: none; color: #3498db;}*/
.content-boxes-v6:hover i{background-color: #3498db !important;}
/* a:hover .nounderline h2, a:hover .nounderline p{text-decoration: none; color: #3498db;}*/
.loginbar .btn-u,
.loginbar .btn-u:hover,
.loginbar .fa,
.loginbar .fa:hover{
   color: #fff !important;
}
.loginbar .btn-u-blue{
   border: solid 1px #3498db !important;
}
.loginbar .btn-u-red{
   border: solid 1px #e74c3c !important;
}
.loginbar .btn-u.btn-brd {
  padding: 3px 12px !important;
}

.loginbar .btn-u.btn-brd.btn-u-blue{
  color: #3498db !important;
  padding: 3px 12px !important;
}
.loginbar .btn-u.btn-u-blue:hover{
  border: solid 1px #2980b9 !important;
}
.loginbar .btn-u.btn-brd.btn-u-blue .fa{
  color: #3498db !important !important;
}
.loginbar .btn-u.btn-brd.btn-u-blue:hover .fa {
  color: #fff !important !important;
}

.loginbar .btn-u.btn-brd.btn-u-red{
  color: #c0392b !important;
  padding: 3px 12px !important;
}
.loginbar .btn-u.btn-u-red:hover{
  color: #fff !important;
  border: solid 1px #c0392b !important;
}
.loginbar .btn-u.btn-brd.btn-u-red .fa{
  color: #c0392b !important;
}
.loginbar .btn-u.btn-brd.btn-u-red:hover .fa {
  color: #fff !important;
}
.modal-lg-video1{
  max-width: 854px;
  width: 100%;
}
.modal-lg-video2{
  max-width: 854px;
  width: 100%;
}
.modal-dialog{
  margin: 100px auto;
}
.color-red {
  color: #e74c3c !important;
}
.news-v3-in .content p {
	line-height: 1.5em;
	text-indent: 2em;
}
.news-v3-in .content div {
	line-height: 1.5em;
	text-indent: 2em;
}
.news-v3-in h2 {
	text-align: center;
}
.news-v3-in .cbp_tmlabel h2{
	text-align: left;
	font-weight: 500;
}

.ufvideo {
	max-width: 854px;
	width: 100%;
}

/* 播放器css */ 
#tsc_player {
   z-index: 9999;	
}

.tscplayer_inline {
	position:static;
	margin: 0px;
	width: 100%;
	max-width: 852px;
	height: 480px;
	max-height: 480px;
	z-index:auto;
}

.tscplayer_fullframe {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 9999;	
}

@media screen and (max-width: 852px) {
    .tscplayer_inline {
	width: 100%;
    }
}