/* =======================================================================
 One Page Respossive HTML5 Template
/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/
html {
	font-size: 100%;
}

body {
	/*font-family: 'Lato', sans-serif !important;*/
	font-family:'Helvetica Neue', 'STHeiti', '微软雅黑', 'Microsoft YaHei', Helvetica,Arial,sans-serif !important;
	font-size: 17px;
	color: #808080;
	font-weight: normal;
	overflow-x: hidden !important;
	line-height: 25px;
	text-align: center;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@
-webkit-viewport {
	width: device-width;
}

@
-moz-viewport {
	width: device-width;
}

@
-ms-viewport {
	width: device-width;
}

@
-o-viewport {
	width: device-width;
}

@
viewport {
	width: device-width;
}

/* Other fixes*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

i {
	vertical-align: middle;
}

ul, ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}
/* Selection colours (easy to forget) */
::-moz-selection {
	background: #e25112;
	color: #FFF;
}

::selection {
	background: #e25112;
	color: #FFF;
}

::-moz-selection {
	background: #e25112;
	color: #FFF;
}

a {
	color: #E25112;
	-webkit-transition: all 700ms;
	transition: all 700ms;
}

a, a:hover {
	text-decoration: none;
}

a:hover {
	color: #ac6916;
}

p {
	margin: 0;
}

.full-width {
	width: 100%;
	margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1, h2, {
	font-family: 'Montserrat', 'sans-serif';
	font-weight: 700;
	text-transform: uppercase;
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 42px !important;
	line-height: 55px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 16px;
}

body, input, button, select, textarea, h1, h2, h3, h4, h5, h6{font-family:'Helvetica Neue', 'STHeiti', '微软雅黑', 'Microsoft YaHei', Helvetica,Arial,sans-serif;}

/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/
.buttons {
	min-height: 200px;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 45px;
}

.button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	margin: 10px;
}

.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 15px;
	width: 70%;
	border-radius: 4px;
	margin: 10px;
	border: none;
	font-size: 16px;
}

.red-btn {
	background: #9E59FF; /*#db5a4a;*/
}

.pit-btn {
	background: #e25112;
}

.green-btn {
	/*background: #787878;*/
	background: #1FDBD3;
	
}
/*add purple*/
.purple-btn {
	background: #9E59FF;
}

.blue-btn {
	background: #3ab0e2;
}

.yellow-btn {
	background: #E7AC44;
}

.red-btn, .green-btn, .purple-btn, .blue-btn, .yellow-btn {
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blue-btn:hover {
	color: #FFF;
	background: #1288b9;
}

.red-btn:hover {
	color: #FFF;
	background: #5A1CB7; /*#db5a4a;*/
}

.pit-btn:hover {
	color: #FFF;
	background: #ac6916;
}

.green-btn:hover {
	color: #FFF;
	background:#15BCB4; /* #3C3C3C;*/
}

/*add purple 无效*/
.purple-btn:hover {
	color: #FFF;
	background:#5A1CB7; 
}

.yellow-btn:hover {
	color: #FFF;
	background: #d8951e;
}

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/
.red-bg {
	background: #db5a4a;
}

.pit-bg {
	background: #e25112;
}

.green-bg {
	background: #34d293;
}

.blue-bg {
	background: #3ab0e2;
}

.yellow-bg {
	background: #E7AC44;
}

.dark-bg {
	background: #404040;
}

.white-bg {
	background: #FFFFFF;
}
/*4列有边框*/
.div-border-bg{
	display:block;
	padding: 10px;
	margin: 10px;
	background: #FFFFFF;
	min-height:380px;
	border-radius:5px;
	border:1px solid #cccccc;
    box-shadow: #cccccc 5px 5px 10px 5px ;
}

/*4列*/
.div-white-bg{
	display:block;
	padding: 10px;
	margin: 0;
	background: #FFFFFF;
	min-height:350px;
}

/*4列*/
.div-contact-white-bg{
	display:block;
	padding: 20px 0px;
	margin: 0;
	background: #FFFFFF;
	min-height:220px;
}


/*3列*/
.div-white-bg-3{
	display:block;
	padding: 10px;
	margin: 0;
	background: #FFFFFF;
	min-height:360px;
}

/*2列 */
.div-colunm-2{
	/*width:40%;*/
	display:block;
	padding: 20px;
	margin: 0 5%;
}

.div-colunm-2-2{
	/*width:30%;*/
	display:block;
	padding: 20px;
	margin: 0 10%;
}

/*3列*/
.div-colunm-3{
	/*width:27%;*/
	display:block;
	padding: 10px;
	margin: 0 3%;
}

/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: #db5a4a;
}

.pit-text {
	color: #E25112;
}

.green-text {
	color: #34d293;
}

.blue-text {
	color: #3ab0e2;
}

.blue1-text{	
	color:#235D8E;
}

.yellow-text {
	color: #f7d861;
}

.white-text {
	color: #FFFFFF;
}

.dark-text .span-bold{
	font-weight:bold;
}

.dark-text {
	margin: 0 0 15px;
	color: #404040;
}

.orange-text-bold {
	font-weight:bold;
	color: #E25112;
}

.text-bold {
	font-weight:bold;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-upercase{
	text-transform: uppercase; /*每个单词的所有字母大写; capitalize：使每个单词的第一个字母大写*/
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/
.white-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #F5F5F5;
	bottom: -9px;
	left: 25%;
}

.dark-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #404040;
	bottom: -9px;
	left: 25%;
}

.red-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #db5a4a;
	bottom: -9px;
	left: 12.5%;
}

.pit-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e25112;
	bottom: -9px;
	left: 12.5%;
}

