@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Source+Sans+Pro:300,400,600,700');


@font-face {
    font-family: 'museo_slab500';
    src: url('../fonts/museo_slab_0-webfont.woff2') format('woff2'),
         url('../fonts/museo_slab_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_slab700';
    src: url('../fonts/museo_slab_1-webfont.woff2') format('woff2'),
         url('../fonts/museo_slab_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* CSS Document */
/*Table of Content

-body
-.topbar
	-.social_top

-header		
	-.header_top
		-.company_info
	-.navbar-sticky
		-.attr-nav
		-.navbar-menu
-#search		
-.rev_slider_wrapper 
-owl-slider

-#about
	-.icon_box
	-.about_box
	-.priorty
		-.about_post

-#courses
	-.image

-#facts
	-.number-counters
		-.counters-item

-#pricing
	-.pricing
		-.pricing_item
			-.item
				-.content_wrap

-#reviews
	-#review_slider
		-.client_name

-#parallax
-.parallax

-#news
	-.news_box
		-.comment

-.page_header
	-.page_nav

-#history
	-.history_wrap

-#counter

-#tours
	-.tour_media
		-.tour_feature
		-.tour_body

-#teachers
	-.director_slider

-.error

-#blog
	-.blog_item
		-.blog_newest
	-.findus
	-.pager_nav
		-.pagination
	-.sidebar
		-.widget
		-.widget_search
		-.category
		-.tags

-#contact
	-.contact_address
		-.address
-#map

-#faq
	-.faq_content
		-.items
			-.sub_items

-#gallery
	-.projects
		-.cbp-item
			overlay
				-centered

-#shop
	-.shopping_box
		-.shop_content
			-.price_product
	-.shop_info	
		-.quote
		-.tag_cate
		-.share
	-.shop_tab
		-.tabs
		-.tab_container
			-.tab_content
				-.commentlist
					-.avator
					-.comment-content
				-.rating
				-.review-form
	-.related_pro		
	-.cart_table
		-.table-responsive
			-.product-name
	-.apply_coupon
		-.coupon
	-.totals
		-.total_form
			-.select
			
-#testinomila_page
	-.js-grid-masonry
	-.cbp
		-.cbp-item
			-.cbp-caption-defaultWrap
				-.testimonial_wrap
					-.testimonial_text
						-.testimonial_pic
							-.color
							-.post_img

-footer
-.footer_panel
-.copyright


*/



/*General Styling*/

body{
	padding:0;
	margin:0;
	color:#474747;
	line-height:1.5em;
	font-size:14px;
	overflow-x: hidden;

}
body,html{
	height:100%;
	width:100%;
	font-size:14px;
	position: relative;
	
}
/*Share Common Font Family*/
#rev_slider h1, #rev_slider_full h1, #rev_slider_video h1, #text_rotator h1, h3, .page_header .page-content h1, .aboutus h4, .events h4, .items > li > a, #error .error h1, 
.shopping_box h4, .shop_tab .tabs li, .pushmenu .push_nav > li > a > span{
	font-family: '微软雅黑';
}
h2, #about .priorty .about-post h4, .icon_box h4, .contact_address .address h4, .number-counters .counters-item strong,  #parallax h1,
.reviews .review_left strong, #error .error h2,
.shopping_box h4.price_product, .cart_table .price_product, .cart_table .product-name h4,
nav.bootsnav .megamenu-content .title{
	font-family: 'museo_slab700';
}

p{
	font-family: '微软雅黑', sans-serif;
	font-size:14px;

}

ol, ul{
	margin:0;
	padding:0;
	list-style:none;
}
::-webkit-input-placeholder, .form-control::-webkit-input-placeholder{
   color:#b5b5b5;
}
:-moz-placeholder, .form-control:-moz-placeholder{
   color:#b5b5b5;  
}
::-moz-placeholder, .form-control::-moz-placeholder{
   color:#b5b5b5;  
}
:-ms-input-placeholder, .form-control:-ms-input-placeholder{  
   color:#b5b5b5;  
}
textarea::-webkit-input-placeholder{
   color:#b5b5b5;
	opacity:1;
}
textarea:-moz-placeholder{
   color:#b5b5b5;
	opacity:1;
}
textarea::-moz-placeholder{
   color:#b5b5b5; 
	opacity:1;
}
textarea:-ms-input-placeholder{  
   color:#b5b5b5; 
	opacity:1;
}
textarea{
	resize:none;
	box-shadow:0 0;
}
label {
	font-weight:normal;
	margin:0;
}

.form-control{
	box-shadow:0 0;
}
.form-control:focus, textarea:focus{
  border-color: #4587d9;
  box-shadow: 0 0;
}	
a{
	color: inherit;
}
a, a:hover, a:focus{
	outline:none;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
h1{
	font-size:3.000em;
}
h2{
	font-size:2.000em;
}
h3{
	font-size:1.500em;
}
h4{
	font-size:1.135em;
}
p{
	color:#5b5b5b;
	line-height:1.62;
}
.padding{
	padding-bottom:90px;
	padding-top:90px;
}
.padding-top{
	padding-top:90px;
}
.padding-bottom{
	padding-bottom:90px;
}
.padding-bottom-half{
	padding-bottom:45px;
}
.heading_space {
  margin-bottom: 45px;
}
.bottom25{
	margin-bottom:25px;
}
.top25{
	margin-top:25px;
}
.top30{ margin-top:30px;}
.margin_tophalf{
	margin-top:45px;
}
.margin10{
	margin-top:15px;
}
.bottom5{ margin-bottom:5px;}
.margin_top{
	margin-top:90px;
}
.bottom20{ margin-bottom:20px;}
.top20{ margin-top:20px;}
.bottom15{ margin-bottom:15px;}
.no_bottom{ margin-bottom:0;}



.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.margin-0 {
	margin: 0px !important;
}
.margin-left-0 {
	margin-left: 0px !important;
}
.margin-right-0 {
	margin-right: 0px !important;
}
.margin-top-0 {
	margin-top: 0px !important;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.padding-0 {
	padding: 0px !important;
}
.padding-left-0 {
	padding-left: 0px !important;
}
.padding-right-0 {
	padding-right: 0px !important;
}
.padding-top-0 {
	padding-top: 0px !important;
}
.padding-bottom-0 {
	padding-bottom: 0px !important;
}
.margin-1 {
	margin: 1px !important;
}
.margin-left-1 {
	margin-left: 1px !important;
}
.margin-right-1 {
	margin-right: 1px !important;
}
.margin-top-1 {
	margin-top: 1px !important;
}
.margin-bottom-1 {
	margin-bottom: 1px !important;
}
.padding-1 {
	padding: 1px !important;
}
.padding-left-1 {
	padding-left: 1px !important;
}
.padding-right-1 {
	padding-right: 1px !important;
}
.padding-top-1 {
	padding-top: 1px !important;
}
.padding-bottom-1 {
	padding-bottom: 1px !important;
}
.margin-2 {
	margin: 2px !important;
}
.margin-left-2 {
	margin-left: 2px !important;
}
.margin-right-2 {
	margin-right: 2px !important;
}
.margin-top-2 {
	margin-top: 2px !important;
}
.margin-bottom-2 {
	margin-bottom: 2px !important;
}
.padding-2 {
	padding: 2px !important;
}
.padding-left-2 {
	padding-left: 2px !important;
}
.padding-right-2 {
	padding-right: 2px !important;
}
.padding-top-2 {
	padding-top: 2px !important;
}
.padding-bottom-2 {
	padding-bottom: 2px !important;
}
.margin-3 {
	margin: 3px !important;
}
.margin-left-3 {
	margin-left: 3px !important;
}
.margin-right-3 {
	margin-right: 3px !important;
}
.margin-top-3 {
	margin-top: 3px !important;
}
.margin-bottom-3 {
	margin-bottom: 3px !important;
}
.padding-3 {
	padding: 3px !important;
}
.padding-left-3 {
	padding-left: 3px !important;
}
.padding-right-3 {
	padding-right: 3px !important;
}
.padding-top-3 {
	padding-top: 3px !important;
}
.padding-bottom-3 {
	padding-bottom: 3px !important;
}
.margin-4 {
	margin: 4px !important;
}
.margin-left-4 {
	margin-left: 4px !important;
}
.margin-right-4 {
	margin-right: 4px !important;
}
.margin-top-4 {
	margin-top: 4px !important;
}
.margin-bottom-4 {
	margin-bottom: 4px !important;
}
.padding-4 {
	padding: 4px !important;
}
.padding-left-4 {
	padding-left: 4px !important;
}
.padding-right-4 {
	padding-right: 4px !important;
}
.padding-top-4 {
	padding-top: 4px !important;
}
.padding-bottom-4 {
	padding-bottom: 4px !important;
}
.margin-5 {
	margin: 5px !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.padding-5 {
	padding: 5px !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}
.padding-right-5 {
	padding-right: 5px !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-bottom-5 {
	padding-bottom: 5px !important;
}
.margin-6 {
	margin: 6px !important;
}
.margin-left-6 {
	margin-left: 6px !important;
}
.margin-right-6 {
	margin-right: 6px !important;
}
.margin-top-6 {
	margin-top: 6px !important;
}
.margin-bottom-6 {
	margin-bottom: 6px !important;
}
.padding-6 {
	padding: 6px !important;
}
.padding-left-6 {
	padding-left: 6px !important;
}
.padding-right-6 {
	padding-right: 6px !important;
}
.padding-top-6 {
	padding-top: 6px !important;
}
.padding-bottom-6 {

	padding-bottom: 6px !important;
}
.margin-7 {
	margin: 7px !important;
}
.margin-left-7 {
	margin-left: 7px !important;
}
.margin-right-7 {
	margin-right: 7px !important;
}
.margin-top-7 {
	margin-top: 7px !important;
}
.margin-bottom-7 {
	margin-bottom: 7px !important;
}
.padding-7 {
	padding: 7px !important;
}
.padding-left-7 {
	padding-left: 7px !important;
}
.padding-right-7 {
	padding-right: 7px !important;
}
.padding-top-7 {
	padding-top: 7px !important;
}
.padding-bottom-7 {
	padding-bottom: 7px !important;
}
.margin-8 {
	margin: 8px !important;
}
.margin-left-8 {
	margin-left: 8px !important;
}
.margin-right-8 {
	margin-right: 8px !important;
}
.margin-top-8 {
	margin-top: 8px !important;
}
.margin-bottom-8 {
	margin-bottom: 8px !important;
}
.padding-8 {
	padding: 8px !important;
}
.padding-left-8 {
	padding-left: 8px !important;
}
.padding-right-8 {
	padding-right: 8px !important;
}
.padding-top-8 {
	padding-top: 8px !important;
}
.padding-bottom-8 {
	padding-bottom: 8px !important;
}
.margin-9 {
	margin: 9px !important;
}
.margin-left-9 {
	margin-left: 9px !important;
}
.margin-right-9 {
	margin-right: 9px !important;
}
.margin-top-9 {
	margin-top: 9px !important;
}
.margin-bottom-9 {
	margin-bottom: 9px !important;
}
.padding-9 {
	padding: 9px !important;
}
.padding-left-9 {
	padding-left: 9px !important;
}
.padding-right-9 {
	padding-right: 9px !important;
}
.padding-top-9 {
	padding-top: 9px !important;
}
.padding-bottom-9 {
	padding-bottom: 9px !important;
}
.margin-10 {
	margin: 10px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.padding-10 {
	padding: 10px !important;
}
.padding-left-10 {
	padding-left: 10px !important;
}
.padding-right-10 {
	padding-right: 10px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.margin-11 {
	margin: 11px !important;
}
.margin-left-11 {
	margin-left: 11px !important;
}
.margin-right-11 {
	margin-right: 11px !important;
}
.margin-top-11 {
	margin-top: 11px !important;
}
.margin-bottom-11 {
	margin-bottom: 11px !important;
}
.padding-11 {
	padding: 11px !important;
}
.padding-left-11 {
	padding-left: 11px !important;
}
.padding-right-11 {
	padding-right: 11px !important;
}
.padding-top-11 {
	padding-top: 11px !important;
}
.padding-bottom-11 {
	padding-bottom: 11px !important;
}
.margin-12 {
	margin: 12px !important;
}
.margin-left-12 {
	margin-left: 12px !important;
}
.margin-right-12 {
	margin-right: 12px !important;
}
.margin-top-12 {
	margin-top: 12px !important;
}
.margin-bottom-12 {
	margin-bottom: 12px !important;
}
.padding-12 {
	padding: 12px !important;
}
.padding-left-12 {
	padding-left: 12px !important;
}
.padding-right-12 {
	padding-right: 12px !important;
}
.padding-top-12 {
	padding-top: 12px !important;
}
.padding-bottom-12 {
	padding-bottom: 12px !important;
}
.margin-13 {
	margin: 13px !important;
}
.margin-left-13 {
	margin-left: 13px !important;
}
.margin-right-13 {
	margin-right: 13px !important;
}
.margin-top-13 {
	margin-top: 13px !important;
}
.margin-bottom-13 {
	margin-bottom: 13px !important;
}
.padding-13 {
	padding: 13px !important;
}
.padding-left-13 {
	padding-left: 13px !important;
}
.padding-right-13 {
	padding-right: 13px !important;
}
.padding-top-13 {
	padding-top: 13px !important;
}
.padding-bottom-13 {
	padding-bottom: 13px !important;
}
.margin-14 {
	margin: 14px !important;
}
.margin-left-14 {
	margin-left: 14px !important;
}
.margin-right-14 {
	margin-right: 14px !important;
}
.margin-top-14 {
	margin-top: 14px !important;
}
.margin-bottom-14 {
	margin-bottom: 14px !important;
}
.padding-14 {
	padding: 14px !important;
}
.padding-left-14 {
	padding-left: 14px !important;
}
.padding-right-14 {
	padding-right: 14px !important;
}
.padding-top-14 {
	padding-top: 14px !important;
}
.padding-bottom-14 {
	padding-bottom: 14px !important;
}
.margin-15 {
	margin: 15px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.padding-15 {
	padding: 15px !important;
}
.padding-left-15 {
	padding-left: 15px !important;
}
.padding-right-15 {
	padding-right: 15px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-bottom-15 {
	padding-bottom: 15px !important;
}
.margin-16 {
	margin: 16px !important;
}
.margin-left-16 {
	margin-left: 16px !important;
}
.margin-right-16 {
	margin-right: 16px !important;
}
.margin-top-16 {
	margin-top: 16px !important;
}
.margin-bottom-16 {
	margin-bottom: 16px !important;
}
.padding-16 {
	padding: 16px !important;
}
.padding-left-16 {
	padding-left: 16px !important;
}
.padding-right-16 {
	padding-right: 16px !important;
}
.padding-top-16 {
	padding-top: 16px !important;
}
.padding-bottom-16 {
	padding-bottom: 16px !important;
}
.margin-17 {
	margin: 17px !important;
}
.margin-left-17 {
	margin-left: 17px !important;
}
.margin-right-17 {
	margin-right: 17px !important;
}
.margin-top-17 {
	margin-top: 17px !important;
}
.margin-bottom-17 {
	margin-bottom: 17px !important;
}
.padding-17 {
	padding: 17px !important;
}
.padding-left-17 {
	padding-left: 17px !important;
}
.padding-right-17 {
	padding-right: 17px !important;
}
.padding-top-17 {
	padding-top: 17px !important;
}
.padding-bottom-17 {
	padding-bottom: 17px !important;
}
.margin-18 {
	margin: 18px !important;
}
.margin-left-18 {
	margin-left: 18px !important;
}
.margin-right-18 {
	margin-right: 18px !important;
}
.margin-top-18 {
	margin-top: 18px !important;
}
.margin-bottom-18 {
	margin-bottom: 18px !important;
}
.padding-18 {
	padding: 18px !important;
}
.padding-left-18 {
	padding-left: 18px !important;
}
.padding-right-18 {
	padding-right: 18px !important;
}
.padding-top-18 {
	padding-top: 18px !important;
}
.padding-bottom-18 {
	padding-bottom: 18px !important;
}
.margin-19 {
	margin: 19px !important;
}
.margin-left-19 {
	margin-left: 19px !important;
}
.margin-right-19 {
	margin-right: 19px !important;
}
.margin-top-19 {
	margin-top: 19px !important;
}
.margin-bottom-19 {
	margin-bottom: 19px !important;
}
.padding-19 {
	padding: 19px !important;
}
.padding-left-19 {
	padding-left: 19px !important;
}
.padding-right-19 {
	padding-right: 19px !important;
}
.padding-top-19 {
	padding-top: 19px !important;
}
.padding-bottom-19 {
	padding-bottom: 19px !important;
}
.margin-20 {
	margin: 20px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.padding-20 {
	padding: 20px !important;
}
.padding-left-20 {
	padding-left: 20px !important;
}
.padding-right-20 {
	padding-right: 20px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.margin-21 {
	margin: 21px !important;
}
.margin-left-21 {
	margin-left: 21px !important;
}
.margin-right-21 {
	margin-right: 21px !important;
}
.margin-top-21 {
	margin-top: 21px !important;
}
.margin-bottom-21 {
	margin-bottom: 21px !important;
}
.padding-21 {
	padding: 21px !important;
}
.padding-left-21 {
	padding-left: 21px !important;
}
.padding-right-21 {
	padding-right: 21px !important;
}
.padding-top-21 {
	padding-top: 21px !important;
}
.padding-bottom-21 {
	padding-bottom: 21px !important;
}
.margin-22 {
	margin: 22px !important;
}
.margin-left-22 {
	margin-left: 22px !important;
}
.margin-right-22 {
	margin-right: 22px !important;
}
.margin-top-22 {
	margin-top: 22px !important;
}
.margin-bottom-22 {
	margin-bottom: 22px !important;
}
.padding-22 {
	padding: 22px !important;
}
.padding-left-22 {
	padding-left: 22px !important;
}
.padding-right-22 {
	padding-right: 22px !important;
}
.padding-top-22 {
	padding-top: 22px !important;
}
.padding-bottom-22 {
	padding-bottom: 22px !important;
}
.margin-23 {
	margin: 23px !important;
}
.margin-left-23 {
	margin-left: 23px !important;
}
.margin-right-23 {
	margin-right: 23px !important;
}
.margin-top-23 {
	margin-top: 23px !important;
}
.margin-bottom-23 {
	margin-bottom: 23px !important;
}
.padding-23 {
	padding: 23px !important;
}
.padding-left-23 {
	padding-left: 23px !important;
}
.padding-right-23 {
	padding-right: 23px !important;
}
.padding-top-23 {
	padding-top: 23px !important;
}
.padding-bottom-23 {
	padding-bottom: 23px !important;
}
.margin-24 {
	margin: 24px !important;
}
.margin-left-24 {
	margin-left: 24px !important;
}
.margin-right-24 {
	margin-right: 24px !important;
}
.margin-top-24 {
	margin-top: 24px !important;
}
.margin-bottom-24 {
	margin-bottom: 24px !important;
}
.padding-24 {
	padding: 24px !important;
}
.padding-left-24 {
	padding-left: 24px !important;
}
.padding-right-24 {
	padding-right: 24px !important;
}
.padding-top-24 {
	padding-top: 24px !important;
}
.padding-bottom-24 {
	padding-bottom: 24px !important;
}
.margin-25 {
	margin: 25px !important;
}
.margin-left-25 {
	margin-left: 25px !important;
}
.margin-right-25 {
	margin-right: 25px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.padding-25 {
	padding: 25px !important;
}
.padding-left-25 {
	padding-left: 25px !important;
}
.padding-right-25 {
	padding-right: 25px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-bottom-25 {
	padding-bottom: 25px !important;
}
.margin-26 {
	margin: 26px !important;
}
.margin-left-26 {
	margin-left: 26px !important;
}
.margin-right-26 {
	margin-right: 26px !important;
}
.margin-top-26 {
	margin-top: 26px !important;
}
.margin-bottom-26 {
	margin-bottom: 26px !important;
}
.padding-26 {
	padding: 26px !important;
}
.padding-left-26 {
	padding-left: 26px !important;
}
.padding-right-26 {
	padding-right: 26px !important;
}
.padding-top-26 {
	padding-top: 26px !important;
}
.padding-bottom-26 {
	padding-bottom: 26px !important;
}
.margin-27 {
	margin: 27px !important;
}
.margin-left-27 {
	margin-left: 27px !important;
}
.margin-right-27 {
	margin-right: 27px !important;
}
.margin-top-27 {
	margin-top: 27px !important;
}
.margin-bottom-27 {
	margin-bottom: 27px !important;
}
.padding-27 {
	padding: 27px !important;
}
.padding-left-27 {
	padding-left: 27px !important;
}
.padding-right-27 {
	padding-right: 27px !important;
}
.padding-top-27 {
	padding-top: 27px !important;
}
.padding-bottom-27 {
	padding-bottom: 27px !important;
}
.margin-28 {
	margin: 28px !important;
}
.margin-left-28 {
	margin-left: 28px !important;
}
.margin-right-28 {
	margin-right: 28px !important;
}
.margin-top-28 {
	margin-top: 28px !important;
}
.margin-bottom-28 {
	margin-bottom: 28px !important;
}
.padding-28 {
	padding: 28px !important;
}
.padding-left-28 {
	padding-left: 28px !important;
}
.padding-right-28 {
	padding-right: 28px !important;
}
.padding-top-28 {
	padding-top: 28px !important;
}
.padding-bottom-28 {
	padding-bottom: 28px !important;
}
.margin-29 {
	margin: 29px !important;
}
.margin-left-29 {
	margin-left: 29px !important;
}
.margin-right-29 {
	margin-right: 29px !important;
}
.margin-top-29 {
	margin-top: 29px !important;
}
.margin-bottom-29 {
	margin-bottom: 29px !important;
}
.padding-29 {
	padding: 29px !important;
}
.padding-left-29 {
	padding-left: 29px !important;
}
.padding-right-29 {
	padding-right: 29px !important;
}
.padding-top-29 {
	padding-top: 29px !important;

}
.padding-bottom-29 {
	padding-bottom: 29px !important;
}
.margin-30 {
	margin: 30px !important;
}
.margin-left-30 {
	margin-left: 30px !important;
}
.margin-right-30 {
	margin-right: 30px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.padding-30 {
	padding: 30px !important;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.margin-31 {
	margin: 31px !important;
}
.margin-left-31 {
	margin-left: 31px !important;
}
.margin-right-31 {
	margin-right: 31px !important;
}
.margin-top-31 {
	margin-top: 31px !important;
}
.margin-bottom-31 {
	margin-bottom: 31px !important;
}
.padding-31 {
	padding: 31px !important;
}
.padding-left-31 {
	padding-left: 31px !important;
}
.padding-right-31 {
	padding-right: 31px !important;
}
.padding-top-31 {
	padding-top: 31px !important;
}
.padding-bottom-31 {
	padding-bottom: 31px !important;
}
.margin-32 {
	margin: 32px !important;
}
.margin-left-32 {
	margin-left: 32px !important;
}
.margin-right-32 {
	margin-right: 32px !important;
}
.margin-top-32 {
	margin-top: 32px !important;
}
.margin-bottom-32 {
	margin-bottom: 32px !important;
}
.padding-32 {
	padding: 32px !important;
}
.padding-left-32 {
	padding-left: 32px !important;
}
.padding-right-32 {
	padding-right: 32px !important;
}
.padding-top-32 {
	padding-top: 32px !important;
}
.padding-bottom-32 {
	padding-bottom: 32px !important;
}
.margin-33 {
	margin: 33px !important;
}
.margin-left-33 {
	margin-left: 33px !important;
}
.margin-right-33 {
	margin-right: 33px !important;
}
.margin-top-33 {
	margin-top: 33px !important;
}
.margin-bottom-33 {
	margin-bottom: 33px !important;
}
.padding-33 {
	padding: 33px !important;
}
.padding-left-33 {
	padding-left: 33px !important;
}
.padding-right-33 {
	padding-right: 33px !important;
}
.padding-top-33 {
	padding-top: 33px !important;
}
.padding-bottom-33 {
	padding-bottom: 33px !important;
}
.margin-34 {
	margin: 34px !important;
}
.margin-left-34 {
	margin-left: 34px !important;
}
.margin-right-34 {
	margin-right: 34px !important;
}
.margin-top-34 {
	margin-top: 34px !important;
}
.margin-bottom-34 {
	margin-bottom: 34px !important;
}
.padding-34 {
	padding: 34px !important;
}
.padding-left-34 {
	padding-left: 34px !important;
}
.padding-right-34 {
	padding-right: 34px !important;
}
.padding-top-34 {
	padding-top: 34px !important;
}
.padding-bottom-34 {
	padding-bottom: 34px !important;
}
.margin-35 {
	margin: 35px !important;
}
.margin-left-35 {
	margin-left: 35px !important;
}
.margin-right-35 {
	margin-right: 35px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.padding-35 {
	padding: 35px !important;
}
.padding-left-35 {
	padding-left: 35px !important;
}
.padding-right-35 {
	padding-right: 35px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-bottom-35 {
	padding-bottom: 35px !important;
}
.margin-36 {
	margin: 36px !important;
}
.margin-left-36 {
	margin-left: 36px !important;
}
.margin-right-36 {
	margin-right: 36px !important;
}
.margin-top-36 {
	margin-top: 36px !important;
}
.margin-bottom-36 {
	margin-bottom: 36px !important;
}
.padding-36 {
	padding: 36px !important;
}
.padding-left-36 {
	padding-left: 36px !important;
}
.padding-right-36 {
	padding-right: 36px !important;
}
.padding-top-36 {
	padding-top: 36px !important;
}
.padding-bottom-36 {
	padding-bottom: 36px !important;
}
.margin-37 {
	margin: 37px !important;
}
.margin-left-37 {
	margin-left: 37px !important;
}
.margin-right-37 {
	margin-right: 37px !important;
}
.margin-top-37 {
	margin-top: 37px !important;
}
.margin-bottom-37 {
	margin-bottom: 37px !important;
}
.padding-37 {
	padding: 37px !important;
}
.padding-left-37 {
	padding-left: 37px !important;
}
.padding-right-37 {
	padding-right: 37px !important;
}
.padding-top-37 {
	padding-top: 37px !important;
}
.padding-bottom-37 {
	padding-bottom: 37px !important;
}
.margin-38 {
	margin: 38px !important;
}
.margin-left-38 {
	margin-left: 38px !important;
}
.margin-right-38 {
	margin-right: 38px !important;
}
.margin-top-38 {
	margin-top: 38px !important;
}
.margin-bottom-38 {
	margin-bottom: 38px !important;
}
.padding-38 {
	padding: 38px !important;
}
.padding-left-38 {
	padding-left: 38px !important;
}
.padding-right-38 {
	padding-right: 38px !important;
}
.padding-top-38 {
	padding-top: 38px !important;
}
.padding-bottom-38 {
	padding-bottom: 38px !important;
}
.margin-39 {
	margin: 39px !important;
}
.margin-left-39 {
	margin-left: 39px !important;
}
.margin-right-39 {
	margin-right: 39px !important;
}
.margin-top-39 {
	margin-top: 39px !important;
}
.margin-bottom-39 {
	margin-bottom: 39px !important;
}
.padding-39 {
	padding: 39px !important;
}
.padding-left-39 {
	padding-left: 39px !important;
}
.padding-right-39 {
	padding-right: 39px !important;
}
.padding-top-39 {
	padding-top: 39px !important;
}
.padding-bottom-39 {
	padding-bottom: 39px !important;
}
.margin-40 {
	margin: 40px !important;
}
.margin-left-40 {
	margin-left: 40px !important;
}
.margin-right-40 {
	margin-right: 40px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.padding-40 {
	padding: 40px !important;
}
.padding-left-40 {
	padding-left: 40px !important;
}
.padding-right-40 {
	padding-right: 40px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.margin-41 {
	margin: 41px !important;
}
.margin-left-41 {
	margin-left: 41px !important;
}
.margin-right-41 {
	margin-right: 41px !important;
}
.margin-top-41 {
	margin-top: 41px !important;
}
.margin-bottom-41 {
	margin-bottom: 41px !important;
}
.padding-41 {
	padding: 41px !important;
}
.padding-left-41 {
	padding-left: 41px !important;
}
.padding-right-41 {
	padding-right: 41px !important;
}
.padding-top-41 {
	padding-top: 41px !important;
}
.padding-bottom-41 {
	padding-bottom: 41px !important;
}
.margin-42 {
	margin: 42px !important;
}
.margin-left-42 {
	margin-left: 42px !important;
}
.margin-right-42 {
	margin-right: 42px !important;
}
.margin-top-42 {
	margin-top: 42px !important;
}
.margin-bottom-42 {
	margin-bottom: 42px !important;
}
.padding-42 {
	padding: 42px !important;
}
.padding-left-42 {
	padding-left: 42px !important;
}
.padding-right-42 {
	padding-right: 42px !important;
}
.padding-top-42 {
	padding-top: 42px !important;
}
.padding-bottom-42 {
	padding-bottom: 42px !important;
}
.margin-43 {
	margin: 43px !important;
}
.margin-left-43 {
	margin-left: 43px !important;
}
.margin-right-43 {
	margin-right: 43px !important;
}
.margin-top-43 {
	margin-top: 43px !important;
}
.margin-bottom-43 {
	margin-bottom: 43px !important;
}
.padding-43 {
	padding: 43px !important;
}
.padding-left-43 {
	padding-left: 43px !important;
}
.padding-right-43 {
	padding-right: 43px !important;
}
.padding-top-43 {
	padding-top: 43px !important;
}
.padding-bottom-43 {
	padding-bottom: 43px !important;
}
.margin-44 {
	margin: 44px !important;
}
.margin-left-44 {
	margin-left: 44px !important;
}
.margin-right-44 {
	margin-right: 44px !important;
}
.margin-top-44 {
	margin-top: 44px !important;
}
.margin-bottom-44 {
	margin-bottom: 44px !important;
}
.padding-44 {
	padding: 44px !important;
}
.padding-left-44 {
	padding-left: 44px !important;
}
.padding-right-44 {
	padding-right: 44px !important;
}
.padding-top-44 {
	padding-top: 44px !important;
}
.padding-bottom-44 {
	padding-bottom: 44px !important;
}
.margin-45 {
	margin: 45px !important;
}
.margin-left-45 {
	margin-left: 45px !important;
}
.margin-right-45 {
	margin-right: 45px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}
.padding-45 {
	padding: 45px !important;
}
.padding-left-45 {
	padding-left: 45px !important;
}
.padding-right-45 {
	padding-right: 45px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-bottom-45 {
	padding-bottom: 45px !important;
}
.margin-46 {
	margin: 46px !important;
}
.margin-left-46 {
	margin-left: 46px !important;
}
.margin-right-46 {
	margin-right: 46px !important;
}
.margin-top-46 {
	margin-top: 46px !important;
}
.margin-bottom-46 {
	margin-bottom: 46px !important;
}
.padding-46 {
	padding: 46px !important;
}
.padding-left-46 {
	padding-left: 46px !important;
}
.padding-right-46 {
	padding-right: 46px !important;
}
.padding-top-46 {
	padding-top: 46px !important;
}
.padding-bottom-46 {
	padding-bottom: 46px !important;
}
.margin-47 {
	margin: 47px !important;
}
.margin-left-47 {
	margin-left: 47px !important;
}
.margin-right-47 {
	margin-right: 47px !important;
}
.margin-top-47 {
	margin-top: 47px !important;
}
.margin-bottom-47 {
	margin-bottom: 47px !important;
}
.padding-47 {
	padding: 47px !important;
}
.padding-left-47 {
	padding-left: 47px !important;
}
.padding-right-47 {
	padding-right: 47px !important;
}
.padding-top-47 {
	padding-top: 47px !important;
}
.padding-bottom-47 {
	padding-bottom: 47px !important;
}
.margin-48 {
	margin: 48px !important;
}
.margin-left-48 {
	margin-left: 48px !important;
}
.margin-right-48 {
	margin-right: 48px !important;
}
.margin-top-48 {
	margin-top: 48px !important;
}
.margin-bottom-48 {
	margin-bottom: 48px !important;
}
.padding-48 {
	padding: 48px !important;
}
.padding-left-48 {
	padding-left: 48px !important;
}
.padding-right-48 {
	padding-right: 48px !important;
}
.padding-top-48 {
	padding-top: 48px !important;
}
.padding-bottom-48 {
	padding-bottom: 48px !important;
}
.margin-49 {
	margin: 49px !important;
}
.margin-left-49 {
	margin-left: 49px !important;
}
.margin-right-49 {
	margin-right: 49px !important;
}
.margin-top-49 {
	margin-top: 49px !important;
}
.margin-bottom-49 {
	margin-bottom: 49px !important;
}
.padding-49 {
	padding: 49px !important;
}
.padding-left-49 {
	padding-left: 49px !important;
}
.padding-right-49 {
	padding-right: 49px !important;
}
.padding-top-49 {
	padding-top: 49px !important;
}
.padding-bottom-49 {
	padding-bottom: 49px !important;
}
.margin-50 {
	margin: 50px !important;
}
.margin-left-50 {
	margin-left: 50px !important;
}
.margin-right-50 {
	margin-right: 50px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.padding-50 {
	padding: 50px !important;
}
.padding-left-50 {
	padding-left: 50px !important;
}
.padding-right-50 {
	padding-right: 50px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.margin-51 {
	margin: 51px !important;
}
.margin-left-51 {
	margin-left: 51px !important;
}
.margin-right-51 {
	margin-right: 51px !important;
}
.margin-top-51 {
	margin-top: 51px !important;
}
.margin-bottom-51 {
	margin-bottom: 51px !important;
}
.padding-51 {
	padding: 51px !important;
}
.padding-left-51 {
	padding-left: 51px !important;
}
.padding-right-51 {
	padding-right: 51px !important;
}
.padding-top-51 {
	padding-top: 51px !important;
}
.padding-bottom-51 {
	padding-bottom: 51px !important;
}
.margin-52 {
	margin: 52px !important;
}
.margin-left-52 {
	margin-left: 52px !important;
}
.margin-right-52 {
	margin-right: 52px !important;
}
.margin-top-52 {
	margin-top: 52px !important;
}
.margin-bottom-52 {
	margin-bottom: 52px !important;
}
.padding-52 {
	padding: 52px !important;
}
.padding-left-52 {
	padding-left: 52px !important;
}
.padding-right-52 {
	padding-right: 52px !important;
}
.padding-top-52 {
	padding-top: 52px !important;
}
.padding-bottom-52 {
	padding-bottom: 52px !important;
}
.margin-53 {
	margin: 53px !important;
}
.margin-left-53 {
	margin-left: 53px !important;
}
.margin-right-53 {
	margin-right: 53px !important;
}
.margin-top-53 {
	margin-top: 53px !important;
}
.margin-bottom-53 {
	margin-bottom: 53px !important;
}
.padding-53 {
	padding: 53px !important;
}
.padding-left-53 {
	padding-left: 53px !important;
}
.padding-right-53 {
	padding-right: 53px !important;
}
.padding-top-53 {
	padding-top: 53px !important;
}
.padding-bottom-53 {
	padding-bottom: 53px !important;
}
.margin-54 {
	margin: 54px !important;
}
.margin-left-54 {
	margin-left: 54px !important;
}
.margin-right-54 {
	margin-right: 54px !important;
}
.margin-top-54 {
	margin-top: 54px !important;
}
.margin-bottom-54 {
	margin-bottom: 54px !important;
}
.padding-54 {
	padding: 54px !important;
}
.padding-left-54 {
	padding-left: 54px !important;
}
.padding-right-54 {
	padding-right: 54px !important;
}
.padding-top-54 {
	padding-top: 54px !important;
}
.padding-bottom-54 {
	padding-bottom: 54px !important;
}
.margin-55 {
	margin: 55px !important;
}
.margin-left-55 {
	margin-left: 55px !important;
}
.margin-right-55 {
	margin-right: 55px !important;
}
.margin-top-55 {
	margin-top: 55px !important;
}
.margin-bottom-55 {
	margin-bottom: 55px !important;
}
.padding-55 {
	padding: 55px !important;
}
.padding-left-55 {
	padding-left: 55px !important;
}
.padding-right-55 {
	padding-right: 55px !important;
}
.padding-top-55 {
	padding-top: 55px !important;
}
.padding-bottom-55 {
	padding-bottom: 55px !important;
}
.margin-56 {
	margin: 56px !important;
}
.margin-left-56 {
	margin-left: 56px !important;
}
.margin-right-56 {
	margin-right: 56px !important;
}
.margin-top-56 {
	margin-top: 56px !important;
}
.margin-bottom-56 {
	margin-bottom: 56px !important;
}
.padding-56 {
	padding: 56px !important;
}
.padding-left-56 {
	padding-left: 56px !important;
}
.padding-right-56 {
	padding-right: 56px !important;
}
.padding-top-56 {
	padding-top: 56px !important;
}
.padding-bottom-56 {
	padding-bottom: 56px !important;
}
.margin-57 {
	margin: 57px !important;
}
.margin-left-57 {
	margin-left: 57px !important;
}
.margin-right-57 {
	margin-right: 57px !important;
}
.margin-top-57 {
	margin-top: 57px !important;
}
.margin-bottom-57 {
	margin-bottom: 57px !important;
}
.padding-57 {
	padding: 57px !important;
}
.padding-left-57 {
	padding-left: 57px !important;
}
.padding-right-57 {
	padding-right: 57px !important;
}
.padding-top-57 {
	padding-top: 57px !important;
}
.padding-bottom-57 {
	padding-bottom: 57px !important;
}
.margin-58 {
	margin: 58px !important;
}
.margin-left-58 {
	margin-left: 58px !important;
}
.margin-right-58 {
	margin-right: 58px !important;
}
.margin-top-58 {
	margin-top: 58px !important;
}
.margin-bottom-58 {
	margin-bottom: 58px !important;
}
.padding-58 {
	padding: 58px !important;
}
.padding-left-58 {
	padding-left: 58px !important;
}
.padding-right-58 {
	padding-right: 58px !important;
}
.padding-top-58 {
	padding-top: 58px !important;
}
.padding-bottom-58 {
	padding-bottom: 58px !important;
}
.margin-59 {
	margin: 59px !important;
}
.margin-left-59 {
	margin-left: 59px !important;
}
.margin-right-59 {
	margin-right: 59px !important;
}
.margin-top-59 {
	margin-top: 59px !important;
}
.margin-bottom-59 {
	margin-bottom: 59px !important;
}
.padding-59 {
	padding: 59px !important;
}
.padding-left-59 {
	padding-left: 59px !important;
}
.padding-right-59 {
	padding-right: 59px !important;
}
.padding-top-59 {
	padding-top: 59px !important;
}
.padding-bottom-59 {
	padding-bottom: 59px !important;
}
.margin-60 {
	margin: 60px !important;
}
.margin-left-60 {
	margin-left: 60px !important;
}
.margin-right-60 {
	margin-right: 60px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.padding-60 {
	padding: 60px !important;
}
.padding-left-60 {
	padding-left: 60px !important;
}
.padding-right-60 {
	padding-right: 60px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.margin-61 {
	margin: 61px !important;
}
.margin-left-61 {
	margin-left: 61px !important;
}
.margin-right-61 {
	margin-right: 61px !important;
}
.margin-top-61 {
	margin-top: 61px !important;
}
.margin-bottom-61 {
	margin-bottom: 61px !important;
}
.padding-61 {
	padding: 61px !important;
}
.padding-left-61 {
	padding-left: 61px !important;
}
.padding-right-61 {
	padding-right: 61px !important;
}
.padding-top-61 {
	padding-top: 61px !important;
}
.padding-bottom-61 {
	padding-bottom: 61px !important;
}
.margin-62 {
	margin: 62px !important;
}
.margin-left-62 {
	margin-left: 62px !important;
}
.margin-right-62 {
	margin-right: 62px !important;
}
.margin-top-62 {
	margin-top: 62px !important;
}
.margin-bottom-62 {
	margin-bottom: 62px !important;
}
.padding-62 {
	padding: 62px !important;
}
.padding-left-62 {
	padding-left: 62px !important;
}
.padding-right-62 {
	padding-right: 62px !important;
}
.padding-top-62 {
	padding-top: 62px !important;
}
.padding-bottom-62 {
	padding-bottom: 62px !important;
}
.margin-63 {
	margin: 63px !important;
}
.margin-left-63 {
	margin-left: 63px !important;
}
.margin-right-63 {
	margin-right: 63px !important;
}
.margin-top-63 {
	margin-top: 63px !important;
}
.margin-bottom-63 {
	margin-bottom: 63px !important;
}
.padding-63 {
	padding: 63px !important;
}
.padding-left-63 {
	padding-left: 63px !important;
}
.padding-right-63 {
	padding-right: 63px !important;
}
.padding-top-63 {
	padding-top: 63px !important;
}
.padding-bottom-63 {
	padding-bottom: 63px !important;
}
.margin-64 {
	margin: 64px !important;
}
.margin-left-64 {
	margin-left: 64px !important;
}
.margin-right-64 {
	margin-right: 64px !important;
}
.margin-top-64 {
	margin-top: 64px !important;
}
.margin-bottom-64 {
	margin-bottom: 64px !important;
}
.padding-64 {
	padding: 64px !important;
}
.padding-left-64 {
	padding-left: 64px !important;
}
.padding-right-64 {
	padding-right: 64px !important;
}
.padding-top-64 {
	padding-top: 64px !important;
}
.padding-bottom-64 {
	padding-bottom: 64px !important;
}
.margin-65 {
	margin: 65px !important;
}
.margin-left-65 {
	margin-left: 65px !important;
}
.margin-right-65 {
	margin-right: 65px !important;
}
.margin-top-65 {
	margin-top: 65px !important;
}
.margin-bottom-65 {
	margin-bottom: 65px !important;
}
.padding-65 {
	padding: 65px !important;
}
.padding-left-65 {
	padding-left: 65px !important;
}
.padding-right-65 {
	padding-right: 65px !important;
}
.padding-top-65 {
	padding-top: 65px !important;
}
.padding-bottom-65 {
	padding-bottom: 65px !important;
}
.margin-66 {
	margin: 66px !important;
}
.margin-left-66 {
	margin-left: 66px !important;
}
.margin-right-66 {
	margin-right: 66px !important;
}
.margin-top-66 {
	margin-top: 66px !important;
}
.margin-bottom-66 {
	margin-bottom: 66px !important;
}
.padding-66 {
	padding: 66px !important;
}
.padding-left-66 {
	padding-left: 66px !important;
}
.padding-right-66 {
	padding-right: 66px !important;
}
.padding-top-66 {
	padding-top: 66px !important;
}
.padding-bottom-66 {
	padding-bottom: 66px !important;
}
.margin-67 {
	margin: 67px !important;
}
.margin-left-67 {
	margin-left: 67px !important;
}
.margin-right-67 {
	margin-right: 67px !important;
}
.margin-top-67 {
	margin-top: 67px !important;
}
.margin-bottom-67 {
	margin-bottom: 67px !important;
}
.padding-67 {
	padding: 67px !important;
}
.padding-left-67 {
	padding-left: 67px !important;
}
.padding-right-67 {
	padding-right: 67px !important;
}
.padding-top-67 {
	padding-top: 67px !important;
}
.padding-bottom-67 {
	padding-bottom: 67px !important;
}
.margin-68 {
	margin: 68px !important;
}
.margin-left-68 {
	margin-left: 68px !important;
}
.margin-right-68 {
	margin-right: 68px !important;
}
.margin-top-68 {
	margin-top: 68px !important;
}
.margin-bottom-68 {
	margin-bottom: 68px !important;
}
.padding-68 {
	padding: 68px !important;
}
.padding-left-68 {
	padding-left: 68px !important;
}
.padding-right-68 {
	padding-right: 68px !important;
}
.padding-top-68 {
	padding-top: 68px !important;
}
.padding-bottom-68 {
	padding-bottom: 68px !important;
}
.margin-69 {
	margin: 69px !important;
}
.margin-left-69 {
	margin-left: 69px !important;
}
.margin-right-69 {
	margin-right: 69px !important;
}
.margin-top-69 {
	margin-top: 69px !important;
}
.margin-bottom-69 {
	margin-bottom: 69px !important;
}
.padding-69 {
	padding: 69px !important;
}
.padding-left-69 {
	padding-left: 69px !important;
}
.padding-right-69 {
	padding-right: 69px !important;
}
.padding-top-69 {
	padding-top: 69px !important;
}
.padding-bottom-69 {
	padding-bottom: 69px !important;
}
.margin-70 {
	margin: 70px !important;
}
.margin-left-70 {
	margin-left: 70px !important;
}
.margin-right-70 {
	margin-right: 70px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.padding-70 {
	padding: 70px !important;
}
.padding-left-70 {
	padding-left: 70px !important;
}
.padding-right-70 {
	padding-right: 70px !important;
}
.padding-top-70 {
	padding-top: 70px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
.margin-71 {
	margin: 71px !important;
}
.margin-left-71 {
	margin-left: 71px !important;
}
.margin-right-71 {
	margin-right: 71px !important;
}
.margin-top-71 {
	margin-top: 71px !important;
}
.margin-bottom-71 {
	margin-bottom: 71px !important;
}
.padding-71 {
	padding: 71px !important;
}
.padding-left-71 {
	padding-left: 71px !important;
}
.padding-right-71 {
	padding-right: 71px !important;
}
.padding-top-71 {
	padding-top: 71px !important;
}
.padding-bottom-71 {
	padding-bottom: 71px !important;
}
.margin-72 {
	margin: 72px !important;
}
.margin-left-72 {
	margin-left: 72px !important;
}
.margin-right-72 {
	margin-right: 72px !important;
}
.margin-top-72 {
	margin-top: 72px !important;
}
.margin-bottom-72 {
	margin-bottom: 72px !important;
}
.padding-72 {
	padding: 72px !important;
}
.padding-left-72 {
	padding-left: 72px !important;
}
.padding-right-72 {
	padding-right: 72px !important;
}
.padding-top-72 {
	padding-top: 72px !important;
}
.padding-bottom-72 {
	padding-bottom: 72px !important;
}
.margin-73 {
	margin: 73px !important;
}
.margin-left-73 {
	margin-left: 73px !important;
}
.margin-right-73 {
	margin-right: 73px !important;
}
.margin-top-73 {
	margin-top: 73px !important;
}
.margin-bottom-73 {
	margin-bottom: 73px !important;
}
.padding-73 {
	padding: 73px !important;
}
.padding-left-73 {
	padding-left: 73px !important;
}
.padding-right-73 {
	padding-right: 73px !important;
}
.padding-top-73 {
	padding-top: 73px !important;
}
.padding-bottom-73 {
	padding-bottom: 73px !important;
}
.margin-74 {
	margin: 74px !important;
}
.margin-left-74 {
	margin-left: 74px !important;
}
.margin-right-74 {
	margin-right: 74px !important;
}
.margin-top-74 {
	margin-top: 74px !important;
}
.margin-bottom-74 {
	margin-bottom: 74px !important;
}
.padding-74 {
	padding: 74px !important;
}
.padding-left-74 {
	padding-left: 74px !important;
}
.padding-right-74 {
	padding-right: 74px !important;
}
.padding-top-74 {
	padding-top: 74px !important;
}
.padding-bottom-74 {
	padding-bottom: 74px !important;
}
.margin-75 {
	margin: 75px !important;
}
.margin-left-75 {
	margin-left: 75px !important;
}
.margin-right-75 {
	margin-right: 75px !important;
}
.margin-top-75 {
	margin-top: 75px !important;
}
.margin-bottom-75 {
	margin-bottom: 75px !important;
}
.padding-75 {
	padding: 75px !important;
}
.padding-left-75 {
	padding-left: 75px !important;
}
.padding-right-75 {
	padding-right: 75px !important;
}
.padding-top-75 {
	padding-top: 75px !important;
}
.padding-bottom-75 {
	padding-bottom: 75px !important;
}
.margin-76 {
	margin: 76px !important;
}
.margin-left-76 {
	margin-left: 76px !important;
}
.margin-right-76 {
	margin-right: 76px !important;
}
.margin-top-76 {
	margin-top: 76px !important;
}
.margin-bottom-76 {
	margin-bottom: 76px !important;
}
.padding-76 {
	padding: 76px !important;
}
.padding-left-76 {
	padding-left: 76px !important;
}
.padding-right-76 {
	padding-right: 76px !important;
}
.padding-top-76 {
	padding-top: 76px !important;
}
.padding-bottom-76 {
	padding-bottom: 76px !important;
}
.margin-77 {
	margin: 77px !important;
}
.margin-left-77 {
	margin-left: 77px !important;
}
.margin-right-77 {
	margin-right: 77px !important;
}
.margin-top-77 {
	margin-top: 77px !important;
}
.margin-bottom-77 {
	margin-bottom: 77px !important;
}
.padding-77 {
	padding: 77px !important;
}
.padding-left-77 {
	padding-left: 77px !important;
}
.padding-right-77 {
	padding-right: 77px !important;
}
.padding-top-77 {
	padding-top: 77px !important;
}
.padding-bottom-77 {
	padding-bottom: 77px !important;
}
.margin-78 {
	margin: 78px !important;
}
.margin-left-78 {
	margin-left: 78px !important;
}
.margin-right-78 {
	margin-right: 78px !important;
}
.margin-top-78 {
	margin-top: 78px !important;
}
.margin-bottom-78 {
	margin-bottom: 78px !important;
}
.padding-78 {
	padding: 78px !important;
}
.padding-left-78 {
	padding-left: 78px !important;
}
.padding-right-78 {
	padding-right: 78px !important;
}
.padding-top-78 {
	padding-top: 78px !important;
}
.padding-bottom-78 {
	padding-bottom: 78px !important;
}
.margin-79 {
	margin: 79px !important;
}
.margin-left-79 {
	margin-left: 79px !important;
}
.margin-right-79 {
	margin-right: 79px !important;
}
.margin-top-79 {
	margin-top: 79px !important;
}
.margin-bottom-79 {
	margin-bottom: 79px !important;
}
.padding-79 {
	padding: 79px !important;
}
.padding-left-79 {
	padding-left: 79px !important;
}
.padding-right-79 {
	padding-right: 79px !important;
}
.padding-top-79 {
	padding-top: 79px !important;
}
.padding-bottom-79 {
	padding-bottom: 79px !important;
}
.margin-80 {
	margin: 80px !important;
}
.margin-left-80 {
	margin-left: 80px !important;
}
.margin-right-80 {
	margin-right: 80px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.padding-80 {
	padding: 80px !important;
}
.padding-left-80 {
	padding-left: 80px !important;
}
.padding-right-80 {
	padding-right: 80px !important;
}
.padding-top-80 {
	padding-top: 80px !important;
}
.padding-bottom-80 {
	padding-bottom: 80px !important;
}
.margin-81 {
	margin: 81px !important;
}
.margin-left-81 {
	margin-left: 81px !important;
}
.margin-right-81 {
	margin-right: 81px !important;
}
.margin-top-81 {
	margin-top: 81px !important;
}
.margin-bottom-81 {
	margin-bottom: 81px !important;
}
.padding-81 {
	padding: 81px !important;
}
.padding-left-81 {
	padding-left: 81px !important;
}
.padding-right-81 {
	padding-right: 81px !important;
}
.padding-top-81 {
	padding-top: 81px !important;
}
.padding-bottom-81 {
	padding-bottom: 81px !important;
}
.margin-82 {
	margin: 82px !important;
}
.margin-left-82 {
	margin-left: 82px !important;
}
.margin-right-82 {
	margin-right: 82px !important;
}
.margin-top-82 {
	margin-top: 82px !important;
}
.margin-bottom-82 {
	margin-bottom: 82px !important;
}
.padding-82 {
	padding: 82px !important;
}
.padding-left-82 {
	padding-left: 82px !important;
}
.padding-right-82 {
	padding-right: 82px !important;
}
.padding-top-82 {
	padding-top: 82px !important;
}
.padding-bottom-82 {
	padding-bottom: 82px !important;
}
.margin-83 {
	margin: 83px !important;
}
.margin-left-83 {
	margin-left: 83px !important;

}
.margin-right-83 {
	margin-right: 83px !important;
}
.margin-top-83 {
	margin-top: 83px !important;
}
.margin-bottom-83 {
	margin-bottom: 83px !important;
}
.padding-83 {
	padding: 83px !important;
}
.padding-left-83 {
	padding-left: 83px !important;
}
.padding-right-83 {
	padding-right: 83px !important;
}
.padding-top-83 {
	padding-top: 83px !important;
}
.padding-bottom-83 {
	padding-bottom: 83px !important;
}
.margin-84 {
	margin: 84px !important;
}
.margin-left-84 {
	margin-left: 84px !important;
}
.margin-right-84 {
	margin-right: 84px !important;
}
.margin-top-84 {
	margin-top: 84px !important;
}
.margin-bottom-84 {
	margin-bottom: 84px !important;
}
.padding-84 {
	padding: 84px !important;
}
.padding-left-84 {
	padding-left: 84px !important;
}
.padding-right-84 {
	padding-right: 84px !important;
}
.padding-top-84 {
	padding-top: 84px !important;
}
.padding-bottom-84 {
	padding-bottom: 84px !important;
}
.margin-85 {
	margin: 85px !important;
}
.margin-left-85 {
	margin-left: 85px !important;
}
.margin-right-85 {
	margin-right: 85px !important;
}
.margin-top-85 {
	margin-top: 85px !important;
}
.margin-bottom-85 {
	margin-bottom: 85px !important;
}
.padding-85 {
	padding: 85px !important;
}
.padding-left-85 {
	padding-left: 85px !important;
}
.padding-right-85 {
	padding-right: 85px !important;
}
.padding-top-85 {
	padding-top: 85px !important;
}
.padding-bottom-85 {
	padding-bottom: 85px !important;
}
.margin-86 {
	margin: 86px !important;
}
.margin-left-86 {
	margin-left: 86px !important;
}
.margin-right-86 {
	margin-right: 86px !important;
}
.margin-top-86 {
	margin-top: 86px !important;
}
.margin-bottom-86 {
	margin-bottom: 86px !important;
}
.padding-86 {
	padding: 86px !important;
}
.padding-left-86 {
	padding-left: 86px !important;
}
.padding-right-86 {
	padding-right: 86px !important;
}
.padding-top-86 {
	padding-top: 86px !important;
}
.padding-bottom-86 {
	padding-bottom: 86px !important;
}
.margin-87 {
	margin: 87px !important;
}
.margin-left-87 {
	margin-left: 87px !important;
}
.margin-right-87 {
	margin-right: 87px !important;
}
.margin-top-87 {
	margin-top: 87px !important;
}
.margin-bottom-87 {
	margin-bottom: 87px !important;
}
.padding-87 {
	padding: 87px !important;
}
.padding-left-87 {
	padding-left: 87px !important;
}
.padding-right-87 {
	padding-right: 87px !important;
}
.padding-top-87 {
	padding-top: 87px !important;
}
.padding-bottom-87 {
	padding-bottom: 87px !important;
}
.margin-88 {
	margin: 88px !important;
}
.margin-left-88 {
	margin-left: 88px !important;
}
.margin-right-88 {
	margin-right: 88px !important;
}
.margin-top-88 {
	margin-top: 88px !important;
}
.margin-bottom-88 {
	margin-bottom: 88px !important;
}
.padding-88 {
	padding: 88px !important;
}
.padding-left-88 {
	padding-left: 88px !important;
}
.padding-right-88 {
	padding-right: 88px !important;
}
.padding-top-88 {
	padding-top: 88px !important;
}
.padding-bottom-88 {
	padding-bottom: 88px !important;
}
.margin-89 {
	margin: 89px !important;
}
.margin-left-89 {
	margin-left: 89px !important;
}
.margin-right-89 {
	margin-right: 89px !important;
}
.margin-top-89 {
	margin-top: 89px !important;
}
.margin-bottom-89 {
	margin-bottom: 89px !important;
}
.padding-89 {
	padding: 89px !important;
}
.padding-left-89 {
	padding-left: 89px !important;
}
.padding-right-89 {
	padding-right: 89px !important;
}
.padding-top-89 {
	padding-top: 89px !important;
}
.padding-bottom-89 {
	padding-bottom: 89px !important;
}
.margin-90 {
	margin: 90px !important;
}
.margin-left-90 {
	margin-left: 90px !important;
}
.margin-right-90 {
	margin-right: 90px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.padding-90 {
	padding: 90px !important;
}
.padding-left-90 {
	padding-left: 90px !important;
}
.padding-right-90 {
	padding-right: 90px !important;
}
.padding-top-90 {
	padding-top: 90px !important;
}
.padding-bottom-90 {
	padding-bottom: 90px !important;
}
.margin-91 {
	margin: 91px !important;
}
.margin-left-91 {
	margin-left: 91px !important;
}
.margin-right-91 {
	margin-right: 91px !important;
}
.margin-top-91 {
	margin-top: 91px !important;
}
.margin-bottom-91 {
	margin-bottom: 91px !important;
}
.padding-91 {
	padding: 91px !important;
}
.padding-left-91 {
	padding-left: 91px !important;
}
.padding-right-91 {
	padding-right: 91px !important;
}
.padding-top-91 {
	padding-top: 91px !important;
}
.padding-bottom-91 {
	padding-bottom: 91px !important;
}
.margin-92 {
	margin: 92px !important;
}
.margin-left-92 {
	margin-left: 92px !important;
}
.margin-right-92 {
	margin-right: 92px !important;
}
.margin-top-92 {
	margin-top: 92px !important;
}
.margin-bottom-92 {
	margin-bottom: 92px !important;
}
.padding-92 {
	padding: 92px !important;
}
.padding-left-92 {
	padding-left: 92px !important;
}
.padding-right-92 {
	padding-right: 92px !important;
}
.padding-top-92 {
	padding-top: 92px !important;
}
.padding-bottom-92 {
	padding-bottom: 92px !important;
}
.margin-93 {
	margin: 93px !important;
}
.margin-left-93 {
	margin-left: 93px !important;
}
.margin-right-93 {
	margin-right: 93px !important;
}
.margin-top-93 {
	margin-top: 93px !important;
}
.margin-bottom-93 {
	margin-bottom: 93px !important;
}
.padding-93 {
	padding: 93px !important;
}
.padding-left-93 {
	padding-left: 93px !important;
}
.padding-right-93 {
	padding-right: 93px !important;
}
.padding-top-93 {
	padding-top: 93px !important;
}
.padding-bottom-93 {
	padding-bottom: 93px !important;
}
.margin-94 {
	margin: 94px !important;
}
.margin-left-94 {
	margin-left: 94px !important;
}
.margin-right-94 {
	margin-right: 94px !important;
}
.margin-top-94 {
	margin-top: 94px !important;
}
.margin-bottom-94 {
	margin-bottom: 94px !important;
}
.padding-94 {
	padding: 94px !important;
}
.padding-left-94 {
	padding-left: 94px !important;
}
.padding-right-94 {
	padding-right: 94px !important;
}
.padding-top-94 {
	padding-top: 94px !important;
}
.padding-bottom-94 {
	padding-bottom: 94px !important;
}
.margin-95 {
	margin: 95px !important;
}
.margin-left-95 {
	margin-left: 95px !important;
}
.margin-right-95 {
	margin-right: 95px !important;
}
.margin-top-95 {
	margin-top: 95px !important;
}
.margin-bottom-95 {
	margin-bottom: 95px !important;
}
.padding-95 {
	padding: 95px !important;
}
.padding-left-95 {
	padding-left: 95px !important;
}
.padding-right-95 {
	padding-right: 95px !important;
}
.padding-top-95 {
	padding-top: 95px !important;
}
.padding-bottom-95 {
	padding-bottom: 95px !important;
}
.margin-96 {
	margin: 96px !important;
}
.margin-left-96 {
	margin-left: 96px !important;
}
.margin-right-96 {
	margin-right: 96px !important;
}
.margin-top-96 {
	margin-top: 96px !important;
}
.margin-bottom-96 {
	margin-bottom: 96px !important;
}
.padding-96 {
	padding: 96px !important;
}
.padding-left-96 {
	padding-left: 96px !important;
}
.padding-right-96 {
	padding-right: 96px !important;
}
.padding-top-96 {
	padding-top: 96px !important;
}
.padding-bottom-96 {
	padding-bottom: 96px !important;
}
.margin-97 {
	margin: 97px !important;
}
.margin-left-97 {
	margin-left: 97px !important;
}
.margin-right-97 {
	margin-right: 97px !important;
}
.margin-top-97 {
	margin-top: 97px !important;
}
.margin-bottom-97 {
	margin-bottom: 97px !important;
}
.padding-97 {
	padding: 97px !important;
}
.padding-left-97 {
	padding-left: 97px !important;
}
.padding-right-97 {
	padding-right: 97px !important;
}
.padding-top-97 {
	padding-top: 97px !important;
}
.padding-bottom-97 {
	padding-bottom: 97px !important;
}
.margin-98 {
	margin: 98px !important;
}
.margin-left-98 {
	margin-left: 98px !important;
}
.margin-right-98 {
	margin-right: 98px !important;
}
.margin-top-98 {
	margin-top: 98px !important;
}
.margin-bottom-98 {
	margin-bottom: 98px !important;
}
.padding-98 {
	padding: 98px !important;
}
.padding-left-98 {
	padding-left: 98px !important;
}
.padding-right-98 {
	padding-right: 98px !important;
}
.padding-top-98 {
	padding-top: 98px !important;
}
.padding-bottom-98 {
	padding-bottom: 98px !important;
}
.margin-99 {
	margin: 99px !important;
}
.margin-left-99 {
	margin-left: 99px !important;
}
.margin-right-99 {
	margin-right: 99px !important;
}
.margin-top-99 {
	margin-top: 99px !important;
}
.margin-bottom-99 {
	margin-bottom: 99px !important;
}
.padding-99 {
	padding: 99px !important;
}
.padding-left-99 {
	padding-left: 99px !important;
}
.padding-right-99 {
	padding-right: 99px !important;
}
.padding-top-99 {
	padding-top: 99px !important;
}
.padding-bottom-99 {
	padding-bottom: 99px !important;
}
.margin



.bg_light{
	background:#f3f3f3;
}
.bg_grey{
	background-color:#ebeff2; 
}
.color{
	color:#ffb600;
}
.bg_blue{
	background-color:#0798bc;
}
.border_radius{
	-webkit-border-radius:4px;
	border-radius:4px;
}	

.footer-heading{
	border-bottom: 1px solid #3e3f45;
	display:inline-block;
}
.footer-heading .divider-left, .heading .divider-center{
	height:3px;
	width:70px;
	background:#00c1de;
	display: block;
}
.footer-heading .divider-left {
  margin: 10px 0 -2px;
}
.footer-heading .divider-left {
  margin: 10px 0 -2px;
}
.footer-heading{    color: #838489;
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 1.12em;
}


.heading{
    color:#333;

	font-family:'微软雅黑';
}
.heading .divider-left, .heading .divider-center{
	height:4px;
	width:80px;
	background:#e73538;
	display: block;
}
.heading .divider-left, .heading .divider-center{
	height:3px;
	width:70px;
	background:#00c1de;
	display: block;
}
.heading .divider-left {
  margin: 10px 0 -2px;
}
.heading .divider-center{
	margin:10px auto -2px;
}




/*** Buttons ***/
.btn-dark{
	border:1px solid #0f0f0f;
	background:#0f0f0f;
}
.btn-dark, .btn-light, #parallax a{
	color:#fff;
}
#parallax a, .btn_common{
	padding:10px 30px;
	display: inline-block;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.btn_common:after{
  position: absolute;
  height:100%;
  left:0; right:0;
  overflow:hidden;
  opacity: 0;
  top:0;
  border-radius:4px;
  white-space:nowrap;
  
  -moz-transform:scale(1, 0.5);
  -ms-transform:scale(1, 0.5);
  -o-transform:scale(1, 0.5);
  -webkit-transform:scale(1, 0.5);
  transform:scale(1, 0.5);
  width: 100%;
  z-index: -1;
  content:'';
}
.btn_common:hover::after, .btn_common:focus::after,
#course_slider .item:hover .btn_common.blue:after,
.course:hover .btn_common.yellow:after,
.blog_item:hover .btn_common:after{
  opacity: 1;
  -moz-transform:scale(1, 1);
  -ms-transform:scale(1, 1);
  -o-transform:scale(1, 1);
  -webkit-transform:scale(1, 1);
  transform:scale(1, 1);
}

.blue, 
.btn_common.yellow:after,
.btn_common.btn_border:after,
.search_btn:after{
	background:#4587d9
} 
.blue, 
.btn_common.yellow:hover, .btn_common.yellow:focus,
.btn_common.btn_border:hover, .btn_common.btn_border:focus,
.btn_common.white_border:hover, .btn_common.white_border:focus,
.search_btn:hover, .search_btn:focus,
.blog_item:hover .btn_common.btn_border{
	border:1px solid #4587d9;
}

.yellow,
#course_slider .item:hover .btn_common.blue,
.btn_common.white_border:hover,
.btn_common.white_border:focus,
.btn_common.blue:hover, .btn_common.blue:focus{
	border:1px solid #ffb600;
}
.yellow, .btn_common.blue:after, .btn_common.white_border:after{
	background:#ffb600
}
.white_border{
	border:1px solid #fff;
}
.btn_border{ border:1px solid #0f0f0f;}


.yellow, .yellow:hover, .yellow:focus,
.white_border, .white_border:hover, .white_border:focus,
.btn_border:hover, .btn_border:focus, 
.blue, .blue:hover, .blue:focus,
.blog_item:hover .btn_common.btn_border{
	color:#fff;
}
.readmore{
	font-size:15px;
	color:#282828;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	padding-bottom:2px;
}
.readmore:hover, .readmore:focus, 
.commment li a:hover, .commment li a:focus{
	color:#4587d9;
}

.image, .image img{
	position:relative;
}
.image img{
	-moz-transition:all .8s ease;
	-ms-transition:all .8s ease;
	-o-transition:all .8s ease;
	-webkit-transition:all .8s ease;
	transition:all .8s ease;
	width:100%;
}
.image{ overflow:hidden;}
.image:hover img,
.events:hover .image img,
.course:hover .image img,
#course_slider .item:hover img,
.teacher:hover .image img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}




/*** WIDGET ***/
aside.sidebar{
	padding:15px;	
}
/* useful links */
ul.links{}	
ul.links li, ul.social_icon li, .widget .tags > li, .commment li{
  display: inline-block;
}
ul.links li {
  width: 49%;
}
ul.links li a{
  color: #cecfd3;
  margin-bottom:9px;
  margin-left: 15px;
  display:block;
}
ul.links li a, ul.bullet_list li{
	font-size:14px;
}
ul.links li a > i {
  display: inline-table;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
  margin-left: -15px;
}
ul.links li a:hover, ul.links li a:focus{
	color:#59a0d1;
}

/*---------------*/
ul.links1{}	
ul.links1 li, ul.social_icon li, .widget .tags > li, .commment li{
  display: inline-block;
}
ul.links1 li {
  width: 49%;
}
ul.links1 li a{
  color: #cecfd3;
  margin-bottom:9px;
  margin-left: 15px;
  display:block;
}
ul.links1 li a, ul.bullet_list li{
	font-size:0.93em;
}
ul.links1 li a > i {
  display: inline-table;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
  margin-left: -15px;
}
ul.links1 li a:hover, ul.links li a:focus{
	color:#ffb600;
}



/*---------------*/
ul.links-ul{}	
footer ul.links-ul li, ul.social_icon li, .widget .tags > li, .commment li{
  display: inline-block;
}
ul.links-ul li {
  width: 100%;
}

ul.links-ul li a{
  color:#cecfd3;
  margin-bottom:9px;
  margin-left: 15px;
  display:block;
}
ul.links-ul li a, ul.bullet_list li{
	font-size:14px;
}
ul.links-ul li a > i {
  display: inline-table;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
  margin-left: -15px;
}
ul.links-ul li a:hover, ul.links li a:focus{
	color:#59a0d1;
}
footer .heading{
    color:#838489;
	display:inline-block;
	font-family:'微软雅黑';
	font-size:1.12em;
	
}


@media  screen and (max-width:767px){
	ul.links li {
  width: 80%;
}
}

/* useful links */
ul.bullet_list li{ margin-bottom:15px; margin-left:10px;}
ul.bullet_list li:before{
	content:'';
	height:5px; width:5px;
	margin-left:-10px;
	background:#5b5b5b;
	display:inline-block; vertical-align:middle;
	margin-right:5px; border-radius:100%;
}

/* Social Icons */
ul.social_icon{}	
ul.social_icon li a{
  color: #0f0f0f;
  display: block;
  font-size:16px;
  height:36px;
  line-height:38px;
  text-align: center;
  width:36px;
  border-radius:4px;
  position:relative;
  z-index:1;
 -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,1);
  box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,1);
}

ul.social_icon.black li a{
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,1);
	
}
ul.social_icon li a.facebook:after{
  background:#3b5998;
}
ul.social_icon li a.twitter:after{
  background:#00aced;
}
ul.social_icon li a.dribble:after{
  background:#ea4c89;
}
ul.social_icon li a.instagram:after{
  background:#517fa4;
}
ul.social_icon li a.vimo:after{
  background:#4EBBFF;
}
ul.social_icon li a:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:#f7c51e;
  transition:.4s;
  border-radius:4px;
  opacity: 0;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  color:#fff;
  z-index:-1;
}
ul.social_icon li a:hover:after{
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
ul.social_icon li a:hover {
  color:#fff;
  -webkit-box-shadow:none;
  -o-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
/*Useful Tags*/
.widget .tags > li a {
  border: 1px solid #bababa;
  color: #5b5b5b;
  display: block;
  font-size: 12px;
  margin-bottom:2px;
  padding:5px 9px;
  background:#fff;
}
.widget .tags > li a:hover, .widget .tags > li a:focus{
	background:#4587d9;
	border-color:#4587d9;
	color: #fff;
}
p.hours{
	color:#5b5b5b;
	font-size:14px;
	margin-bottom:15px;
}
p.hours span{
	float:right;
}
p.hours a{
	font-size:10px; font-weight:bold;
	color:#fff;
	padding:5px 10px;
	background:#f57246;
}
/*Comments & Date*/
.commment li{
	margin-left:10px;
}
.commment li:first-child{
	margin-left:0;
}
.commment li a{
	display:block;
	color:#454545;
	font-size:14px;
}
.commment li a > i{
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
  color:#4587d9;
}
/*Pagination*/
.pager_nav .pagination{
	margin:0;
}
.pager_nav .pagination > li > a, .pager_nav .pagination > li > span{
  color: #0f0f0f;
  border:none;
}
.pager_nav .pagination > li > a:focus, .pager_nav .pagination > li > a:hover{
  background-color: transparent;
  color:#ffb600;
}


/*Profile Image*/
.profile_bg{
	background:#f2f2f2;
	box-shadow:0 0 2px #c8c8c8;
	border-radius:2px;
	padding:20px;
}
.profile_border{
	border-top:1px solid #c8c8c8;
}
.profile_border:last-child{
	border-bottom:1px solid #c8c8c8;
}
.profile{
	background:#fff; padding:15px;
	display:table;
	border-radius:2px;
}
.profile .p_pic, .profile .profile_text{ display:table-cell;}
.profile .p_pic{ width:100px;}
.profile .p_pic img{ width:90px;}
.profile_text{ vertical-align:top; padding-right:10px;}
.profile_text h5{ margin-bottom:8px;}
.profile_text strong{ color:#ffb600; font-size:14px;}
.profile_text span{ color:#5b5b5b; font-size:13px;}

.reviews .review_left{
	border:1px solid #c8c8c8;
	padding:20px 10px;
}
.reviews .review_left strong{ color:#a2a2a2; font-size:60px; line-height:50px;}
.reviews .review_left form.star_rating .stars{ margin: 0 auto;}

.rating_progress .progress, .rating_progress span{
	float:left;
}
.rating_progress span{ font-size:14px; margin-top:-5px;}
.rating_progress .progress{
  background-color:#f2f2f2;
  border:0;
  height:12px;
  margin:0px 10px 20px 10px;
  width:270px;
  border-radius:3px;
  box-shadow:none;
}
.rating_progress .progress-bar{ background:#ffb600;}



/*Search*/
#search{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
}
#search.open {
    opacity: 1;
	 z-index:1000;
	 width: 100%;
    height: 100%;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color:#fff;
    background: rgba(0, 0, 0, 0);
    font-size:40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close{
  background-color: #ffb600;
  border-color: #ffb600;
  border-radius: 3px;
  color: #ffffff;
  font-size: 21px;
  opacity: 1;
  padding: 0 0px 4px;
  position: fixed;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 32px;
  text-align: center;
}	


/*Star  rating*/
form.star_rating .stars {
  background: url("../images/star.png") repeat-x 0 0;
  width:112px;
  margin:0;
}
.ie7 form .stars {
  *zoom:1;
}
form.star_rating .stars:before,
form.star_rating .stars:after {
  display: table;
  content: "";
}
form.star_rating .stars:after {
  clear: both;
}
form.star_rating .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form.star_rating .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form.star_rating .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form.star_rating .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form.star_rating .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form.star_rating .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
form.star_rating .stars label{
  display: block;
  width:20px;
  height:20px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
form.star_rating .stars label:hover ~ span{
  background-position: 0 -21px;
}
form.star_rating .stars label.star-5:hover ~ span{
  width: 100% !important;
}
form.star_rating .stars label.star-4:hover ~ span{
  width: 80% !important;
}
form.star_rating .stars label.star-3:hover ~ span{
  width: 60% !important;
}
form.star_rating .stars label.star-2:hover ~ span{
  width: 40% !important;
}
form.star_rating .stars label.star-1:hover ~ span{
  width: 20% !important;
}
form.star_rating .stars span{
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height:20px;
  background: url("../images/star.png") repeat-x 0 -44px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}





.widget p.address > i {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

ul.comment{}
ul.comment li{
	display:inline-block;
	margin-left:15px;
}
ul.comment li:first-child{
	margin-left:0;
}
ul.comment li a{
	color:#5b5b5b;
	font-size:12px;
	display:block;
}
ul.comment li a > i{
  font-size: 18px;
  color:#4587d9;
  margin-right: 3px;
  vertical-align: middle;
}
.widget_search{
	background:#d8dadb;
	padding:5px;
	width:100%;
}
.widget_search .form-control{
	height:42px;
}
.widget_search .input-group-addon {
  background: #ffb600;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 24px;
  margin: 5px;
  padding: 0 5px;
  cursor: pointer;
}
.single_post{
	overflow:hidden;
}
.single_post p{
	margin-bottom:0;
}
.single_post > img {
  display: table-cell;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}
/*Back to top Button*/
.scrollToTop{
  width:32px; 
  height:32px;
  border-radius:4px; 
  text-align:center; 
  font-weight: bold;
  line-height:26px;
  font-size:25px;
  position:fixed;
  z-index:1000;
  bottom:16px;
  right:40px;
  display:none;
  background:rgba(0,0,0,0.5);
}
.scrollToTop:hover{
	background:#4587d9;
}
.scrollToTop, .scrollToTop:hover, .scrollToTop:focus{
	color: #fff;
}


.scrollToTop, a, .btn_common:after,
.search_btn > span, .icon_box,
.owl-theme .owl-controls .owl-buttons div,
.tparrows, #director_slider .post, .teacher .post,
.items > li > a:hover,  .items > li > a.expanded,
 ul.tabs li, .shop_tab .tabs li, .overlay,
.pushmenu-push, #menu_bars span, .pushmenu .push_nav > li,
pricing_item, #search, #search.open,
.about_box:hover, .about_box img,
input,
.pushmenu .push_nav > li > a span{
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
 -webkit-transition:all .3s ease;
}



/* ----------- TOPBAR ------------*/
.topbar{
	background:#0f0f0f;
	color:#fff;
	font-size:14px;
}
.topbar ul.social_top{ 
	text-align:right;
	display:inline-block;
}
.topbar ul.social_top li{
	display:inline-block;
	margin-left:-3px;
}
.topbar ul.social_top li:first-child a{
	border-left:1px solid #3f3f3f;
}
.topbar ul.social_top li a {
  border-right: 1px solid #3f3f3f;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 30px;
  padding: 5px;
  text-align: center;
  width: 36px;
}
.topbar ul.social_top li a:hover, .topbar ul.social_top li a:focus{
	background:#ffb600;
	border-color:#ffb600;
	color:#fff;
}
.topbar span.info {
  display: inline-block;
  padding-right:20px;
  margin:8px 0;
}
.topbar span.info > i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 23px;
}
/* ----------- TOPBAR Ends ------------*/



/* ------------ HEADER ------------- */
header{}

/*Navigation*/
nav.navbar.bootsnav{
  z-index:999;
  border: none;
  box-shadow: none;
  -moz-box-shadow:0 3px 3px -3px rgba(0,0,0,.35);
  -o-box-shadow:0 3px 3px -3px rgba(0,0,0,.35);
  -webkit-box-shadow:0 3px 3px -3px rgba(0,0,0,.35);
  box-shadow:0 3px 3px -3px rgba(0,0,0,.35);
}
nav.navbar.bootsnav.no-background{
  -moz-box-shadow:none;
  -o-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow: none;
}

nav.navbar.bootsnav .navbar-brand{
  display: inline-block;
  height: auto;
  margin-left: 0;
  padding:20px  0;
}
nav.navbar.bootsnav .navbar-brand, nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand{
  padding:20px  0;
}
nav.navbar.bootsnav.sticked .navbar-brand, nav.navbar.bootsnav.navbar-fixed .navbar-brand{
  padding:10px  0;
}
nav.navbar.bootsnav .navbar-brand img, nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand img{
	width:340px;
}
nav.navbar.bootsnav.sticked .navbar-brand img, nav.navbar.bootsnav.navbar-fixed .navbar-brand img{
	width:215px;
}
nav.navbar.bootsnav ul.nav > li{
	margin:0 20px;
}
nav.navbar.bootsnav ul.nav > li > a{
  color: #3b3b3b;
  font-size: 16px;
  font-weight:400;
  text-transform:uppercase;
  position:relative;
  overflow:hidden;
  font-family: '微软雅黑';
}
nav.navbar.bootsnav ul.nav > li > a,
nav.navbar.bootsnav.navbar-fixed.no-background ul.nav > li > a{
	padding:34px 0;
}
nav.navbar.bootsnav.sticked ul.nav > li > a,
nav.navbar.bootsnav.navbar-fixed ul.nav > li > a{
	padding:20px 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown > .dropdown-toggle:hover,
nav.navbar.bootsnav ul.nav > li.dropdown.on > .dropdown-toggle{
	color:#e00515 !important;
}

.dropdown-menu.animated, .collapse navbar-collapse .animated{
	-webkit-animation-duration:.5s;
	-o-animation-duration:.5s;
	-moz-animation-duration:.5s;
	-ms-animation-duration:.5s;
	animation-duration:.5s;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
  text-align: left;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border:none;
	-webkit-box-shadow:0 3px 3px -3px rgba(0,0,0,.35);
	-moz-box-shadow:0 3px 3px -3px rgba(0,0,0,.35);
	 box-shadow:0 3px 3px -3px rgba(0,0,0,.35);
}
nav.bootsnav .megamenu-content .title{
	font-size:1.125em;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
  font-size:inherit;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover, 
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:focus{
  color:#4587d9;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title{
  color: #0f0f0f;
  text-transform:capitalize;
  border-bottom-color:rgba(15,15,15,.15);
}
nav.navbar.bootsnav ul.nav > li.dropdown .dropdown-menu .dropdown-toggle:hover,
nav.navbar.bootsnav ul.nav .dropdown-menu  li.dropdown.on .dropdown-toggle,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover{
	color:#fff !important;
	background:#4587d9;
}

.navbar-right { margin-right:0; }
.navbar-right .dropdown-menu{
  left: 0;
  right: auto;
}
nav.bootsnav .megamenu-content{ border-radius:0 0px 4px 4px !important}
.search_btn {
  float: right;
  position: relative;
  border: 1px solid #0f0f0f;
  padding: 5px;
  font-size: 19px;
  line-height: 14px;
  margin:26px 0 0 15px;
  border-radius:5px; text-align:center;
  cursor:pointer;
}
.search_btn:hover, .search_btn:focus,
nav.navbar.bootsnav.navbar-fixed.no-background .search_btn:hover,
nav.navbar.bootsnav.navbar-fixed.no-background .search_btn:focus{
	color:#fff;
	border-color:#4587D9;
}
nav.navbar.bootsnav.navbar-fixed.no-background .search_btn{
	border-color:#fff;
	color:#fff;
	margin:26px 0 0 15px;
}
nav.navbar.bootsnav.sticked .search_btn,
nav.navbar.bootsnav.navbar-fixed .search_btn{
	margin-top:14px;
}


nav.navbar.bootsnav.no-full .navbar-collapse.in {
  min-height:280px !important;
}


/**Push Menu**/
/*Toggle*/
#menu_bars{
  padding:15px;
  width:20px;
  border-radius:4px;
  cursor: pointer;
  display:table; 
  position:relative;
  z-index:1102;
  background:transparent;
  margin-top:20px;
}
nav.navbar.bootsnav.navbar-fixed.no-background  #menu_bars{ margin-top:20px;}
#menu_bars.left{
	left:30px;
	float:left;
}
#menu_bars.right{
	float:right;
}
#menu_bars.active{
	position:fixed;
	margin-top:0 !important;
	top:10px;
}
#menu_bars.active span{
	background:#000 !important;
}
#menu_bars.active.right{
	right:30px;
}
#menu_bars.active span.t1{
	-moz-transform: translateY(7px) rotate(-45deg);
	-ms-transform: translateY(7px) rotate(-45deg);
	-o-transform: translateY(7px) rotate(-45deg);
	-webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
#menu_bars.active span.t2{
  opacity: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu_bars.active span.t3{
	-moz-transform: translateY(-5px) rotate(-135deg);
	-ms-transform: translateY(-5px) rotate(-135deg);
	-o-transform: translateY(-5px) rotate(-135deg);
	-webkit-transform: translateY(-5px) rotate(-135deg);
  transform: translateY(-5px) rotate(-135deg);
}
#menu_bars span{
  background: #000;
  display: block;
  height:3px;
  width:20px;
  pointer-events: none;
}
nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span{
	background:#fff;
}

nav.navbar.bootsnav.sticked #menu_bars,
nav.navbar.bootsnav.navbar-fixed #menu_bars{
	margin-top:8px;
}
#menu_bars span.t2{
	margin: 3px 0;
}
/*this is the nav*/
.pushmenu-push{
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.pushmenu{ 
  background: #fff;
  padding:20px 15px;
  width: 270px;
  height: 100%;
  top: 0;
  z-index: 1100;
  position:fixed;
  overflow:hidden;
}
.pushmenu.pushmenu-right{ padding:20px 20px 20px 40px;}
.pushmenu-left{
  left: -270px;
}
.pushmenu-left.pushmenu-open{
  left: 0;
  box-shadow:3px 0 3px -3px #c2c2c2;
}
.pushmenu-push-toright{
  left: 270px;
}
.pushmenu-right{
	right: -270px;
}
.pushmenu-right.pushmenu-open{
  right: 0;
  box-shadow:3px 0 3px 3px #c2c2c2;
}
.pushmenu-push-toleft{
  left: -270px;
}
.pushmenu .push-logo{
	display:block;
	padding:30px 0;
	position:relative;
	z-index:98;
}
.pushmenu .push-logo > img{
	display:inline-block;
	width:100px;
}
.pushmenu .push_nav{ width:100%; z-index:100; background:#fff;} 
.pushmenu.pushmenu-right  .push_nav{ margin-left:30px;}
.pushmenu .push_nav > li{
	display:block;
	position:relative;
	-moz-transform:translate3d(100%, 0px, 0px);
	-ms-transform:translate3d(100%, 0px, 0px);
	-o-transform:translate3d(100%, 0px, 0px);
	-webkit-transform:translate3d(100%, 0px, 0px);
	transform:translate3d(100%, 0px, 0px);
	opacity:0;
}
.pushmenu.pushmenu-open .push_nav > li{
	-moz-transition-duration:.4s;
	-ms-transition-duration:.4s;
	-o-transition-duration:.4s;
	-webkit-transition-duration:.4s;
  transition-duration:.4s;
  
  transition-property: all;
  -moz-transform: translate3d(0, 0px, 0px);
  -ms-transform: translate3d(0, 0px, 0px);
  -o-transform: translate3d(0, 0px, 0px);
  -webkit-transform: translate3d(0, 0px, 0px);
  transform: translate3d(0, 0px, 0px);
  
  -moz-transition-timing-function:ease;
  -ms-transition-timing-function:ease;
  -o-transition-timing-function:ease;
  -webkit-transition-timing-function:ease;
  transition-timing-function:ease;
  opacity:1;
}
.pushmenu.pushmenu-open .push_nav > li:first-child{
	-moz-transition-delay:.1s;
	-ms-transition-delay:.1s;
	-o-transition-delay:.1s;
	-webkit-transition-delay:.1s;
  transition-delay:.1s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(2){
	-moz-transition-delay:.2s;
	-ms-transition-delay:.2s;
	-o-transition-delay:.2s;
	-webkit-transition-delay:.2s;
  transition-delay:.2s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(3){
	-moz-transition-delay:.3s;
	-ms-transition-delay:.3s;
	-o-transition-delay:.3s;
	-webkit-transition-delay:.3s;
  transition-delay:.3s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(4){
	-moz-transition-delay:.4s;
	-ms-transition-delay:.4s;
	-o-transition-delay:.4s;
	-webkit-transition-delay:.4s;
  transition-delay:.4s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(5){
	-moz-transition-delay:.5s;
	-ms-transition-delay:.5s;
	-o-transition-delay:.5s;
	-webkit-transition-delay:.5s;
  transition-delay:.5s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(6){
	-moz-transition-delay:.6s;
	-ms-transition-delay:.6s;
	-o-transition-delay:.6s;
	-webkit-transition-delay:.6s;
  transition-delay:.6s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(7){
	-moz-transition-delay:.7s;
	-ms-transition-delay:.7s;
	-o-transition-delay:.7s;
	-webkit-transition-delay:.7s;
  transition-delay:.7s;
}

.pushmenu .push_nav > li > a{
	 display: block;
    color: #000;
	 font-size:20px;
    padding:5px;
	 margin:0 5px 18px 5px;
	 text-transform:capitalize;
}
.pushmenu .push_nav > li > a > span{
  color: #ffb600;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  width: 30px;
}
.pushmenu .push_nav > li > a:hover span, .pushmenu .push_nav > li > a:focus span{
	margin-left:-10px;
}
.pushmenu .push_nav > li > a:hover, .pushmenu  .push_nav > li > a:focus, 
.pushmenu .push_nav > li.active > a{
}
.pushmenu .push_nav .dropdown > a{ margin-top:0;}
.pushmenu .push_nav .dropdown-menu{
    position: relative;
    width: 100% !important;
    padding: 0;
    margin:0 0 0 15px;
    border-radius: 0;
    border: none;
    background-color:#fff;
}
.pushmenu  .push_nav .dropdown-menu li a{ display:block; color: #000;}
.pushmenu  .push_nav .dropdown-menu li:first-child a{ border-top:1px solid #e1e1e1;}
.pushmenu  .social_icon{ position:absolute; bottom:0; left:40px; right:0;}

body.pushmenu-push-toleft .wrap-sticky nav.navbar.bootsnav.navbar-sticky,
body.pushmenu-push-toleft .wrap-sticky nav.navbar.bootsnav.sticked, body.pushmenu-push-toleft .navbar-fixed.white{
    left: -260px;
}
body.pushmenu-push-toright .wrap-sticky nav.navbar.bootsnav.sticked{
    right: -260px;
}





/* ---------- Revolution Slider ---------- */
#rev_slider h1, #rev_slider p,
#rev_slider_full h1, #rev_slider_full p,
#rev_slider_video h1, #rev_slider_video p{
	color:#fff;
}
#rev_slider h1{
	font-size:3.000em;
}
#rev_slider p,
#rev_slider_full p,
#rev_slider_video p{
	font-size:1.125em;
	line-height:normal !important;
}
#rev_slider a, #rev_slider_full a, #rev_slider_video a{
	display:inline-block;
	margin:5px;
	font-size:15px;
}
#rev_slider_video .rs-fullvideo-cover {
  background: rgba(0, 0, 0, 0.5);
  right:0; bottom:0; left:0; top:0;
}
.tp-caption{
	padding-left:15px;
	padding-right:15px;
}
/*arrows Slider*/
.tparrows{
  background:rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius:100%;
  border-radius:4px;
  transform:none;
  position:absolute;
  right:0;
}
.tparrows::before {
  color: #fff;
  display: block;
  font-family:'FontAwesome';
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "\f104";
}
.tparrows.tp-rightarrow:before {
  content: "\f105";
}
.tp-leftarrow, .tp-rightarrow{
	margin:5px;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover,
.tparrows.tp-leftarrow:focus, .tparrows.tp-rightarrow:focus{
	background:#4587d9 !important;
}
.tparrows:hover::before, .tparrows:focus::before{
	color: #fff;
}
/* ---------- Revolution Slider ends ---------- */


/* ---------- OWL Slider ---------- */
.slider_wrapper{
	margin-left:-15px;
	margin-right:-15px;
}
#course_slider .item,
#director_slider .item,
#news_slider .item{ 
	padding:0 15px;
}

.owl-theme .owl-controls .owl-buttons div{
  background:#fff;
  border: 1px solid #b1bec7;
  border-radius:4px;
  color:#b5b5b5;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -88px;
  width: 36px;
  overflow:hidden;
  z-index:1;
}
#course_slider.owl-theme .owl-controls .owl-buttons div{
	background:transparent;
}
.owl-theme .owl-controls .owl-buttons div:hover, .owl-theme .owl-controls .owl-buttons div:focus,
#course_slider.owl-theme .owl-controls .owl-buttons div:hover,
#course_slider.owl-theme .owl-controls .owl-buttons div:focus{
	background:#ffb600;
	border: 1px solid #ffb600;
	color:#fff;
}
#course_slider .owl-prev,
#director_slider .owl-prev,
#news_slider .owl-prev{
	right:54px;
}
#course_slider .owl-next,
#director_slider .owl-next,
#news_slider .owl-next{
	right:10px;
}

/** Review from people **/
#review_slider .owl-page span,
#text_rotator .owl-page span{      
	position:relative;
	background:#797979;
	opacity:1;
	height:10px; width:10px;
	border-radius:3px;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
#review_slider .owl-page span:after,
#text_rotator .owl-page span:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	left: 0;
	border-radius:4px;
	background: #ffb600;
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}
#review_slider .owl-page.active span:after,
#review_slider .owl-page span:hover::after,
#text_rotator .owl-page.active span:after,
#text_rotator .owl-page span:hover::after{
	opacity: 1;
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#review_slider{ position:relative;}
#review_slider:before{
	content:url(../images/quoteLeft.png);
	left:0;
}
#review_slider:after{
	content:url(../images/quoteRight.png);
	right:0; 
}
#review_slider:before, #review_slider:after{
	position:absolute;
	display:inline-block;
	top:50%;
	margin-top:30px;
}
#review_slider h4{
	color:#ffb600;
	font-weight:bold;
}
#review_slider p{
	margin:0 10% 40px 10%;
}
#review_slider img.client_pic{
	border:3px solid #d4dfe8;
	margin:25px 0;
}





/** News white box **/
.content_wrap .news_box{
  background: #fff;
  margin: -50px auto 0;
  padding: 20px 15px;
  padding-bottom:0;
  position: relative;
  width: 92%;
  z-index: 1;
}
.content_wrap .news_box h4{
	font-weight:bold;
}
.content_wrap .news_box .commment li{
	margin-bottom:10px;
	margin-top:10px;
}

#director_slider .post, .teacher .post{
	background:rgba(48,111,190,.75);
	color:#fff;
	font-size:0.875em;
	padding:5px 15px;
	position:absolute;
	right:-100%;
	bottom:0;
	border-bottom-right-radius:4px;
	opacity:0;
}
#director_slider .item:hover .post, .teacher:hover .post{
	opacity:1; right:0;
}

#text_rotator_parent{
  background:url(../images/text-rotator.jpg) no-repeat;
  width:100%;
  background-position:center center;
  background-size:cover;
}
.rotate_caption{
	padding:10% 1%;
}
#text_rotator h1, #text_rotator p{ color:#fff;}
#text_rotator p{
	margin:10px 0 0 0;
	font-size:18px;
}
#text_rotator a{
	margin:30px 3px 5px 3px;
}
/* ---------- OWL Slider ends ---------- */



/* ----- ABout US ----- */
.icon_wrap{ border-bottom:1px solid #cfcfcf;}
.icon_box{
	padding-top:20px;
	padding-bottom:20px;
}
.icon_box i{
  display: inline-block;
  font-size:44px;
  color:#ffb600;
  position:relative;
}
.icon_box:hover i, .about-post:hover a > img{
	-moz-animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  animation-delay: 0s;
  -moz-animation-duration:.7s;
  -ms-animation-duration:.7s;
  -o-animation-duration:.7s;
  -webkit-animation-duration:.7s;
  animation-duration:.7s;
}
.icon_box:hover i, .icon_box:nth-child(2n+1):hover i, .icon_box:hover p{
	color:#fff;
}
.icon_box:nth-child(2n+1) i{
	color:#4587d9;
}
.icon_box:hover{
	background:#4587d9;
	color:#fff;
	cursor:pointer;
	border-radius:4px;
}

.icon_box i,
#about .priorty .about-post,
.contact_address .address,
#about .priorty .about-post a,
.contact_address .address .icon,
#about .priorty .about-post a > img{
	display:inline-block;
}

.icon_box h4{ font-size:1.250em;}

#about .priorty .about-post,
.contact_address .address{
  margin-top:15px;
  overflow: hidden;
}
#about .priorty .about-post a,
.contact_address .address .icon{
  background:#ffb600;
  float: left;
  height: 60px;
  width: 64px;
  text-align: center;
  font-size:35px;
  line-height:50px;
}
#about .priorty .about-post h4, .contact_address .address h4{
  margin:10px 0 0 80px;
}
#about .priorty .about-post p, .contact_address .address p{
  display: block;
  margin: 0 0 0 80px;
}

/** Commpany History **/
#history{}
#history .history_wrap{
	overflow:hidden;
}
#history .history_wrap h3{
	margin-bottom:10px;
}
#history .history_wrap p{ font-size:14px;}
#history .history_wrap h3 > span{
	color:#ffb600;
}
#history .history_wrap .col-md-7{
	padding-left:0;
}

#tours{} 
.tour_media{
	background:#fff;
	overflow:hidden;
	margin-bottom:15px;
}
.tour_media .tour_body, .tour_media .tour_feature{
	display:table-cell;
}
.tour_media .tour_body{
	padding:20px 10px 10px 20px;
}
.tour_media .tour_feature{
  vertical-align: middle;
}


/* ----- ABout US ----- */



/* ----- Fun Facts ----- */
#facts{ background:#f6f6f6;}
#facts p { font-family:'微软雅黑'}
#facts h2{color:#3776bc;font-family:'微软雅黑'; font-weight:500;}
#facts{}
.number-counters{}
.number-counters .counters-item{
	margin:30px 0;
	text-align:center;
}
.number-counters .counters-item i{
	color:#4587d9;
	display: block;
	font-size:50px;
	margin-bottom:10px;
}
.number-counters .counters-item strong {
  font-size: 3.000em;
  line-height: 3.000em;
}
.number-counters .counters-item p{
	font-size:1.125em;
}
#facts .fact-image{
	width:100%;
}

#counter .number-counters .counters-item {
  margin-bottom: 0;
}
#counter .number-counters .counters-item i {
  color: #ffb600;
  display: block;
}
/* ----- Fun Facts ends ----- */



/* ----- Paralax  ----- *//*
#parallax{
	background:url(../images/parallax2.jpg) no-repeat;
	padding:7% 0;
}

#courses{
	background:url(../images/wenhua_03.jpg) no-repeat;
}
#profit{
	background:url(../images/parallax3.jpg) no-repeat;
}
.page_header{
	background:url(../images/page-tittle2.jpg) no-repeat;
}
#counter{
	background:url(../images/counter.jpg) no-repeat;
}
#courses , #profit, #parallax, .page_header, #counter{
	background-size:cover;
	width:100%;

	background-position:center center;
}
#parallax, #courses, #profit , #counter, #counter p{
	color:#fff;
}
#courses h3{color:#333}

#parallax h1{
	font-size:6.563em;
	color:#ffb600;
}
#parallax h3{
	font-size:17px;
	color:#fff;
}


#parallax .heading{
    color:#fff;
	display:inline-block;
	font-family:'微软雅黑';
}*/
/* ----- Paralax  ----- */

/* ----- Paralax  ----- */
#parallax{
	background:url(../images/parallax2.jpg) no-repeat;
	padding:7% 0;
}
#courses{
	background:url(../images/wenhua_03.jpg) no-repeat;
}
#profit{
	background:url(../images/parallax3.jpg) no-repeat;
}
.page_header{
	background:url(../images/page-tittle2.jpg) no-repeat;
}
.page_header1{
	background:url(../images/page-tittle-case.jpg) no-repeat;
}
.page_header_join{
	background:url(../images/page-tittle-join.jpg) no-repeat;
}
.page_header_contact{
	background:url(../images/page-tittle-contact.jpg) no-repeat;
}
#counter{
	background:url(../images/counter.jpg) no-repeat;
}
#profit , #courses , #parallax, #counter{
	background-size:cover;
	width:100%;
	background-attachment:fixed;
	background-position:center center;
}
.page_header{
	background-size:cover;
	width:100%;
    background-position:center center;
}
.page_header1 , .page_header_join , .page_header_contact {
	background-size:cover;
	width:100%;
    background-position:center center;
}


