﻿/* =================================== */
/*	Basic Style 
/* =================================== */

body {
	font-family: "Arial";
	line-height: 24px;
	font-size: 16px;
	color: #656565;
}
li {
	list-style: none;
}
figure, p, address {
	margin: 0;
}
p {
	line-height: 25px;
}
iframe {
	border: 0;
}
a {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a, a:hover, a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: #FFF;
}
a:hover {
	color:#d6623d;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #252525;
}
main > section {
	padding: 70px 0;
}
.btn {
	border-radius: 0;
	border: 0;
	position: relative;
	text-transform: uppercase;
}
.btn-blue {
	background-color: rgba(0,158,227, 0.78);
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	padding: 15px 55px;
	color: #fff;
}
.btn-border {
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 35px;
}
.bg-blue {
	background-color: #009EE3;
}
/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-osx-font-smoothing: grayscale;
}
.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #009EE3;
}
.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.sec-title {
	margin-bottom: 50px;
}
.sec-title.white {
	color: #fff;
}
.sec-title h2 {
	font-size: 36px;
	margin: 0 0 30px;
	padding-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}
.sec-title.white h2 {
	color: #fff;
}
.sec-title h2:after {
	border-bottom: 1px solid #009ee3;
	content: "";
	display: block;
	left: 45%;
	bottom: 0;
	position: absolute;
	width: 115px;
}
.sec-title.white h2:after {
	border-bottom: 1px solid #fff;
}
.parallax {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/*Battery*/
.loder-box {
	background-color: rgba(0, 0, 0, 0.02);
	border-radius: 1px;
	height: 100px;
	left: 50%;
	margin-left: -64px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 128px;
}
.battery {
	width: 60px;
	height: 25px;
	top: 35%;
	border: 1px #2E2E2E solid;
	border-radius: 2px;
	position: relative;
	-webkit-animation: charge 5s linear infinite;
	-moz-animation: charge 5s linear infinite;
	animation: charge 5s linear infinite;
	margin: 0 auto;
}
.battery:after {
	background-color: #2E2E2E;
	border-radius: 0 1px 1px 0;
	content: "";
	height: 10px;
	position: absolute;
	right: -5px;
	top: 7px;
	width: 3px;
}
 @-webkit-keyframes charge {
 0% {
box-shadow: inset 0px 0px 0px #2E2E2E;
}
 100% {
box-shadow: inset 60px 0px 0px #2E2E2E;
}
}
 @-moz-keyframes charge {
 0% {
box-shadow: inset 0px 0px 0px #2E2E2E;
}
 100% {
box-shadow: inset 60px 0px 0px #2E2E2E;
}
}
 @keyframes charge {
 0% {
box-shadow: inset 0px 0px 0px #2E2E2E;
}
 100% {
box-shadow: inset 60px 0px 0px #2E2E2E;
}
}
/**
/*	Header
/* ==========================================*/

#navigation {
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	background-color: rgba(0,0,0,.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	padding: 5px 0;
}
#navigation.animated-header {
	padding: 20px 0;
}
h1.navbar-brand {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #F49851;
}
/*=================================================================
	main-slide Slider
==================================================================*/


#main-slide .item img {
	width: 100%;
}
#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .item.active .slider-content .logo {
	color: #f39c12;
	font-weight: bold;
}
#main-slide .slider-content {
	top: 50%;
	margin-top: -110px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slide .carousel-indicators {
	bottom: 30px;
}
.carousel-indicators li {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
#main-slide .carousel-control.left span {
	padding: 15px;
}
#main-slide .carousel-control.right span {
	padding: 15px;
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
	left: 0;
}
#main-slide .carousel-control .fa-angle-right {
	right: 0;
}
#main-slide .carousel-control i {
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#main-slide .slider-content h2 {
	font-size: 60px;
	font-weight: 500;
	text-transform: uppercase;
	color: #eee;
}
#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
	color: #fff;
}
#main-slide .slider-content h3 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 40px;
	text-align: center;
	color: #eee;
}
.slider.btn {
	padding: 6px 20px;
	margin-top: 60px;
	font-size: 16px;
	line-height: 28px;
	border: 0;
	color: #fff;
	background-color: rgba(243,156,18,0.8);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}
.slider.btn:hover {
	background-color: rgba(243,156,18,1);
}
.slider.btn:focus, .slider.btn:active:focus, .slider.btn:active:hover {
	outline: none;
}
/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}
/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}
/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}
.sl-content {
	width: 100%;
	height: 100%;
}
/*=================================================================
	Contact
==================================================================*/