.grey-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: -1;
	content: "";
	width: 75%;
	height: 2px;
	background: #808080;
	bottom: -9px;
	left: 12.5%;
}

.pit-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: -1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e25112;
	bottom: -9px;
	left: 12.5%;
}

.green-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #34d293;
	bottom: -9px;
	left: 12.5%;
}

.blue-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #3ab0e2;
	bottom: -9px;
	left: 12.5%;
}

.yellow-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #f7d861;
	bottom: -9px;
	left: 12.5%;
}

/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/
.input-box {
	border: 0;
	width: 274px;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 46px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
}

.textarea-box {
	border: 0;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 250px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus,
	input:focus {
	outline: 1 !important;
	outline-color: #e25112 !important;
	-webkit-appearance: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/

.section-blue, .section-white, .focus, .works, .about-us, .features, .packages, .products, .testimonial,
	.contact-us {
	padding-top: 80px;
}

.section-header {
	text-align: center;
	padding-bottom: 50px;
}

.section-header-grey {
	background: #E9E9E9;
	text-align: center;
	padding-bottom: 75px;
}

.section-header h2 {
	padding-bottom: 10px;
	line-height: 80px;
	position: relative;
	display: inline-block;
	/*color:#404040;*/
}

.section-header h3 {
	padding: 20px 0;
	line-height: 38px;
	/*color:#404040;*/
}

.section-header h4 {
	padding: 10px 0;
	line-height: 30px;
	color:#404040;
}

.section-header h5 {
	padding: 10px 0;
	line-height: 26px;
}

.section-header h6 {
	padding: 10px 0;
	font-size: 22px;
}

.section-header  p {
	font-size: 18px;
	color:#808080;
}

/*.section-header img {
	padding: 0 0 20px 0;
	width: 70%;
}*/

.section-header .orange-text{
	color:#E25112;
}
.section-header .medical-img {
	padding: 0 ;
	width: 100%;
	height: 350px;
	margin:0 auto;
	box-shadow:2px 2px 3px #aaaaaa;
}

.medical-white .nurse-12-img{
	width: 100%;
	height:auto;
	padding: 20px 10%;
}


.section-header .robot-img {
	padding: 0;
	width: 100%;
	height: 300px;
	margin:0 auto;
	text-align: center;
	border:1px solid #BFBFBF;
	box-shadow:2px 2px 3px #aaaaaa;	
}

.section-header .title-img{
    width: 20%;   
    padding: 0 0 40px 0;
	height: auto;
	margin: 0 auto;
}

.section-content-left {
	text-align: left;
}

.section-content-right {
	text-align: right;
}

/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*---------------------------------------
 **   SECTION STYLES                 -----
-----------------------------------------*/

/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/
.header {
	background: rgba(0, 0, 0, 0.1);
	min-height: 650px;
	position: relative;
	overflow: hidden;
}

/*教育*/
.header-education {
	background: url(../images/backgrounds/bg-education.jpg) repeat-x center ;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	 /* fixed center;*/
	min-height: 650px;
	position: relative;
	overflow: hidden;
}

/*关于我们*/
.header-contact{
	background: url(../images/backgrounds/bg-contact.png) repeat-x center ; /* fixed center;*/
	min-height: 650px;
	position: relative;
	overflow: hidden;
}

/*医疗头部*/
.header-medical{
	background: url(../images/backgrounds/bg-medical.png) repeat-x center ; /* fixed center;*/
	
	/*background:url(../images/backgrounds/bg-medical.png);  
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
	-moz-background-size:100% auto;  
    background-size:100% auto;  */
	
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

/*医疗 cms 头部*/
.header-medical-cms {
	background: url(../images/backgrounds/bg-medical-cms.png) repeat-x center;
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

/*医疗 reg 头部*/
.header-medical-reg {
	background: url(../images/backgrounds/bg-education-reg.jpg) repeat-x center ; /* fixed center;*/
	min-height: 600px;
	position: relative;
	overflow: hidden;
}
/*医疗 nurse 头部*/
.header-medical-nurse {
	background: url(../images/backgrounds/bg-madical-nurse.jpg) repeat-x center ; /* fixed center;*/
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

/*阴影图层*/
.header-medical-block {
	background-color: #333134;
	width:100%;
	position: absolute;
	top:100px;
	opacity: 0.5;
    visibility: inherit;
    min-height:650px;
}

/*机器人 */
.header-robot {
	background: url(../images/backgrounds/bg-robot.png) repeat-x center ; /* fixed center;*/
	
	min-height: 650px;
	position: relative;
	overflow: hidden;
}


/*金融头部*/
.header-financial {
	background: url(../images/backgrounds/bg-financial.png) repeat-x center;
	min-height: 650px;
	position: relative;
	overflow: hidden;
}

/*金融-1 头部*/
.header-financial-fund {
	background: url(../images/backgrounds/bg-fund.png) repeat-x center;
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

/*金融-2 头部*/
.header-financial-block {
	background: url(../images/backgrounds/bg-city.png) repeat-x center;
	min-height: 600px;
	position: relative;
	overflow: hidden;
}


/*----  SECTION:  HOME > TOP BAR   ----*/
.navbar {
	background: #FFF;
	overflow: hidden;
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}

/*导航*/
#main-nav {
	position: absolute;
	width: 100%;
	z-index: 10	;
	min-height: 180px;  /*   200px */
}

#main-nav.fixed {
	position: fixed !important;
	top: 0;
}


.navbar-inverse .navbar-nav>li {
	display: inline;
	margin-right: 40px;
	margin-top: 50px;
	font-size: 22px;
}

.navbar-inverse .navbar-nav>li:last-child {
	margin-right: 0 !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: #404040;
	padding: 0;
	line-height: 35px;
}
/*logo*/
.navbar-brand img {
	padding-top:12px;
	width: 170px;
	height: auto;
	vertical-align: middle;
	margin:0 auto;
}
.current a {
	color: #e25112 !important;
	position: relative;
	outline: none;
}

.current:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e25112;
	bottom: 0px;
	left: 12.5%;
}


.navbar-inverse .navbar-nav>li>a:hover {
	color: #E25112;
	outline: none;
}

.navbar-toggle {
	border: 0;
	background-color: #808080;
	margin-top: 23px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
	{
	background-color: #E25112;
	filter: alpha(opacity = 100);
	opacity: 1;
}


/*导航-金融-子导航*/
#bs-navbar:hover .dropdown-list{
	display: block;
}
.dropdown-list{
	position: absolute;  
	z-index:10; 
	text-align: left; 
	width: 120px;
	left: 73%;
	top: 100px;
	display: none;
}  /*display: none; */

.dropdown-list a{
	display:block; 
	width: 100%;
	background-color: #FFAA55 ; 
	border-radius:0px; 
	color: #fff; 
	height:50px;  
	font-size:20px; 
	padding:10px; 
	margin:5px;
}

.dropdown-list a:visited {
	/*background-color: #E25112; */
	color:#FFFFFF;
}
.dropdown-list a:hover {
	background-color: #E25112; 
	color: #FFFFFF;
}

/*nav .dropdown-list ul li:last-child a{border-radius:0px; background-color: #FFAA55 ;}*/

/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/
.intro {
	text-align: center;
	color: #E25112;
	margin-top: 20%;
	line-height: 50px;
	z-index: 0;
}

/* Short Messages */
.bottom-message-section {
	margin-top: 14%;
	position: relative;
}

.short-text {
	margin: auto;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
}

/*---------------------------------------
 **   SECTION:  OUR FOCUS             -----
-----------------------------------------*/


.section-blue{
	padding-bottom: 50px;
	background: #399FDF;
	overflow: hidden;
}

.section-blue h3 {
	margin: 20px 0;
	position: relative;
	display: inline-block;
}

.section-blue .column {
	margin-bottom: 78px;
	padding: 0;
}

.section-blue .medical-img {
	padding: 0 0 30px 0;
	width: 100%;
	height: 220px;
}


.focus {
	padding-bottom: 100px;
	overflow: hidden;
	background: #FFFFFF;
}
/* FOCUS BOX */
.focus-box {
	margin-bottom: 75px;
}

.focus-box .service-icon {
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	border-radius: 50%;
	border: 10px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red, .green, .blue, .yellow {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.red:hover .service-icon {
	border: 10px solid #db5a4a;
}

.pit:hover .service-icon {
	border: 10px solid #e25112;
}

.green:hover .service-icon {
	border: 10px solid #34d293;
}

.blue:hover .service-icon {
	border: 10px solid #3ab0e2;
}

.yellow:hover .service-icon {
	border: 10px solid #f7d861;
}

.focus-box h5 {
	margin-bottom: 15px;
	color: #404040;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
}

.focus-box p {
	font-size: 16px;
}

.row-p {
	text-align: center;
}

.row-index-img  {
	padding: 20px 0;
	width: 100%;
	height: 200px;
	text-align: center;
	margin: auto;
}

.row-left {
	text-align: left;
}


.row-left-img  {
	padding: 0 0 40px 0;
	height: 170px;
	text-align: center;
	margin: auto;
}



.row-left-img-middle  {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 160px;
	padding: 20px 0;
	text-align: center;	
}

.row-left-img-small  {
	padding: 20px 0;
	width: auto;
	height: 140px;
	text-align: center;	
	margin: 0 auto;
	
}

.row-img-per  {
	padding: 10px 0;
	height: 180px;
	text-align: center;
	margin: auto;
}

.row-img-per img {
	height: 180px;
	width: auto;
}

.row-img-h {
	padding:20px 0;
	width: auto;
	height:200px;
	text-align: center;
	margin: auto;
}



/*----OTHER FOCUSES ----*/
.other-focuses {
	background: url(../images/lines.png) repeat-x center;
	margin-bottom: 25px;
}

.other-focuses .section-footer-title {
	background: #FFF;
	padding: 0 15px;
	color: #404040;
	font-weight: bold;
}

.other-focus-list {
	padding-top: 5px;
	margin-bottom: -17px;
}

.other-focus-list ul li {
	display: inline-block;
	margin-right: 50px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.other-focus-list ul li:last-child {
	margin-right: 0;
}

.other-focus-list ul li i {
	margin-right: 8px;
}

/*---------------------------------------
 **   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/
.separator-one {
	background: rgba(52, 210, 147, 0.8);
	padding: 100px 0 100px 0;
}

.separator-one .green-btn {
	background: #14a168;
}

.separator-one .green-btn:hover {
	background: #007345;
}

.separator-one .text {
	color: #FFF;
	line-height: 34px;
	padding: 0;
	max-width: 800px;
	margin-bottom: 20px;
}

/*---------------------------------------
 **   SECTION:  PORTFOLIO          -----
-----------------------------------------*/
.works {
	padding-bottom: 100px;
	background: #FFFFFF;
	min-height: 800px;
}

/* IMAGE GRID */
.cbp-rfgrid {
	margin: auto;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%; /* Fallback */
	width: -webkit-calc(100%/ 4);
	width: calc(100%/ 4);
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}

.cbp-rfgrid li a, .cbp-rfgrid li a img {
	display: block;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	cursor: pointer;
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}

.cbp-rfgrid li a:hover img {
	-webkit-transform: scale(1.05, 1.07);
	-ms-transform: scale(1.05, 1.07);
	transform: scale(1.05, 1.07);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a .project-info {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 25%;
	text-align: center;
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
}

.cbp-rfgrid li a .project-info .project-details {
	position: relative;
	top: -29px;
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
	width: 100%;
}

.cbp-rfgrid li a .project-info h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.cbp-rfgrid li a:hover .project-info {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.cbp-rfgrid li a:hover .project-details {
	filter: alpha(opacity = 100);
	opacity: 1;
	top: 0;
}

.cbp-rfgrid li a:hover .button {
	filter: alpha(opacity = 100);
	opacity: 1;
	bottom: -50px;
}

/* media queries:  change number of items per row */
@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100%/ 4);
		width: calc(100%/ 4);
	}
}

@media screen and (max-width: 1024px) {
	.cbp-rfgrid li {
		width: 33.33333333333333%; /* Fallback */
		width: -webkit-calc(100%/ 3);
		width: calc(100%/ 3);
	}
}

@media screen and (max-width: 768px) {
	.cbp-rfgrid li {
		width: 50%; /* Fallback */
		width: -webkit-calc(100%/ 2);
		width: calc(100%/ 2);
	}
}

@media screen and (max-width: 480px) {
	.cbp-rfgrid li {
		width: 100%;
	}
}

@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
		width: 100%;
	}
}

/* PROJECT DETAILS LOADER */
#back-button {
	display: none;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
}

#back-button i {
	margin-right: 10px;
}

#loader {
	min-height: 930px;
	position: relative;
	display: none;
}