#parallax, #courses, #courses p, #counter, #counter p{

}
#parallax h1{
	font-size:6.563em;
	color:#ffb600;
}
#parallax h3{
	font-size:17px;
	color:#fff;
}

#parallax h2{
	
	color:#fff;
}
#courses h3{color:#333}
/* ----- Paralax  ----- */

/* ----- Pricings ----- */
.pricing {

	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 85%;
	margin: 0 auto;
}

.pricing .pricing_item{
	position: relative;
	margin: 1em;
	padding: 2em 1em;
	border-top: 3px solid;
	margin-top:0;
	text-align:left;
	
	display: -webkit-flex;
	display:-moz-display;
	display:-o-display;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-o-align-items: stretch;
	-ms-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
	
}
.pricing.three .pricing_item, .pricing .pricing_item{
	-webkit-flex: 0 1 330px;
	-moz-flex: 0 1 330px;
	-ms-flex: 0 1 330px;
	-o-flex: 0 1 330px;
	flex: 0 1 330px;
}
.pricing.four .pricing_item{
	-webkit-flex: 0 1 240px;
	-moz-flex: 0 1 240px;
	-ms-flex: 0 1 240px;
	-o-flex: 0 1 240px;
	flex: 0 1 240px
}
.pricing.two .pricing_item{
	-webkit-flex: 0 1 420px;
	-moz-flex: 0 1 420px;
	-ms-flex: 0 1 420px;
	-o-flex: 0 1 420px;
	flex: 0 1 420px
}