.input-field {
	margin-bottom: 10px;
}
.form-control {
	border: 1px solid #ececec;
	border-radius: 0;
	box-shadow: none;
	color: #818181;
	font-size: 16px;
	height: 50px;
}
textarea.form-control {
	width: 100%;
	height: 165px;
}
#submit:hover {
	color: #fff;
}
#submit:before {
	background-color: #0A85BB;
}
#submit.btn-effect:after {
	background: #2E2E2E;
}
.contact-details h3 {
	border-bottom: 1px solid #008ecc;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.contact-details p {
	font-size: 20px;
	line-height:40px;
}
.contact-details p i {
	margin-right: 25px;
}
.contact-details p i.fa-wechat{
	font-size: 30px;
}
.contact-details p i.fa-weibo{
	font-size: 30px;
}
.contact-details p i.fa-qq {
	font-size: 30px;
}
.contact-details p i.fa-phone{
	font-size: 30px;
}
.contact-details span {
	display: block;
	margin-left: 24px;
}
/*============================================================
	Footer
==============================================================*/

#footer {
	background-color: #2E2E2E;
	padding: 70px 0;
	color: #fff;
}
.footer-content {
	width: 50%;
	margin: 0 auto;
}
.footer-content > div {
	margin-bottom: 20px;
}
.footer-content > div > p:first-child {
	margin-bottom: 15px;
}
.subscribe-form {
	position: relative;
}
.subscribe.form-control {
	background-color: transparent;
	border: 1px solid #7f7f7f;
}
.subscribe.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.submit-icon {
	background-color: #7f7f7f;
	border: 0 none;
	border-radius: 0;
	color: #c1c1c1;
	padding: 13px 20px;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
}
.submit-icon .fa-paper-plane {
	position: relative;
	top: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
.submit-icon:hover .fa-paper-plane {
	position: relative;
	top: -37px;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
}
.footer-content .footer-social {
	margin: 40px 0 35px;
}
.footer-social ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer-social ul li {
	display: inline-block;
	margin: 0 10px;
}
.footer-social ul li a {
	color: #7f7f7f;
	display: block;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.footer-social ul li a:hover {
	color:#d6623d;
}
.footer-content > p {
	color: #ababab;
	font-size: 12px;
}



/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {
/*about*/
#about .welcome-block img {
	margin-bottom: 30px;
}
/* portfolio */
figcaption.mask {
	bottom: -151px;
}
.testimonial-item > div:after {
	bottom: -40px;
}
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {
/* home slider  */
.caption-content h2 {
	font-size: 40px;
}
.caption-content p {
	font-size: 25px;
}
.caption-content strong {
	font-size: 45px;
}
/* contact form */
.contact-form {
	margin-bottom: 50px;
}
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
body {
	font-size: 14px;
}
.parallax {
	background-position: centet tip !important;
}
.sec-title h2 {
	font-size: 25px;
}
.sec-title h2:after {
	left: 30%;
}
/*navigation*/
.navbar-inverse .navbar-toggle {
	border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,  .navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}
/* slider */
.caption-content h2 {
	font-size: 18px;
}
.caption-content > span {
	font-size: 16px;
	margin-bottom: 20px;
}
.caption-content p {
	font-size: 16px;
	margin-bottom: 30px;
}
.caption-content strong {
	font-size: 22px;
}
/* contact form */
.contact-form {
	margin-bottom: 50px;
}
/* footer */
.footer-content {
	width: 100%;
}
.footer-social ul li {
	margin: 0 7px;
}
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
.sec-title h2:after {
	left: 38%;
}
/* home slider */
.caption-content h2 {
	font-size: 35px;
}
.caption-content p {
	font-size: 25px;
}
.caption-content strong {
	font-size: 35px;
}
/* contact form */
.contact-form {
	margin-bottom: 50px;
}
/* footer */
.footer-content {
	width: 380px;
}
}
/*--名师风采 start here--*/
.testimony {
	padding: 5em 0em 5em 0em;
	background: url(/images/test.png)no-repeat;
	min-height: auto;
	background-size: cover;
}
.testimony-main {
	position: relative;
}
.testimony-left img {
	border-radius: 0;
	width:100%;
}
.testimony-left {
	width: 30%;
	height:30%;
	float: left;
	
}
.testimony-right {
	float: right;
	width: 60%;
	margin: 1em 0em 0em 0em;
}
span.glyphicon.glyphicon-comment {
	font-size: 2em;
}
.testimony-right p {
	font-size: 1em;
	line-height: 1.8em;
}
.testimony-right p a
{
	color:#f39c12;
}
.testimony-right p a:hover
{
	color:#444;
}
.testimony-right h4 {
	font-size: 1.3em;
	color: #B28E40;
	margin: 0.5em 0em 0em 0em;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
span.bg-small {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 40%;
	height: 48px;
	position: absolute;
	top: 83px;
	left: -40px;
}
span.bg-large {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 60%;
	height: 70px;
	position: absolute;
	top: 194px;
	left: -40px;
}
a.morebtn {
	background: #3D3D3D;
	padding: 0.8em 0;
	display: block;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #FFF;
	width: 20%;
	margin: 0 auto;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
a.morebtn:hover {
	background: #585686;
}
/*.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 128%;
	left: 90%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 33px;
	width: 25px;
	background:url(../images/4.png) no-repeat left top;
	margin-top: -45px;
	border-radius: 100%;
}
.callbacks_nav.next {
	left: auto;
	background: url(../images/3.png) no-repeat left top;
	right: 5%;
}*/
/*--名师风采 end here--*/


/*新闻中心*/
#myTab {
	background-image: url(/images/sy/tybj.png);
	background-repeat: no-repeat;
	padding-top: 2%;
	padding-left: 2%;
	font-size: 18px;
}
.nav-tabs ul li a {
	font-size: 1.25em;
	color: #FFF;
}
.xwtu {
	width: 40%;
	float: left;
}
.xwnr {
	width: 58%;
	height: auto;
	float: right;
}
.xwnr h4 {
	color: #fd4f23;
}
.xwnr li {
	border-bottom: 1px dashed #CCC;
}
.xwjj {
	width: 92%;
	margin: 0 auto;
	margin-top: 2%;
}
/*end*/

/* 学校概况 */
#testimonials {
	background: url(/images/testimonial-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 80px 0;
}
#testimonials H2 {
	color: #ddd;
}
#testimonial {
	padding: 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	color: #ddd;
}
#xyrytp ul li
{
	float:left;
	margin-left:1%;
	width:18%;
	text-align:center;
	margin-top:1%;
	font-size:12px;
}
#myTabContent #xyjj p
{
	font-size:1em;
	
}
/*学校概况end*/

/*学院光辉历程*/

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #E67015;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background-color:#D7E4ED;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 16px;
  font-size: 1rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;  
}
a.cd-read-more:hover{text-decoration:none; background-color: #424242;  }
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1.5rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 32px;
    font-size: 2rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
/*学院光辉历程*/

/*专业设置*/
.tu {
	position: relative;
}
.xpbt {
	position: absolute;
	width: 20%;
	height: 60%;
	left: 40%;
	top: 30%;
}
.jpdczy {
	position: absolute;
	width: 64%;
	height: 100%;
	left: 18%;
	top: 0%;
}
.jdxdzy {
	position: absolute;
	width: 64%;
	height: 100%;
	left: 18%;
	top: 0%;
}
/*专业王牌学派*/
/*左图右字*/
.zuotu {
	width: 33%;
	margin-top: 1.5%;
	margin-left: 3%;
	float: left;
}
.youzi {
	width: 60%;
	height: 100%;
	float: right;
	text-align: center;
}
.youp {
	color: #696868;
	line-height: 24px;
	letter-spacing: 2px;
	margin-top: 3%;
}
/*左字右图*/
.youtu {
	width: 33%;
	margin-top: 1.5%;
	margin-right: 3%;
	float: right;
}
.zuozi {
	width: 60%;
	margin-left: 3%;
	height: 100%;
	float: left;
	text-align: center;
}
/*热门学派*/
.rmxpbt {
	position: absolute;
	width: 20%;
	height: 20%;
	left: 40%;
	top: 5%;
}
.xdjyzy {
	position: absolute;
	width: 24%;
	left: 18%;
	top: 15%;
	height: 56%;
	background-image: url(../images/zysz/zybj.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.prjyzy {
	position: absolute;
	width: 24%;
	left: 37%;
	top: 20%;
	height: 56%;
	background-image: url(../images/zysz/zybj.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 100;
}
.xcjyzy {
	position: absolute;
	width: 24%;
	left: 56%;
	top: 15%;
	height: 56%;
	background-image: url(../images/zysz/zybj.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.zynr {
	width: 70%;
	height: 79%;
	margin-left: 14%;
	margin-top: 13%;
}
.zynrwz {
	width: 70%;
	height: 77%;
	margin-left: 14%;
	margin-top: 13%;
	background-color: #FFF;
	color: #696868;
	margin-bottom: 3.5%;
	letter-spacing: 2px;
}
.zxzx {
	position: absolute;
	width: 12%;
	height: auto;
	top: 86%;
	left: 28%;
	border: 1px solid #aaaaaa;
}
.qqzx {
	position: absolute;
	width: 12%;
	height: auto;
	top: 86%;
	left: 42%;
	border: 1px solid #aaaaaa;
}
.dhzx {
	position: absolute;
	width: 12%;
	height: auto;
	top: 86%;
	left: 56%;
	border: 1px solid #aaaaaa;
}
.zxnb {
	width: 90%;
	border-radius: 6px;
	margin: 0 auto;
	background-color: #aaaaaa;
	color: #FFF;
	letter-spacing: 2px;
	text-align: center;
	padding: 4% 0%;
	font-weight: bold;
}
.zxnb:hover {
	background-color: #ff7f5d;
	color: #FFF;
}
/*名门将派*/
.mmjp {
	position: absolute;
	width: 64%;
	height: 80%;
	left: 18%;
	top: 15%;
}
.mmjp div {
	width: 32%;
	float: left;
	margin-left: 1%;
}
/*速成门派*/
.scmp {
	position: absolute;
	width: 64%;
	height: 80%;
	left: 18%;
	top: 12%;
}
.scmp ul li {
	width: 45%;
	padding: 10% 0;
	background-image: url(../images/zysz/dqzybj.png);
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	margin-left: 3.3%;
	margin-top: 2%;
	background-position: center;
}
.zxbm {
	width: 100%;
	height: 48%;
	margin: 0 auto;
	margin-top: 4%;
	color: #000;
	font-weight: bold;
	border-radius: 20px;
	background-color: #e8e8e8;
	filter: alpha(opacity=50);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
/*专业设置end*/

/*名师风采页面start*/
#video {
	width: 100%;
	height: 640px;
	background-image: url(/images/bj.png);
	position: relative;
	overflow:hidden;
}
video {
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -99999;
}
.ljzx {
	padding: 1% 0%;
	width: 15%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	background-color: #666;
	color: #e59020;
	border-radius: 10px;
	margin-top: 2%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.ljzx a {
	color: #FFF;
}
.ljzx a:hover {
	color:#d6623d;
}
/**/
.area {
	width: 6%;
	height: auto;
	background-image: url(/images/msfc/b1.png);
	background-repeat: no-repeat;
	background-position: 10% 100%;
	padding-left: 6%;
}
.xcds {
	width: 12%;
	margin-left: 6%;
	border-top: 1px solid #F00;
	text-align: left;
	line-height: 36px;
	color: #ff6c45;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 2px;
}
.dstx {
	width: 100%;
	height: auto;
	margin-top: 2%;
}
.msleft {
	width: 40%;
	height: auto;
	float: left;
}
.msleft img {
	float: right;
	margin-top: 1%;
}
.msright {
	width: 48%;
	float: right;
	margin-right: 10%;
	margin-top:2%;
}
.mstitle {
	background-image: url(/images/msfc/mtbj.jpg);
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	padding-left: 1%;
	letter-spacing: 4px;
	color: #fffaf8;
	font-weight: bold;
	margin-top: 2%;
}
.msjj {
	margin-top: 4%;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
}
.msjj p {
	text-indent: 6%;
}
.msjl {
	margin-top: 8%;
	text-align:center;
}
.msry {
	background-image: url(/images/msfc/msryleft.png);
	background-repeat: no-repeat;
	width: 24%;
	height: 42px;
	text-indent: -9999px;
	float: left;
	margin-left: 15%;
}
.mszp {
	background-image: url(/images/msfc/mszpleft.png);
	background-repeat: no-repeat;
	width: 24%;
	height: 42px;
	text-indent: -9999px;
	float: right;
	margin-right: 15%;
}
.mszx {
	border: 1px solid #aaaaaa;
	width: 20%;
	margin: 0 auto;
	float: left;
	margin-left: 10%;
	text-align:center;
}
.ggzx {
	padding: 2% 0%;
	width: 90%;
	margin: 0 auto;
	background-color: #aaaaaa;
	color: #FFF;
	border-radius: 2px;
	font-weight: bold;
	letter-spacing: 4px;
}
.ggzx:hover {
	background-color: #ff7f5d;
}
/* 名师风采 */

/* 湘菜名师 */
.mkeFocus {
	height: 460px;
	width: 100%;
	border-radius: 8px;
	padding-top: 7px;
	margin: 0 auto
}
.mkeUl {
	margin: 0px auto;
	height: 452px;
	width: 1120px;
	overflow: hidden;
	position: relative;
}
.mkeUl ul {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 452px;
}
.mkeUl ul li {
	float: left;
	text-align: center;
	font-size: 1.25em;
}
.mkeUl ul li img {
	margin-bottom: 18px;
}
.mkeUl ul li div {
	margin-bottom: 18px;
}
.mkeUl ul li .divstyle {
	width: 1120px;
	height: 425px;
}
.mkeNum {
	background: url(/images/msfc/bs.png) no-repeat;
	height: 37px;
	width: 37px;
	position: absolute;
	z-index: 1;
	left: 13px;
	top: 0px;
	font: 14px Arial;
}
.mke_ns1 {
	line-height: 16px;
	text-align: center;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.mke_ns2 {
	line-height: 16px;
	color: #9FA0A0;
	text-align: center;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.mkeLbtn {
	background: url(/images/msfc/kelBtn.png) no-repeat;
	background-color: #bcbaba;
	height: 98px;
	width: 36px;
	position: absolute;
	left: 6px;
	top: 165px;
	cursor: pointer;
	z-index: 10;
}
.mkeRbtn {
	position: absolute;
	top: 165px;
	right: 6px;
	background: url(/images/msfc/kerBtn.png) no-repeat;
	background-color: #bcbaba;
	height: 98px;
	width: 36px;
	cursor: pointer;
	z-index: 10;
}
.mkeLbtn:hover {
	background-color: #fd9f86;
}
.mkeRbtn:hover {
	background-color: #fd9f86;
}
/* 湘菜名师 */

#msjs p
{
	text-align:left;
	color:#999;
}

/*雕刻面塑糖艺start*/
.dkms
{
	width:100%;
	height:auto;
	margin-bottom:2%;
}


/*名师风采字体特效start*/
/* Grid */
.grid__item {
	z-index: 1;
	position: relative;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transform: translate3d(0,0,0); /* Solves Safari bug because of SVG clipping mask */
	width:50%;
	padding:3% 0;
	margin-left:25%;
	margin-top:10%;
	border-bottom:3px solid #FFF;
	border-top:3px solid #FFF;
}



/* Yaku */
.link--yaku {
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 5em;
}


.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
	color: #ffd092;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}


/*名师风采end*/
/*名师风采页面end*/

/*联系我们start*/
.contact {
    padding: 4em 0;
}
.contact-info {
    text-align: center;
}
.contact h4 {
    color: #080808;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 1em;
}
.contact-map {
  margin-top: 3em;
}
.contact-map iframe {
	width: 100%;
	height: 340px;
    border: none;
}
.address {
     margin:1em 0 0;
}
.address-grids {
	padding: 0;
}
.address h4 {
  margin: 0 0 .5em;
}
.contact-infom {
   margin: 4em 0;
}
.address p {
    margin: 0 0 .3em 0;
    font-size: 0.9em;
    color: #777;
    line-height: 1.8em;
}
.address ul{
	padding:0;
	margin:0;
}
.address ul li{
	display: inline-block;
}
.address a {
    color: #777;
    font-size: .9em;
    letter-spacing: 1px;
    transition: .5s all;
}
.address a:hover {
  color:#d6623d;
  text-decoration: none;
}
.contact-infom p {
    margin: 0;
    font-size: 0.9em;
    color: #777;
    line-height: 1.8em;
}
.contact-form {
    margin: 3em 0 0;
	padding-bottom: 2em;
}

/*-- end --*/

/* 精彩图集 */
#testimonials1 {
	background: url(/images/jctj/bg.jpg);
	background-size: cover;
	/*background-attachment: fixed;*/
	color: #ddd;
	padding: 80px 0;
}
.pleft
{
	width:50%; float:left;
}
.pright
{
	width:50%; float:right;
}
.pright_ny
{
	position:absolute;
	width:75%;
	height:68%;
	top:18%;
	left:11.5%;
	overflow:hidden;
	overflow-y:auto;
}

#tjlb
{
	background-color:#FFF;
	padding-bottom:2%;
}
#tjlb h2
{
	color:#FFF;
}
#tjlb #tjbt a
{
	color:#818181;
}
#tjlb #tjbt a:hover
{
	color:#d6623d;
}


/*图片展示效果*/
/*works*/
#works{padding-top:1em;}
#works figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#works figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*works*/

/*-- 图集列表3级 --*/
.gallery-top {
    padding: 0em 0;
}
.gallery-grids-top {
    margin: 2em 0 0 0;
}
.gallery-info p {
  color: #B2B2B2;
  font-size: .9em;
  margin: 1em auto 0;
  line-height: 1.8em;
  width: 70%;
}
.gallery-grid a {
    display: block;
}
.gallery-grid img {
  width: 100%;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grids-middle{
	margin:2em 0;
}
.gallery-grid
{
	margin:1% 0;
}

.gallery-info div a
{
	color:#000;
	
}
.gallery-info div a:hover
{
	color:#F30;
	
}
.gallery-grids li
{
	overflow: hidden;
	height:170px;
}
/*精彩图集end*/


/*新闻中心start*/
#testimonials2 {
	background:url(/images/xwzx/bj.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 80px 0;
}
#xwzx
{
	padding-left:2%;
}
#xwzx a
{
	color:#818181;
}
#xwzx a:hover
{
	color:#d6623d;
}

/*新闻列表*/
.xwlist
{
	width: 90%;
    border-bottom: 2px dashed #f2f1f1;
    padding: 30px 0px;
	margin:0 auto;
	height:200px;
	font-size:14px;
}
#xw a
{
	color:#656565;
}
#xw a:hover
{
	color:#d6623d;
}
.xwtitle
{
	padding-left:5%;
	font-size:20px;
	font-weight:bold;
}
.iu {
    display: none;
}
.titleimg {
	width:26%;
	float:left;
	height:160px;
}
.titleimg img{
	margin-top:5%;
}
.xwnrlb
{
	width:71%;
	height:160px;
	float:right;
}
.xwbt
{
	font-weight:bold;
	color: #383838;
    transition: all 0.5s ease-out;
	font-size:16px;
}
.xwbt1
{
	font-size: 16px;
    width: 250px;
    color: #000;
    display: block;
    margin-top: 30px;
    overflow: hidden;
	font-weight:bold;
}
.meccaddress {
    color: #a2a2a2;
    margin-top: 8px;
    font-style: normal;
    display: block;
	font-size:14px;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.qtrmzx ul
{
	width:100%;
	height:auto;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.qtrmzx ul li
{
	float:left;
	width:30%;
	text-align:center;
	margin-left:10%;
	margin-top:5%;
}
.qtrmzx ul li a
{
	display: block;
    height: 32px;
    line-height: 20px;
    padding: 0px 2px;
    border-bottom: 2px dashed #ededed;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #a2a2a2;
}
.zymk
{
	margin-top:4%;
}
.rmzy ul
{
	width:100%;
	height:auto;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.rmzy ul li
{
	width:80%;
	text-align:center;
	margin:0 auto;
	margin-top:5%;
}
.rmzy ul li a
{
	display: block;
    padding: 0px 2px;
    border-bottom: 2px dashed #ededed;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #a2a2a2;
}
.rxdy
{
	font-size:14px;
}

/*新闻详情页*/


/*文章内容*/
.content {
	width: 94%;
	margin:0 auto;
}
.contenttitle {
	display: block;/*不用背景就会填充一行，因为块无素没定义宽就会占一行*/
	overflow: hidden;
	margin-bottom: 10px;
}
.pagetitle {
	height: 45px;
	display: block;
}
.mscctitle {
	line-height: 45px;
}
.mscctitle a {
	font-size: 30px;
	color: #414141;
}
.msccaddress {
	color: #a2a2a2;
	margin-top: 8px;
	font-style: normal;
	float: left;
}
.msccaddress a {
	color: #a2a2a2
}
.msccaddress img {
	display: none;
}
.content-text {
}
.content-text p {
	clear: both;
	width: auto;
	padding: 3px 0;
	font-size: 17px;
	line-height: 28px;
	color: #555555;
}
.content-text p a {
	font-size: 17px;
	color: #555555;
}
.content-text p img {
	max-width: 100%;
	background: url(/images/xwzx/imgbg.gif) no-repeat;
	background-size: 100% auto;
	display: block;
	margin: 0 auto;
}
.content-text p a img {
	max-width: 100%;
	background: url(/images/xwzx/imgbg.gif) no-repeat;
	background-size: 100% auto;
	display: block;
	margin: 0 auto
}
.content-text h1 {
	height: 40px;
	line-height: 40px;
	background: #3978ce;
	margin: 10px 0px 10px -50px;
	padding-left: 52px;
	padding-right: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
}
.content-text h2 {
	height: 40px;
	line-height: 40px;
	background: #d6623d;
	margin: 10px 0px 10px -50px;
	padding-left: 52px;
	padding-right: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
}
.content-text h3 {
	height: 40px;
	line-height: 40px;
	background: #9faa65;
	margin: 10px 0px 10px -50px;
	padding-left: 52px;
	padding-right: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
}
.content-text h4 {
	height: 40px;
	line-height: 40px;
	background: #d6623d;
	margin: 10px 0px 10px 0px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
	border-left: 40px solid #333;
}
.content-text blockquote {
	width: 100%;
	padding: 5px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fdf7e9;
	border-radius: 2px;
}
.whao{display:none;}

/*上下一篇*/
.sxfy
{
	margin-top:4%;
	font-weight:bold;
}
.sxfy .sypleft
{
	width:40%; float:left; 
}
.sxfy .sypright
{
	width:40%; float:right;
}


/*就业start*/
#testimonials3 {
	background:url(/images/jybz/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 80px 0;
}

/*--就业保障简介 strat here--*/
.about {
  padding: 5em 0em 5em 0em;
}
.about-top {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.about-top h2 {
  font-size: 3.5em;
  color:#E67448;
  margin: 0em 0em 0.5em 0em;
  font-family: 'Abel-Regular';
}
.about-top h4 {
  font-size: 1.8em;
  color:#B28E40;
  width: 75%;
  margin: 0.3em auto 0.3em;
  line-height: 1.25em;
}
.about-top h5 {
  font-size: 1.2em;
  color: #000;
  width: 85%;
  line-height: 1.6em;
  margin: 1em auto 1em;
}
.about-top p {
  font-size: 1em;
  color: #919191;
  line-height: 1.8em;
  width: 69%;
  margin: 0.5em auto 0em;
}
.about-grid p {
  font-size: 1em;
  color: #999;
  line-height: 1.8em;
  margin: 0.7em 0em 0em 0em;
}
.about-grid h3 {
  font-size: 1.7em;
  color: #000;
  margin: 0em 0em 0.8em 0em;
  font-family: 'Abel-Regular';
}
.about-bottom{
	text-align:center;
}
/*--就业保障简介 end here--*/

/*--五重保障 start here--*/
.services {
  padding: 5em 0em 5em 0em;
}
.services-top {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.services-top h3 {
  font-size: 3.5em;
  color:#E67448;
  margin-bottom: 0.2em;
  font-family: 'Abel-Regular';
}
.services-top p {
  font-size: 1em;
  color: #919191;
  line-height: 1.8em;
  width: 60%;
  margin: 0 auto;
}
.ser-grid {
  text-align: center;
  margin: 0em 0em 1.5em 0em;
}
.ser-grid h4{
  font-size: 1.5em;
  color: #E67448;
  margin: 0.5em 0em 0.5em 0em;
  font-family: 'Abel-Regular';
}
.ser-grid p {
  font-size: 1em;
  color: #919191;
  line-height: 1.8em;
  width: 75%;
  margin: 0 auto;
}
.ser-icon {
  margin: 0em 0em 1.2em 0em;
  transform: rotate(-44deg);
  background: #B28E40;
  padding: 1em 1em;
  border-radius: 4px;
  display:inline-block;
}
span.glyphicon.glyphicon-cog {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-erase {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-film {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-music {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-picture {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-print {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
.services-bottom p{
	text-align:left;
}
/*--五重保障 end here--*/

/*四项指导*/
.service-section
{
	padding:2% 0;
}
.sxzd-top {
  text-align: center;
}
.sxzd-top h3 {
  font-size: 3.5em;
  color:#E67448;
  margin-bottom: 0.2em;
  font-family: 'Abel-Regular';
}
.service-bottom{
	margin-top:4%;
}
.srv-left{
	width:80%;
	float:left;
	text-align:right;
}
.srv-right {
    width: 20%;
    float: right;
    text-align: right;
}
.about-left span {
    font-size: 2.2em;
    margin-top: 15%;
    color: #2A292B;
    border: 2px solid #2A292B;
    padding: 20px 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
}
.about-left span:hover {
     color:#5cafa5;
     border: 2px solid #5cafa5;
     transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.about-left h4{
	color:#5cafa5;
	font-size:1.7em;
	margin:0;
}
.about-left p{
	font-size:1em;
	line-height:1.9em;
	margin-top:12px;
	color:#555;
}
.ab-left{
	width:20%;
	float:left;
}
.ab-right{
	width:80%;
	float:right;
}
.srv-two{
	margin-top:4%;
}
/*四项指导 end*/

/*ldfw 两大服务*/
.ldfw h4
{
	color:#B8860B;
	font-size:1.7em;
	margin:0;
}
/*ldfw 两大服务end*/

/*首页顶部专业导航start*/
#dqzq ul li {
	width: 30%;
	margin-left: 1%;
	float: left;
	height: auto;
	margin-top: 1%;
}
.zyimg {
	background-color: #FFF;
	width: 90%;
	margin: 0 auto;
	padding: 10% 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.7;
}
#dqzq ul li p {
	margin-top: 5%;
	color: #000;
	font-weight: bold;
}
#dqzq ul li p:hover {
	color: #F49851;
}
/*首页顶部专业导航end*/

/*首页精彩图集start*/
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 15px;
}
#recent-works {
	padding-bottom: 70px;
}
.recent-work-wrap {
	position: relative;
}
#recent-works .readmore {
	color: #f39c12;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#recent-works .readmore:hover {
	color: #444;
}
.recent-work-wrap img {
	width: 100%;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}
.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}
.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #f39c12;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}
.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
/*首页精彩图end*/

/*首页视频模块start*/
.video_left {
	width: 30%;
	padding: 1% 0;
	text-align: center;
	letter-spacing: 5px;
	background-color: #fd4f23;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}
/*首页视频模块end*/

/*友情链接start*/
#xdyx {
	width: 100%;
	margin: 0 auto;
}
#xdyx ul li {
	width: 15%;
	float: left;
	line-height: 32px;
	text-align: center;
	margin-left: 1%;
}
#xdyx ul li a {
	color: #525252;
}
#xdyx ul li a:hover {
	color: #F30;
}
#yqlj {
	width: 100%;
	margin: 0 auto;
}
#yqlj ul li {
	width: 15%;
	float: left;
	line-height: 32px;
	text-align: center;
	margin-left: 1%;
}
#yqlj ul li a {
	color: #525252;
}
#yqlj ul li a:hover {
	color: #F30;
}
#hzqy {
	width: 100%;
	margin: 0 auto;
}
#hzqy ul li {
	width: 15%;
	float: left;
	line-height: 32px;
	text-align: center;
	margin-left: 1%;
	margin-top:1%;
}
#hzqy ul li a {
	color: #525252;
}
/*友情链接end*/

/*首页咨询按钮*/
.syzx
{
	text-align:center; margin-top:1%;
}
.syzx a
{
	margin-left:2%;
}

/*查看更多新闻详情*/
.ckgdxw
{
	margin-top:2%;
	line-height:24px;
	text-align:right;
}
.ckgdxw a
{
	color:#f39c12;
	
}
.ckgdxw a:hover
{
	color:#000;
}

/*mkbt 模块标题*/
.mkbt a
{
	color:#000;
}
.mkbt a:hover
{
	color:#f39c12;
}

/*视频内部列表*/
#videonblb ul li
{
	width:30%;
	float:left;
	margin-left:2%;
}

/*视频列表*/
.splb ul li
{
	width:32%;
	border:1px solid #F00;
	height:200px;
	float:left;
	margin-left:1%;
	margin-top:1%;
	display:block;
	padding:4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border .2s ease-in-out;
}

.splb ul li p
{
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	width:90%;
}

/*分页*/
.thisclass
{
    float: left;
    padding: 6px 12px;
    background-color: salmon;
    color: #fff;
}

/*精彩图集列表页面*/
figcaption h2
{
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	width:100%;
}

/*视频字体*/
.spzt .caption p
{
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	width:100%;
}

/*图集上下一篇*/
.tjsxfy
{
	margin-top:4%;
	font-weight:bold;
}
.tjsxfy .sypleft
{
	width:40%; float:left; 
}
.tjsxfy .sypleft a
{
	color:#656565; 
}
.tjsxfy .sypleft a:hover
{
	color:#d6623d; 
}
.tjsxfy .sypright
{
	width:40%; float:right;
}
.tjsxfy .sypright a
{
	color:#656565; 
}
.tjsxfy .sypright a:hover
{
	color:#d6623d; 
}

/*右侧悬浮*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Arial';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}


/*在线咨询弹窗*/
.popup{
	right: 50%;
    top: 55%;
	position:fixed;
	z-index:99999;
}

.popup_block{
	/*display: none; /*--masqu?par d閒aut--*/
	position: absolute;
    width:480px;
	background-color:#FFF;
	height:auto;
	margin:-240px;
    box-sizing: border-box;
    border-radius: 20px;
	border-style:solid;
	border-color:coral;
    cursor: pointer;
    transform-style: preserve-3d;
	box-shadow: 0px 20px 100px #aaa;
}

.close{
	padding:10px;
}

.popup_head{
	/*background-color:coral;*/
	padding:15px;
	border-radius: 20px;
	transition-duration:0.2s;
	color:#000;
	background-image:url(../images/chatico.png);
	background-repeat:no-repeat;
	background-position:6px 6px;
}

.popup_body{
	padding:10px;
	border-radius: 20px;
}
.popup_body div span a
{
	color:#666;
}
.popup_body div span a:hover
{
	color:#d6623d;
}

.popup_head:hover{
	padding-left:20px;
}
/**************************************中间图*********/
#imgs img{
	width: 100%;
}
.imgs_0{
	position: relative;
}
.imgs_1{
	position: absolute;
	top: 13%;
	left:22%;
	width: 17%;
	height:13%;
}
.imgs_2{
	position: absolute;
	top: 33%;
	left:69%;
	width: 8%;
	height:12%;
}
.imgs_3{
	position: absolute;
	top: 10%;
	left:41%;
	width: 8%;
	height:12%;
}
.imgs_4{
	position: absolute;
	top:83%;
	left:69%;
	width: 8%;
	height:12%;
}
.imgs_5{
	position: absolute;
	top:63%;
	left:41%;
	width: 8%;
	height:12%;
}
.imgs_6{
	position: absolute;
	top:50%;
	left:27%;
	width: 8%;
	height:12%;
}
.imgs_7{
	position: absolute;
	top:33%;
	left:65%;
	width: 8%;
	height:12%;
}
.imgs_8{
	position: absolute;
	top:40%;
	left:47%;
	width:6%;
	height:10%;
}
.imgs_9{
	position: absolute;
	top:-1%;
	left:27%;
	width:6%;
	height:10%;
}
.imgs_10{
	position: absolute;
	top:-1%;
	left:67%;
	width:6%;
	height:10%;
}