#loader .loader-icon {
	background: url(../images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	border-radius: 5px;
}

/*---------------------------------------
 **   SECTION:  ABOUT US   深色背景           -----
-----------------------------------------*/
.about-us {
	background: #4D4D4D;	 /* #272727;*/
	color: #FFF;
	padding-bottom: 50px;
}

.about-us .big-intro {
	text-align: right;
	font-weight: 300;
	font-size: 60px;
	line-height: normal;
	margin-top: -15px;
}

.med-intro {
	text-align: left;
	font-weight: 200;
	font-size: 30px;
	line-height: normal;
	margin-top: -15px;
	color: #FFF !important;
}

.about-us p {
	text-align: justify;
	color: #939393;
}


.about-us .column {
	margin-bottom: 78px;
}
/*--SKILLS --*/
.skills {
	text-align: left;
}

.skills .skill {
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 25px;
}

.skills .skill .skill-count {
	display: inline-block;
	height: 64px;
	margin-top: 3px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}

.skills li:last-child {
	margin-bottom: 0;
}

.skills .skill .skill1, .skill2, .skill3, .skill4 {
	font-size: 16px !important;
}

.skill1, .skill2, .skill3, .skill4 {
	visibility: hidden;
}

.skills .skill h6 {
	text-transform: uppercase;
	font-weight: 700;
}