.pricing_item.active:hover, .pricing_item:hover{
	border-color:#ffb600;
}
.pricing_item.active{
	border-color:#4587d9;
}
.pricing_item h3{
	margin: 0 0 1em;
}
.pricing_item .pricing_price{
	font-size: 2em;
	padding: 0.5em 0 0.75em;
	border-top:1px solid rgba(139, 144, 157, 0.18);
}
.pricing_item .pricing_price, .pricing_item .pricing_sentence{
	color:#5b5b5b;
}
.pricing_item .pricing_currency{
	font-size: 0.5em;
	vertical-align: super;
}
.pricing_item .pricing_sentence{
	padding-bottom:0.5em;
	border-bottom:1px solid rgba(139, 144, 157, 0.18);
}
.pricing_list {
	font-size:14px;
	padding:25px 0;	
	color: #5b5b5b;
}
 .pricing_list li{
	margin-bottom:8px;
}
 .pricing_list li:before{
	content:'\f00c';
	font-family:'FontAwesome';
	display: inline-block;
   margin-right:10px;
   vertical-align: middle;
	color:#ffb600;
}
.pricing_item a{
	display:block;
	background:#797979;
	color:#fff;
	border-radius:4px;
	padding:13px 20px;
}
.pricing_item.active:hover a, .pricing_item:hover a{ 
  background:#ffb600;
}
.pricing_item.active a{ 
  background:#4587d9;
}
/* ----- Pricings ends ----- */


/* ----- Courses ----- */
.detail_course{ background:#f2f2f2; padding:20px 15px;}
.detail_course .info_label {
  color:#5b5b5b;
  display: inline-block;
  margin-right: 20px;
}
.detail_course .icony{
	height:32px; width:32px;
	border-radius:50%;
	background:#ffb600;
	color:#fff;
	display:inline-block;
	float:left; line-height:32px;
	font-size:18px; text-align:center;
}
.detail_course p, .detail_course h5{ margin-left:42px;}
.detail_course p{ font-size:0.813em; margin-bottom:0;}
.detail_course h5{ font-size:0.875em; font-weight:bold;}
.detail_course .info_label:last-child{
	margin-right:0;
}
.detail_course .info_label:last-child p{
	margin-left:0;
}
.widget .media{
	border-bottom:1px solid #d5d5d5;
	padding-bottom:20px; margin-bottom:20px;
}
.widget .media h5{ font-weight:bold; font-size:0.875em; text-transform:uppercase;}
.widget .media .btn-primary{
	font-size:12px;
	padding:5px 10px;
	font-weight:bold;
	text-transform:uppercase;
	background:#4587d9;
}
.name{ font-size:0.813em; display:block;}
.widget .media .btn-primary, .widget .media form{ display:inline-block;} 
.logged{ color:#4587d9;}
.logged:hover, .logged:focus{ color:#ffb600;
}
#course_all .course h3{
	font-size:1.4em;
}
.course:hover .btn_common.yellow{
	border-color:#4587d9;
}
.course:hover .btn_common.yellow:after{
	opacity:1;
	height:101%;
}
/* ----- Courses ----- */



/* ----- Gallery ----- */
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-alignRight .cbp-filter-item:hover, .cbp-l-filters-alignRight .cbp-filter-item:focus{
	color:#4587d9;
	background:transparent;
}
.cbp-l-filters-alignRight .cbp-filter-item{
	color:#5b5b5b;
	font-weight:bold;
	font-size:0.875em;
	border:none; overflow:hidden !important;
	padding:0;
	margin:0 8px 10px 8px;
}
.cbp-l-filters-alignRight .cbp-filter-item:before{
  color:#4587d9;
  content: attr(data-hover);
  left:0; top:0;
  max-width: 0;
  overflow: hidden;
  position: absolute;
  
  -moz-transition:max-width 0.5s ease 0s;
  -ms-transition:max-width 0.5s ease 0s;
  -webkit-transition:max-width 0.5s ease 0s;
  -o-transition:max-width 0.5s ease 0s;
  transition:max-width 0.5s ease 0s;
}
.cbp-l-filters-alignRight .cbp-filter-item:hover::before, .cbp-l-filters-alignRight .cbp-filter-item:focus::before{
  max-width: 100%;
}

.overlay{
  background-color: rgba(15, 15, 15, 0.6);
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: absolute;
  opacity:0;
  z-index: 99;
  height:100%; width:100%;
  left:0; top:0;
}
.cbp-item:hover .overlay, .shopping_box:hover .overlay{
  opacity:1;
}
.cbp-item{ position:relative;}
.centered{
	position:absolute;
	left:50%; top:50%;
	padding:5px;
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.overlay .opens{
	height:70px; width:70px; 
	display:inline-block;
	background:#4587d9;
	color:#fff; font-size:30px;
	text-align:center;
	line-height:72px;
	-moz-transform:rotate(50deg) scale(1.5);
	-ms-transform:rotate(50deg) scale(1.5);
	-o-transform:rotate(50deg) scale(1.5);
	-webkit-transform:rotate(50deg) scale(1.5);
	transform:rotate(50deg) scale(1.5);
}
.cbp-item:hover .overlay .opens{
	border-radius:100%;
	-moz-transform:rotate(0) scale(1);
	-ms-transform:rotate(0) scale(1);
	-o-transform:rotate(0) scale(1);
	-webkit-transform:rotate(0) scale(1);
	transform:rotate(0) scale(1);
}
/* ----- Gallery ends ----- */


.feature {
  margin-bottom: 35px;
  text-align: center;

}
.feature * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 32px;
  margin: 0 auto 30px;
  color: #ff5555;
  border: solid 1px #ff5555;
}
.feature .title {
  margin-bottom: 30px;
}
.feature .description {
  margin-bottom: 30px;
}
.feature:hover .icon {
  color: #fff;
  background: #ff5555;
}
.feature .h3 {
	font-size:1.135em;
}
.feature .title{
	 color:#494949;
}
.feature:hover .title {
  color: #3776bc;
}
 


/**------ Page Header -------**/
.page_header .page-content{
	position:relative;

}
.page_header .page-content h1{
	font-size:2.625em;
}
.page_header .page-content h2{
	color:#fff;
	
}
.page_header .page-content h3{
	color:#fff;
	font-size:21px;
	
}
.page_header .page-content h1, .page_header .page-content p{
	color:#fff;
}
.page_header .page-content .page_nav {
  
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  padding: 18px 40px 10px;
  display:inline-block;
  margin-top:80px;
  color:#7f7f7f;
  font-size:0.875em;
  float:right;
}
.page_header .page-content .page_nav a{
	display:inline-block;
	margin:0 10px;
	color:#0b0b0b;
}
.page_header .page-content .page_nav span i{
	margin-right:5px;
}



.page_header1 .page-content{
	position:relative;
}
.page_header1 .page-content h1{
	font-size:2.625em;
}
.page_header1 .page-content h2{
	color:#fff;
	
}
.page_header1 .page-content h3{
	color:#fff;
	font-size:21px;
	
}
.page_header1 .page-content h1, .page_header1 .page-content p{
	color:#fff;
}
.page_header1 .page-content .page_nav {
  
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  padding: 18px 40px 10px;
  display:inline-block;
  margin-top:80px;
  color:#7f7f7f;
  font-size:0.875em;
  float:right;
}
.page_header1 .page-content .page_nav a{
	display:inline-block;
	margin:0 10px;
	color:#0b0b0b;
}
.page_header1 .page-content .page_nav span i{
	margin-right:5px;
}




.page_header_join .page-content{
	position:relative;
}
.page_header_join .page-content h1{
	font-size:2.625em;
}
.page_header_join .page-content h2{
	color:#fff;
	
}
.page_header_join .page-content h3{
	color:#fff;
	font-size:21px;
	
}
.page_header_join .page-content h1, .page_header1 .page-content p{
	color:#fff;
}
.page_header_join .page-content .page_nav {
  
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  padding: 18px 40px 10px;
  display:inline-block;
  margin-top:80px;
  color:#7f7f7f;
  font-size:0.875em;
  float:right;
}
.page_header_join .page-content .page_nav a{
	display:inline-block;
	margin:0 10px;
	color:#0b0b0b;
}
.page_header_join .page-content .page_nav span i{
	margin-right:5px;
}





.page_header_contact .page-content{
	position:relative;
}
.page_header_contact .page-content h1{
	font-size:2.625em;
}
.page_header_contact .page-content h2{
	color:#fff;

	
}
.page_header_contact .page-content h3{
	color:#fff;
	font-size:21px;
	
}
.page_header_contact .page-content h1, .page_header1 .page-content p{
	color:#fff;
}
.page_header_contact .page-content .page_nav {
  
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  padding: 18px 40px 10px;
  display:inline-block;
  margin-top:80px;
  color:#7f7f7f;
  font-size:0.875em;
  float:right;
}
.page_header_contact .page-content .page_nav a{
	display:inline-block;
	margin:0 10px;
	color:#0b0b0b;
}
.page_header_contact .page-content .page_nav span i{
	margin-right:5px;
}
/**-------Page Header ends------**/


/**-------Events------**/
.events:hover h4 a, .news_box:hover h4 a, 
.course:hover h3 > a,
#course_slider .item:hover h3 a{ 
   color:#2779df;
   text-align:center;
}
.events h4{ text-align:center; color:#494949;}
#events p { font-family:'微软雅黑'}
#events h2{color:#3776bc;font-family:'微软雅黑'; font-weight:500;}
#events1 h2{color:#3776bc;font-family:'微软雅黑'; font-weight:500;}
#newscon h2{color:#3776bc;font-family:'微软雅黑'; font-weight:500;}
#newscon h4{color:#3e3e3e;font-family:'微软雅黑'; font-weight:600; font-size:15px; height:30px}
.news_height{height:369px;}
#events1 p { font-family:'微软雅黑'}

/**------- Events ends------**/
/**------- about us ------**/

/* --------------------- FAQ's --------------------- */
.faq_content .items > li > a{
  background:#fff;
  color: #0f0f0f;
  display: block;
  margin-bottom: 10px;
  padding:15px 10px 15px 55px;
  position:relative;
  border:1px solid #d5d5d5;
}
.faq_content .items > li > a:hover, .faq_content .items > li > a.expanded{
	background:#4587d9;
	color:#fff;
}
.faq_content .items > li > a:after{
  background: #fff;
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  height: 100%;
  left: 0;
  line-height: 30px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width:40px;
  border-right:1px solid #d5d5d5;
}
.faq_content .items > li > a.expanded:after, .faq_content .items > li > a:hover::after{
	background:#ffb600;
	border-color:#ffb600;
}
.faq_content .sub-items {
  display: none;
  padding:20px 15px;
  border:1px solid #d5d5d5;
  border-top:none;
  margin-bottom:10px;
}
.faq_content .sub-items p{ margin:0; }
faq_content .tab_drawer_heading:after{
  content: "\f107";
  display: inline-block;
  right:20px;
  position:absolute;
  font-family:'FontAwesome';
}
.faq_content .items > li > a.expanded{
  margin-bottom:0;
}
.faq_content .items > li > a.expanded:after
.faq_content .tab_drawer_heading.d_active:after{
  content: "\f106";
}
/* --------------------- FAQ's --------------------- */




/* --------------- BLOG ---------------  */
#blog .blog_item, #blog .blog_share{
	border-bottom:1px solid #cccccc;
}
#blog .blog_item:last-child{
	border-bottom:none;
}