.skills .skill p {
	line-height: 20px;
	color: #8f8f8f;
}

/*--OUR CLIENTS --*/
.our-clients {
	background: url(../images/lines-dark.png) repeat-x center;
	margin-bottom: 40px;
}

.our-clients .section-footer-title {
	background: #272727;
	padding: 0 15px;
	color: #FFF;
}

.our-clients h5 {
	font-weight: 700;
}

.client-list {
	padding-top: 5px;
	margin-bottom: -17px;
}

.client-list ul li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.client-list ul li img {
	max-width: 130px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity = 80);
	opacity: 0.8;
	-webkit-transition: all ease .55s;
	transition: all ease .55s;
}

.client-list ul li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
}

.client-list ul li:last-child {
	margin-right: 0;
}

.client-list ul li i {
	margin-right: 8px;
}
/*首页 home*/
.home {
	padding-bottom: 66px;
	padding-top: 610px; /*150+510*/
	background: #FFFFFF;
	clear: both;
}


/*---------------------------------------
 **   SECTION:  STATS                 -----
-----------------------------------------*/
.stats {
	background: rgba(0, 0, 0, 0.5);
	padding: 100px 0 60px 0 !important;
	clear: both;
}


.stat {
	margin-bottom: 40px;
	
}

.stat .icon-top {
	font-size: 40px;
	height: 50px;
	line-height: 50px;
}

.stat .stat-text {
	display: inline-block;
	position: relative;
}

.stat h3 {
	margin-top: 20px;
	padding-bottom: 5px;
	position: relative;
	display: inline-block;
}

.stat h6 {
	color: #d1d1d1;
	margin-top: 15px;
}

/*---------------------------------------
 **   SECTION:  OUR TEAM              -----
-----------------------------------------*/

.our-team {
	padding-bottom: 66px;
	padding-top: 700px; /*50+750*/
	background: #FFFFFF;
}

.team-member {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}

.team-member .details {
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	padding: 15px;
	top: -200px;
	left: 0;
	width: 100%;
	height: 270px;
	-webkit-transition: all 1500ms;
	transition: all 1500ms;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
}

.team-member .member-details {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}

.team-member:hover .details {
	top: 0;
	background: #333;
	color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
}

.team-member .profile-pic {
	border-radius: 50%;
	width: 174px;
	height: 174px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 25px;
}

.team-member .profile-pic img {
	width: 100%;
	height: 100%;
}

.team-member h5 {
	text-transform: uppercase;
	color: #404040;
	font-weight: 700;
	position: relative;
}

.team-member .position {
	font-size: 13px;
	margin-top: 15px;
}

.team-member .social-icons {
	margin-bottom: 25px;
}

.team-member .social-icons ul li {
	display: inline-block;
	line-height: 32px;
	margin: 6px;
}