#blog .blog_newest{
	border:1px solid #cccccc;
	padding:5px;
}
#blog .blog_newest .post_img{
	height:65px;
	width:65px;
	display: table-cell;
	vertical-align:middle;
}
#blog .blog_newest .link{
	font-size:0.875em;
	display: block;
}
#blog .blog_newest .post_title {
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
  margin-top: 5px;
}
#blog .blog_newest .post_title:hover{
	color:#ffb600;
}
#blog .blog_newest .text{
	display: table-cell;
	padding:0 10px;

}

.blog-reply {
	padding-bottom:25px;
  position: relative;
  border-bottom:1px solid #d1d1d1;
}
.blog-reply h4, .blog-reply .reply{
	text-transform:uppercase;
}
.blog-reply span{
	font-size:12px;
	color:#767676;
}
.blog-reply .reply{
	color:#ffb600;
	font-size:0.813em;
}
.media-left, .media > .pull-left {
  padding-right: 10px;
}
/*Form Used on many pages*/
form.findus{}
form.findus > .row{
	margin-left:-5px;
	margin-right:-5px;
}
form.findus  .col-md-4, form.findus .col-sn-4, form.findus  .col-md-12, 
form.findus  .col-md-6, form.findus .col-sm-6,
form.findus  .col-md-3, form.findus  .col-sm-3{
	padding-left:5px;
	padding-right:5px;
}
form.findus .form-control{
  height: 48px;
  width: 100%;
}
form.findus .form-group{
	width:100%;
	
}
form.findus .form-control, form.findus textarea{
	padding: 12px 15px;
	margin-bottom:10px;
	font-size:14px;
	border:1px solid #d1d1d1;
}
form.findus textarea{
	width:100%;
	min-height:210px;
}
/* --------------- BLOG ---------------  */



/* ------------------ SHOP ------------------ */
#shop .shopping_box {
  box-shadow: 0 0 2px #d1d1d1;
  min-height: 386px;
}
.shopping_box .shop_content{
	padding:15px;
}
.shopping_box .shop_content .price_product, .shop_info .price_product, .cart_table .price_product{
	color:#ffb600;
}	
.shopping_box a.btn-cart{
	position:absolute;
	left:50%; margin-left:-75px;
	width:150px; bottom:10px;
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
}
.shopping_box:hover a.btn-cart{
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
}
.shopping_box:hover a.title_link{
	color:#ffb600;
}

#shop .shop_info{}
.quote .quote {
  border: 1px solid #d1d1d1;
  margin-right: 10px;
  max-width: 50px;
  padding:8px 10px;
  text-align: center;
  vertical-align: top;
}
.quote .quote, .quote a{
	display: inline-block;
}
.share{
	border-bottom:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	padding:10px 0;
}
.share p{
	margin:0;
}
.share ul{}
.share ul li{
	display:inline-block;
}
.share ul > li a{
  display: block;
  padding:0px 5px;
  color:#616161;
  font-size:14px;
}
.share ul > li a:hover, .share ul > li a:focus{
	color:#ffb600;
}
.shop_info .tag_cate{
	font-size:14px;
	color:#616161;
}
.shop_tab {
  border: 1px solid #d1d1d1;
}
.shop_tab .tabs {
  background: #f9f9f9;
  width: 100%;
}
.shop_tab .tabs li {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  margin:0;
  margin-bottom: -1px;
  margin-right:-4px;
  padding: 20px;
}
.shop_tab .tabs li.active, .shop_tab .tabs li:hover, .shop_tab .tabs li:focus{
	color:#ffb600;
	background:#fff;
}
.shop_tab .tab_content {
  border-top: 1px solid #d1d1d1;
  padding: 20px;
  width: 100%;
}	
.product-info .tab_content p:last-child {
  margin-bottom: 0;
}
.cart_table table{
	margin-bottom:0;
}
.cart_table .table-responsive  thead {
	background:#f9f9f9;
}
.cart_table .table-responsive  thead  tr > th{
	padding:15px 20px;
	border-bottom-width: 1px;
}
.cart_table .table-responsive tbody tr > td{
  vertical-align: middle;
  padding:20px;
}
.cart_table .product-name{
  display: inline-block;
  vertical-align: middle;
}
.cart_table .btn-close{
	display:inline-block;
	color:#ff5b5b;
	font-size:20px;
}
.apply_coupon{
	border: 1px solid #d1d1d1;
	border-top:none;
	padding:20px;
}
.apply_coupon .coupon{
}
.apply_coupon .coupon > form input[type="submit"]:hover, .apply_coupon .coupon > form input[type="submit"]:focus{
	background:#FDB501;
	border-color:#FDB501;
}
.apply_coupon .coupon > form input {
  border: 1px solid #d1d1d1;
  padding:6px 12px;
  vertical-align: top;
  height:40px;
}
.apply_coupon .coupon > form .form-group > input{
	width:100%;
}