.team-member .social-icons ul li a {
	background: #FFF;
	font-size: 18px;
	border-radius: 50%;
	color: #808080;
}

.team-member .social-icons ul li a:hover {
	color: #E25112;
}

/*---------------------------------------
 **   SECTION:  FEATURES              -----
-----------------------------------------*/
.features {
	background: #FFFFFF;
	text-align: left;
	padding-bottom: 51px;
}

.features .feature {
	margin-bottom: 55px;
}

.features .feature-icon {
	font-size: 55px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
}

.features .feature h5 {
	font-weight: bold;
	line-height: 28px;
	color: #404040;
}

.features .feature p {
	font-size: 14px;
}

/*---------------------------------------
 **   SECTION:  Pacages               -----
-----------------------------------------*/
.packages {
	padding-bottom: 50px;
	background: rgba(0, 0, 0, 0.5);
}

.package {
	border-radius: 4px;
	background: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 50px;
	padding-bottom: 15px;
}

.package-header {
	height: 57px;
	color: #FFF;
	line-height: 57px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.package-header h5 {
	text-transform: uppercase;
	font-weight: bold;
}

.price {
	line-height: 120px;
	height: 100px;
	color: #FFF;
	font-weight: 400;
}

.price h4 {
	display: inline;
	font-size: 40px;
	line-height: normal;
	margin-bottom: 0;
}

.price h4 .dollar-sign {
	font-size: 17px;
	vertical-align: super;
}

.price .price-meta {
	line-height: normal;
	text-transform: uppercase;
	color: #9f9f9f;
}

.package ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	margin: auto;
	border-bottom: 1px dotted #dadada;
}

.package ul li:last-child {
	border-bottom: 0;
}

.best-value .package {
	margin-top: 0;
}

.best-value .package-header {
	padding-top: 17px;
	height: 82px !important;
}

.best-value .package-header h4 {
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
}

.best-value .package-header .meta-text {
	font-size: 13px;
	line-height: normal;
}

.best-value .package-header {
	height: 72px;
}

.package ul li i {
	font-size: 13px;
	margin-right: 5px;
}

.order {
	background: #d8ccba;
	color: #404040;
}

.package .order-now {
	line-height: 45px;
	max-width: 100%;
	display: block;
	background: #404040;
	color: #FFF;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.package .order-now:hover {
	background: #e25112;
}

/*---------------------------------------
**   SECTION:  PRODUCTS             -----
-----------------------------------------*/
.products {
	background: url(../images/product-bg.png) 50% 0 repeat;
}

.products .color-overlay {
	background: rgba(39, 144, 176, 0.96);
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 70px;
}

/*--ITEMS IMAGES--*/
.item-1 {
	background-image: url(../images/backgrounds/b1.jpg);
}

.item-2 {
	background-image: url(../images/backgrounds/b2.jpg);
}

.item-3 {
	background-image: url(../images/backgrounds/b3.png);
}

/*.item-4 {
	background-image: url(../images/backgrounds/b4.png);
}

.item-5 {
	background-image: url(../images/backgrounds/b5.jpg);
}

.item-6 {
	background-image: url(../images/backgrounds/b6.jpg);
}*/

/*---ITEM STYLE ---*/
.item {
	width: 100%;
	/*height: 260px;*/
	display: block;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: relative;
	margin: auto;
	margin-bottom: 30px;
	z-index: 5;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	border-radius: 4px;
}

.item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.item-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item:hover .item-content {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-top-content {
	position: relative;
}

.item-top-content-inner {
	position: absolute;
	bottom: 0;
	padding: 10px 15px 10px 15px;
	background: rgba(255, 255, 255, .95);
	width: 100%;
}

.item-add-content {
	padding: 0 15px 15px 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item:hover .item-add-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
}

.item-add-content-inner {
	border: 0px solid #dadada;
	border-top-width: 1px;
	padding-top: 10px;
}

.item-top-title {
	text-align: left;
}

.item-top-title h5 {
	color: #404040;
	font-weight: 700;
}
/* ITEM DETAILS */
.item-product {
	width: 70%;
	float: left;
}

.item-product-price {
	width: 30%;
	float: right;
	text-align: right;
}

.subdescription {
	font-size: 14px;
	font-weight: 400;
	color: #7d7d7d;
}

/*---PRODUCT PRICE---*/
.item-product-price {
	font-size: 1em;
	font-weight: 700;
	position: relative;
}

.item-product-price .subdescription {
	color: #808080;
}

.old-price {
	border: 0 solid #808080;
	border-bottom-width: 1px;
	margin-top: -11px;
	width: 30px;
	position: absolute;
	right: -2px;
	bottom: 10px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

/*---ITEM DESCRIPTION ---*/
.item-content {
	background: rgba(255, 255, 255, .85);
}

.item-add-content {
	font-weight: 400;
	color: #808080;
}

.item-add-content .section {
	margin-bottom: 10px;
}

.item-add-content .section:last-of-type {
	margin-bottom: 0;
}

.item-add-content p {
	font-size: 14PX;
}

/*---------------------------------------
 **   SECTION:  NEWSLETTER            -----
-----------------------------------------*/
.newsletter {
	padding-top: 62px;
	padding-bottom: 62px;
	background: rgba(0, 0, 0, 0.5);
}

.newsletter h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}

.newsletter .subscription {
	margin-top: 15px;
}

.newsletter .custom-button {
	margin-top: 7px;
}

/*----------------------------------------
 **   SECTION:  TESTIMONIAL            -----
-----------------------------------------*/
.testimonial {
	background: #dbbf56;
	padding-bottom: 90px;
}

#client-feedbacks .feedback-box {
	background: #FFFFFF;
	padding: 25px;
	margin: 13px;
	text-align: left;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	z-index: 5;
}

.feedback-box .message {
	font-size: 15px;
	color: #909090;
}

.feedback-box .client {
	margin-top: 30px;
	height: 73px;
	position: relative;
}

.feedback-box .quote {
	float: left;
	font-size: 45px;
	line-height: 80px;
}

.feedback-box .client-info {
	float: left;
	margin-left: 18px;
	padding-top: 15px;
}

.feedback-box .client-info .client-name {
	font-family: 'Homemade Apple', serif;
	color: #404040;
}

.feedback-box .client-info .client-company {
	font-size: 13px;
	margin-top: -3px;
}

.feedback-box .client-image {
	float: right;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #f6f6f6;
}

.customNavigation {
	text-align: center;
}

.owl-theme .owl-controls .owl-page span {
	background: #886e0e;
	border-radius: 50%;
}

.customNavigation a {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
 **   SECTION:  PURCHASE NOW           -----
-----------------------------------------*/
.purchase-now {
	background: #e25112;
	padding-top: 70px;
	padding-bottom: 70px;
}

.purchase-now h3 {
	text-align: left;
	line-height: 40px;
	margin-top: 14px;
}

.purchase-now .red-btn {
	float: right;
	background: #db5a4a;
}

.purchase-now .red-btn:hover {
	background: #bf3928;
}

/*----------------------------------------
 **   SECTION:  CONTACT US             -----
-----------------------------------------*/
.contact-us {
	background: rgba(0, 0, 0, 0.5);
	padding-bottom: 95px;
}

.contact-us .input-box, textarea {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}

.contact-us .custom-button {
	float: right;
}

.success, .error {
	display: none;
}

/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/
footer {
	background: #272727;
	min-height:150px;
	bottom:0px;
	font-size: 16px;
}

/* add foot-box */
.foot-box {
	position: absolute;
	width: 100%;
	height: auto;
	margin-top: 50px;
}


.company-details {
	color: #939393;
	padding-top: 67px;
	padding-bottom: 67px;
}

.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}

.copyright {
	padding-top: 60px;
	padding-bottom: 68px;
	background: #171717;
}

.social li {
	display: inline-block;
	margin: 5px;
}

.social li a {
	color: #939393;
	font-size: 18px;
}

.social li a:hover {
	color: #E25112;
}

/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */
.single-project {
	text-align: left;
	margin-bottom: 25px;
}

.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}

.single-project h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}

.single-project .project-description {
	margin-bottom: 25px;
}

.single-project .button {
	margin-left: 0;
}

.single-project .project-information {
	margin-bottom: 10px;
}

.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}

.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}

 /*financial 主页 button */
.content--max-width {
    position: relative;
    max-width: 80%;
    margin: 80px 10%;
    z-index: 1;
}

.audience-panes--pane {
   /* width: calc(50% - 68px);
    position: relative;
    vertical-align: top;
    */
  	display: block;
  	width: 90%;
    min-height: 500px;
    margin: 0 40px;
    display: inline-block;
    border-radius: 6px;
    background-color: #E8E8E8; /*#fbfafc;*/ 
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}

.audience-panes--pane-image {
    height: 0;
    padding-bottom: 27%;
}

*, :after, :before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.audience-panes--pane-content {
	display: block;
	min-height: 240px;
    padding: 10px 10px 20px 10px;
    text-align: left;
}


/*medical 主页*/
.content--max-width {
    position: relative;
    max-width: 80%;
    margin: 80px 10%;
    z-index: 1;
}
.medical-panes {
  	display: block;
  	width: 100%;
    min-height: 420px;
    margin: 0;
    display: inline-block;
    border-radius: 6px;
    background-color: #E8E8E8; /*#fbfafc;*/ 
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}
.medical-panes-image {
	display: block;
	width: 100%;
	height: 30px;
    padding-bottom: 30%;
}
.medical-panes-content {
	display: block;
	min-height: 180px;
    padding: 10px 0;
    text-align: left;
    font-size : 16px;
}

*, :after, :before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* middle */
.medical-white{
	position: relative;
	background: #fff;
	margin: 0px; 
	padding: 40px 0 ; 
}

/* medical-nurse */
.medical-purple{
	position: relative;
	background: #399FDF;
	color: #FFFFFF;
	margin: 0px; 
	padding: 40px 0 ; 
}

.medical-nurse-6{
	padding: 0 50px;
}

.medical-nurse-left-ul{
	padding: 0;
	text-align: right;
}

.medical-nurse-right-ul{
	padding: 0 ;
	text-align: left;
}

.medical-nurse-left-ul li , .medical-nurse-right-ul li{
	padding: 5px 0px;
}

.section-header .medical-nurse-img {
	padding: 10px;
	width: 80%;
	height: 280px;
	margin:0 auto;
	/*box-shadow:2px 2px 3px #aaaaaa;*/
}

.section-header .medical-nurse-icon{
	padding: 10px;
	width: 60px;
	height: auto;
	margin: 0 auto;
}


.text-green {
    color: #15dad1;
 	font-size:28px;
    padding: 10px 0px;
}
.text-black {
    color: #191926;
    padding:10px;
}


/*a.hover {
	border-bottom-color: #10a9a2;
}
*/

.text-purple {
 	font-size:28px;
    padding: 10px 0px;
    color: #9e59ff;
}

.financial-col{
	margin: 0px 0px 0px 6.25% ; 
	padding: 60px 0 0 0; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #eb7c4c;
	min-height: 230px;
}

.x-section {
  background-color: #5793C0;
  margin: 0;
}
.argon__footer__content {

  display: flex;
}