.apply_coupon .coupon a {
  display: inline-table;
}
.totals{
	padding:15px;
}
.total_form input{
	height:40px;
}
			
.totals, .total_form .select{
	border: 1px solid #d1d1d1;
}
.total_form .select {
    border: 1px solid #d1d1d1;
    overflow: hidden; 
    height: 40px;    
    width:100%;
    position: relative;
    display: block;
}
.total_form select{       
    height: 40px;
    padding: 5px;
    border: 0;       
    width:100%;
	 color:#555;
	 opacity:.6;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.total_form .select:after {
    content:"\f0d7";
    font-family: FontAwesome;
    color:#555;
	 font-size:16px;
    padding:9px 8px;
	 padding-right:0;
    position: absolute; right: 0; top: 0;
    background:transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}
.totals .table-responsive tr > td {
  border: none;
  color:#737373;
  padding:17px 10px;
}	
.totals .table-responsive tr > td.yellow_t{
	color:#ffb600;
}	
/* ------------------ SHOP ------------------ */	
	


/* ------- 404 ------ */
#error{}	
#error .error{
	position:relative;
}
#error .error h1{
	position:relative;
	color:#ebebeb;
	font-size:9.375em;
}
#error .error h2{
  font-size: 3.125em;
  left:50%; top:50%;
  position:absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ------- 404 ------ */




/* --------------- testimonialS --------------- */
.testimonial_wrap{}
.testimonial_wrap .testimonial_text{
	padding:20px 18px;
	position:relative;
	background:#4587d9;
}
.testimonial_wrap .testimonial_text p{ color:#fff; font-size:0.938em; }
.testimonial_wrap .testimonial_text::after {
  border-right: 30px solid transparent;
  border-top: 25px solid #4587d9;
  bottom: -25px;
  content: "";
  height: 0;
  left:18px;
  position: absolute;
  width: 0;
}
.testimonial_wrap .testimonial_text > .quote{
	width:auto;
	margin-bottom:15px;
}
.testimonial_wrap .testimonial_pic{
  margin-top: 30px;
  width: 100%;
}
.testimonial_wrap .testimonial_pic > img{ 
	width:60px;
	float:left;
	margin-right:10px;
}
.testimonial_wrap .testimonial_text > .quote, .testimonial_wrap .testimonial_pic,
.testimonial_wrap .testimonial_pic > img{
	display:inline-block;
}
.testimonial_wrap .testimonial_pic span{
	display:block;
}
.testimonial_wrap .testimonial_pic span.color{
	margin-top:9px;
}
.testimonial_wrap .testimonial_pic span.post_img{
	color:#646464;
	font-size:0.875em;
}
/* --------------- TestimonialS ends --------------- */



/* --------------- CONTACT US --------------- */
#contact{}	
#contact .contact_img{}
#contact .contact_img > img{
	display:block;
	width:100%;
}
#contact .contact_img .caption-number{
	background:rgba(255,182,0,0.9);
   padding:15px;
}
#contact .contact_img .caption_link, #contact .contact_img .caption-number {
  display: block;
  font-size: 1.125em;
  text-align: center;
  color:#fff;
}
.contact_address .address .icon{
  line-height: 60px;
}

#contact .contact_address{}
.contact_address .address p > a:hover, .contact_address .address p > a:focus{
	color:#ffb600;

}

/*Map*/
#map{
  display: block;
  width: 100%;
  height:400px;
}
.overlay_map{
  display:block;
  text-align:center;
  color:#4587d9;
  font-size:3.750em;
  line-height:80px;
  opacity:1;
  background:transparent;
  padding:0 4px;
}


/* --------------- FOOTER ---------------*/
footer{
	background:#292b33;
}
.footer_panel .divider-left{
	background:#52545b;
	height:3px;
}
footer, footer p, footer li .footer_panel ul.social_icon li a, .copyright, .copyright p{
	color:#cecfd3;
	font-size:14px;
}
footer .footer_panel h3{
	display:block;
}
footer .footer_panel .footer_logo {
  display: inline-block;
}
footer .footer_panel p.address, .services p.address{
  margin-left:25px;
  line-height:20px;
}
footer .footer_panel p.address a:hover{
	color:#ffb600;
}
footer .footer_panel p.address > i, .services p.address > i{
  display: inline-block;
  font-size:16px;
  margin-left: -30px;
  vertical-align: middle;
  width:25px;
}

footer .contact-none p.address > i, .services p.address > i {
    display: inline-block;
    font-size: 16px;

    vertical-align: middle;
    width: 25px;
}

.copyright{
	background:#292b33;
	width:100%;
	padding:17px 0;
	border-top:#3e3f45 1px solid;
}	
.copyright p{
	margin:0;
	font-size:14px;
}
.copyright p > a:hover{
   color:#ffb600;
	
}

/*----mystyle-----*/


/*--字号定义--*/

h1{font-size:40px}
@media (max-width: 1024px){
   h1{font-size:33px}
}
@media (max-width: 992px){
	h1{font-size:32px}
}
@media (max-width: 767px){
	h1{font-size:30px}
}

h2{font-size:30px}
@media (max-width: 1024px){
	h2{font-size:28px}
}
@media (max-width: 992px){
	h2{font-size:28px}
}
 @media (max-width: 767px){
	 h2{font-size:24px}
}
	 
h3{font-size:24px}
@media (max-width: 1024px){
	h3{font-size:22px}
}
@media (max-width: 992px){
	h3{font-size:20px}
}
@media (max-width: 767px){
	h3{font-size:18px}
}
h4{font-size:18px}
@media (max-width: 767px){
	h4{font-size:16px}
}
h5{font-size:16px}
.titleh3{font-size:29px; color:#333}
@media (max-width: 992px){
 .titleh3{font-size:24px}
}
@media (max-width: 767px){
.titleh3{font-size:20px;}
}
.pcon{font-size:14px}
@media (max-width: 767px){
	.pcon{font-size:13px}
}
.p_title{font-size:16px;}
.p_title_bold{font-size:16px; font-weight:bold}
@media (max-width: 767px){
	.p_title{font-size:14px;}
}
.fontsize{font-size:14px;}
.con_join p{font-size:15px;}
/*--字号定义--*/


@media (min-width: 768px){
.table-row-sm{display:table;min-width:100%}
.table-row-sm>*[class*="col-"]{display:table-cell;vertical-align:middle;float:none}
.table-row-sm>*[class*="col-"].vertical-top{vertical-align:top}
.table-row-sm:before,.table-row-sm:after{content:"";display:none}
}
.courspadding{
	padding-top:50px;

}

@media screen and (max-width:767px){
	.courspadding{
	padding-top:0;

}
}

.backrgba{background:rgba(255,255,255,0.96) !important}

.written_words{
	width:65%; 
	margin:auto;  
	line-height:25px; 
	color:#474747; 
	font-size:15px; 
	text-align:center;
}
.area_height{height:240px;}
.footer-line{
	background:url(../images/footer-line.png) no-repeat center center; 
	background-size:100% 100%; 
	width:100%;height:4px;
}
.con-none{width:99%}
.con-noneleft{ float:left;width:55%;}
.con-noneright{float:left; width:40%}
.banner{width:100%; background-position:50% 0; background-repeat:no-repeat;}
.banner-3c{height:343px; background-image:url(../images/page-tittle.jpg);}
#titleback img{  
   width: 100%;
  max-width: 100%;
 }
 .swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
#breadcrumb_nav { width: 100%; margin-top: 5px; margin-bottom: 10px; line-height: 28px;}
#breadcrumb_nav ul li { display: inline; padding-right: 10px; }
#breadcrumb_nav ul li a { color:#666; font-size:14px }
#breadcrumb_nav ul li:first-child + li::before, #breadcrumb_nav ul li:first-child + li + li::before, #breadcrumb_nav ul li:first-child + li + li + li::before, #breadcrumb_nav ul li:first-child + li + li + li + li::before, #breadcrumb_nav ul li:first-child + li + li + li + li + li::before, #breadcrumb_nav ul li:first-child + li + li + li + li + li + li::before, #breadcrumb_nav ul li:first-child + li + li + li + li + li + li + li::before { content:url(../images/pic_breadcrumb_arrow.png); padding-right: 10px; }

#breadcrumb_nav .include { position: relative; }
#breadcrumb_nav .include a span { 
   display: block; position: absolute; 
   width: 5px; height: 3px; 
   background: transparent url(../images/breadcrumb_nav_include.png) no-repeat scroll 0% 0%; 
   right: 15px; top: 16px; z-index: 100; 
  }
#breadcrumb_nav .include a { position: relative; z-index: 101; border: 1px solid rgb(255, 255, 255); border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 8px 30px 6px 15px; }
#breadcrumb_nav .include ul { 
   display: none; position: absolute; 
   border: 1px solid rgb(208, 208, 208); 
   padding: 10px 16px; 
   background: rgb(255, 255, 255) none repeat scroll 0% 0%; 
   left: 11px; top: 31px; z-index: 100; 
   min-width: 100px; 
   border-top-right-radius: 5px; 
   border-bottom-left-radius: 5px; 
   border-bottom-right-radius: 5px;
}
#breadcrumb_nav .include ul a { padding: 0px; border: medium none; }
#breadcrumb_nav .include { padding-right: 0px; display: inline-block; }
#breadcrumb_nav .include::before { padding-right: 5px ! important; }
#breadcrumb_nav ul li.include ul li { display: block; float: left; width: 100%; margin-bottom: 5px; white-space: nowrap; margin-right: 20px; word-break: break-all; }
#breadcrumb_nav ul li.include ul li::before { background: transparent none repeat scroll 0% 0% ! important; display: none; }
#breadcrumb_nav ul li.include ul li a { position: static; border: medium none; padding: 0px; }
#breadcrumb_nav .include:hover > a { border-width: 1px; border-style: solid; border-color: rgb(208, 208, 208) rgb(208, 208, 208) rgb(255, 255, 255); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; background: rgb(255, 255, 255) none repeat scroll 0% 0%; padding-bottom: 8px; }

.border_bottom{border-bottom:#f6f6f6 1px solid}

.process{line-height:23px;}

/*江苏龙源*/
.newsleft{padding-left:20px;}
#case_js{
	background:#f8f8f8;
}
/*#case_js h2{
	font-size:30px;
}*/
#case_js p{
	
	line-height:21px;
}

#case_js1 h2{
	text-align:center
}
#case_js1 p{
	font-size:14px;
	color:#474747;

}

.case_function{

	color: #666
}

.case_function figure {
	padding: 30px 0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e6e6e6
}
.case_function div.row {
	margin: 35px 0 35px 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #e6e6e6
}
.case_function figure h3 {
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	
}
.case_function figure h3 a {
	color: #666
}
.case_function figure p {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #69c;
	color: #FFF;
	padding: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	opacity: 0;
	filter: Alpha(Opacity=0)
}
.case_function figure p a {
	color: #FFF;
	text-decoration: underline
}
.case_function figure:hover p {
	opacity: 1;
	filter: Alpha(Opacity=1)
}
@media(max-width:1199px) {
	.case_function figure:hover p {
		display: block
	}
	.case_function figure p {
		display: none
	}
}



#courses .network{
	width:90%;
	margin:auto
}
#courses .networkleft{
	float:left;
	padding-top:60px;
	width:40%
}
#courses .networkright{
	float:right;

}
#courses .network p{
	font-size:14px;

}

#profit h2{
	color:#fff;
}

#profit h3 {
    color: #fff;
    font-size: 17px;
}
@media (max-width: 767px){
  #profit h3 {
   font-size: 15px;
   line-height:20px
}
 #parallax h3{
	font-size:15px;
	color:#fff;
	line-height:20px
}

}

@media (max-width: 992px){
	#courses .networkleft{
	float:left;
	padding-top:10px;
	width:60%;

}
#courses .networkright{
	float:left;
	

}
} 
/*---- 国华----- */