.financial-img {
	background: #fff;
	width: 100px;
	margin-top: -150px;
}
.x-img-circle{
	border-radius: 100em;
}


.our-services {
	text-align: center;
}


/*index*/
.index-intro{
	position: relative;
	text-align:center;
	/*text-shadow:#000 3px 4px 10px;*/
	letter-spacing:8px;
	line-height: 50px;
	z-index: 0;
	margin-top: 300px;
}

.index-intro h2{
	padding: 0 0 40px 0;
}

/*---------------------------------------
 **   SECTION:  金融           -----
-----------------------------------------*/
.financial {
	padding: 50px 0 100px 0;
	overflow: hidden;
	background: #FFFFFF;
}

.financial-intro{
	position: relative;
	text-align:center;
	color:#FFFFFF;
	letter-spacing:8px;
	line-height: 50px;
	margin-top: 320px;
}

/* 金融 - 1、2 header 2018-08-03 */
.financial-blockchain-intro{
	position: relative;
	display: block;
	text-align:left;
	color:#E6E9ED;
	margin-top: 200px;
	margin-bottom: 0px;
	padding: 0px;
}

.financial-blockchain-intro .fund-main{
	text-align:center;
    line-height: 70px;
    /*margin-bottom: 10px;*/
    padding: 0 20px;
}

.financial-blockchain-intro .fund-bottom {
   position: relative;
   padding: 0px;
   margin: 30px 0 0 0; 
   padding: 0 50px;
}

.financial-blockchain-intro .header-main{
    line-height: 70px;
    margin-bottom: 10px;
    /*font-size: 50px;*/
    padding: 0 30px;
}


.financial-blockchain-intro .intro-col-block{
    min-height: 50px;
}
      	

.financial-blockchain-intro .hl {
    color: #EC6A54!important;
}

.financial-blockchain-intro .header-bottom {
   position: relative;
   padding: 0px;
   margin: 100px 0 0 0; 
   padding: 0 30px;
}

.financial-blockchain-intro .header-bottom .item {
    padding: 0px;
    border-top: 2px solid rgba(230,233,237,.4);
    line-height: normal;
    
}
.financial-blockchain-intro .header-bottom .item-label {
    padding-top: 10px;
    padding-bottom: 0px;
    color: rgba(230,233,237,.4);
    font-weight:bold;
}


/*金融-2 middle financial_blockchain*/
.financial-blockchain-1{
	background: #fff;
	margin: 50px; 
	padding: 50px 0px ; 
}

/* middle */
.contact-white{
	position: relative;
	min-height: 960px;
	background: #fff;
	margin: 0px; 
	padding: 50px 0 ; 
}

/* financial */
.financial-white{
	min-height: 500px;
	position: relative;
	background: #fff;
	margin: 0px; 
	padding: 0 0 50px 0 ; 
}



.financoal-blockchain-2{
	background: url(../images/backgrounds/bg-gray01.png) repeat-x center;
	padding: 100px 0px 50px 0; 
	margin-top: 90px; 
}
.el-h3{
	text-align: left;
	color:#404040;
}
.el-h6{
	text-align: left;
}

/*medical 2018-08-06*/
.span-green{
	font-size:20px;
	font-weight:bold;
	color:#84BC51;
}
.span-rose{
	font-size:20px;
	font-weight:bold;
	color:#E12C8F;
}
.span-blue{
	font-size:20px;
	font-weight:bold;
	color:#2F9AD3;
}
.medical-h4{
	text-align: center;
	padding :10px 0 50px 0;
}

.medical-intro{
	position: relative;
	text-align:center;
	color:#E6E9ED;
	/*text-shadow:#000 3px 4px 10px;*/
	letter-spacing:8px;
	line-height: 50px;
	z-index: 0;
	margin-top: 280px;
}


.medical-nurse-intro{
	position: relative;
	text-align:left;
	color: #FFFFFF;
	font-size: 20px;
	/*text-shadow:#000 3px 4px 10px;*/
	letter-spacing: 6px;
	line-height: 70px;
	margin-top: 260px;
	padding: 0 0 0 10px;
}



.medical-nurse-intro ul li{
	letter-spacing: 1px;
	line-height: 30px;
}

.medical-cms-intro{
	position: relative;
	text-align:center;
	color:#E6E9ED;
	/*text-shadow:#000 3px 4px 10px;*/
	letter-spacing:8px;
	line-height: 50px;
	z-index: 0;
	margin-top: 320px;
}


.medical-intro h2 {
	padding-top: 40px ;
}
	
 .medical-intro h3 {
 	padding-top: 30px ;
   }
    
    
 /*medical-cms  20180827*/
 .cms-square {
 	width: 60px;
    min-height: 50px;
    margin-right: 12px;
    text-align: center!important;
    background-color: transparent;
    padding: 10px 14px 18px 0;
 }
 
 .pull-left{
 	float: left !important;
 }
 
.cms-12-left-div{
	float: left;
    margin-right: 20px;
 }
    
 .cms-12-left-div .cms-12-left-img{
	display: block;
	width: 120px;
    max-width: 100%;
    height: auto;
 }
 .cms-12-right-div{
	margin: 40px 0 0 0;
 }
  
 .cms-4-left-div p{
 	font-size: 16px;
 } 
    
 .cms-8-right-div{
	/*background-image:url('../images/medical-pc.jpg');
	background-repeat: no-repeat;
	background-size: 100% 380px ;
	min-height: 450px;*/
 }
 
.cms-8-img {
	position: relative;
    max-width: 100%;
    height: auto;
    top: 40px;
	vertical-align: middle;
	text-align: center;
}

.cms-8-div{
	position:absolute;
 	display: block;
 	float:left;
 	top: 21%;
 	left: 20%;
} 
.cms-8-div p{
	font-size:4px;
 	color:#E5E5E5;
}
.cms-8-div ul{
	margin: 0px;
	font-size: 4px; -webkit-transform:scale(0.8);  /* Safari and Chrome */
 	color:#E5E5E5;
}

 .cms-4-div{
	min-height: 120px;
 	margin-bottom: 20px;
 }
 
.cms-4-img  {
	vertical-align: middle;
	height: 44px;
	width: auto;
	margin: 10px 0;
	
}

.cms-3-img  {
	vertical-align: middle;
	height: 70px;
	width: auto;
	margin: 10px 0;
	
}


.lh35{
	line-height: 35px;
} 
    
.mb4 {
	margin-bottom: 40px;
}
    
.robot-intro{
	position: relative;
	min-height: 40px;
	text-align:center;
	margin-top: 20%;
	z-index: 0;
	margin-bottom: -20px;
	padding: 0px;
}

.robot-intro h2{
	margin-top: 23%;
	line-height:70px;
}

.section-medical-grey{
	background: #E8E8E8;
	padding: 0px; 
	margin: 0x; 
}

.section-medical-green{
	background: #F8FBF8;
	padding: 10px 0px 100px 0 ; 
	margin: 50p 0x; 
}

.medical-ul{
	font-size: 12px;
	list-style-type: disc;
}

.medical-ul li{
	margin:0 0 5px 0;
}

.medical-reg-ul{
	font-size: 16px;
	list-style-type: disc;
}

.medical-reg-ul li{
	margin:0;
}

/*教育*/
.education-intro{
	position: relative;
	text-align:center;
	/*text-shadow:#000 3px 4px 10px;*/
	letter-spacing:8px;
	line-height: 50px;
	z-index: 0;
	margin-top: 320px;
}

 h2 {
	color: #E25112;
	font-size: 42px;
}

/* .section-grey{
	background: #E8E8E8;
	padding: 60px 0px; 
	margin: 50p 0x; 
} */

.section-grey{
	background: #EBEBEB;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0x; 
	padding: 60px 0px 60px 0;
	
}

.section-white{
	background: #FFFFFF;
	margin: 0px; 
}

.section-white .column {
	margin-bottom: 78px;
	padding: 0;
}

/*index 内容*/
.section-white .index-content {
	font-size:22px;
}
.section-white .index-content a{
	display: block;
	font-size: 20px;

}

.row-img-small  {
	position: relative;
	display:block;
	padding: 0;
	width: 136px; /*1em = 16px*/
	padding:0 auto;
	text-align:center;
	/*left:150px;*/
	left: 60%;
}

.education-row{
	text-align:center;
	margin: 40px 0 0 0 ;
}


.education-row-h  {
}

.education-col-left{
	padding: 0 0 0 25%;
}

.education-col-right{
	padding: 0 15% 0 0;
}

.section-grey .education-img-up{
	width:60%;
	height:auto;
	padding-left:150px;
}

/*group共三层，由底层到顶层依次为图、图、文字*/
.section-grey .img-group { 
	position: relative;
}

/*最底层图*/
.section-grey .img-bg { 
	position: absolute; 
	width:100%; 
	height: 480px; 
	top:0px; 
	left:0px;
}

/*中间层图   margin: 0 auto; */
.section-grey .img-content {
	position: absolute;
	margin-top:3%;
	width:100%; 
	height: 480px; 
}  

/*顶层文字*/    
.section-grey .img-tip { 
	position: absolute; 
	width:100%; 
	text-align: left; 
	margin-top:20%;
	left:15%; 
	color:#E25112; 
	font-weight:bold;
}       

.section-grey h2{	
	margin:10px 0;
}	


/*机器人*/
.row-robot{
	display:block;
	margin:0 0 50px 0;
}
.row-robot h3{
	display:block;
	min-height:40px;
}

.padding-10{
	padding:10px;
}

.padding-top-10{
	padding-top:10px;
}

.padding-top-40{
	padding-top:40px;
}

.padding-bottom-50{
	padding-bottom: 50px;
}

.service-img-div{
	position: relative; 
	display:block;
	background:#EFEFF0;
	left: 42%;
	bottom: 40px;
	padding: 0px;	
	width: 80px; 
	height: 80px; 
	text-align: center;
	border:0px solid;
	border-radius: 100%;  
}
.service-img-div:hover{
	background:#E25112;
}

/*关于我们*/
.contact-intro{
	position: relative;
	text-align:center;
	/*text-shadow:#000 3px 4px 10px;*/
	letter-spacing:8px;
	line-height: 50px;
	z-index: 0;
	margin-top: 280px;
}

.contact-intro h2 {
	padding-top: 40px;
	color:#FFFFFF;
}

.contact-intro h3 {
	padding-top: 118px;
	color:#FFFFFF;
}


.contact p, .contact .service-h5:hover{
	color:#191926;
}
.contact h3{
	font-size:36px;
}
.service-img{
    display:block;	
    width: 45px;   
	height: auto;
    padding: 20px 0;
	margin: 0 auto;
}

.contact-img  {
	width: 100%;
	height: 250px;
	text-align: center;	
	padding: 0;
	margin: 0 auto;
}

.contact-img-big  {
	padding: 0px 0;
	width: 35%;
	height: 250px;
	text-align: center;	
	margin: 0 auto;
}

/*水平、垂直居中*/
.vertical-middle{
	display: flex;
    justify-content:center;
    align-items:Center; 
}


.orange-text {
	color: #E25112;
}

.top {
    position: fixed;
    bottom: 5%;
    right: 2%;
}

.text-shadow-white{
	text-shadow: 2px -2px 1px #fff;
}