.titlefdgf{width:80%; margin:auto; padding-top:16px; line-height:25px;}
.grayback{background:#f6f6f6}

.product-value{padding:25px 0 20px; text-align:center;}
.product-value h2{color:#000; font-size:24px;}
.product-value summary{color:#999; font-size:18px;}
.product-value ul{width:1200px; margin:60px auto; overflow:hidden;}
.product-value ul li{float:left; width:25%;}
.product-value ul li i{display:block; width:110px; height:125px; margin:auto; background-image:url(../images/icon_value.png);}
.product-value ul li i.value02{background-position:0 -125px;}
.product-value ul li i.value03{background-position:0 -250px;}
.product-value ul li i.value04{background-position:0 -375px;}
.product-value ul li h3{color:#333; font-size:16px; margin:18px 0;}
.product-value ul li p{width:80%; margin:auto; color:#666; font-size:16px;}

#case_gh{background:#f6f6f6;
}
.p_color{color:#fff}
.p_center{text-align:left; width:55%; margin:auto;}
.p_center1{text-align:left; width:65%; margin:auto;}
/*---- 国华----- */

.h2center{
	text-align:center
}

/* 放大图片*/
.section-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
 .image-popup {
  display: block;
}

.gallery-image {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
}
.gallery-image::before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 24px;
  line-height: 66px;
  text-align: center;
  opacity: 0;
  background: rgba(255, 85, 85, 0.8);
  font-family: 'FontAwesome', sans-serif;
}
.gallery-image:hover::before {
  opacity: .7;
}
.gallery-image:hover::after {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
  opacity: 1.0;
}
.gallery-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.project-item {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  margin-bottom: 30px;
  background: #fff;
}
.project-item .gallery-image {
  margin-bottom: 10px;
}
.project-item .info {
  position: relative;
  padding: 5px 80px 5px 10px;
}
.project-item .info .title {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 5px;
}
.project-item .info .description {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #777;
  margin-bottom: 10px;
}
.project-item .info .social {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #777;
}
.project-item:hover {
  background: #ff5555;
}
.project-item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.project-item:hover .info .title,
.project-item:hover .info .description,
.project-item:hover .info .social {
  color: #fff;
}


/* 放大图片*/

.headertop{padding-top:175px;}
@media (max-width:767px){
	.headertop{padding-top:90px;}
	.page-content {

}
}
.imageserea{max-width:170px; width:100%;}


/* 风电综合监控 */
.blue_bg{
	background:url(../images/backimg.jpg);height:134px;
	background-position: center center;
    background-size: cover;
    width: 100%;
	color:#fff;
	font-size:14px;
	padding:50px 30px 0 30px;
	text-align:center; 
}
.blue_bg_em{
	background:url(../images/backimg.jpg);height:134px;
	background-position: center center;
    background-size: cover;
    width: 100%;
	color:#fff;
	font-size:14px;
	padding:43px 30px 0 30px;
	text-align:center; 
}
.blue_bg_em1{
	background:url(../images/backimg.jpg);height:134px;
	background-position: center center;
    background-size: cover;
    width: 100%;
	color:#fff;
	font-size:14px;
	padding:20px 30px 0 30px;
	text-align:center; 
}
.blue_purple{
	background:url(../images/back_purple.jpg); height:160px;
	background-position: center center;
    background-size: cover;
    width: 100%;
	color:#fff;
	font-size:14px;
	padding:60px 30px 0 30px;
	text-align:center; 
}
.blue_yellow{
	background:url(../images/back_yellow.jpg);height:160px;
	background-position: center center;
    background-size: cover;
    width: 100%;
	color:#fff;
	font-size:14px;
	padding:40px 30px 0 30px;
	text-align:center; 
}
.blue_blue{
	background:url(../images/back_blue.jpg);height:160px;
	background-position: center center;
    background-size: cover;
    width: 100%;
	color:#fff;
	font-size:14px;
	padding:43px 30px 0 30px;
	text-align:center; 
}
.blue_green{
	background:url(../images/back_green.jpg);height:160px;
	background-position: center center;
    background-size: cover;
    width: 100%;
	color:#fff;
	font-size:14px;
	padding:60px 30px 0 30px;
	text-align:center; 
}

.bgimg{background:url(../images/bgimg.png);height:160px;
	background-position: center center;
    background-size: cover;
    width: 100%;
	color:#fff;
	font-size:14px;
	padding:65px 30px 0 30px;
	text-align:center; }
.widthback{
	width:90%; margin:auto;
}

.backstyle{width:75%; margin:auto}
.backstyle_tv{width:92%; margin:auto}
.page_header h2{
	font-family:"微软雅黑";
}
.page_header1 h2{
	font-family:"微软雅黑";
}
.page_header_join h2{
	font-family:"微软雅黑";
}
.page_header_contact h2{
	font-family:"微软雅黑";
}
#qiyun ul li{ line-height:24px; }
#qiyun p{font-size:18px;}

.platform_con{height:550px;border: 1px solid #ebebeb; border-radius: 5px;margin-bottom: 22px;transition: box-shadow 500ms linear,-webkit-transform 500ms linear,-moz-transform 500ms linear,-o-transform 500ms linear,transform 500ms linear,background-color 500ms linear;}
.platform_con:hover{box-shadow: 0 15px 30px rgba(0,0,0,.1);transform: translate3d(0,-2px,0);background-color: #fff;}
.platform_con .title{font-size: 16px;margin-top: 20px;text-align: center;}
.platform_con ul li{font-size: 14px;color: #5b5b5b;width: 91%; margin:auto;}
.platform{width:90%; margin:auto}

.platform_consmall{height:550px;border: 1px solid #ebebeb; border-radius: 5px;margin-bottom: 22px;transition: box-shadow 500ms linear,-webkit-transform 500ms linear,-moz-transform 500ms linear,-o-transform 500ms linear,transform 500ms linear,background-color 500ms linear;}
.platform_consmall:hover{box-shadow: 0 15px 30px rgba(0,0,0,.1);transform: translate3d(0,-2px,0);background-color: #fff;}
.platform_consmall .title{font-size: 16px;margin-top: 20px;text-align: center;}
.platform_consmall ul li{font-size: 14px;color: #5b5b5b;width: 91%; line-height:20px; margin:auto;}

.Profit_con{padding-bottom:5px; transition: box-shadow 500ms linear,-webkit-transform 500ms linear,-moz-transform 500ms linear,-o-transform 500ms linear,transform 500ms linear,background-color 500ms linear;}
.Profit_con:hover{box-shadow: 0 15px 30px rgba(0,0,0,.1);transform: translate3d(0,-2px,0);background-color: #fff;cursor: pointer;}
.Profit_con .Profitline{width: 100%;height: 10px;background: #bfd7f2;border-radius: 5px 5px 0px 0px;}
.Profit_con .list{background: #fff; width:92%;margin:auto; padding-top:20px;}
.Profit_con .list .name{font-size: 18px;color: #76a5e1;text-align: center;}
.Profit_con .list ul li{margin-bottom: 10px;color: #5b5b5b;font-size: 14px;display: inline-block;clear: both;}
.profitcon{width:90%; margin:auto}

.programme_con{width:80%; margin:auto}
.cmimg{width:90%; max-width:440px;}


.product-features{width:100%; padding:40px 0 50px; background:#f6f6f6 url(../img/features_bg.jpg) 50% 100% no-repeat;}
.product-features ul{width:1200px; margin:40px auto 0; overflow:hidden;}
.product-features ul li{float:left;  height:146px; margin:0 9px 9px 0; padding:24px 0; background:#fff;}
.product-features ul li:nth-of-type(3n){margin-right:0;}
.product-features ul li i{float:left; width:100px; height:100px; margin:0 15px; border:1px solid #ccc; border-radius:50%; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.product-features ul li:hover i{border-color:#999;}
.product-features ul li div{float:left; width:230px;}
.product-features ul li div h3{padding:5px 0; color:#000; font-size:18px;}
.product-features ul li div p{color:#5b5b5b; padding-top:25px;}
.features-ys3c i{background-image:url(../images/icon_features_3c.png);}
.features02{background-position:0 -100px;}
.features03{background-position:0 -200px;}
.features04{background-position:0 -300px;}
.features05{background-position:0 -400px;}
.features06{background-position:0 -500px;}

.title_acm{background:#6ba9cf; height:30px; line-height:30px; color:#FFF; padding-left:4px;}



.product-features1{width:100%; padding:40px 0 50px; background:#f6f6f6 url(../img/features_bg.jpg) 50% 100% no-repeat;}
.product-features1 ul{width:1200px; margin:40px auto 0; overflow:hidden;}
.product-features1 ul li{float:left; width:18%;  height:146px; margin:0 9px 9px 0; padding:24px 0; background:#fff;}


.spanleft{padding-left:17%;}
.table_width{width:90%; margin:auto;}


.recruit_con{width:77%; margin:auto; }
.information_con{width:83%; margin:auto}

.contact_con{padding:30px 0 0 30px; background:#f6f6f6; height:349px;}
.contact_conjoin{padding:50px 0 0 16px; background:#f6f6f6; height:340px;}
.map_con{border:#f6f6f6 1px solid; height:349px;}

.contactcon ul li{ line-height:25px; font-size:14px}



 .cms-block+.cms-block{margin-top:35px}
 @media (max-width: 767px){.cms-block+.cms-block{margin-top:25px}}

 .cms-block ul li{color:#606060;line-height:1.75}
 @media (min-width: 768px){.cms-block.image-text{margin-left:0;margin-right:0}}
 @media (min-width: 768px){.cms-block.image-text .image{padding-left:0 !important;padding-right:0 !important}}
 @media (max-width: 767px){.cms-block.image-text .image{padding-top:15px;padding-bottom:15px}}
 @media (max-width: 767px){.cms-block.image-text .text{padding-bottom:15px}}
 @media (min-width: 768px){.cms-block.image-text .text{padding-left:30px;padding-top:10px;padding-bottom:10px}}
 @media (min-width: 992px){.cms-block.image-text .text{padding-top:15px;padding-bottom:15px}}
 .cms-block span.num{font-size:55px;color:#f47d27}
 .cms-block h3,.cms-block h4{margin-bottom:10px}
 .cms-block .subline{margin-bottom:10px}
 .cms-block .subline span{color:#606060;font-weight:normal}
.caption{color:#909090}

 @media (min-width: 768px){
 .inline-block-row-sm{font-size:0}
 .inline-block-row-sm>*[class*="col-"]{display:inline-block;vertical-align:middle;float:none;overflow:hidden;font-size:14px}
 .inline-block-row-sm>*[class*="col-"].vertical-top{vertical-align:top}
 .inline-block-row-sm:before,.inline-block-row-sm:after{content:"";display:none}}
 
 
 .soar_function { padding: 50px 0;}
.soar_function section { width: 1200px; margin: auto; }
.soar_function section ul { overflow: hidden; }
.soar_function section ul li { box-sizing: border-box; width: 20%; float: left; padding: 0 15px; margin-top: 40px; color: #333; text-align: center; min-height: 210px; }
.soar_function section ul li i { width: 65px; height: 65px; display: block; background-repeat: no-repeat; background-image: url(../public/images/soar/soar_function01.png); margin: auto; -webkit-transition: .8s; -moz-transition: .8s; transition: .8s; }
.soar_function section ul li i.soar_function02 { background-position: 0 -65px; }
.soar_function section ul li i.soar_function03 { background-position: 0 -130px; }
.soar_function section ul li i.soar_function04 { background-position: 0 -195px; }
.soar_function section ul li i.soar_function05 { background-position: 0 -260px; }
.soar_function section ul li i.soar_function06 { background-position: 0 -325px; }
.soar_function section ul li i.soar_function07 { background-position: 0 -390px; }
.soar_function section ul li i.soar_function08 { background-position: 0 -455px; }
.soar_function section ul li i.soar_function09 { background-position: 0 -520px; }
.soar_function section ul li i.soar_function10 { background-position: 0 -585px; }
.soar_function section ul li h3 { font-size: 18px; padding: 15px 0 25px; position: relative; }
.soar_function section ul li h3:after { content: ''; position: absolute; left: 50%; bottom: 10px; width: 30px; border-bottom: 2px solid #82b8ea; margin-left: -15px; }
.soar_function section ul li p { line-height: 24px; color: #666; }
.soar_function section ul li:hover i { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg); }

.newswidth{width:85%; margin:auto;}

/*---------------------------------------------------------*/


@media (max-width:1220px){
	.product-value ul{width:1000px;}
	.platform_con ,.platform_consmall{height:600px}
	.product-features h2{width:1000px;}
	.product-features ul{width:1000px;}
    .product-features ul li{width:328px; margin:0 8px 8px 0;}
    .product-features ul li i{margin:0 10px;}
    .product-features ul li div{width:190px;}
	.soar_function{background-size:cover; height:auto;}
    .soar_function section{padding:0 1rem; width:auto;}
    .soar_function section ul li{}
    .soar_function section ul li:hover i{-webkit-transform:rotateY(0); -moz-transform:rotateY(0); transform:rotateY(0);}
    .soar_function section ul li h3{font-size:16px;}
    .soar_function section ul li p{font-size:14px}
}


@media (min-width: 992px){
	.text-center-md{text-align:center}
	.text-left-md{text-align:left}
	.text-right-md{text-align:right}
} 


@media screen and (max-width:1024px){
#history .history_wrap .col-md-7{
  padding-left: 15px;
}
.pricing .pricing_item{ margin:1em .5em;}
.pricing.three .pricing_item, .pricing .pricing_item{
	-webkit-flex: 0 1 220px;
	-o-flex: 0 1 220px;
	-moz-flex: 0 1 220px;
	-ms-flex: 0 1 220px;
	flex: 0 1 220px;
}

.pricing.two .pricing_item {
  -webkit-flex: 0 1 320px;
	-o-flex: 0 1 320px;
	-moz-flex: 0 1 320px;
	-ms-flex: 0 1 320px;
	flex: 0 1 320px;
}
.product-value ul{
	width:auto; padding:0 10px;
}
.soar_function section ul li{ margin-top:60px; width:50%;
}



}

@media screen and (max-width:1024px){
nav.navbar.bootsnav.navbar-fixed .logo-display,
nav.navbar.bootsnav.navbar-fixed .navbar-brand > .logo-display,
.logo-display{
  display: none !important;
}


footer .contact-none{display:none !important}
.p_center{
	text-align:left; width:65%; margin:auto;
}
.p_center1{
	text-align:left; width:85%; margin:auto;
}
.product-features h2{width:665px;}
.product-features ul{width:665px; margin-top:12px;}
.product-features ul li:nth-of-type(3n){margin-right:9px;}
.product-features ul li:nth-of-type(2n){margin-right:0;}
}

@media screen and (max-width:991px){
	.platform_con{height:460px}
.platform_consmall{height:330px}
	}


@media screen and (max-width:992px){
	body{
		font-size:99%;
	}
  /*h2 {font-size: 26px;}
  h3 {font-size:20px;}
  h4 {font-size: 16px;}
  p,  #text_rotator p{ font-size:14px;}*/
  

nav.navbar.bootsnav .navbar-toggle{
  float: right;
  margin:12px 0 0 15px;
  background-color:transparent !important;
}
nav.navbar.bootsnav .navbar-brand{
	float:left !important;
}
nav.navbar.bootsnav .navbar-brand, nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand {
  padding:10px 0;
}
nav.navbar.bootsnav .navbar-brand img, nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand img.logo-scrolled, .navbar-brand img{
  width:215px;
}
nav.navbar.bootsnav.pushy .navbar-toggle{ display:none;}
nav.navbar.bootsnav .navbar-header{
  padding-left:15px;
  padding-right:15px;
}
nav.navbar.bootsnav ul.nav > li{ margin:0;}
nav.navbar.bootsnav ul.nav > li > a{
	padding:10px 0 !important;
}
nav.bootsnav .megamenu-content .title{
  font-size: 14px;
}
.search_btn{ margin-top:17px !important;}
.bootsnav.no-background .search_btn > span{
    border-color: #0f0f0f;
    color: #0f0f0f;
}
nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span{
	background:#0f0f0f;
}
nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span{ background:#000;}
nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars,
nav.navbar.bootsnav #menu_bars{
  margin-top: 8px;
}
.pushmenu .push_nav > li > a{
	font-size:14px;
	padding:0;
}
#counter .number-counters .counters-item{
  margin-bottom: 30px;
}
#courses , #profit , #parallax, .page_header , .page_header1, .page_header_contact, .page_header_join, #counter{
	background-position:center center !important;
}
.detail_course .info_label:last-child{
	display:block;
	margin-top:20px;
}
.single_post{
	font-size:12px;
}

.p_center{
	text-align:left; width:80%; margin:auto;
}
.p_center1{
	text-align:left; width:100%; margin:auto;
}

.backstyle{width:85%; margin:auto}

.titlefdgf{width:100%; margin:auto; padding-top:19px; line-height:20px;}
.information_con{width:100%; margin:auto}
.divheight{height:220px;}
.canpadleft{padding-top:20px !important ;}
.newswidth{width:100%; margin:auto;}
}

@media screen and (max-width:991px){
	footer .footersty ,.kfnone{
	display:none !important;
}
}

@media screen and (max-width:767px){
	footer .contact-none{display:block !important;}
	footer .contact-appear{display:none !important}
	}
@media screen and (min-width:768px){
	footer .contact-none{display:none !important;}
}
	



	
@media screen and (min-width: 300px) and (max-width: 992px) {
.written_words{
	width:100%; 
}
}	
	
@media screen and (min-width: 768px) and (max-width: 991px) {
.backstyle{width:100%; margin:auto}
}	
		
	
	
@media screen and (max-width:767px){
.tparrows, .topbar, .search_btn,
.owl-theme .owl-controls .owl-buttons div,
#review_slider:before, #review_slider:after{
  display: none;
}
.pushmenu .push-logo{
  padding: 0;
}
.pushmenu .push-logo > img{
  width: 80px;
}
.rotate_caption{
   padding:5% 1%;
}
.icon_box{
	margin-left:15px;
	margin-right:15px;
}
#about .about_box{ 
  top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#about .about_box:nth-child(3){
	margin-bottom:50px;
}
.about_box.active{
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
   transform: translateY(0);
}
#about .priorty{
	margin-bottom:20px;
}
#history .history_wrap h3{
  margin-top: 10px;
}
/* Fun Facts */
.number-counters .counters-item{
  text-align: center;
}
.number-counters .counters-item.last{
	margin-bottom:0;
}
.number-counters .counters-item i{
	display:block;
}
/* Paralax */
#parallax h1{
  margin-bottom: 10px;
}
.pricing.two .pricing_item, .pricing.four .pricing_item, .pricing.three .pricing_item{
	-webkit-flex: 0 1 320px;
	-moz-flex: 0 1 320px;
	-ms-flex: 0 1 320px;
	-o-flex: 0 1 320px;
	flex: 0 1 320px
}
 #shop .shop_info{ margin-top:20px;}
.shop_tab .tabs li{ font-size:12px;}
#map{ height:290px;}
.footer_logo.bottom25 > img {
  width: 90px;
}

.feature .h3 {
	font-size:16px;
}
.events h4 {
	font-size:1.31em;
}

.breadcrumb_nav_none{
	display:none !important;
}

.product-value{
	padding:20px 0;
}
.product-value h2{
	font-size:20px;
}
.product-value summary{
	font-size:10px;
}
.product-value ul{
	margin-top:20px;
}
.product-value ul li{
	width:50%; height:190px; margin-bottom:15px;  
}
.product-value ul li p{
	width:100%; font-size:10px;
}
.product-value ul li h3{
	color:#333; font-size:14px; margin:18px 0; 
}
.backstyle , .backstyle_tv{width:100% ; margin:auto}

.widthback{
	width:100% !important; 
}
/*


.product-value{
	padding:20px 0;
}
.product-value h2{
	font-size:20px;
}
.product-value summary{
	font-size:10px;
}
.product-value ul{
	margin-top:20px;
}
.product-value ul li{
	width:50%; height:190px; margin-bottom:15px;
}
.product-value ul li p{
	width:100%; font-size:10px;
}
.product-value ul li h3{
	color:#333; font-size:14px; margin:18px 0; 
}
 
*/



.p_center{
	text-align:left !important; width:100%; margin:auto;
}
.p_center1{
	text-align:left !important; width:100%; margin:auto;
}

.page_header{
	background:url(../images/page-tittle3.jpg) no-repeat;
}

#platform {width:100% !important;}
.profitcon{width:100% !important}
.platform_con{height:auto;}
.platform_consmall{height:auto;}
.programme_con{width:100%; }

.blue_purple , .blue_green{
	padding:65px 30px 0 30px;
}
.blue_yellow,.blue_blue{
	padding:55px 30px 0 30px;
}
.product-features h2{width:100%;}
.product-features{width:auto; padding:40px 10px 30px;}
.product-features ul{width:auto; margin-top:12px;}
.product-features ul li{float:none; width:100%;}
.product-features ul li i{margin:7px;}
.product-features ul li div{float:none; width:auto; margin:0 10px 0 110px;}
.table_width{width:100%; margin:auto;}
.recruit_con{width:100%; margin:auto; font-size:14px}
.information_con{width:100%; margin:auto; font-size:14px}

.soar_function{padding:1.5rem 0;}
.soar_function section{padding:0;}
.soar_function section ul li{margin-top:2.5rem; padding:0 10px;}

.soar_function section ul li p{line-height:20px;}

.pricing {

	width: 100%;

}
.page_header .page-content h3{
	color:#fff;
	font-size:18px;
	
}
.imageserea{width:80%}
.blue_bg_em{
	
	padding:50px 30px 0 30px;
	
}
.blue_bg_em1{
	
	padding:37px 30px 0 30px;

}
.titlefdgf{width:100%; margin:auto; padding-top:19px; line-height:21px;}
.titlefdjk{ line-height:21px;}
.contact_conjoin{padding:20px 0 20px 16px; background:#f6f6f6; height:auto;}
.divheight{height:220px;}
.news_height{height:auto;}
#newscon h4{height:auto}
.newswidth{width:100%; }
.newsleft{padding-left:1px;}
}

@media screen and (max-width:590px){
	#text_rotator p{ display:none;}
	#text_rotator a{ padding:8px 18px; font-size:12px;}
}
@media screen and (max-width:540px){
.tour_media .tour_body, .tour_media .tour_feature{
  display: block;
  padding:20px 15px;
}
.tour_media .tour_feature > img{ width:100%; display:block;}
.faq_content .items > li > a{ font-size:12px;}
}

@media screen and (max-width:480px){
	
	 
.page_header .page-content .page_nav{
  width: 100%;
}
.page_header1 .page-content .page_nav{
  width: 100%;
}
.page_header1 .page-content .page_nav{
  width: 100%;
}


.page_header_join .page-content .page_nav{
  width: 100%;
}
.page_header1_join .page-content .page_nav{
  width: 100%;
}

.page_header_contact .page-content .page_nav{
  width: 100%;
}
.page_header_contact .page-content .page_nav{
  width: 100%;
}

.scrollToTop{
	right:15px;
}
.rating_progress .progress{ width:180px;}
.copyright .col-md-12.text-center{
	text-align:left;
}	
.tp-caption p{margin-top:30px;}

}

@media screen and (max-width:479px){
	body{
		font-size:88%;
	}
  .profile .p_pic, .profile .profile_text{
     display: block;
  }
  .profile .p_pic{ margin-bottom:15px;}
  .detail_course .info_label{
	  margin:0 20px 15px 0;
	  display:block;
}
.apply_coupon .coupon.text-right{ text-align:left;}
.apply_coupon .coupon .btn_common { margin-bottom:15px;}


}
@media screen and (max-width:400px){
.area_height{height:182px;}
.divheight{height:241px;}

}
.navbar-fixed.white.no-background{ top:auto;}	
.navbar-fixed.white{ top:0;}

.service-ser{padding:20px 0 0; background:#f6f6f6;}
.service-ser h2{ margin:auto; color:#000; font-size:24px; text-indent:25px;}
.service-ser ul{width:1200px; margin:40px auto 0; overflow:hidden;}
.service-ser ul li{float:left; width:15%; margin:0 2.5%; text-align:center;}
.service-ser ul li img{width:88%; max-width:159px; border-radius:50%; vertical-align:top;}
.service-ser ul li h3{margin:30px 0 10px; color:#2680c4; font-size:18px;}
.service-ser ul li p{color:#666; line-height:1.8; text-align:left;}


/*业务领域*/
.product-scene{padding:18px 0 50px; background:#f6f6f6; overflow:hidden;}
.product-scene ul{width:1170px; margin:20px auto 0; overflow:hidden;}
.product-scene ul li{float:left; width:20%; margin:0 2.5%; text-align:center;}
.product-scene ul li img{width:88%; max-width:180px; border-radius:50%; vertical-align:top;}
.product-scene ul li h3{margin:20px 0 10px; color:#494949; font-size: 1.2em; font-family:'微软雅黑'; }




@media (max-width:1220px){


 .product-scene ul{width:1000px;}
.service-ser ul{width:1000px;}

/*-------------------------------*/

/*-------------------------------*/
}
@media  screen and (max-width:1020px){
.product-scene ul{width:auto; padding:0 10px;}
.product-scene ul{width:auto; padding:0 10px;}
.product-scene ul li{width:44%; height:300px;}
.product-scene .ul-top{margin-top:20px;}

.service-ser  ul{width:auto; padding:0 10px;}
.service-ser ul li{width:28%; height:500px;}
}
@media screen and  (max-width:767px){
.product-scene{padding:20px 0;}
.product-scene ul li{width:44%; height:255px; margin:0 3%;}
.product-scene ul li h3{font-size:16px;}
.product-scene ul li p{font-size:10px;}
.about_map{width:96%}

.service-ser{padding:20px 0;}
.service-ser ul li{width:44%; height:520px !important; margin:0 3%;}
.service-ser ul li h3{font-size:16px;}
.service-ser ul li p{font-size:10px;}
.service-ser  .height_one{height:380px !important;}
}



